*{
    box-sizing: border-box;
}
.container{
    max-width: 1464px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
h1{

}
h2{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 46px;
    Line-height: 55.67px;
    color:#0C142E;   
}
h3{

}
h4{

}
h5{

}
h6{

}
a{
    color: #000;
    text-decoration: none;
}
p{
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    color: #202C53;
   
}
a:hover{
    color:#9D2444;
}
img{
    /* width: 100%; */
}
.main-content{
    height:100vh;
}
.under-constuction p{
    max-width: 570px;
    padding-top: 24px;
}
.under-constuction h2{
    margin-top: 49px;
}
.order-change{
    background: url('../images/content-bg.png') no-repeat center;
    background-size: cover;
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
}
.under-constuction .left-block{
    width: 60%;
    margin: 0 auto;
}
.under-constuction .left-block img{
    max-width: 75px;
}
.under-constuction .left-block form{
    margin-top: 36px;
    position: relative;
    width: 488px;
}
.under-constuction .left-block form input{
    width: 488px;
    height: 72px;
    border-radius: 80px;
    background: #FFFFFF;
    border: 1px solid rgba(12, 20, 46, 0.2);
    box-shadow: 5px 10px 32px rgba(0, 0, 0, 0.07);
    padding: 20px 180px 20px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    font-family: 'Inter';
    color: #000000;
}
.under-constuction .left-block form a{
    position: absolute;
    background-color: #9D2444;
    right: 9px;
    top: 7px;
    color: #fff;
    padding: 17px 30px;
    border-radius: 80px;
}
.under-constuction .left-block .left-bottom-section{
   display: flex;
   margin-top: 302px;
}
.under-constuction .left-bottom-section strong{
    font-family: 'Inter';
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}
.under-constuction .left-bottom-section a{
    display: block;
    position: relative;
    padding-top: 13px;
}
.under-constuction .left-bottom-section .right-section::before{
    content: '';
    height: 60px;
    width: 2px;
    background: #E5E5E5;
    position: absolute;
    left: 0;
}
.under-constuction .left-bottom-section .right-section{
    padding-left: 24px;
    position: relative;
}
.under-constuction .left-bottom-section strong:nth-child(){
    padding-left: 24px;
}
.under-constuction .left-bottom-section img{
    padding-left: 24px;
    padding-top: 13px;
    
}
.under-constuction .left-bottom-section img:first-child{
    padding-left: 0;
}
.under-constuction .left-bottom-section .get-in-touch{
    margin-right: 24px;
}
.left-bottom-section .get-in-touch img{
    max-width: 60px;
}
.under-constuction .right-block img{
    margin: 0 auto;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #9D2444;
    width: 36px;
    height: 16px;
    border-radius: 90px;
}
.owl-theme .owl-dots .owl-dot.active:hover span {
    background: #9D2444;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #C39CA6;
}
.owl-theme .owl-dots .owl-dot span {
    background: #C39CA6;
    width: 16px;
    height: 16px;
}
.under-constuction .right-block{
    position: relative;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
}
.owl-carousel .owl-item img{
    height: 100vh;
}

/*====================== Responsive =======================*/
@media screen and (max-width: 1440px){ 
    .under-constuction .left-block .left-bottom-section{
        margin-top: 40%;
    }
    .owl-carousel .owl-item img {
        object-fit: cover;
    }
}
@media screen and (max-width: 1199px){
    .under-constuction .left-block{
        width: 90%;
    }
    .under-constuction .left-block .left-bottom-section{
        margin: 50px 0;
    }
    .under-constuction .left-block form,
    .under-constuction .left-block form input{
        width: 100%;
    }
    .owl-carousel .owl-item img {
        object-fit: cover;
    }
}
@media screen and (max-width: 991px){   
    .under-constuction .left-block{
        text-align: center;
        margin-top: 50px;
    }
    .owl-carousel .owl-item img {
        height: auto;
    }
    .under-constuction .left-block .left-bottom-section{
        margin: 50px 0;
        align-items: center;
        justify-content: center;
    }
    .order-change{
        order: 2;
    }
    .under-constuction .left-block form{
        margin: 36px auto 0 auto;
    }
    .under-constuction p{
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px){
    .under-constuction .left-block form,
    .under-constuction .left-block form input{
        width: 100%;
    }
    .under-constuction .left-block{
        width: 92%;
    }
    .under-constuction .left-block .left-bottom-section{
        flex-direction: column;
    }
    .under-constuction .left-bottom-section .get-in-touch{
        margin-right: 0;
    }
    .under-constuction .left-bottom-section .right-section{
        padding-left: 0;
        margin: 50px 0;
    }
    .under-constuction .left-bottom-section .right-section::before{
        display: none;
    }
    .under-constuction .right-block img{
        width: 100%;
    }
    .owl-theme .owl-nav.disabled+.owl-dots{
        bottom: 10px;
    }
}