@media (min-width: 1400px){
    .container {
        max-width: 1461px !important;
    }
}
@font-face {
    font-family: 'Roboto-bold';
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: 'clash-display-bold';
    src: url(../fonts/ClashDisplay-Bold.otf);
}
@font-face {
    font-family: 'roboto-regular';
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'roboto-medium';
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: 'poppins-semibold';
    src: url(../fonts/Poppins-SemiBold.ttf);
}
@font-face {
    font-family: 'poppins-regular';
    src: url(../fonts/Poppins-Regular.ttf);
}
@font-face {
    font-family: 'poppins-medium';
    src: url(../fonts/Poppins-Medium.ttf);
}
@font-face {
    font-family: 'roboto-light';
    src: url(../fonts/Roboto-Light.ttf);
}
body{
    scroll-behavior: smooth;
}
.header{
    padding: 20px;
    background-color: #FDFFFC;
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
    
}
.custom_nav li a{
    color: #383A47;
    font-family: 'Roboto-bold';
}
.custom_nav li a:hover{
    color: #EEC343;
    transition: .4s all;
}
.theme_btn2{
    border: 1px solid #E8E9ED;
    color: #EEC343;
    background: transparent;
    padding: 14px 26px;
    border-radius: 12px;
    font-family: 'roboto-bold';
}
.mob_btn{
    color: #EEC343;
}
.navbar-toggler .mob_btn:focus{
    outline-color: #ffffff;
}
.theme_btn2:hover{
   background: #EEC343;
   color: #fff;
   transition: .4s all;
}
.theme_btn{
    border: none;
    color: #fff;
    background: #EEC343;
    padding: 14px 26px;
    border-radius: 12px;
    font-family: 'roboto-bold';
}
.theme_btn:hover{
    color: #EEC343;
    background: #fff;
    border: 1px solid #E8E9ED;
    transition: .4s all;
}
.Banner_font h1{
    font-family: 'clash-display-bold';
    font-size: 50px;
    color: black;
}
.Banner_font p{
    font-family: 'roboto-regular';
    font-size: 20px;
    color: black;
}
.choose_img p{
    font-family: 'roboto-medium';
    font-size: 24px;
}
.img_set{
    margin-top: 6%;
}
.list_font ul li{
    font-family: 'roboto-regular';
    font-size: 20px;
    color: black;
}
.about_font ul li{
    font-family: 'roboto-regular';
    font-size: 20px;
    list-style: none;
}
.see_txt{
    font-family: 'poppins-medium' !important;
    color: #66101F !important;
    cursor: pointer;
}
.see_txt:hover{
    color: black !important;
    transition: .4s all;
}
.card_btn{
    border: none;
    color: #fff;
    background: #EEC343;
    padding: 5px 18px;
    border-radius: 12px;
    font-family: 'roboto-bold';
}
.footer_logo{
    width: 55%;
}
.card_sec{
    padding: 30px;
    border: 1px solid #66101F;
    border-radius: 30px;
}
.card_head p{
    font-family: 'poppins-semibold';
    font-size: 25px;
}
.card_txt{
    font-family: 'poppins-medium';
    font-size: 18px;
}
.card_row{
    gap: 25px 0px;
}
.form_sec{
    border-bottom: 2px solid white;
}
.form_sec label{
    font-family: 'poppins-medium';
    font-size: 20px;
    color: white;
}
.form_sec input{
    border: none;
    width: 100%;
    font-family: 'poppins-medium';
    background: transparent;
    padding: 5px;
}
.form_sec input:focus{
    outline: none;
    color: white;
}
.form_head h1{
    font-family: 'poppins-medium';
    color: white;
}
.form_btn{
    border: none;
    color: #fff;
    background: #EEC343;
    padding: 14px 26px;
    border-radius: 50px;
    font-family: 'roboto-bold';
    width: 100%;
}
.form_btn:hover{
    color: #EEC343;
    background-color: transparent;
    border: 1px solid black;
    transition: .4s all;
}
.form-bg{
    background-image: url(../img/form-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.form_pad{
    padding: 80px 15px;
}
.footer_sec{
    color: white;
    background-color: #172121;
    padding-top: 7%;

}
.footer_sec p{
    font-family: 'roboto-regular';
}
.footer_head{
    font-size: 25px;
    font-family: 'roboto-bold';
}
.footer_input{
    height: 36px;
    width: 100%;
    color: #B1B5BB;
}
.footer_input:focus{
    outline: none;
}
.footer_btn {
    border: 1px solid #D31027;
    color: #fff;
    background: #EEC343;
    padding: 5px 16px;
    font-family: 'roboto-regular';
}
.footer_btn:hover {
    color: #EEC343;
    background: #fff;
    transition: .4s all;
}
.reserved_sec{
    color: white;
    background-color: #172121;
}
.color_footer{
    color: #172121;
}
.reserved_txt{
    font-family: 'roboto-light';
}
.mobile .col{
    width: 90% !important;
    margin: auto;
}
.view_txt{
    color: #EEC343;
    cursor: pointer;
}
.view_txt:hover{
    color: black;
    transition: .4s all;
}
.slide_img{
    width: 90%;
    border-radius: 20px;
}
.profile-icon{
    width: 30%;
}
.prev-arrow{
    background-color: red;
}
.next-icon{
    position: absolute;
    bottom: 45%;
    left: -6%;
    border: none;
    background: transparent;
    color: #EEC343;
    font-size: 35px;
    height: 15%;
}
.prev-icon{
    position: absolute;
    right: -4%;
    top: 40%;
    border: none;
    color: #EEC343;
    font-size: 35px;

    height: 15%;
    background: transparent;
}
.profile_card{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
    padding: 30px;
}
.start-icon{
    width: 12%;
}
.profile_btn {
    border: none;
    color: #fff;
    background: #EEC343;
    padding: 14px 35px;
    border-radius: 12px;
    font-family: 'roboto-bold';
}
.profile_btn:hover{
    background: white;
    color: #EEC343;
    transition: .4s all;
    border: 1px solid #E8E9ED;
}
@media(max-width:1366px){
    .profile_btn {
        padding: 11px 16px;
    }
    .Banner_font h1 {
        font-size: 40px;
    }
}
@media(max-width:1200px){
    .home-banner{
        width: 76%;
    }
}
@media(max-width:1120px){
    .profile_btn {
        padding: 8px 8px;
    }
}
@media(max-width:1366px){
    .theme_btn2{
        padding: 10px 19px;
    }
}
@media(max-width:991px){
    .logo{
        width: 55%;
    }
    .profile_btn {
        padding: 10px 34px;
    }
    .header{
        padding: 0px;
    }
    .Banner_font h1{
        font-size: 18px;
    }
    .Banner_font p {
        font-size: 13px;
    }
    .home-banner{
        width: 100%;
    }
    .theme_btn {
        padding: 11px 20px;
        font-size: 13px;
    }
    .theme_btn {
        padding: 10px 6px;
        font-size: 11px;
    }
}
@media(max-width:600px){
    .list_font ul li {
        font-size: 13px;
    }
    .card_sec{
        padding: 7px;
        border-radius: 10px;
    }
    .card_head p {
        font-size: 18px;
    }
    .card_txt {
        font-size: 11px;
    }
    .card_btn{
        padding: 3px 4px;
        border-radius: 5px;
        font-size: 13px;
    }
    .img_set{
        padding: 6px;
    }
    .form_head h1 {
        font-size: 22px;
    }
    .form_sec label {
        color: white;
    }
    .profile_btn{
        padding: 9px 13px;
    }
    .prev-icon {
        width: 6%;
        right: 0%;
    }
    .next-icon{
        left: -6%;
        width: 6%;
    }
    .footer_head{
        font-size: 20px;
    }
    .footer_sec p{
        font-size: 13px;
    }
    .slide_img {
        width: 90%;
        margin: auto;
    }
    .profile_card{
        padding: 12px;
    }
    .footer_logo {
        width: 40%;
    }
    .home-banner {
        width: 105%;
    }
}