/*-------------------------------------------------------------------------
* Template Name    : Bitnine Landing Page                            *
* Version          : 1.0.0                                           *
* File Description : Main Css file of the template                   *
*------------------------------------------------------------------------*/
/********************************
    1.BASIC                     *
    2.NAVBAR                    *
    3.HOME                      *    
    4.ABOUTUS                   *
    5.OUR EXPERTISE             *
    6.THE AVENGERS              *
	7.TEAM 						*
	8.PLATFORM WE USE 			*
	9.CONTACTUS					*
********************************/

/*======================
        1.BASIC
========================*/
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	color: #454545;
	overflow-y: auto;
	background: url(../images/body-bg.png)no-repeat;
    background-size: cover;
    background-position: center;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', sans-serif;
	margin-top: 0px;
	padding-top: 0px;
}

h1 {
	font-size: 40px;
	line-height: 65px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #222222;
}
h2 {
	font-size: 40px;
	font-weight: bold;
	color: #222222;
	letter-spacing: 3px;
}
h3 {
	font-size: 26px;
	font-weight: bold;
	color: #222222;
	letter-spacing: 1px;
}
h4 {
	font-size: 22px;
	font-weight: bold;
	color: #222222;
	letter-spacing: 1px;
}
h5 {
	font-size: 22px;
	font-weight: bold;
	color: #222222;
}
h6,p {
	font-size: 18px;
	font-weight: 400;
	color: #454545;
	line-height: 28px;
	letter-spacing: 1px;
	margin-bottom: 0;
}
p:nth-last-child(1) {
	margin-bottom: 0;
}
a ,.nav-link:hover, .nav-link:focus{
	text-decoration: none;
	color: #222222;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #454545;
}

ul,
li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.btn-default {
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 1px;
	text-transform: capitalize;
	text-decoration: none;
	padding: 12px 20px 11px;
	display: inline-block;
	outline: none;
	cursor: pointer;
	border-radius: 0;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	background-color: transparent;
	border: 2px solid #222222;
	color: #222222;
	text-align: center;
	min-width: 172px;
	max-width: 100%;
}

.btn-default:hover{
	background-color: #222;
	color: #ffffff;
	text-decoration: none;
	border-color: #222;
}
button:hover, button:focus, button:visited, button:focus-within, button:focus-visible, button:target {
    outline: none;
}
.sec-padding{
	padding: 40px 0;
}
.sec-y-padding{
	padding: 80px 0;
}
.bg-light{
	background-color: #f8f8f8 !important;
}
.page-wrapper {
    position: relative;
}
.back_to_top {
	display: inline-block;
	background-color: #222;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
  }
  .back_to_top::after {
	content: "\f077";
	/* content:"\f068"; */
	font-family: 'Font Awesome 5 Pro';
	font-weight: normal;
	font-style: normal;
	font-size: 25px;
	line-height: 50px;
	color: #fff;
  }
  .back_to_top:hover {
	cursor: pointer;
	background-color: #333;
  }
  .back_to_top:active {
	background-color: #555;
  }
  .back_to_top.show {
	opacity: 1;
	visibility: visible;
  }
  .error {
	color: red;
	font-size: 14px;
 }
 :root {
    scroll-behavior: unset;
}

