/* Futura-Medium webfont (new-bulletproof) */
@font-face {
    font-family: 'Futura-Medium';
    src: url('../fonts/Futura-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura-Medium.woff') format('woff'),
    url('../fonts/Futura-Medium.ttf')  format('truetype'),
    url('../fonts/Futura-Medium.svg#webfont') format('svg');
}

/* Futura-Light webfont (new-bulletproof) */
@font-face {
    font-family: 'Futura-Light';
    src: url('../fonts/Futura-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura-Light.woff') format('woff'),
    url('../fonts/futura/Futura-Light.ttf')  format('truetype'),
    url('../fonts/Futura-Light.svg#webfont') format('svg');
}

/* Futura-Bold webfont (new-bulletproof) */
@font-face {
    font-family: 'Futura-Bold';
    src: url('../fonts/Futura-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Futura-Bold.woff') format('woff'),
    url('../fonts/Futura-Bold.ttf')  format('truetype'),
    url('../fonts/Futura-Bold.svg#webfont') format('svg');
}

html{
    scroll-behavior: smooth;
}

body{
    overflow-x: hidden;
}

.antispam:before{content:'info@';}
.fixme {
    position: fixed;
    z-index: 9990;
    background: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
}
#satoshi-logo{
	width: 70%;
}
.sec2 {margin-top: 75px;}
.orange{color:#ee1d23;}

h1,h2,h3,h4,h5,h6{
    /* font-family: Futura-Bold!important; */
}

p,span,li,a{
    font-family: Futura-Medium!important;
}
.not-padding{
    padding-left: 0!important;
    padding-right: 0!important;
}


.navbar-light .navbar-toggler {
    border: 0!important;
}

.navbar-toggler:focus, .navbar-toggler:active {
    outline: none!important;
    box-shadow: none!important;
}

.navbar-light .navbar-toggler-icon{
    background-image: url('../img/mobile menu.svg')!important;
}

.bg-white{
    background: #fff!important;
}

.bg-red{
    background: #ee1d23 url('../img/plusbgred.png') right top no-repeat;
}

.further{background: #fff url('../img/plusbg.png') right top repeat-y; padding-top: 100px;}

.nav-link{
    color: #999!important;
}

.nav-link:hover{
    color: #ee1d23!important;
}

#three-icons i{
    font-size: 45px;
    color: #999999;
	transition: all 0.3s;
}


.navbar-light .navbar-text{margin-right: 40px;}
#three-icons .three-icon-wow{    cursor: pointer;}

.navbar-brand {
    padding-top: 0rem;
    }
.nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    position: relative;
    background: #ee1d23;
    transition: width .3s;
}

.nav-link:hover::after {
    width: 100%;
}

.navbar-nav{
    margin-left: 70px;
}

@media (max-width: 767px) {
    .navbar-nav{
        margin-left: 20px;
    }
}

.layer {
    background: linear-gradient(90deg, rgba(0,0,0,0.3) 14%, rgb(0 0 0 / 81%) 85%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mountain-red-section{
    height: 500px;
}

.mountain-text-left{
    position: absolute;
    z-index: 1001;
    background: #ee1d23;
}

.mountain-plus{
    text-align: right;
    height: 300px;
}

.mountain-text-center{
    border-bottom: 2px solid #ee1d23;
    position: absolute;
    z-index: 1001;
    margin-left: 25%;
}

.mountain-text{
    text-align: left;
    padding: 150px 50px 0 50px;
    height: 450px;
}

.mountain-text p{
	color: #FFF;
    text-shadow: 0px 2px 2px #000;
    font-size: 32px;
    font-weight: 900;
}

@media (max-width: 767px) {
    .carousel {
        display: none;
    }

    .mountain-bg {
        background: url("../img/mobileslide.jpg") !important;
    }

    .layer {
        background: linear-gradient(173deg, black, transparent);
    }

    .mountain-plus {
        text-align: center;
    }

    .mountain-text {
        text-align: left;
        padding: 80px 20px 0 30px;
        height: 450px;
    }

    .mountain-text-left {
        position: unset;
    }

    .mountain-text-center {
        position: unset;
        margin-left: 0;
    }

}

@media (max-width: 374px) {
    .mountain-text p{
        font-size: 26px;
    }
}


@media (min-width: 1600px) {
    #satoshi-logo{
        margin-top: 80px;
    }

}

.left-border-red{
    border-left: 2px solid #ee1d23;
    height: 150px;
}

.satoshi-satoshi-founded{
    padding: 80px 15px 20px 15px;
}

#satoshi-satoshi-founded{
    text-align: justify;
    font-size: 20px;
    line-height: 2;
}

.we-want-to-inspire{
    position: relative;
    text-align: justify;
    padding: 130px 50px;
}

.we-want-to-inspire p{
	color: #EE1D23;
    font-size: 32px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .left-border-red{
        display: none;
    }

    .satoshi-satoshi-founded{
        padding: 30px 15px 20px;
    }

    #satoshi-satoshi-founded{
        text-align: left;
    }

    .we-want-to-inspire{
        text-align: left;
        padding: 100px 30px;
    }
}

.sea-bg{
    background-image: url("../img/bg1.jpg")!important;
    background-size: cover!important;
}

