@font-face {
    font-family: 'Futura';
    src: url('../font/Futura/Futura.eot');
    src: url('../font/Futura/Futura.eot?#iefix') format('embedded-opentype'), url('../font/Futura/Futura.woff2') format('woff2'), url('../font/Futura/Futura.woff') format('woff'), url('../font/Futura/Futura.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura-Bold';
    src: url('../font/Futura/Futura-Bold.eot');
    src: url('../font/Futura/Futura-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Futura/Futura-Bold.woff2') format('woff2'), url('../font/Futura/Futura-Bold.woff') format('woff'), url('../font/Futura/Futura-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../font/Futura/FuturaPT-Bold.eot');
    src: url('../font/Futura/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'), url('../font/Futura/FuturaPT-Bold.woff2') format('woff2'), url('../font/Futura/FuturaPT-Bold.woff') format('woff'), url('../font/Futura/FuturaPT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Demi';
    src: url('../font/Futura/FuturaPT-Demi.eot');
    src: url('../font/Futura/FuturaPT-Demi.eot?#iefix') format('embedded-opentype'), url('../font/Futura/FuturaPT-Demi.woff2') format('woff2'), url('../font/Futura/FuturaPT-Demi.woff') format('woff'), url('../font/Futura/FuturaPT-Demi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../font/Futura/FuturaPT-Book.eot');
    src: url('../font/Futura/FuturaPT-Book.eot?#iefix') format('embedded-opentype'), url('../font/Futura/FuturaPT-Book.woff2') format('woff2'), url('../font/Futura/FuturaPT-Book.woff') format('woff'), url('../font/Futura/FuturaPT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* html body{
    background: linear-gradient(180deg, #134163 0%, #266898 100%);
} */

.header_container {
    max-width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header_container .logo {
    max-width: 150px;
}

.header_right_wrap {
    display: flex;
    align-items: center;
}

.header_right_wrap .btn_wrap a {
    color: #396CC2;
    font-family: 'Futura-Bold';
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #396CC2;
    padding: 11px 20px;
    border-radius: 22px;
    text-decoration: none;
}

.header_right_wrap .nav_wrap ul {
    display: flex;
    margin: 0;
}

.header_right_wrap .nav_wrap ul li {
    list-style: none;
    padding: 10px 30px;
}

.header_right_wrap .nav_wrap ul li a {
    color: #396CC2;
    font-family: 'Futura';
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
}

.header_right_wrap .nav_wrap ul li a:hover::after {
    content: " ";
    height: 2px;
    background-color: #396CC2;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -9px;
}

.header_right_wrap .nav_wrap ul li a:hover {
    font-weight: bold;
    text-decoration: none;
}

.banner_content_outer {
    /* position: absolute; */
    width: 100%;
    /* bottom: 324px; */
    padding: 0px 20px;
}
body{
    padding:0;
    margin:0;

}
.contain{
    width: 1440px;
    margin: auto;
}
.banner_section {
    /* background-image: url(../img/banner_back.png); */
    background-image: url(../img/hero_image.png);

    /* height: 765px; */
    height: 665px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y:0;
    /* position: relative; */
    z-index: -1;
    background-position-y: bottom;
    margin-top: 85px;
}

.banner_content {
    max-width: 1180px;
    margin: auto;
    color: #ffffff;
    padding-top:100px;
    
}


.banner_title {
    font-family: 'Futura-Bold';
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 1.6px;
    line-height: 60px;
    width: 833px;
}

.banner_text {
    font-family: 'Futura';
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
    padding-top: 30px;
    width: 780px;
}

.banner_btn a {
    color: #396CC2;
    font-family: 'Futura-Bold';
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.88px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 11px 45px;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    margin-top: 40px;
}

.content_container {
    max-width: 1270px;
    margin: auto;
}

.content_container_img{
    background-image: url(../img/quadretti-desk.png);
    background-size: 100% 95%;
    max-width: 1131px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
}

.mid_section_title {
    max-width: 580px;
    margin: auto;
    text-align: center;
    color: #1B4677;
    font-family: 'Futura';
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.8px;
    line-height: 36px;
    text-align: center;
    padding: 25px 15px;
    position: relative;
    /* margin-bottom: -60px; */
}

.mid_section_title span {
    display: block;
    font-size: 28px;
    font-family: 'Futura-Bold';
}

.mid_section_3_block_outer {
    max-width: 1180px;
    margin: auto;
    border-radius: 33px;
    background-color: transparent;
    /* background-color: #D2E4F1; */
    /* box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 18%); */
    display: flex;
    padding: 30px 0px 0px;
    align-items: center;
    justify-content: space-between;
}

.each_card {
    border-radius: 20px;
    background-color: #FFFFFF;
    max-width: 330px;
}

.each_card .card_text {
    background-color: #529BD0;
    color: #fff;
    border-radius: 20px;
    font-family: "Futura PT Book";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    padding: 17px 10px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 25%);
    transition: 0.5s ease;
}


.card_initial{
    background-color: #266898!important;
}
/* .each_card .card_text:hover{
    background-color: #266898;
} */


.each_card .card_text span {
    font-family: "Futura PT";
    font-weight: bold;
    display: block;
}
.card_outer .btn_style span {
    padding-right: 5px;
}

.card_outer .btn_style{
    font-family: "Futura PT Book";
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #529BD0;
    padding-top: 11px;
}

.each_card .btn_style {
    display: flex;
    font-family: 'Futura PT Demi';
    color: #134163;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
    justify-content: center;
}

.each_card .btn_wrap {
    width: 100%;
    max-width: 290px;
    margin: auto;
    background: #F7EC38;
    border-radius: 20px;
    padding: 5px 10px;
    margin-top: 30px;
}

.each_card .btn_wrap span {
    width: 33px;
    ;
    display: flex;
    margin-right: 10px;
}

.each_card .btn_wrap span img {
    width: 100%;
}

/* .mid_section_title::after {
    /* content: ' ';
    position: absolute;
    height: 64px;
    width: 64px;
    bottom: -45px;
    left: calc(50% - 32px);
    background-image: url('../img/ico_arrow.svg');
    background-position: center;
    background-size: cover; */
/* } */

.mid_text_wrap .mid_text {
    max-width: 1050px;
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.89px;
    line-height: 42px;
    text-align: center;
    margin: auto;
    padding: 120px 15px 80px;
}

.chessboard_outer {
    max-width: 1110px;
    padding: 0px 15px;
    margin: auto;
}

.each_pannel_outer .each_pannel {
    display: flex;
    align-items: center;
}

.each_pannel .chess_img,
.each_pannel .chess_text,
.bottom_block_wrap .bottom_block .bottom_block_text,
.bottom_block_wrap .bottom_block .bottom_block_img {
    flex-basis: 100%;
    color: #ffffff;
}

.chess_img img {
    width: 100%;
    max-width: 350px;
}

.chess_title {
    color: #FFFFFF;
    font-family: 'Futura-Bold';
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1.4px;
    line-height: 38px;
}

.chess_title span {
    display: block;
    color: #529BD0;
    font-family: 'Futura';
    font-weight: normal;
    font-size: 35px;
    text-transform: uppercase;
}

.chess_text {
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    padding-top: 22px;
}

.chess_img.img_right {
    text-align: right;
}

.main_btn_wrap span {
    color: #396CC2;
    font-family: 'Futura-Bold';
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.88px;
    line-height: 35px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 12px 10px;
    width: 100%;
    max-width: 330px;
    display: inline-block;
    margin-top: 69px;
    margin-bottom: 75px;
    border: 1px solid #ffffff;
}

.main_btn_wrap {
    text-align: center;
}

.bottom_block_wrap {
    background-color: #266898;
    /* max-width: 1197px; */
    margin: auto;
    padding: 0px 20px;
}

.bottom_block_wrap .bottom_block {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
}

.bottom_block_wrap .bottom_block .bottom_block_img img {
    width: 100%;
    max-width: 620px;
}

.bottom_block_title {
    color: #FFFFFF;
    font-family: 'Futura-Bold';
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.89px;
    line-height: 52px;
    text-align: left;
}


.bottom_block_text {
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 26px;
    letter-spacing: 0;
    line-height: 40px;
    margin-top: 30px;
    width: 573px;
}

.bottom_block_text span {
    font-family: 'Futura-Bold';
    font-weight: bold;
}

footer {
    background-color: #083454;
    padding: 20px 15px 30px;
}

.footer_logo {
    max-width: 150px;
}

.footer_wrap {
    max-width: 1270px;
    margin: auto;
    display: flex;
    color: #ffffff;
    justify-content: space-between;
    align-items: center;
}
.footer--left-wrap{
    display: flex;
    flex-direction: row;
    /* flex-direction: column; */
}
@media screen and (max-width:575.98px){
    .footer--left-wrap{
        flex-direction: column;
    }   
}
.foot_left {
    display: flex;
    align-items: center;
}

.footer_text {
    font-family: 'Futura';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.17px;
    line-height: 26px;
    padding: 10px 30px;
}
.foot_right {
    margin-bottom:-10px ;
    align-self: flex-end;
    margin-left: auto;
    margin-right: auto;
}

.foot_right.pr_desk{
    margin-left: initial;
    margin-right: initial;
}

.foot_right ul {
    padding: 0;
    display: flex;
}

.foot_right ul li {
    list-style: none;
    padding: 10px;
}

.foot_right ul li a {
    color: #FFFFFF;
    font-family: 'Futura';
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
}

.mid-section {
    position: relative;
    min-height: 200px;
}

.mid_section_wrap {
    /* position: absolute; */
    background-color: transparent;
    width: 100%;
    padding: 0px 20px 75px 20px;
    margin-top: -30px;
    /* top: -240px; */
}
@media screen and( max-width:768px) {
    .mid_section_wrap{
        padding: 0;
    }
    
    

}
.mid_section_3_block_outer .item .item_body{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.mid_section_3_block_outer .item .icon_outer {
    padding-left: 28px;
    padding-bottom: 54px;
}

header {
    padding: 0px 20px;
    position: fixed;
    width: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 9;
}

.mid-section-two {
    
    background: linear-gradient(180deg, #134163 0%, #266898 100%);
    background-size: contain;
    border-top-left-radius: 125% 10%;
    border-top-right-radius: 125% 10%;
    margin: 0px -30px;
    padding: 0px 20px;
}

.content_block {
    /* background: linear-gradient(180deg, #134163 0%, #266898 100%); */
    /* padding: 0px 20px; */
    overflow: hidden;
    margin-top: -40px;
}

.mid-mobile{
    display: none;
}

ul.slick-dots {
    bottom: -50px;
}

.slick-dots li button:before{
    width: 18px;
    height: 18px;
    color: #fff;
    border: 1px solid #083454;
    border-radius: 40px;
}

.slick-dots li.slick-active button:before{
    background-color: #083454;
    font-size: 21px;
    text-align: left;
    content:"";

}

.pr_mob{
    display: none;
}

.pr_desk{
    display: block;
}

.ai_sec{
    background-image: url(../img/landing5_mid_sec.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.ai_section{
    padding: 40px 0;
    display: grid;
    grid-template-columns: 50% 50%;
}

.ai_section .ai_section_text .ai_mid_text {
    color: #FFFFFF;
    font-family: Futura;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 38px;
}

.ai_section .ai_section_text p {
    color: #FFFFFF;
    font-family: Futura;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 35px;
}

.ai_section .ai_section_text p span{
    font-weight: 700;
    letter-spacing: 1px;
}

.ai_section .ai_section_text .calender {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
}

.ai_section .ai_section_text .pdt{
    padding-top: 15px;
}
.ai_section .ai_section_text .calender .img {
    width: 15.8%;
}

.ai_section .ai_section_text .calender .img img{
    width: 100%;
}
.ai_section .ai_section_text .calender .content{
    padding-left: 20px;
}
.ai_section .ai_section_text .calender p{
    margin: 0;
    font-weight: 700;
    padding: 0 20px;
    letter-spacing: 2px;
}

.ai_section .ai_section_text .calender p.dark{
    background-color: #396CC2;
    border-radius: 20px;
    text-align: center;
}

.ai_mobile_img{
    display: none;
}

.mid-section-two .chess_text{
    width: 440px;
}

.btn_hover_global:hover{
    background-color: #266898 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff;
}

.d_mob{
    display: none;
}
.d_desk{
    display: block;
}

/* custom cookie start*/
.f_c_cookie_banner{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
    z-index: 9;
}

.f_c_cookie_banner_wrap{
    max-width: 1210px;
    padding: 15px 15px;
    margin: auto;
    font-family: 'Futura';
    font-size: 16px;
    color: #000;
}

.f_c_cookie_banner_wrap a{
    color: #000;
    text-decoration: underline;
}

.f_c_cookie_button{
    display: flex;
    justify-content: end;
    padding: 20px 0px;
}

.f_c_cookie_accept{
    color: #fff;
    background: #396CC2;
    border: 1px solid #396CC2;
    outline: none;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
}

.f_c_cookie_accept:hover{
    background-color: #ffffff;
    color: #396CC2;
}
/* custom cookie ends*/



@media screen and (max-width:1024px){
    .mid_section_3_block_outer .item .icon_outer {
        padding-left: 10px;
        padding-right: 10px;
    }
    .chess_img img {
        width: 100%;
        max-width: 330px;
    }
    .banner_content_outer {
        bottom: 234px;
    }
    .bottom_block_wrap{
        padding: 0 20px;
    }
}

@media screen and (max-width:991px){
    
    .mid_section_3_block_outer .item .icon_outer {
        padding-left: 5px;
        padding-bottom: 54px;
        padding-right: 5px;
    }
    .slick-slide img.img_icon {
        width: 9%;
        display: inline-block;
    }
    .card_outer .btn_style {
        font-size: 15px;
    }
    .each_card {
        max-width: 262px;
    }
    .mid_section_wrap{
        /* padding: 0; */
        margin-top:0;
        padding-right: 0;
    }
    .mid_section_3_block_outer .item .item_body {
        align-content: flex-start;
        justify-content: space-around;
    }
    .banner_title,
    .banner_text,
    .bottom_block_text{
        width: 100%;
    }

    
    .mid-section-two .chess_text{
        width: 90%;
        margin: 0 auto;
    }
    .bottom_block_wrap{
        padding: 20px 20px;
    }
}





@media screen and (max-width:768px){

    header{
        position: static;
    }

    .d_mob{
        display: block;
    }
    .d_desk{
        display: none;
    }
    
    .mid-mobile{
        display: block;
    }
    .mid-desk{
        display: none;
    }
    .banner_section{
        height: 570px;
        background-image: url(../img/hero_mobile.png);
        margin-top: 0;
    }
    .banner_content_outer {
        position: static;
        text-align: center;
        padding: 60px 1px;
    }
    .each_pannel_outer .each_pannel{
        /* display: block; */
        text-align: center;
        flex-direction: column;
    }
    .each_pannel_reverse {
        flex-direction: column-reverse !important;
        padding: 40px 0;
    }
    .mid_text_wrap .mid_text {
        padding:90px 40px 40px;
        
        /* max-width: 385px; */
        color: #FFFFFF;
        font-family: "Futura PT";
        font-size: 30px;
        font-weight: 500;
        letter-spacing: 0.67px;
        line-height: 36px;
        text-align: center;
    }
    .bottom_block_wrap .bottom_block{
        flex-direction: column;
    }
    .footer_wrap{
        text-align: center;
        flex-direction: column;
    }
    .footer_wrap .foot_left{
        flex-direction: column;
    }
    .bottom_block_wrap .bottom_block .bottom_block_text{
        padding-bottom: 30px;
        max-width: 100%;
        width: 100%;
    }
    .bottom_block_title{
        
        max-width: 100%;
        color: #FFFFFF;
        font-family: Futura;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0.67px;
        line-height: 38px;
    }
    .bottom_block_text{
        
        max-width: 331px;
        color: #FFFFFF;
        font-family: Futura;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 28px;
    }
    .foot_right ul{
        margin: 10px 0;
    }
    .foot_right ul li a{
        font-size: 16px;
    }
    .header_left_wrap{
        margin: 0 auto;
        padding: 17px 0;
    }
    .header_right_wrap {
        display: none;
    }

    .banner_title {
        font-size: 34px;
        letter-spacing: 0.38px;
        line-height: 38px;
    }
    .banner_text {
        font-size: 18px;
        line-height: 24px;
    }
    .banner_btn a{
        font-size: 18px;
        padding: 5px 20px;
    }
    .mid-section-two{
        border-top-left-radius: 100% 5%;
        border-top-right-radius: 20% 0;
        
    }
    .main_btn_wrap span.main_btn{
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;
        padding: 5px 25px;
        max-width: max-content;
    }

    .content_container_img{
        background-image: url('../img/quadretti_mobile.png');

    }

    .pr_desk{
        display: none;
    }
    
    .pr_mob{
        display: block;
    }

    .ai_sec{
        padding: 0 40px;
        background: transparent;
    }

    .ai_section {
        display: grid;
        grid-template-columns: 100%;
        padding: 40px 0 10px 0;
        text-align: center;
    }
    .ai_section .ai_section_text .ai_mid_text {
        font-size: 28px;
    }
    .ai_section .ai_section_text p {
        font-size: 18px;
        line-height: 25px;
    }
    .ai_section .ai_section_text .calender .img {
        width: 22.8%;
    }
    .chessboard_outer{
        padding: 0 20px;
    }
    .ai_section .ai_section_text .calender{
        flex-direction: column;
        padding: 22px 0;
    }
    .ai_section .ai_section_text .calender .content{
        padding: 12px 0;
    }
    .ai_section .ai_section_text .calender p.dark{
        margin-top: 5px;
        padding: 5px 20px;
    }
    .ai_mobile_img{
        display: block;
    }
}

@media (max-width: 575.98px) {
    .banner_content{
        padding-top: 0;
    }
    .banner_section{
        padding-left: 15px;
        padding-right: 15px;
        letter-spacing: 1.2px;
    }
    .chess_img img {
        width: 100%;
        max-width: 160px;
    }
    .bottom_block_title{

        max-width: 336px;
        color: #FFFFFF;
        font-family: Futura;
        font-size: 30px;
        font-weight: bold;
        letter-spacing: 0.67px;
        line-height: 38px;
    }
    .bottom_block_text{

        max-width: 331px;
        color: #FFFFFF;
        font-family: Futura;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 28px;
        letter-spacing: 1px;
    }
   
}
@media(max-width: 415px){
    .ai_section .ai_section_text .calender .img {
        width: 20.8%;
    }
}

  