.alert .close {
	background: rgba(211, 105, 63,0.7);
    border-radius: 100%;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 27px;
    height: 27px;
    padding: 0;
    color: #d4edda;
    border: none;
    text-align: center;
    font-size: 22px;
}
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
}
/*======================
        2.NAVBAR
========================*/
header.sticky-header {
    position: fixed;
    left: 0;
    top: 0;
}
.header-main-content{
	padding: 21px 0 21px;
}
ul.navbar-nav li{
    margin: 0 35px;
    position: relative;
    z-index: 1;
}
ul.navbar-nav li a{
    font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 1px;
	color: #454545;
	padding: 0 !important;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
ul.navbar-nav li:hover a ,ul.navbar-nav li a.active,ul.navbar-nav li a:hover{
	color: #000;
}
ul.navbar-nav li a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    background-color: #222222;
    height: 2px;
    width: 0;
    margin: 0 auto;
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

ul.navbar-nav li:hover a::before,ul.navbar-nav li a.active::before {
    opacity: 1;
    width: 20px;
}
.social-media .sm-icon svg {
    fill: #222;
    -webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.social-media li:hover .sm-icon svg {
    fill: #555;
}
.social-media li:not(:last-child) {
    margin: 0 15px 0 0;
}
/*======================
        3.HOME
========================*/
.home-bg ,.comming-soon-page{
	background: url(../images/theme-bg.png)no-repeat;
    background-size: cover;
    background-position: top;
}
.hero-banner{
	padding-bottom: 40px;
	padding-top: 0;
}
.navbar-brand {
    display: inline-block;
    vertical-align: middle;
}
header, header .brand-logo,.header-main-content,.social-media li{
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
header.fixed-top{
	background: url(../images/theme-bg.png)no-repeat;
    background-size: cover;
    background-position: center;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
header.fixed-top .header-main-content .brand-logo {
    max-width: 249px;
}
header.fixed-top .header-main-content {
    padding: 20px 0;
}
/* header.fixed-top ul.navbar-nav li a {
    font-size: 14px;
} */
.banner-content p {
    margin-top: 15px;
    margin-bottom: 30px;
}
/*======================
        4.ABOUTUS
========================*/
.about-content {
    padding-left: 10px;
}
.about-content p {
    margin-top: 15px;
    margin-bottom: 15px;
}
/*======================
    5.OUR EXPERTISE
========================*/
.white-box{
	background: #ffffff;
	border-radius: 10px;
	padding: 33px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.white-box:hover {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
}
.expertise-section .white-box{
	margin:40px 10px 0;
}
.expertise-content h6 {
    line-height: 21px;
}
.mt-40{
	margin-top: 40px;
}
/*======================
    6.THE AVENGERS
========================*/
.avengers-content .col-left{
	width: 210px;
	height: 210px;
}
.avengers-content .white-box {
    padding: 20px;
}
.avengers-content .image-block, .advisor-content .image-block {
    border: 8px solid #F8F8F8;
    border-radius: 50%;
    width: 205px;
    height: 205px;
}
.advisor-content .col-right{
	padding-left: 40px;
}
.avengers-content .col-right {
    padding: 0 0 0 15px;
}
.avengers-content .image-block img ,.advisor-content .image-block img{
	width: 191px;
	height: 191px;
	object-fit: cover;
}
.avengers-content.mt-30{
	margin-top: 30px;
}
/*======================
    7.TEAM
========================*/
.team-content .image-block img {
    width: 82px;
    height: 82px;
    object-fit: cover;
}
.team-content .white-box {
    padding: 30px 15px 20px;
}
/*======================
    8.PLATFORM WE USE
========================*/
.platform-section{
	padding: 40px 0 80px;
}
.logo-img {
    margin: 40px 0 5px 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.logo-img:hover {
    filter: grayscale(1);
}
/*======================
    9.FAQ
========================*/

.accordion-button:not(.collapsed)::after {
    background-image: none;
	content:"\f068";
	font-family: 'Font Awesome 5 Pro';
	height: 48px;
    width: 48px;
    text-align: center;
    background: #f8f8f8;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.accordion-button::after {
    background-image: none;
	content:"\f067";
	font-family: 'Font Awesome 5 Pro';
	height: 48px;
    width: 48px;
    text-align: center;
    background: #f8f8f8;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.accordion-item:hover .accordion-header .accordion-button::after {
    background: #454545;
    color: #ffffff;
}
.accordion-item {
    border: none;
    margin-bottom: 15px;
}
.accordion-item:last-of-type {
    margin-bottom: 0;
}
.accordion-header .accordion-button {
	box-shadow: none;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 30px;
	font-size: 22px;
	color: #454545;
	background: #fff;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.accordion-header .accordion-button, .accordion-body{
	padding: 10px 30px;
}
.accordion-body {
    background-color: #fcfcfc;
	padding: 30px;
}
/*======================
    9.CONTACTUS
========================*/
.contact-section,.footer-section{
	background: url(../images/theme-bg-2.png)no-repeat;
	background-size: cover;
    background-position: center;
}
.contact-section {
    background-position: top;
}
.mb-30{
	margin-bottom: 30px;
}
.contact-form .form-control {
    background: #FFFFFF;
    border: 2px solid rgba(69, 69, 69, 0.5);
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    color: #454545;
    line-height: 21px;
    letter-spacing: 1px;
	min-height: 60px;
}
.contact-form textarea.form-control {
    padding-top: 15px;
}
.contact-white-box{
    padding: 60px 40px;
	border-radius: 20px;
	box-shadow: 0px 0px 20px rgb(0 0 0 / 6%);
}
.title-devider {
    position: relative;
    display: inline-block;
}
.title-devider::before {
    content: "";
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    border-bottom: 1px dashed rgba(69, 69, 69, 0.5);
}
.contact-content .white-box {
    height: 100%;
	border: 1px solid rgba(69, 69, 69, 0.1);
}
.contact-white-box .contact-form {
	display: none;
}
.contact-content .white-box a {
    font-size: 16px;
	font-weight: 400;
}
.title-devider i {
    font-size: 20px;
}
/*======================
    10.FOOTER
========================*/
.footer-logo .brand-logo {
    max-width: 249px;
}
.footer-section{
	padding: 60px 0 0 0;
}
.copyright p,.copyright a{
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #7a7a7a;
}
.h-100vh{
	height: 100vh;
}
.comming-soon-page .brand-logo{
	max-width: 300px;
}
.get-in-touch-info {
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
	flex-wrap: wrap;
}
.get-in-touch-info > div {
    padding: 0 10px;
}