.our-services{
    background-color: #ee1d23;
    background-size: cover;
}

.bg-our-services-list{
    text-align: center;
    color: #fff;
    padding-top: 50px;
    position: relative;
}

.our-services-list{
    text-align: center!important;
}

.our-services-list span{
    font-size: 24px;
    position: absolute;
    left: 0px;
    width: 100%;
}

.three-icon-wow p{
    text-align: justify;
    font-size: 14px;
    line-height: 2;
    display: none;
}

#about{
	background: #fff url('../img/plusbg.png') right bottom repeat-y;
}

#about-p{
    font-size: 17px;
    padding: 15px;
    text-align: justify;
}

@media (max-width: 767px) {
    .three-icon-wow p{
        text-align: left;
        font-size: 18px;
    }

    #about{
        padding-top: 0;
    }

    #about-p{
        text-align: left;
    }
}

.margin-top{
    margin-top: 100px;
}

#our-servcie-h2{
    font-size: 58px;
    border-bottom: 2px solid #fff;
    margin-bottom: 30px;
}

#we-provide-text{
    border-left: 2px solid #000;
    font-size: 32px;
    padding: 15px;
    font-family: Futura-Bold!important;
}

@media (max-width: 767px) {
    #our-servcie-h2{
        font-size: 48px;
    }

    #we-provide-text{
        font-size: 30px;
    }
}

.rectangle-box:hover{
    background: #ee1d23;
    color: #fff;
    border: 0!important;
}

.road-map-left{
    height: 200px;
    position: relative;
}

.road-map-right{
    height: 200px;
    position: relative;
}

.road-map-right .line-mobile {
    left: 0;
    top: 20px;
}

.road-map-left .line-mobile {
    left: 100%;
    top: 20px;
}

.road-map-right .dot-mobile {
    left: -7px;
    top: 0;
}

.road-map-left .dot-mobile {
    left: 98%;
    top: 0;
}

.line-mobile {
    position: absolute;
    height: 74px;
    width: 2px;
    left: 100%;
    top: 20px;
    background-color: #ccc;
    display: inline-block;
    transition: transform .3s cubic-bezier(0.55, 0, 0.55, 0.2) , background-color .3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transform-origin: 50% 30%;
    -ms-transform-origin: 50% 30%;
    -webkit-transform-origin: 50% 30%;
    z-index: 100000;
}

.dot-mobile {
    position: absolute;
    height: 16px;
    width: 16px;
    left: 98.7%;
    top: 0;
    display: inline-block;
    transition: transform .3s cubic-bezier(0.55, 0, 0.55, 0.2) , background-color .3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transform-origin: 50% 30%;
    -ms-transform-origin: 50% 30%;
    -webkit-transform-origin: 50% 30%;
    z-index: 100000;
}

.road-map-left h6,
.road-map-right h6{
    color: #aaa!important;
    font-family: Futura-Light!important;
    transition: transform .3s cubic-bezier(0.55, 0, 0.55, 0.2) , color .3s cubic-bezier(0.55, 0, 0.55, 0.2);
    transform-origin: 50% 30%;
    -ms-transform-origin: 50% 30%;
    -webkit-transform-origin: 50% 30%;
}

.road-map-left:hover h6,
.road-map-right:hover h6{
    color: #ee1d23!important;
}

.social-icons i{
    margin-top: 30px;
    color: #ccc;
}

.social-icons i:hover{
    color: #ee1d23;
}

.ico-scroll{
    color: #fff!important;
    font-size: 28px!important;
    font-weight: bolder;
    margin-right: 10px!important;
    display: inline-block!important;
    transform: scale(1.1)!important;
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    transform-origin: 50% 30%;
    -ms-transform-origin: 50% 30%;
    -webkit-transform-origin: 50% 30%;
    text-shadow: 0 3px 5px #000000bf;
}

.ico-scroll-sib{
    color: #fff!important;
    font-size: 24px!important;
    margin-right: 25px!important;
    display: inline-block!important;
    transform: scale(1)!important;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    transform-origin: 50% 30%;
    -ms-transform-origin: 50% 30%;
    -webkit-transform-origin: 50% 30%;
    text-shadow: unset;
}

#email-box::placeholder{
    color: #ccc;
    margin-left: 30px;
    display: inline-block;
}

#email-box:focus,
#name-box:focus,
#message-box:focus{
    border-color: #ee1d23!important;
    border-right-color: unset;
    box-shadow: unset!important;
}

.arrow-three-icon{
    width: 24px;
    position: absolute;
    left: 95%;
}

@media (max-width: 767px) {
    .arrow-three-icon{
        left: 90%;
    }
}

.contact-p{
    color: #fff!important;
}

#three-icons .col-md-2:has(+ .wedoright:hover) i
 {
  color: #ee1d23; 
  font-size: 50px;
}

.footerlinks{
	display: flex;
	justify-content: center;
	list-style:none;
    position:relative;
    color:#fff;
    padding: 0px;
}
.footerlinks li{padding: 0px 10px}
.modal-header{
    background: #ee1d23;
    color: #fff;
}
.footerlinks li a{color:#fff;font-size: 12px;}
.modaltext{
    font-size: 14px;
    text-align: justify;
    color: #333;
}