@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
body{
    font-family: Jost, sans-serif !important;
}
:root {
    --primary-color: #ab916c;
    --secondary-color: #53624e;
}
.text_primary{
   color: var(--primary-color) !important;
}
.text_secondary{
   color: var(--secondary-color) !important;
}
/*
Fonts
*/
.ft_jost{
    font-family: Jost, sans-serif !important;
}
.ft_marcellus{
    font-family: Marcellus, sans-serif !important;
}
.fs10{
    font-size: 10px;
}
.fs11{
    font-size: 11px;
}
.fs12{
    font-size: 12px;
}
.fs13{
    font-size: 13px !important;
}
.fs14{
    font-size: 14px !important;
}
.fs15{
    font-size: 15px !important;
}
.fs16{
    font-size: 16px !important;
}
.fs17{
    font-size: 17px !important;
}
.fs18{
    font-size: 18px !important;
}
.fs19{
    font-size: 19px !important;
}
.fs20{
    font-size: 20px !important;
}
.fs21{
    font-size: 21px !important;
}
.fs22{
    font-size: 22px !important;
}

.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}

.fs72{
    font-size: 72px;
}

.letter-spacing_2{
    letter-spacing: 2px;
}
/*Fonts
ends
 here*/
.icon_size{
    font-size: 50px;
}
.instagramHover:hover {
    background: linear-gradient(135deg, #833AB4, #FD1D1D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}
.max_height_img{
    max-height: 200px !important;
    object-fit: cover;

}
.googleHover:hover{
    background: linear-gradient(-120deg,#4285f4, #34a853, #fbbc05, #ea4335);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}
.facebookHover:hover{
    background: #1877F2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}
.whatsappHover:hover{
    background: #25D366;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}
.youtubeHover:hover{
    background: #FF0000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: pointer;
}
.main_page_image{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: 10% 50%;
}
.img-overlay{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.2);
}
.custom_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 490px;
    background-color: rgba(0, 0, 0, 0.5);
}
.tagline1{
    position: absolute;
    top: 40%;
    left: 25%;
    right: 25%;
}
.tagline2{
    position: absolute;
    top: 45%;
    left: 25%;
    right: 25%;
}
.custom_border {
    position: relative;
    display: inline-block;
}
.custom_theme_button{
    color: white;
    border: 1px solid #ab916c;
}
.custom_theme_button:hover{
    background: #ab916c !important;
}
.active_link{
    border-bottom: 1px solid black !important;
}
.custom_border::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: white;
    transition: width 0.3s ease;
}
.image-container {
    overflow: hidden;
}
.container_img_hover:hover ~ .img_hover_effect {
    transform: scale(1.1);
}
.img_hover_effect {
    transition: transform 0.3s ease;
    cursor: pointer;
}
.cd_img_hover_effect {
    transition: transform 0.3s ease;
    cursor: pointer;
    transform: scale(1); /* Initial scale */
}
.custom_background_hover:hover{
    background: rgba(7, 6, 6, 0.65);
    transition: 0.7s background;
}
.fixed-button{
    padding: .5rem;
    bottom: 10px;
    right: 0;
    position: fixed;
    z-index: 999;
}
.container_img_hover:hover .cd_img_hover_effect {
    transform: scale(1.1); /* Example: Scale the image on hover */
}

.lobby_img{
    width: 100%;
    height: 100%;
    margin-top: -15%;
}
.lobby_img2{
    width: 100%;
    height: 80%;
    margin-top: 10%;
}
.img_hover_effect:hover {
    transform: scale(1.1);
}

.custom_border:hover::after {
    width: 100%;
}
.custom_font_size_tagline_2{
    font-size: 72px;
}
.footer_logo{
    width: 50%;
}
.custom_homepage_padding{
    padding: 240px 0 0 0;
}
.custom_image_size_home1{
    width: 400px;
    height: 699px;
}
.custom_image_size_home2{
    width: 370px;
    height: 799px;
}
.cf_size_tagline{
    font-size: 72px;
}
.cf_size_tagline2{
    font-size: 50px;
}
.cf_size_tagline3{
    font-size: 30px;
}
.cf_size_tagline4{
    font-size: 36px;
}
.custom_padding_96{
    padding: 96px 96px 0 96px;
}
.cp80{
    padding: 80px;
}
@media only screen and (max-width: 600px) {
    .max_height_img{
        max-height: 100px !important;
    }
    .custom_font_size_tagline_2{
        font-size: 35px;
    }
    .footer_logo{
        width: 100%;
    }
    .custom_homepage_padding{
        padding: 30px 0 0 0;
    }
    .custom_image_size_home1{
        width: 100%;
        height: 100%;
    }
    .custom_image_size_home2{
        width: 100%;
        height: 100%;
    }
    .cf_size_tagline{
        font-size: 30px;
    }
    .cf_size_tagline2{
        font-size: 30px;
    }
    .lobby_img{
        width: 100%;
        height: 100%;
        margin-top: 0;
    }
    .custom_padding_96{
        padding: 0 48px 0 48px;
    }
    .lobby_img2{
        width: 100%;
        height: 42%;
        margin-top: 0;
    }
    .cp80{
        padding: 40px;
    }
    .cf_size_tagline3{
        font-size: 24px;
    }
    .cf_size_tagline4{
        font-size: 28px;
    }

}
@media only screen and (min-width: 601px) and (max-width: 768px) {
    .custom_font_size_tagline_2{
        font-size: 35px;
    }
    .footer_logo{
        width: 50%;
    }
    .custom_homepage_padding{
        padding: 240px 0 0 0;
    }
    .custom_image_size_home1{
        width: 500px;
        height: 699px;
    }
    .custom_image_size_home2{
        width: 350px;
        height: 799px;
    }
    .cf_size_tagline{
        font-size: 36px;
    }
    .cf_size_tagline2{
        font-size: 34px;
    }
    .lobby_img{
        width: 100%;
        height: 100%;
        margin-top: -10%;
    }
    .lobby_img2{
        width: 100%;
        height: 80%;
        margin-top: 10%;
    }
    .custom_padding_96{
        padding: 0 48px 0 48px;
    }
    .cp80{
        padding: 60px;
    }
    .cf_size_tagline3{
        font-size: 28px;
    }
    .cf_size_tagline4{
        font-size: 32px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .footer_logo{
        width: 50%;
    }
    .custom_homepage_padding{
        padding: 240px 0 0 0;
    }
    .custom_image_size_home1{
        width: 400px;
        height: 699px;
    }
    .custom_image_size_home2{
        width: 280px;
        height: 799px;
    }
    .cf_size_tagline{
        font-size: 60px;
    }
    .cf_size_tagline2{
        font-size: 40px;
    }
    .lobby_img{
        width: 100%;
        height: 100%;
        margin-top: -10%;
    }
    .custom_padding_96{
        padding: 0 96px 0 96px;
    }
    .lobby_img2{
        width: 100%;
        height: 60%;
        margin-top: 10%;
    }
    .cp80{
        padding: 70px;
    }
    .cf_size_tagline3{
        font-size: 30px;
    }
    .cf_size_tagline4{
        font-size: 32px;
    }
}