@import "reset.css";
@import "common.css";

/*FONT*/

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
span,
div,
p {
    font-family: 'Montserrat', sans-serif;
}

/*DOCUMENTATION


=====================*/
/** 
 ---------------------------------------------------------*/
/*
 MENU*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.sticky {
    background: white;
    box-shadow: 0 4px 10px -2px black;

}

.sticky .desktop-menu li a {
    color: black;
}



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.desktop-logo {
    max-width: 157px;
}

.desktop-menu {
    margin-top: 30px;
    list-style: none;
    padding-left: 0;

}

.desktop-menu li {
    display: inline-block;
    margin-right: 24px;
}

.desktop-menu a {
    margin-right: 24px;
    color: white;
}

.whyBitrexgoDesktop img {
    margin: auto;
}

#benefitSection img {
    margin: auto;
}

.btn-cta {
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    background-color: #e20000;
    min-width: 166px;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;

}

.vertical-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.headline-top {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 40px;
}

.card {
    text-align: center;
    width: 100%;
    height: 347px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 10px;
    border-radius: 25px;

}

.sectionTitle {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    line-height: 53px;
}

.sectionDescription {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    max-width: 626px;
    margin: auto;
    line-height: 28px;
    margin-bottom: 26px;
}

.why-text {
    margin-top: 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.quote-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.quote-text {
    min-width: 500px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}

.quote-name {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.tool-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
    line-height: 53px;
    margin-bottom: 11px;
}

.tool-description {

    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 25px;
}

.tool-title-2 {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 28px;
}

.tool-description-2 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 30px;
}

.card img {
    padding-top: 30px;
}

.card h1 {
    padding-top: 21px;
    padding-bottom: 21px;
    margin: auto;
    max-width: 170px;
    color: #000000;
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 700;
}

#autoTrading img {
    max-height: 112px;
    margin: auto;
}

#autoTrading p {
    padding-top: 50px;
    max-width: 232px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    line-height: 20px;
}

.bottom-title {
    max-width: 491px;
    height: 118px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}

.videoWrap {
    margin-top: 30px;
    padding: 50px;
}

/*MOBILE*/


.headline-top-mobile {
    margin: auto;
    min-width: 300px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    padding-bottom: 30px;
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    background: black;
    height: 78px;
    background-color: #000000;
    width: 100%;
    padding: 20px;
    padding-top: 20px;
    z-index: 9;
}

.quote-text-mobile {
    max-width: 311px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.quote-name-mobile {
    margin-bottom: 30px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
}

.menu-icon-mobile {
    transform: scale(2);
    color: white;
    margin-top: 30px;
    margin-right: 15px;
}

.sticky .menu-icon-mobile {
    color: black;
}



.swiper-container {
    width: 100%;
    height: 100%;
}

.whyBitrexgoSlider {
    margin-top: 20px;
}

.whyBitrexgoSlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    width: 50%;


    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.whyBitrexgoSlider img {
    width: 257px;
}


.benefitBitrexgoSlider {
    margin-top: 20px;
}

.benefitBitrexgoSlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    width: 70%;


    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.benefitBitrexgoSlider .card {}


.bottom-wrap {
    margin-top: 300px;
}

.form-wrap {
    padding-top: 50px;
}

.engage-hub-form-embed .form-description {
    font-size: 12px !important;
}

#engagebayFormContainer .form-description {
    font-size: 12px !important;
}

.groupStanTitle {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 40px;
}

.groupStanDescription {
    margin-top: 100px;
}

.groupStanCTA {
    margin-top: 80px;
}

.product-section-title {
    color: #000000;
    font-family: Montserrat;
    font-size: 32px;
    font-weight: 700;
    line-height: 28px;
    margin-top: 30px;
}

.product-title {
    color: #000000;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 700;
    line-height: 33px;
}

.tradingLogo {
    max-width: 313px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.robotDescription {
    padding: 40px;
}

.testimonialSlider .card {
    max-width: 286px;
    min-height: 400px;
}

.testimonialSlider .swiper-slide {
    width: 286px;
}

.quote {
    width: 52px;
    color: #cab796;
    font-family: Montserrat;
    font-size: 136px;
    font-weight: 400;
}

.testi-name {
    font-weight: 700;
    margin-bottom: 5px;
}

.testi-wrap {
    padding-top: 40px;
    text-align: left;
}

.testi-description {
    text-align: left;
    height: 162px;
}

.robotSection .card {
    padding: 30px;
}

.robotSlider .card {
    height: auto;
}

.robotSlider .swiper-slide {
    width: 75%;
}