/*body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 22.4px;
    position: relative;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    background: #000;
    background-image: url(assets/images/landing-bg.svg), #00000080 50% / cover no-repeat;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}*/

.modal-backdrop {
    z-index: 99;
}

.headerLanding, .mainLanding, .footerLanding {
    position: relative;
    z-index: 2;
}
.containerLanding{
    width: 100%;
    max-width: 1250px;
    padding: 0 calc(var(--bs-gutter-x) * .5);
}

.container {
    width: calc(100% - 120px);
    max-width: calc(100% - 120px);
    margin: 0 auto;
    padding: 0;
}

@media(min-width: 2500px) {
    .containerLanding,
    .container {
        width: 1440px;
        max-width: 1440px;
    }
}
/*------------- Header Landing ----------------*/
.headerLanding {
    padding: 40px 0 0 0;
    width: 100%;
    display: flex;
    align-items: center;
}
.headerLanding .headerInner {
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 34px;
    display: flex;
    justify-content: space-between;
}
.headerLanding .headerInner:after{
    content: "";
    position: absolute;
    background: #0AF383;
    background: linear-gradient(270deg, #0AF383, #F04209);
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
}
.headerLanding .headerInner .headerLogo{
    display: inline-block;
}
.headerLanding .headerSocial {
    display: flex;
    align-items: center;
    gap: 20px;
}
.headerLanding .headerSocial a {
    padding: 0;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    display: flex;
    align-items: center;
}
.headerLanding .headerSocial a img {
    opacity: 1;
    filter: brightness(0) invert(1);
}
/*.headerLanding .headerSocial a:hover img {
    opacity: 1;
}*/
/*.headerLanding .headerSocial a:nth-of-type(1){
    color: #2EA6E1;
}
.headerLanding .headerSocial a:nth-of-type(2){
    color: #5562EA;
}
.headerLanding .headerSocial a:nth-of-type(3){
    background: linear-gradient(to right, #F8C100B2, #F3007EB2, #7C0CF7B2);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}*/
/*------------- End Header Landing --------------*/
.findoutBar .getMailBtn{
    min-width: 460px;
}
.mainLanding{
    padding-top: 132px;
}
.textRow{
    padding: 50px 0;
}
.mainLandingHeading {
    font-size: 57px;
    line-height: 1.4;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    background: linear-gradient(to right, #ACCAE7, #ACCAE782);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    padding-left: 128px;
}
.common-section.top-section .row.textRow {
    padding-left: 128px;
}
.inner-wrap {
    width: 100%;
    max-width: 74%;
    margin: 0 auto;
}

.landingText p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    color: #C0C0C0;
    margin-bottom: 15px;
}
.landingText strong {
    font-weight: 700;
    font-size: 22px;
}
.rowHeading{
    font-size: 62px;
    font-weight: 600;
    margin-bottom: 25px;
    display: inline-block;
    color: #fff;
    background: linear-gradient(to right, #ACCAE7, #ACCAE782);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.textBorder {
    background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #F04109, #0AF383) border-box;
    border-radius: 22px;
    border: 1px solid transparent;
    padding: 26px 26px 16px;
    max-width: 633px;
}

/*------------------------*/

.formStyle{
    display: inline-block;
    width: 100%;
}
.formStyle .formField{
    width: 100%;
    float: left;
    margin: 0 0 30px;
}
.formStyle .formField:last-of-type{
    margin-bottom: 0;
}
.formStyle .formField input[type='text'], .formStyle .formField input[type='email']{
    outline: none !important;
    box-shadow: none !important;
    background: none !important;
    border: none !important;
    border: 2px solid #242D2F !important;
    color: #fff;
    border-radius: 100px;
    width: 100% !important;
    padding: 12px 24px !important;
    font-size: 16px !important;
    height: 56px;
}



@media (max-width: 1470px) {
    .landingText p, 
    .landingText strong {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 1440px) {
    .mainLandingHeading,
    .common-section.top-section .row.textRow {
        padding-left: 60px;
    }
    .findoutBar .getMailBtn {
        min-width: 320px;
    }
    .landingText p,
    .landingText strong {
        font-size: 20px;
        line-height: 25px;
    }
}

@media(max-width: 1300px){
    .findoutBar .getMailBtn {
        min-width: 350px;
    }
    .mainLandingHeading {
        font-size: 42px;
    }
    .landingText p,
    .landingText strong {
        font-size: 18px;
        line-height: 25px;
    }
    .rowHeading {
        font-size: 46px;
    }
    .mainLanding {
        padding-top: 80px;
    }
    .mainLanding .inner-wrap {
        max-width: 90%;
    }
    .mainLandingHeading, .common-section.top-section .row.textRow {
        padding-left: 40px;
    }
}

@media(max-width: 1200px){
    .mainLanding .float-end {
        float: none !important;
    }
    .mainLanding .rowHeading {
        margin-top: 2rem;
    }
    
}

@media (max-width: 1199px) {
    .mainLandingHeading,
    .common-section.top-section .row.textRow {
        padding-left: 0;
    }
    .mainLanding .inner-wrap .textRow:first-child {
        padding: 70px 0 0 0;
    }
    .mainLanding .inner-wrap .textRow {
        padding: 120px 0 0 0;
    }
    .mainLanding .inner-wrap .textRow:last-child {
        padding: 70px 0 120px 0;
    }
    .mainLandingHeading {
        width: 100%;
        text-align: center;
    }
    .mainLanding .inner-wrap .textRow .landingText {
        order: 2;
        justify-content: center !important;
        align-items: center !important;
        display: flex;
        flex-direction: column;
    }
    .mainLanding .inner-wrap .textRow .col-xl-11 {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .mainLanding .inner-wrap .textRow .landingText .rowHeading {
        width: 100%;
        text-align: center;
    }
    .mainLanding .inner-wrap .textRow .landingText .textBorder {
        width: 100%;
        max-width: 100%;
    }
    .mainLanding .inner-wrap .textRow .landingText .col-xl-12 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 1080px){
    .mainLandingHeading, .common-section.top-section .row.textRow {
        padding-left: 0px;
    }
    .mainLanding .inner-wrap {
        max-width: 80%;
    }
}

@media(max-width: 998px){
    .mainLanding  .container,
    .headerLanding .container,
    .footerLanding .container{
        width: calc(100% - 60px);
        max-width: calc(100% - 60px);
    }
    .headerLanding .headerSocial a {
        padding: 2px 0px;
        font-size: 13px;
        margin-left: 11px;
    }
    .headerLanding .text-end {
        text-align: center !important;
    }

    .mainLanding {
        padding-top: 40px;
    }
    .mainLandingHeading {
        padding-left: 0px !important;
        text-align: center !important;
        font-size: 30px;
        display: block;
    }
    .landingText {
        text-align: center;
    }
    .landingText strong,
    .landingText p {
        font-size: 15px;
        line-height: 25px;
    }
    .rowHeading {
        font-size: 35px;
    }
    .textRow {
        padding: 30px 0;
    }
    .findoutBar .getMailBtn {
        min-width: 250px;
    }
    .mainLanding .inner-wrap .textRow:first-child {
        padding: 30px 0 0 0;
    }
    .mainLanding .inner-wrap .textRow {
        padding: 60px 0 0 0;
    }
    .mainLanding .inner-wrap .textRow:last-child {
        padding: 60px 0;
    }
}

@media(max-width: 768px){ 
    .mainLanding .inner-wrap {
        max-width: 100%;
    }
    .footerLanding {
        padding: 20px 0;
    }
    .footerLanding .d-flex{
        display: block !important;
        text-align: center !important;
        margin: auto !important;
    }
    .footer-logo-init {
        justify-content: center;
        margin-bottom: 6px;
    }
    .navbar.footer-nav {
        margin: 0;
        justify-content: center;
    }
}