

@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');



@font-face {
    font-family: 'Helvetica Neue';
    src: url('./font/HelveticaNeue-Light.eot');
    src: url('./font/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'),
        url('./font/HelveticaNeue-Light.woff2') format('woff2'),
        url('./font/HelveticaNeue-Light.woff') format('woff'),
        url('./font/HelveticaNeue-Light.ttf') format('truetype'),
        url('fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./font/HelveticaNeue-Bold.eot');
    src: url('./font/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('./font/HelveticaNeue-Bold.woff2') format('woff2'),
        url('./font/HelveticaNeue-Bold.woff') format('woff'),
        url('./font/HelveticaNeue-Bold.ttf') format('truetype'),
        url('fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./font/HelveticaNeue-Medium.eot');
    src: url('./font/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
        url('./font/HelveticaNeue-Medium.woff2') format('woff2'),
        url('./font/HelveticaNeue-Medium.woff') format('woff'),
        url('./font/HelveticaNeue-Medium.ttf') format('truetype'),
        url('fonts/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('./font/HelveticaNeue-Roman.eot');
    src: url('./font/HelveticaNeue-Roman.eot?#iefix') format('embedded-opentype'),
        url('./font/HelveticaNeue-Roman.woff2') format('woff2'),
        url('./font/HelveticaNeue-Roman.woff') format('woff'),
        url('./font/HelveticaNeue-Roman.ttf') format('truetype'),
        url('fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: "Varela Round", sans-serif;
    font-size: 16px !important;
    letter-spacing: .1px;
    margin-bottom: 0px !important;
    text-transform: uppercase;
}
h1,h2{
    font-weight: bold;  
}

body{
     /* font-family: 'Helvetica Neue'; */
    font-family:"Roboto", sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    overflow-x: hidden;
    font-weight: 400;
}

.gamechangingouter h4{
    font-family: none;
    font-weight: bold;
}

.section-btnbox{
    width: fit-content;
     margin-left: auto;
      margin-right: auto;
       margin-top: 40px;
}


.section1{
    padding: 0px 0px;
    /* min-height: calc(100vh - 66px);  */
    display:flex;
    align-items: center;

}

/* .curiatelanding{
    max-width: 106% !important;
} */


.full{
    width: 100%;
}
.section1,.section2,.section3,.section4,.section5,.section7,.section8{
    border-bottom:  10px solid #333;  
}
.section2{
    padding: 100px 0px;
}
.gamechangebox-inner {
    background: #0f0f0f;
    border: 1px solid #000;
    border-radius: 5px;
    height: 180px;
    width: 275px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px 10px;
    color: #fff;
}
.gamechangingouter{
    /* margin-top: 60px; */
}

.section3,.section4,.section5,.section7,.section8,.section9{
    padding: 40px 0px;
}

.section5-content{
    font-size: 16px;
    padding: 0px;
    line-height: 1.6;
}
.sectioninfo{
    font-size: 16px;
    padding: 0px;
    line-height: 1.6;
}

.section4-content{
    font-size: 16px;
    padding: 0px;
    line-height: 1.6;
}


img{
    max-width: 100%;
}
.image-overlaybox {
    background: rgba(255, 255, 255, .7);
    color: #000;
    position: absolute;
    padding: 12px;
    bottom: 30%;
    max-width: 300px;
    right: 0px;
    font-size: 16px;
    text-align: center;
}
.quote-author {
    font-weight: bold;
    margin-top: 15px;
    font-size: 19px;
}
.themebtn {
    background: #000 !important;
    color: #fff !important;
    /* height: 50px;
    border-radius: 0px;
    padding: 0px 30px;
    line-height: 50px;
    font-size: 18px; */
}

.section-5right{
    display: flex;
    justify-content: flex-end;
}


@media screen and (max-width:767px){
    .section-1left{
        margin-bottom: 20px;  
    }
    .section2 {
        padding: 50px 0px;
    }
    .gamechangingouter {
        margin-top: 10px;
    }
    .gamechangebox{
        margin-top: 30px;
    }
    .section-3right,.section-4right,.section-5right{
        margin-top: 30px;
    }
    .section6{
        overflow: hidden;
    }
}
.navbar-brand{
    padding: 0px !important;
}
img#navbar-logo {
    width: 150px;
}
.copyright-text {
    font-size: 12px;
}
footer i {
    font-size: 18px;
    color: #000;
    display: inline-block;
}

.about-sections > div {
    height: calc(100vh - 82px);
    display: flex;
    align-items: center;
}
.about-sections .section-inner{
    max-width: 700px;
    margin: auto;
}


#backed-heading {
    font-size: 18px !important; /* The !important ensures this rule overrides others */
    font-weight: 600; /* Adjust weight if needed */
    /* margin-bottom: 15px; Optional: Adjust spacing */
    text-align: center; /* Optional: Ensure itâ€™s centered */
    /* margin-top: 20px; */
}

