:root{
    --light: #ffffff;
    --dark: #1D0040;
    --darkLight: #484F59;
    --darkText: #282828;
    --gray: #8B8B8B;
    --grayLighter: #B1B1B1;
    --grayText: #959595;
    --border: #B7BEC0;
    --borderInput: #D4D4D4;
    --primary: #5ABABE;
    --darkBlue: #27245B;
    --darkPurple: #1D0040;
    --lightPurple: #F2EAFF;
    --background: #F3F4FC;
    --blueLight: #9795B5;
}
@font-face {
    font-family: 'Galano Grotesque';
    src: url('./fonts/GalanoGrotesqueMedium.otf') format('opentype');
    font-weight: 500; /* or 500 if you want to specify the weight */
    font-style: normal; /* or italic if applicable */
}
a{
    color: #0029FF;
}
body{
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    background-color: var(--background);
}
header .navbar{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 123;
    padding-inline: 10px;
    background-color: transparent !important;
}
header .navbar-nav li:not(:last-child){
    padding-right: 32px !important;
}
.logo img{
    width: auto;
    height: 70px;
    object-fit: contain;
}
.nav_link{
    color: var(--light) !important;
    padding: 0 !important;
    margin: 12px 0;
    position: relative;
    width: fit-content;
}
.nav_link:before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: var(--light);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s linear;
}
.nav_link:before {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background-color: var(--light);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s linear;
}
.nav_link:hover:before {
    transform: scaleX(1);
}
.nav_link.active:before {
    transform: scaleX(1);
}
.navbar-toggler{
    padding: 0;
    border: 0;
}
.my_account{
    padding: 0;
    border: 0;
}
.dropdown-menu{
    border: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 12px;
}
.dropdown-item{
    padding: .5rem 1rem;
    font-size: 14px;

}
.my_account::after{
    display: none;
}
.top_section{
    position: relative;
    z-index: 123;
    width: 100%;
    height: 120vh;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.top_section::after{
    /* content: ""; */
    position: absolute;
    background-image: url('../images/logo-icon.svg');
    width: 100%;
    height: 80%;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .05;
    background-size: 35%;
    right: -10%;
}
.top_banner img{
    width: 100%;
    height: 120vh;
    object-fit: cover;
    object-position: bottom;
}
.top_banner svg{
    width: 100%;
    height: 120vh;
}
/* #wave{
    animation: move-forever 7s cubic-bezier(.55,.5,.45,.5) -.125s infinite alternate;
}
#wave2{
    animation: move-forever 7s cubic-bezier(.55,.5,.45,.5) -.125s infinite alternate;
}
#wave3{
    animation: move-forever 3s cubic-bezier(.55,.5,.45,.5) infinite alternate;
} */

.top_body{
    position: absolute;
    width: 35%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    z-index: 123;
}
.top_body h1{
    font-size: 52px;
    font-weight: 400;
    text-align: center;
    color: var(--light);
    margin-bottom: 52px;
}
.ms-20{
    margin-left: 20px;
}
.btn{
    width: fit-content;
}
.btn_light{
    background-color: var(--light) !important;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
}
.btn_light:hover{
    background-color: var(--light);
    color: var(--dark);
    opacity: .9;
    border-color: var(--light);
}
.btn_outline_light{
    background-color: transparent;
    padding: 12px 24px;
    border-radius: 8px;
    border-color: var(--light);
    color: var(--light);
    font-weight: 600;
}
.btn_outline_light:hover{
    background-color: transparent;
    color: var(--light);
    opacity: .9;
    border-color: var(--light);
}
.login_link{
    color: var(--light);
    padding: 12px 20px;
    text-decoration: none;
}
.about_note{
    padding: 5% 0 100px;
}
.about_body h2{
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    text-transform: capitalize;
    color: var(--darkLight);
}
.about_body span{
    background: linear-gradient(91.24deg, #53377F 0.22%, rgba(1, 198, 218, 0.55) 99.79%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    font-weight: 400;
}
.nav_tabs{
    border: 0;
    margin-bottom: 85px;
}
.nav_tabs .nav_link_tabs:not(:last-child){
    margin-right: 40px;
}
.nav_tabs .nav_link_tabs{
    border: 0;
    font-size: 20px;
    font-weight: 500;
    padding: 4px 40px 10px;
    color: var(--gray) !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-bottom: 2px solid transparent !important;
}
.nav_link_tabs.active{
    color: var(--primary) !important;
    border-color: var(--primary) !important;
}
.publishers.active{
    color: var(--darkBlue) !important;
    border-color: var(--darkBlue) !important;
}
.tab_left_content h3{
    color: var(--darkLight);
    font-size: 24px;
    font-weight: 600;
}
.tab_left_content p{
    color: var(--grayLighter);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
}
.tab_left_content{
    padding-right: 1rem;
}
.btn_primary_blue{
    background-color: var(--darkBlue);
    color: var(--light);
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 1rem;
    font-weight: 600;
}
.btn_primary_blue:hover{
    background-color: var(--darkBlue);
    color: var(--light);
    opacity: .9;
}
.btn_outline_primary_blue{
    background-color: transparent !important;
    border: 1px solid var(--darkBlue);
    color: var(--darkBlue);
    border-radius: 8px;
    padding: 8px 20px;
    font-size: 1rem;
    font-weight: 600;
}
.btn_outline_primary_blue:hover{
    background-color: transparent;
    color: var(--darkBlue);
    opacity: .9;
    border-color: var(--darkBlue);
}
.tab_card{
    padding: 32px 1.5rem 72.21px;
    border-radius: 20px;
    background: #F3F4FC;
    box-shadow: 0px 15px 83px rgba(22, 190, 213, 0.2);
}
.tab_card h3{
    color: var(--darkLight);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: .3rem;
}
.tab_icons{
    margin-top: 58px;
}
.tab_icon img{
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto 1rem;
}
.tab_icon p{
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: var(--darkLight);
}
.purple_shadow{
    box-shadow: 0px 15px 83px rgba(83, 55, 127, 0.2) !important;
}
.counter_section{
    padding-top: 155px;
}
.counter_section .row .col:not(:last-child) .counter::after{
    content: "";
    background: var(--border);
    width: 1px;
    height: 40%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.counter{
    position: relative;
}
.counter h3{
    text-align: center;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 5px;
}
.counter h3 span{
    /* transition: transform 5s; */
}
.counter p{
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}
.advertisers_section{
    position: relative;
    height: 100vh;
}
.advertisers_section img{
    height: 100vh;
    object-fit: cover;
    object-position: top;
}
.advertisers_body{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -15%);
}
.advertisers_body h3{
    font-size: 32px;
    font-weight: 300;
    color: var(--light);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.advertisers_body span{
    background: linear-gradient(-90deg, #8BDEDA 0%, #43ADD0 51.99%, #998EE0 33.99%, #E17DC2 50.98%, #EF9393 77.97%), #E5E8EC;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.advertisers_body p{
    color: var(--light);
    font-weight: 300;
    font-size: 1rem;
    width: 75%;
    text-align: center;
    margin: 0 auto 40px;
}
.boost_ad{
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: linear-gradient(79.58deg, #D5D6D4 40%, rgba(255, 255, 255, 0) 60%);
}
.boost_ad::after{
    content: "";
    position: absolute;
    background-image: url('../images/line-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 101px;
    opacity: .5;
    bottom: 15%;
}
.boost_body{
    position: relative;
    z-index: 123456;
}
.boost_content{
    text-align: center;
}
.boost_heading{
    margin-bottom: 15px;
}
.boost_heading h3{
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}
.boost_heading h3 span{
    background: linear-gradient(91.24deg, #53377F 0.22%, rgba(1, 198, 218, 0.55) 99.79%), #F9F9F9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 500;
}
.boost_content p{
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 40px;
    text-transform: capitalize;
}
.rocket_img{
    position: relative;
}
.rocket_img::after{
    content: "";
    position: absolute;
    background: #E691FD;
    filter: blur(40px);
    width: 150px;
    height: 37px;
    bottom: 0;
    left: -15%;
    z-index: 12;
}
.rocket_img::before{
    content: "";
    position: absolute;
    width: 537px;
    height: 68px;
    left: 0;
    bottom: -8%;
    opacity: .8;
    background: linear-gradient(90deg, #111111 9.68%, rgba(217, 217, 217, 0) 97.62%),
    radial-gradient(50% 50% at 50% 50%, #212121 0%, rgba(33, 33, 33, 0) 100%);
    filter: blur(40px);
    z-index: 12;
}
.patners{
    padding: 80px;
}
.patner_img img{
    width: 100%;
    height: 50px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.who_we{
    padding: 80px 0 213px;
}
.who_heading h3{
    background: linear-gradient(91.24deg, #53377F 0.22%, rgba(1, 198, 218, 0.55) 99.79%), #F9F9F9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 40px;
}
.who_body p{
    font-weight: 400;
    text-align: center;
    color: var(--grayText);
}
.who_body strong{
    color: var(--darkText);
    font-weight: 600;
}
.footer{
    /* background-color: var(--dark); */
    background-image: url('../images/footer_clip.svg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 132px 15px;
}
.get_in_touch_heading h3{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: capitalize;
    color: var(--light);
    text-align: center;
}
.btn_sm{
    padding: 8px 20px !important;
}
.outline_input{
    padding: 12px 19px !important;
    border-radius: 8px;
    background-color: transparent !important;
    color: var(--light) !important;
    border: 1px solid var(--light) !important;
    box-shadow: none !important;
    caret-color: var(--light);
}
.outline_input::placeholder{
    color: var(--light);
}
.footer_bottom{
    background-color: var(--darkBlue);
    padding: 25px;
}
.copyright p{
    color: var(--blueLight);
    margin: 0;
}
.modal-content{
    border: 0;
    overflow: hidden;
    border-radius: 20px;
}
.modal-header{
    border-bottom: 0;
}
.btn-close{
    opacity: 1 !important;
}
.modal-backdrop.show{
    opacity: 1;
    z-index: 999999;
    backdrop-filter: blur(4px);
    background-color: rgba(90, 186, 190, .3);
}
.modal_heading{
    text-align: center;
}
.modal_heading {
    margin-bottom: 60px;
}
.modal_heading h3{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: var(--dark);
    margin-bottom: 6px;
}
.modal_heading p{
    font-size: 14px;
    font-weight: 500;
    color: #9E9E9E;
}
.login_options{
    padding: 0 70px;
    margin-bottom: 70px;
}
.login_option{
    padding: 47px 0;
    border-radius: 20px;
    text-align: center;
    position: relative;
    background: linear-gradient(134.56deg, #05C1BC -31.78%, #0D6A9C 110.64%);
}
.publishers_bg{
    background: linear-gradient(136.13deg, #53377F 0%, #1D0040 144.72%);
}
.login_modal_bg{
    height: 100%;
}
.login_option h4{
    font-size: 20px;
    font-weight: 600;
    color: var(--light);
}
.login_option img{
    width: 100%;
    margin: 0 auto 20px;
    display: block;
}
.login_option a{
    text-decoration: none;
}
.login_form_content{
    padding: 0 48px;
}
.login_heading h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.form-group{
    margin-bottom: 20px;
}
label{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}
.form-group input, .form-group textarea{
    padding: 13.5px 19px !important;
    font-size: 14px;
    font-weight: 400;
    border-radius: 8px;
    border-color: var(--borderInput) !important;
    color: var(--dark);
    box-shadow: none !important;
}
.form-group input::placeholder, .form-group textarea::placeholder{
    color: #D1D1D1;
}
.form-check label{
    margin-left: 12px;
    margin: 5px 12px;
}
.form-check-input[type=checkbox]{
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border-color: #212121;
}
.form-check-input:checked{
    border-color: var(--darkBlue);
    background-color: var(--darkBlue);
}
.forgot_link{
    margin: 32px 0 28px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}
.signup_link{
    margin-top: 28px;
}
.signup_link p{
    color: #707070;
    font-size: 14px;
    font-weight: 500;
}
.signup_link a{
    text-decoration: none;
    font-weight: 500;
}
.signup_modal_body{
    padding: 0 84px 42px;
}
.modal_signup_heading h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}
.btn_none{
    background-color: transparent !important;
    border-color: transparent !important;
}
.modal{
    z-index: 9999999999 !important;
}
.top_banner svg{
    width: 100%;
}
.parallax>use {
    animation: move-forever 10s cubic-bezier(.55, .5, .45, .5) infinite;
}
.parallax>use:nth-child(1) {
    /* animation-delay: -2s; */
    animation-duration: 5s;
}
.parallax>use:nth-child(2) {
    /* animation-delay: -3s; */
    animation-duration: 5s;
}
.parallax>use:nth-child(3) {
    /* animation-delay: -4s; */
    /* animation-duration: 13s; */
}

@keyframes move-forever {
    0% {
        transform: translate3d(9%, 0, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}
.advertisers_bg{
    background: linear-gradient(106.73deg, #0D6A9C 1.64%, rgba(13, 106, 156, 0.4) 127.39%), linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
    width: 100%;
    height: 100%;
}
.advertiser_head{
    /* min-height: 85vh; */
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}
.advertiser_info h1{
    font-size: 32px;
    font-weight: 400;
    color: var(--light);
    margin-bottom: 28px;
}
.advertiser_info p{
    font-size: 1rem;
    color: var(--light);
    margin-bottom: 1.5rem;
}
.box_options{
    padding: 10% 0 7.5%;
    background-image: url('../images/light-curve-bg.png');
    background-size: cover;
    width: 100%;
    background-position: top center;
}
.options_heading h2{
    font-size: 32px;
    font-weight: 500;
    color: var(--light);
    margin: 0;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 80px;
}
.benefits_card{
    background: rgb(255 255 255 / 25%);
    backdrop-filter: blur(5rem);
    border-radius: 20px;
    margin-bottom: 1rem;
    padding: 20px;
    position: relative;
    /*cursor: pointer;*/
    overflow: hidden;
}
.benefits_img img{
    width: 100%;
    height: 250px;
    display: block;
    object-fit: contain;
    margin-bottom: 1.5rem;
    object-position: bottom;
}
.benefits_card h3{
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    color: var(--light);
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: normal;
}
.benefits_back{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    background: #D9D9D9;
    transition: all .7s ;
}
.benefits_card:hover .benefits_back{
    /* left: 0; */
    opacity: 1;
}
.benefits_back p{
    color: var(--dark);
    font-size: 14px;
    margin-bottom: 0;
}
.benefits_info{
    padding: 120px;
}
.benefits_info_get{
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
}
.benefits_info_get h3{
    font-size: 32px;
    font-weight: 400;
    color: var(--light);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.benefits_info_get span{
    background: linear-gradient(-90deg, #8BDEDA 0%, #43ADD0 51.99%, #998EE0 33.99%, #E17DC2 50.98%, #EF9393 77.97%), #E5E8EC;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.benefits_info_get p{
    text-align: center;
    color: var(--light);
    margin-bottom: 40px;
}
.counter_section_bg{
    background: url(../images/counter_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
    padding: 8% 0 3%;
}
.start_adv_heading h3{
    font-size: 32px;
    font-weight: 600;
    color: var(--light);
    text-align: center;
}
.start_adv_heading p{
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    color: var(--light);
    margin-bottom: 60px;
}
.start_adv_icon{
    background: rgba(243, 244, 252, 0.15);
    border-radius: 12px;
    padding: 47.5px;
    margin-bottom: 22px;
}
.start_adv_icon img{
    width: 100%;
    height: 65px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}
.start_adv_box{
    position: relative;
}
.start_adv_box a{
    color: var(--light);
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    display: block;
}
.start_adv .btn_light{
    margin-top: 60px;
}
.start_adv_footer{
    padding: 102px 1rem 91px;
}
.publishers_bg{
    background: linear-gradient(106.73deg, #570D9C 1.64%, rgba(70, 24, 141, 0.54) 127.39%), linear-gradient(0deg, #FFFFFF, #FFFFFF), #FFFFFF;
    width: 100%;
    height: 100%;
}
.monetization_section{
    padding: 110px 45px;
    background-color: var(--light);
}
.monetization_heading{
    font-size: 32px;
    font-weight: 300;
    color: #53377F;
    text-align: center;
    margin-bottom: 60px;
}
.monetization_box{
    background-color: var(--lightPurple);
    border-radius: 20px;
    padding: 26px 30px;
    height: 100%;
    position: relative;
}
.monetization_box a{
    text-decoration: none;
}
.monetization_icon img{
    width: 100%;
    height: 45px;
    display: block;
    margin: 0 auto 30px;
}
.monetization_box h3{
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    color: #0D045E;
    margin-bottom: 0;
}
.ad_formats_heading h3{
    font-size: 32px;
    font-weight: 600;
    color: var(--light);
    text-align: center;
    margin-bottom: 80px;
}
.ad_formats{
    padding: 106px 15px 136px;
}
.ad_format_img img{
    margin: 0 auto 35px;
    display: block;
}
.ad_format_heading h3{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--light);
    text-align: center;
}
.ad_format_box p{
    font-size: 1rem;
    font-weight: 400;
    color: #ADB0B4;
}
.technology_bg{
    background-color: #1B87B9;
    position: relative;
}
.technology_content{
    /* min-height: 75vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-top: 200px;
}
.technology_content::after{
    content: "";
    background-image: url('../images/gare.svg');
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right center;
    margin: auto;
    display: block;
    right: 10%;
    top: 10%;
    z-index: -1;
}
.technology_content h1{
    font-size: 32px;
    font-weight: 500;
    color: var(--light);
    margin-bottom: 28px;
    text-align: center;
}
.technology_content p{
    color: var(--light);
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 48px;
}
.tech_content{
    padding: 200px 0 60px;
    background-image: url('../images/tech-wave-light.png');
    background-size: cover;
    width: 100%;
    background-position: top center;
}
.tech_content_info{
    padding-bottom: 160px;
}
.tech_content_info p{
    font-size: 1rem;
    font-weight: 500;
    color: var(--darkLight);
}
.tech_content_info span{
    color: #05C1BC;
}
.tech_box_small{
    background: #F7F8FC;
    height: 313px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 20px;
    padding: 40px 40px 52px;
    position: relative;
    box-shadow: 0px 15px 83px rgba(83, 55, 127, 0.05);
}
.tech_box_small h2{
    font-size: 1rem;
    font-weight: 600;
    color: #212121;
    text-align: center;
    margin-bottom: 32px;
}
.tech_box_icon{
    text-align: center;
}
.tech_box_icon img{
    margin-bottom: 15px;
}
.tech_box_icon p{
    margin: 0;
    font-size: 14px;
}
.col-12.tech_box_icon{
    margin-top: 30px;
}
.tech_box_big{
    background-color: var(--primary);
    height: 424px;
    text-align: center;
    padding: 41px 50px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tech_box_big h3{
    color: var(--light);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 32px;
}
.tech_bottom img{
    margin: 0 auto;
    display: block;
}
.arrow-down{
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin: 1rem auto !important;
    display: block;
}
.tech_box_small.left_arrow::after{
    content: "";
    position: absolute;
    margin: auto;
    right: -18%;
    background-image: url('../images/arrow-right.gif');
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
.tech_box_small.right_arrow::after{
    content: "";
    position: absolute;
    margin: auto;
    left: -18%;
    background-image: url('../images/arrow-left.gif');
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
}
.careers_bg{
    background-color: #1B87B9;
    position: relative;
}
.careers_content{
    /* min-height: 60vh; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 200px;
}
.careers_content h1{
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: var(--light);
    margin-bottom: 20px;
}
.careers_content p{
    color: var(--light);
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
}
.careers_accordion{
    background: url('../images/wave-double.png');
    min-height: 100vh;
    background-size: cover;
    padding: 20%;
}
.accordion-item{
    border-radius: 20px !important;
    overflow: hidden;
    margin-bottom: 20px;
    background-color: var(--background) !important;
}
.accordion-button{
    background-color: var(--background) !important;
    box-shadow: none !important;
    border-radius: 20px !important;
}
.accordion-button {
    font-weight: 700;
    padding: 40px;
}
.accordion-button span{
    margin-top: 5px;
    color: var(--darkLight);
    font-size: 1rem;
    font-weight: 400;
}
.accordion-button:not(.collapsed){
    color: var(--dark);
}
.accordion-body {
    padding: 0 40px 30px;
}
.accordion-body h4{
    font-size: 1rem;
    font-weight: 600;
    color: var(--darkPurple);
}
.accordion-button::after{
    background-image: url('../images/down-arrow.svg');
}
.accordion-button:not(.collapsed)::after{
    background-image: url('../images/down-arrow.svg');
    background-position: bottom;
}
.news_bg{
    /* min-height: 100vh; */
    background: url('../images/news_bg.png');
    background-position: bottom center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 200px 0 20%;
}
.news_heading {
    margin-bottom: 112px;
}
.news_heading h1{
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: var(--light);
    margin-bottom: 12px;
}
.news_heading p{
    font-size: 1rem;
    color: var(--light);
    text-align: center;
}
.news_card{
    box-shadow: 0 15px 83px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    overflow: hidden;
}
.news_img{
    height: 160px;
    background-color: var(--border);
}
.news_img img{
    width: 100%;
    height: 191px;
    object-fit: contain;
    overflow: hidden;
    object-position: top;
}
.news_body{
    padding: 36px 0 33px;
    background-color: var(--background);
}
.news_body h2{
    color: #212121;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.news_body .date{
    color: #0D6A9C;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 0;
    text-align: center;
}
.news_body small{
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.contact_main{
    background-color: #0D6A9C;
    position: relative;
}
.contact_bg{
    background-color: #0D6A9C;
    /* min-height: 70vh; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 200px 0 200px;
}
.contact_heading h1{
    color: var(--light);
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 28px;
}
.contact_heading h2{
    color: #E5E8EC;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
}
.contact_heading h3{
    color: var(--light);
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.contact_form{
    background: url('../images/contact_wave.png');
    background-size: cover;
    min-height: 100vh;
    width: 100%;
    background-position: top center;
    /* padding: 11% 0; */
}
.form_card{
    background-color: var(--light);
    padding: 64px 37px;
    border-radius: 20px;
    position: relative;
    bottom: 120px;
}
.form_card h3{
    font-size: 24px;
    font-weight: 500;
    color: #0D6A9C;
    text-align: center;
}
.form_card h3{
    margin-bottom: 68px;
}
.form_card .btn{
    margin-top: 20px;
}
.contact_info h3{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
}
.contact_list li a{
    display: flex;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: var(--dark);
}
.contact_list li a img{
    margin-right: 1rem;
    width: 28px;
    height: 28px;
    object-fit: contain;
}
.contact_map{
    margin: 200px 0 160px;
}
.contact_map h3{
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 60px;
}
.contact_map iframe{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 15px 83px 0px #0000000D;
    box-shadow: 0px 15px 83px 0px #0000000D;
}
.box_options .owl-carousel{
    display: flex;
}
#wave_purple{
    animation: move-forever 8s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite alternate;
}
#wave_purple2{
    /* animation: move-forever 8s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite alternate; */
}
#wave_purple3{
    animation: move-forever 8s cubic-bezier(.55,.5,.45,.5) infinite alternate;
}
#wave_purple3{
    animation: move-forever 8s cubic-bezier(.55,.5,.45,.5) infinite alternate;
}
#wave_purple4{
    /* animation: move-forever 8s cubic-bezier(.55,.5,.45,.5) infinite alternate; */
}
/* .rocket_img img{
    max-width: 640px;
    width: 100%;
    height: 556px;
    object-fit: contain;
} */
.accordion-item{
    background: transparent !important;
    border: 0;
}
.accordion-flush .accordion-collapse{
    width: 94%;
    margin: 0 auto;
    padding-top: 2rem !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    background-color: var(--background) !important;
}
.accordion-button div{
    width: 70%;
}
.bg-static{
    position: relative;
    max-width: 636px;
}
.bg-move{
    position: relative;
    bottom: 140px;
    left: 0;
    width: 636px;
    z-index: 123;
}
.bg-none::before{
    background: none !important;
}
.bg-none::after{
    background: none !important;
}
.help_section{
    background-color: var(--light);
}
.help_bg{
    min-height: 60vh;
    background: url('https://adright.com/images/news_bg.png');
    background-position: bottom center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8% 0;
}
.help_heading {
    margin-bottom: 20px;
}
.help_heading h1{
    font-size: 32px;
    font-weight: 300;
    color: var(--light);
    margin-bottom: 12px;
}
.search_group button{
    background-color: rgba(255, 255, 255, .2) !important;
    border: 0 !important;
    transition: .3s ease-in !important;
    padding: .5rem 0.5rem 0.5rem 1.3rem;
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
}
.search_group button img{
    width: 30px;
    filter: invert(1);
}
.search_group input{
    background-color: rgba(255, 255, 255, .2) !important;
    caret-color: var(--primary);
    color: var(--light);
    border: 0 !important;
    padding: 1rem;
    min-height: 70px;
    margin-left: 0 !important;
    box-shadow: none !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    transition: .3s ease-in !important;
}
.search_group input:focus{
    background-color: var(--light) !important;
}
.search_group:has(input:focus) button {
    background-color: var(--light) !important;
}
.search_group input::placeholder{
    color: var(--background);
}
.search_group:has(input:focus) button img{
    filter: invert(.8);
}
.search_group input:focus::placeholder{
    color: #cccccc;
}
.help_body{
    min-height: 50vh;
    padding-bottom: 60px;
}
.help_card{
    position: relative;
    background-color: var(--light);
    border: 1px solid var(--bs-gray-200);
    padding: 1rem 2rem;
    border-radius: .5rem;
    transition: .3s ease-in-out;
    margin-bottom: 1.5rem;
    min-height: 122px;
    box-shadow: 0px 0 23px -13px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.help_card:hover{
    border: 1px solid var(--darkPurple);
}
.help_img img{
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 35px;
}
.help_card_content h3{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
}
.help_card_content h3 a{
    text-decoration: none;
    color: var(--dark);
}
.help_card_content p{
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}
.profile_author{
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.profile_author img{
    background-color: var(--darkPurple);
    border: 2px solid var(--borderInput);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
.profile_author small{
    font-size: 12px;
}
.breadcrumb{
    margin-bottom: 2rem;
}
.breadcrumb li{
    font-size: 15px;
}
.breadcrumb a{
    text-decoration: none;
    color: var(--dark);
}
.help_inner .heading h1{
    font-size: 25px;
    font-weight: 600;
}
.help_collection_lists{
    margin-top: 2rem;
}
.help_collection_list{
    padding: .7rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    background-color: var(--light);
    border: 1px solid var(--bs-gray-200);
}
.help_collection_list ul{
    margin-bottom: 0;
}
.help_collection_list li{
    line-height: 1;
}
.help_collection_list li a{
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    font-size: 14px;
    border-radius: 12px;
    transition: .3s ease-in-out;
    color: var(--dark);
    line-height: 1.5;
}
.help_collection_list li a:hover{
    background-color: var(--background);
}
.help_collection_list li a img{
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.heading_help{
    padding: .2rem 1rem 0;
}
.heading_help h3{
    margin-bottom: 1rem;
    font-size: 22px;
}
.help_post{
    margin-top: 50px;
    background-color: var(--light);
    padding: 1rem 20px;
    border-radius: 12px;
}
.review_post{
    background-color: var(--bs-gray-100);
    padding: 1rem;
    border-radius: 12px;
    text-align: center;
    min-height: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 1.5rem 0 .5rem;
}
.review_post ul li:not(:last-child){
    margin-right: 1.5rem;
}
.review_post label{
    transition: .3s ease-in-out;
}
.review_post label{
    text-decoration: none;
    font-size: 33px;
    border: 0;
}
.review_post label:hover{
    transform: scale(1.4);
}
.review_post:not(.btn_check:checked) label{
    filter: grayscale(0);
}
.review_post:has(.btn_check:checked) label{
    filter: grayscale(1);
}
.btn_check:checked + .btn_check_label, :not(.btn_check) + .btn_check_label:active, .btn_check_label:first-child:active, .btn_check_label.active, .btn_check_label.show{
    transform: scale(1.4);
    filter: grayscale(0) !important;
    background-color: transparent !important;
}
.review_post p{
    margin-bottom: 5px;
}
.search_group{
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.03);
}
.advertiser_format .ad_format_box p{
    color: var(--light);
}
.advertiser_format{
    padding-bottom: 1rem;
    margin-top: calc(5rem - 8px);
    /*border-top: 8px solid rgb(255 255 255 / 20%);*/
}
.careers_bg_new{
    background: url('../images/careers_bg_new.svg');
    background-position: bottom center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 200px 0 10%;
}
.careers_bg_new_content {
    position: relative;
    width: 100%;
}
.careers_bg_new_content h3{
    color: var(--light);
    text-transform: uppercase;
    font-size: 50px;
    text-align: center;
}
.careers_bg_new_content h1{
    color: var(--light);
    text-transform: uppercase;
    font-size: 100px;
    text-align: center;
}
.car_contact{
    background-color: #0D6A9C;
    padding: 80px;
}
.car_contact_heading h3{
    color: var(--light);
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}
.car_contact_heading p{
    font-size: 20px;
    color: var(--light);
    text-align: center;
    margin: 0 auto 60px;
    max-width: 760px;
}
.contact_image img{
    border-radius: 1rem;
    margin-bottom: 60px;
    height: 600px;
    object-fit: cover;
}
.car_who{
    background-color: var(--light);
    padding: 80px;
}
.car_who_heading h3{
    font-size: 32px;
    color: #212121;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 1rem;
    line-height: 120%;
    letter-spacing: -0.02em;
}
.car_who_heading p{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #212121;
    line-height: 150%;
    letter-spacing: -0.02em;
    margin: auto;
    max-width: 760px;
}
.car_who_heading{
    margin-bottom: 60px;
}
.car_who_img img{
    width: auto;
    height: 600px;
    object-fit: cover;
    border-radius: 12px;
}
.car_who_content p:first-child{
    font-weight: 600;
    line-height: 140%;
}
.car_who_content p{
    font-size: 1rem;
    font-weight: 400;
    color: #212121;
    line-height: 150%;
}
.car_who_content p b{
    font-weight: 500;
}
.be_part_content h3{
    font-size: 32px;
    font-weight: 500;
    color: #212121;
    margin-bottom: 24px;
    letter-spacing: -0.04em;
}
.be_part_content p{
    font-size: 16px;
    font-weight: 400;
    color: #212121;
}
.be_part_content p b{
    font-weight: 500;
}
.be_part{
    background-color: var(--light);
    padding: 80px;
}
.car_open_pos{
    padding: 80px;
    background-color: #0D6A9C;
}
.car_open_pos_heading h3{
    font-size: 32px;
    font-weight: 500;
    color: var(--light);
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: -0.04em;
}
.car_open_pos_heading p{
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
    color: var(--light);
    text-align: center;
    margin: auto;
    max-width: 760px;
}
.car_open_pos_heading{
    margin-bottom: 60px;
}
.w-fit{
    width: fit-content;
}
.card_pos{
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    background-color: var(--light);
}
.mt-60{
    margin-top: 60px;
}
.card_pos h3{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #101010;
    line-height: 120%;
    letter-spacing: -0.04em;
}
.card_pos p{
    font-size: 1rem;
    color: #484F59;
    line-height: 150%;
}
.card_pos hr{
    margin-top: 0 !important;
    opacity: 1;
    border: 1px solid rgba(59, 59, 62, 0.15);
}
.card_pos .btn_primary_blue{
    background-color: #0D6A9C;
    font-weight: 500;
    font-size: 14px;
}
.card_pos .btn_primary_blue:hover{
    background-color: #1F9ADC;
}
.car_header{
    background-color: #0D6A9C;
    /*padding: 200px 0 150px;*/
}
.car_header h3{
    color: var(--light);
    text-transform: uppercase;
    /*font-size: 50px;*/
    font-size: 3.815vw;
    text-align: center;
    line-height: 120%;
    letter-spacing: -0.04em;
    font-family: 'Galano Grotesque';
}
.car_header h1{
    color: var(--light);
    font-family: 'Galano Grotesque';
    text-transform: uppercase;
    /*font-size: 100px;*/
    font-size: 11.915vw;
    line-height: 120%;
    letter-spacing: -0.02em;
    text-align: center;
}
.apply_body{
    padding: 0 48px 48px;
    color: #000;
}
.apply_body .btn_primary_blue{
    background-color: #0D6A9C;
}
.thanks_modal {
    height: 60vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.thanks_modal h3{
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 1rem;
    letter-spacing: -0.04em;
}
.thanks_modal p{
    font-weight: 400;
    margin-bottom: 0;
}
.thanks_modal .btn_primary_blue{
    background-color: #0D6A9C;
}
.thanks_modal_bg{
    background-image: url('/images/modal-bg.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}
.-mt-1{
    margin-top: -1px;
}
.-mb-1{
    margin-bottom: -1px;
}
.gx-60{
    --bs-gutter-x: 60px;
}
.g-60{
    --bs-gutter-x: 60px;
    --bs-gutter-y: 60px;
}
.gx-40{
    --bs-gutter-x: 40px;
}
.gy-40{
    --bs-gutter-y: 40px;
}
.card_pos p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.link_btn_{
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 500;
}
.top_section_hire{
    position: relative;
    min-height: 827px;
    background-color: #0D6A9C;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}
.hire_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.gap-60{
    gap: 60px;
}
.hire_inner{
    position: relative;
    background-color: #0D6A9C;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    min-height: 690px;
}
.mt-40{
    margin-top: 40px;
}
.hire_inner .hire_content h3{
    text-transform: capitalize;
    font-size: 2.98vw;
    font-weight: 500;
    letter-spacing: -0.02em;
    font-family: 'Open Sans', sans-serif;
}
.hire_content_inner {
    padding: 80px;
}
.max-800{
    max-width: 800px;
}
.apply_hire_modal .btn-close{
    width: 48px;
    height: 48px;
    background-color: #F8F8F8;
    border-radius: 100px;
    font-size: 1rem;
    padding: 0;
    background-size: 16px;
}
.apply_hire_modal .modal-content{
    border-radius: 40px;
}
.apply_hire_modal .modal-header {
    border-bottom: 0;
    padding: 24px 24px 0;
}
.apply_hire_modal .head_small p{
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    color: #000000;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}
.apply_hire_modal .head_small h5{
    font-size: 32px;
    letter-spacing: -0.02em;
    font-weight: 500;
    margin-bottom: 64px;
}
.mb-40{
    margin-bottom: 40px;
}
.apply_body small{
    color: #919191;
    font-size: 14px;
    line-height: 150%;
}
.apply_hire_modal input{
    min-height: 50px;
    border-radius: 8px;
}
.apply_hire_modal input[type=file]{
    line-height: 220%;
}
.apply_hire_modal .mb-3{
    margin-bottom: 24px !important;
}
.apply_hire_modal label{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}
.modal_sub{
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    color: #000000;
    margin-bottom: 40px;
}
.mt-26{
    margin-top: 26px;
}
.apply_hire_modal .required label::after {
    content: " *" !important;
    font-size: 14px;
    right: 2px !important;
    text-align: end;
}
.input_file{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 1rem;
    border: 1px dashed #E4E4E4;
    border-radius: 8px;
}
.input_file p{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #484F59;
    margin: 0;
}
.upload_file {
    display: flex;
    justify-content: space-between;
    border-style: solid;
}
section.top_section:before {
    content: "";
    background-image: url('https://www.adright.com/images/map.svg');
    background-size: contain;
    width: 80%;
    position: absolute;
    z-index: 99999;
    height: 90vh;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
@media only screen and (max-width: 992px) {
    .top_section_hire{
        min-height: 540px;
    }
}
@media only screen and (max-width: 919px) {
    .hire_inner .hire_content h3{
        font-size: 9.6vw;
    }
    .be_part{
        padding: 64px 24px;
    }
    .car_open_pos{
        padding: 64px 24px;
    }
    .car_who{
        padding: 60px 24px;
    }
    .car_contact{
        padding: 64px 24px;
    }
    .apply_body{
        padding: 24px 16px;
    }
    .apply_hire_modal .head_small p{
        color: #717171;
    }
    .car_header h3{
        font-size: 30px;
        line-height: 30px;
    }
    .car_header h1{
        font-size: 70px;
        line-height: 64px;
    }
    .apply_hire_modal .head_small h5{
        font-size: 28px;
        font-weight: 500;
    }
    .g-60{
        --bs-gutter-x: 30px;
        --bs-gutter-y: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .contact_info{
        max-width: 231px;
        margin: auto;
    }
    section.top_section:before{
        width: 100%;
        background-size: auto;
    }
}
@media only screen and (max-width: 1024px) {
    header .navbar-nav li:not(:last-child){
        padding-right: 22px !important;
    }
}
