/*   
Theme Name: Boreas
*/
@font-face {
    font-family: 'Cera Pro';
    src: url('../Boreas/fonts/CeraPro-Regular.eot');
    src: url('../Boreas/fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../Boreas/fonts/CeraPro-Regular.woff') format('woff'),
    url('../Boreas/fonts/CeraPro-Regular.ttf') format('truetype');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Pro';
    src: url('../Boreas/fonts/CeraPro-Medium.eot');
    src: url('../Boreas/fonts/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../Boreas/fonts/CeraPro-Medium.woff') format('woff'),
    url('../Boreas/fonts/CeraPro-Medium.ttf') format('truetype');
    font-display: swap;
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Cera Pro';
    src: url('../Boreas/fonts/CeraPro-Black.eot');
    src: url('../Boreas/fonts/CeraPro-Black.eot?#iefix') format('embedded-opentype'),
    url('../Boreas/fonts/CeraPro-Black.woff') format('woff'),
    url('../Boreas/fonts/CeraPro-Black.ttf') format('truetype');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../Boreas/fonts/Inter-Regular.eot');
    src: url('../Boreas/fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('../Boreas/fonts/Inter-Regular.woff2') format('woff2'),
    url('../Boreas/fonts/Inter-Regular.woff') format('woff'),
    url('../Boreas/fonts/Inter-Regular.ttf') format('truetype'),
    url('../Boreas/fonts/Inter-Regular.svg#Inter-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Basis Grotesque Pro';
    src: local('Basis Grotesque Pro Medium'), local('Basis-Grotesque-Pro-Medium'),
    url('../Boreas/fonts/BasisGrotesquePro-Medium.woff2') format('woff2'),
    url('../Boreas/fonts/BasisGrotesquePro-Medium.woff') format('woff'),
    url('../Boreas/fonts/BasisGrotesquePro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*,::after,::before{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img{
    display: block;
    max-width: 100%;
}
a{
    text-decoration: none;
    color: #44237E;
    font-size: 16px;
    transition: all 0.5s;
}
body{
    font-family: 'Cera Pro', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25.14px;
    text-align: left;
    color: #696969;
    background: #fff;
}
.wrapper{
    max-width: 1359px;
    margin: 0 auto;
    padding: 0 15px;
}
.box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}
header .box{
    background: #fff;
    align-items: center;
}
header .box .logo{
    border-right: 1px solid #D7D7D7;
    padding: 23px 30px 16px 29px;
    width: 190px;
}
header .box .logo a{
    width: 100%;
}
header .box .logo a img{
    width: 100%;
}
header .box .menu{
    width: 63%;
    padding-bottom: 6px;
}
header .box .menu ul{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 59px;
}
header .box .menu ul li a{
    font-size: 16px;
    font-weight: 500;
    line-height: 20.11px;
    text-align: center;
    color: #44237E;
}
header .box .menu ul li a:hover{
    text-decoration: underline;
}
header .box .leng{

}
header .box .leng ul{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
header .box .leng ul li a{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-align: left;
    color: #44237E;
    background: #fff;
    display: block;
    padding: 31px 35px;
    text-transform: capitalize;
    border-right: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
}
header .box .leng ul li:last-child a{
    border: none;
}
header .box .leng ul li a:hover,
header .box .leng ul li.current-lang a{
    background: #EBEBEB;
    color: #000;
}
.sec-1{
    background: #44237E;
}
.sec-1 .slider{
    margin: 0 auto;
    width: 1725px;
    padding: 0 0 0 199px;
}
.sec-1 .slider .slick-arrow{
    position: absolute;
    bottom: 21px;
    width: 65px;
    height: 55px;
    background: #FCFCFC url('../Boreas/img/arrow.svg') 50% 50% no-repeat;
    font-size: 0;
    outline: 0;
    transition: all 0.5s;
    z-index: 1;
    cursor: pointer;
    border: none;
    padding: 0;
}
.sec-1 .slider .slick-arrow.slick-prev{
    right: 262px;
}
.sec-1 .slider .slick-arrow.slick-next{
    right: 195px;
    transform: rotate(-180deg);
}
.sec-1 .slider .slick-arrow:hover{
    background: #8A75AE url("../Boreas/img/arrow.svg") 50% 50% no-repeat;
}
.sec-1 .slider .slick-dots{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    left: 225px;
    bottom: 21px;
    gap: 10px;
    z-index: 1;
}
.sec-1 .slider .slick-dots li{

}
.sec-1 .slider .slick-dots li button{
    background: #FFFFFF;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    transition: all 0.5s;
    outline: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    font-size: 0;
    border: none;
}
.sec-1 .slider .slick-dots li.slick-active button{
    background: #8A75AE;
}
.sec-1 .slider .box{

}
.sec-1 .slider .box .left{
    width: 42%;
    padding: 153px 15px 20px 30px;
}
.sec-1 .slider .box .left .title{
    font-size: 64px;
    font-weight: 500;
    line-height: 64px;
    text-align: left;
    color: #fff;
    margin-bottom: 50px;
}
.sec-1 .slider .box .left .text{
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 29.05px;
    text-align: left;
    color: #ACACAC;
}
.sec-1 .slider .box .right{
    width: 57%;
    height: 721px;
}
.sec-1 .slider .box .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sec-2{
    padding: 103px 0 129px 0;
}
.sec-2 .box{
    margin-bottom: 124px;
    align-items: center;
}
.sec-2 .box:last-child{
    margin-bottom: 0;
}
.sec-2 .box:nth-child(2n){
    flex-direction: row-reverse;
}
.sec-2 .box .left{
    width: 49%;
    padding: 0 98px 0 98px;
}
.sec-2 .box:nth-child(2n) .left{
    padding: 0 95px 0 122px;
}
.sec-2 .box .left .title{
    font-family: 'Basis Grotesque Pro', sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 41.31px;
    text-align: left;
    color: #44237E;
    margin-bottom: 37px;
}
.sec-2 .box .left .text{

}
.sec-2 .box .right{
    width: 50.5%;
    height: 463px;
}
.sec-2 .box .right img{
    width: 0;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    opacity: 0;
    transition: all 0.5s;
}
.sec-2 .box.active .right img{
    width: 100%;
    opacity: 1;
}
.sec-3{
    background: #F6F6F6;
    padding: 92px 0 126px 0;
}
.sec-3 .logo{
    width: 207px;
    margin: 0 auto;
}
.sec-3 .logo:after{
    content: '';
    background: #CFAA58;
    width: 73px;
    height: 5px;
    display: block;
    margin: 34px auto 0 auto;
}
.sec-3 .logo img{
    width: 100%;
}
.sec-3 .text{
    font-size: 24px;
    font-weight: 400;
    line-height: 30.17px;
    text-align: center;
    color: #000;
    margin: 44px auto 0 auto;
    width: 58%;
}
.sec-4{
    padding: 107px 0 115px 0;
}
.sec-4 .title{
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #44237E;
    margin-bottom: 29px;
}
.sec-4 .slider-1{
    margin: 0 -20px;
}
.sec-4 .slider-1 .slick-arrow{
    position: absolute;
    top: 35px;
    width: 47px;
    height: 47px;
    border-radius: 6px;
    background: #FCFCFC url('../Boreas/img/arrow.svg') 50% 50% no-repeat;
    font-size: 0;
    outline: 0;
    transition: all 0.5s;
    z-index: 1;
    cursor: pointer;
    border: none;
    padding: 0;
    box-shadow: 0 4px 12px 0 #0000001A;
}
.sec-4 .slider-1 .slick-arrow.slick-prev{
    left: -22px;
}
.sec-4 .slider-1 .slick-arrow.slick-next{
    right: -22px;
    transform: rotate(-180deg);
}
.sec-4 .slider-1 .slick-arrow svg path{
    transition: all 0.5s;
}
.sec-4 .slider-1 .slick-arrow:hover{
    background: #8A75AE url("../Boreas/img/arrow.svg") 50% 50% no-repeat;
}
.sec-4 .slider-1 .slick-arrow:hover svg path{
    stroke: #fff
}
.sec-4 .slider-1 .slick-dots{
    list-style: none;
    padding: 0;
    margin: 32px 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.sec-4 .slider-1 .slick-dots li{

}
.sec-4 .slider-1 .slick-dots li button{
    background: #D7D7D7;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    transition: all 0.5s;
    outline: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    font-size: 0;
    border: none;
}
.sec-4 .slider-1 .slick-dots li.slick-active button{
    background: #8A75AE;
}
.sec-4 .slider-1 .img{
    border: 1px solid #D7D7D7;
    width: 92.5%;
    height: 118px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec-4 .slider-1 .img img{

}
.sec-5{
    padding-bottom: 20px;
    padding-top: 50px;
}
.sec-4 + .sec-5{
    padding-top: 0;
}
.sec-5 .box{
    background: #F6F6F6;
    margin: 0 16px 0 -16px;
}
.sec-5 .box .left{
    width: 45.8%;
    padding: 37px 0 0 54px;
}
.sec-5 .box .left .title{
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    color: #3B3B3B;
    margin-bottom: 14px;
}
.sec-5 .box .left .text{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: left;
    color: #3B3B3B;
    margin: 0 0 39px 4px;
    width: 90%;
}
.sec-5 .box .left form{
    margin: 0 0 0 7px;
}
.sec-5 .box .left form .box{
    margin: 0 0 9px 0;
    background: none;
}
.sec-5 .box .left form .box p{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sec-5 .box .left form .box p > span{
    width: 49%;
}
.sec-5 .box .left form .box input{
    background: #fff;
    width: 100%;
    height: 57px;
    font-family: 'Basis Grotesque Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.66px;
    text-align: left;
    color: #000;
    border: none;
    outline: 0;
    padding: 0 19px;
}
.sec-5 .box .left form .box input::placeholder{
    color: #9F9F9F;
}
.sec-5 .box .left form textarea{
    background: #fff;
    width: 100%;
    height: 91px;
    font-family: 'Basis Grotesque Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.66px;
    text-align: left;
    color: #000;
    border: none;
    outline: 0;
    resize: none;
    padding: 14px 20px;
    margin-bottom: 22px;
}
.sec-5 .box .left form textarea::placeholder{
    color: #9F9F9F;
}
.sec-5 .box .left form .btn{
    background: #44237E;
    font-family: 'Basis Grotesque Pro', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.66px;
    color: #fff;
    transition: all 0.5s;
    outline: 0;
    border: none;
    width: 100%;
    text-align: center;
    padding: 17px 0;
    display: block;
    cursor: pointer;
}
.sec-5 .box .left form .btn:hover{
    background: #fff;
    color: #000;
}
.sec-5 .box .left .txt{
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 13.31px;
    text-align: left;
    color: #696969;
    margin: 14px 0 0 7px;
    width: 60%;
}
.sec-5 .box .right{
    width: 50.5%;
    height: 484px;
}
.sec-5 .box .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wpcf7 form .wpcf7-response-output {
    margin: 1em 0 0;
    padding: 0;
    border: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}
footer{
    padding-bottom: 40px;
}
footer .box{
    align-items: center;
    margin: 0 17px 0 -16px;
}
footer .box .copy{
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
    color: #696969;
}
footer .box .mail{

}
footer .box .mail a{
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14.52px;
    text-align: left;
    color: #44237E;
}
footer .box .mail a:hover{
    text-decoration: underline;
}
footer .box .soc{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 203px;
}
footer .box .soc .tg{
    width: 99px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #55A2FD;
    border-radius: 9px;
}
footer .box .soc .tg:hover{
    background: #0077ff;
}
footer .box .soc .wh{
    width: 99px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #42965F;
    border-radius: 9px;
}
footer .box .soc .wh:hover{
    background: #296e41;
}
video::-webkit-media-controls {
    display:none !important;
}
video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 1390px){
    .wrapper {
        max-width: 1140px;
    }
    .sec-1 .slider {
        width: 100%;
        padding: 0 0 0 45px;
    }
    .sec-1 .slider .box .left .title {
        font-size: 50px;
        line-height: 55px;
    }
    .sec-1 .slider .slick-arrow.slick-next {
        right: 45px;
    }
    .sec-1 .slider .slick-arrow.slick-prev {
        right: 115px;
    }
    .sec-1 .slider .slick-dots{
        left: 65px;
    }
    .sec-2 .box .left,
    .sec-2 .box:nth-child(2n) .left{
        padding: 0 65px;
    }
    .sec-3 .text{
        width: 70%;
    }
    .sec-4 .slider-1 .slick-arrow.slick-prev {
        left: -10px;
    }
    .sec-4 .slider-1 .slick-arrow.slick-next{
        right: -10px;
    }
    .sec-5 .box .left .txt{
        width: 75%;
    }
    .sec-5 .box .left {
        padding: 37px 0 0 45px;
    }
}
@media (max-width: 1199px){
    .wrapper {
        max-width: 960px;
    }
    header .box .menu {
        width: 50%;
        padding-bottom: 0;
    }
    .sec-1 .slider {
        padding: 0;
    }
    .sec-1 .slider .box .left {
        width: 960px;
        padding: 110px 15px 20px 15px;
        margin: 0 auto;
    }
    .sec-1 .slider .box .right {
        width: 100%;
        height: auto;
    }
    .sec-2 .box .left,
    .sec-2 .box:nth-child(2n) .left {
        padding: 0 15px;
    }
    .sec-3 .text {
        width: 85%;
    }
    .sec-5 .box{
        margin: 0;
    }
    .sec-5 .box .left {
        padding: 37px 0 0 15px;
        width: 47%;
    }
    footer .box{
        margin: 0;
    }
}
@media (max-width: 991px){
    .wrapper {
        max-width: 720px;
    }
    header .box .menu {
        width: 40%;
    }
    header .box .menu ul{
        gap: 15px;
    }
    .sec-1 .slider .box .left {
        width: 720px;
    }
    .sec-2 .box .left{
        width: 100%;
        margin-bottom: 20px;
    }
    .sec-2 .box .left,
    .sec-2 .box:nth-child(2n) .left {
        padding: 0;
    }
    .sec-2 .box .right {
        width: 100%;
        height: auto;
    }
    .sec-2 .box {
        margin-bottom: 70px;
    }
    .sec-3 .text {
        width: 100%;
        font-size: 20px;
        line-height: normal;
    }
    .sec-5 .box .right{
        display: none;
    }
    .sec-5 .box .left {
        padding: 15px;
        width: 100%;
    }
    .sec-5 .box .left .txt {
        width: 100%;
        margin: 14px 0 0 0;
    }
    .sec-5 .box .left .text{
        margin: 0 0 39px 0;
        width: 100%;
    }
    .sec-5 .box .left form {
        margin: 0;
    }
}
@media (max-width: 767px){
    .wrapper {
        max-width: 540px;
    }
    header .box .logo {
        padding: 23px 15px 16px 15px;
        width: 150px;
    }
    header .box .leng ul li a{
        padding: 31px 15px;
    }
    header .box .menu ul {
        gap: 5px;
    }
    header .box .menu {
        width: 43%;
    }
    header .box .menu ul li a {
        font-size: 14px;
    }
    .sec-1 .slider .box .left .title {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .sec-1 .slider .box .left .text{
        font-size: 18px;
        line-height: normal;
    }
    .sec-2 {
        padding: 50px 0;
    }
    .sec-2 .box .left .title{
        margin-bottom: 15px;
    }
    .sec-2 .box .left .text {
        font-size: 18px;
        line-height: normal;
    }
    .sec-2 .box {
        margin-bottom: 50px;
    }
    .sec-3 {
        padding: 50px 0;
    }
    .sec-3 .text {
        font-size: 18px;
        margin-top: 30px;
    }
    .sec-4 {
        padding: 50px 0;
    }
    .sec-5 .box .left form .box p > span {
        width: 100%;
        margin-bottom: 9px;
    }
    .sec-5 .box .left form .box p > span:last-child {
        margin-bottom: 0;
    }
    footer .box .soc{
        margin: 20px auto 0 auto;
        width: 100%;
        justify-content: center;
        gap: 10px;
    }
}
@media (max-width: 575px){
    .wrapper {
        max-width: 100%;
    }
    header .box .menu{
        display: none;
    }
    header .box .logo {
        padding: 10px 15px 10px 15px;
        width: 125px;
        border: none;
    }
    header .box .leng ul li a {
        padding: 16px 15px;
        font-size: 14px;
    }
    .sec-1 .slider .box .left {
        width: 100%;
        padding: 75px 15px 20px 15px;
    }
    .sec-1 .slider .slick-arrow.slick-next {
        right: 15px;
        width: 40px;
        height: 40px;
    }
    .sec-1 .slider .slick-arrow.slick-prev {
        right: 60px;
        width: 40px;
        height: 40px;
    }
    .sec-1 .slider .slick-dots {
        left: 15px;
    }
    .sec-2 .box .left .title{
        font-size: 25px;
        line-height: normal;
    }
    .sec-2 .box .left .text {
        font-size: 14px;
    }
    .sec-3 .text {
        font-size: 16px;
    }
    .sec-4 .slider-1 .slick-arrow{
        display: none !important;
    }
    .sec-4 .slider-1 {
        margin: 0;
    }
    .sec-5 .box .left .title {
        font-size: 25px;
    }
    .sec-5 .box .left .text{
        font-size: 14px;
        margin: 0 0 20px 0;
    }
    footer .box .copy{
        text-align: center;
        margin-bottom: 10px;
        width: 100%;
    }
    footer .box .mail {
        margin: 0 auto;
    }
}