* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    /* overflow-x: hidden; */
    line-height: 1.5;
    color: #0f0e0e;
    -webkit-tap-highlight-color: transparent;
}

@font-face {
    font-family: Louis;
    src: url("Louis.ttf") format("truetype");
}
@font-face {
    font-family: Miftah;
    src: url("Miftah.ttf") format("truetype");
}

p, div, section, span, button{
    font-family: Louis ;
}

h1, h2, h3, h4, h5{
    color: #111;
}


/* Background video & Nav section */
section {
    width: 100%;
    box-sizing: border-box;
}

.contw-sdf {
    max-width: 960px;
    margin: 0 auto;
}

.sac-ascaa {
    max-width: 960px;
    margin: 0 auto;
}

.contw-sdfs {
    width: 100%;
    margin: 0 auto;
}

.kjh-fsr {
    padding-top: 0 !important;
}

.kjh-fss {
    padding-bottom: 0 !important;
}

.centr-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* Adjust as needed */
    overflow: hidden;
}

.centr-img img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.dso-cd {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5% 2% 2% 10%;
}

nav a img {
    max-height: 150px;
    max-width: 100px;
}

.as-as,
ul,
li,
a {
    font-size: 15px;
    font-family: Miftah;
    font-weight: 100;
    letter-spacing: .1em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #f4f4f4;
}

.as-as,
a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Louis;
    font-weight: 600;
}

.ssaa {
    font-size: large;
}

#scroll-icon {
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    font-size: 24px;
    color: white;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

#scroll-icon:hover {
    opacity: 1;
}

.no-scroll {
    overflow: hidden !important;
}

.main-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
    .dso-cd video {
        width: 177.77777770vh;
        height: 100vh;
    }
}

@media (max-aspect-ratio: 16/9) {
    .dso-cd video {
        width: 100vw;
        height: 56.25vw;
    }
}

/* Mobile Nav */

.sidenav {
    height: 100%;
    width: 0;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

/* The navigation menu links */
.sidenav a {
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.closebtn {
    padding-left: 15px;
    padding-top: 5px;
}

.owe-cwccd {
    text-align: center;
}

.owe-cwccd a {
    width: 100%;
    padding: 30px 0;
    border-top: solid 1px #818181;
}

.bob-s {
    border-bottom: solid 1px #818181;
}


.sidenav a:hover {
    color: #f1f1f1;
}

.as-as a:hover {
    color: #d6d3d3;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 36px;
}

.openbtn {
    margin-right: 2%;
    margin-top: -10%;
    background-color: transparent;
    border: none;
    display: none;
    font-size: 25px;
    color: #fff;
}

.active {
    color: #6c6c6c;
}

.sidenav .active {
    color: #f4f4f4;
}




.container {
    padding: 10vw 0 2vw 8vw;
    position: relative;
    width: 100%;

}

.text {
    position: absolute;
    top: 5vw;
    left: 0vw;
    font-size: 8vw;
    font-weight: bold;
    background: white;
    padding: 0vw 2vw;
    white-space: nowrap;
    color: transparent;
    /* Hide fill color */
    -webkit-text-stroke: 0.5px black !important;
    /* Outline effect */
}

.typing-text {
    font-size: 8vw;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif !important;
    background: white;
    padding: 0vw 2vw;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 0.5px black !important;
    overflow: hidden;
    /* border-right: 2px solid black; */
    width: fit-content;
    visibility: hidden;
    /* Initially hidden */
    animation: blinkCursor 0.8s steps(2) infinite;
}

@keyframes blinkCursor {
    50% {
        border-color: transparent;
    }
}



.image-container {
    width: 100%;
}

.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.cont-ent {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.5;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.sjo-in-p {
    margin-top: 80px;
    position: relative;
    height: 55vh;
}

.sjo-in-p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sjo-in-p div {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    /* background: rgba(0, 0, 0, 0.3); */
    font-size: 8vw;
    text-align: center;

}

hr {
    margin-top: 30px;
    border: none;
    height: 2px;
    /* Set the hr color */
    color: #333;
    /* old IE */
    background-color: #333;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pho-show-t{
    font-family: Miftah !important;
    text-transform: uppercase;
}

.romance-section {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    column-count: 2;
    column-gap: 10px;
}

.grid-item {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    break-inside: avoid;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.5s ease-in-out, transform 1.5s ease-in-out;
}

.grid-item.show {
    opacity: 1;
    transform: translateY(0);
}

.grid-item img:first-child {
    width: 100%;
    height: auto;
    display: block;
}

.grid-item img:last-child {
    position: absolute;
    bottom: 3%;  /* Adjust as needed */
    right: 4%;   /* Adjust as needed */
    width: 50px;   /* Adjust size as needed */
    height: auto;
}



.grid-item img {
    width: 100%;
    height: auto;
    display: block;
}

.grid-item a {
    
    text-decoration: none;
    margin-right: 0 !important;
}

.sjo-imf {
    margin-top: 30px;
    padding: 10px;
}

.in-con-se {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 6vw 0;
    margin-bottom: 10px;
}

.in-con-se p {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 40px;
}

.links-na {
    max-width: 1200px;
    margin: 0 auto;
}

.links-na div {
    display: flex;
    flex-direction: column;
    margin: 50px 0 80px 0;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.links-na div a {
    text-decoration: none;
    color: #333 !important;
    text-transform: uppercase;
}

.footer-new {
    margin: 50px auto 0;
    padding: 20px;
    background-color: #e7e5e5;
}

.foot-fi {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}

.in-foot-fi {
    max-width: 500px;
}

.in-foot-fi img {
    width: 200px;
    display: block;
    margin-bottom: 10px;
}

.in-foot-fi p {
    font-size: 17px;
    letter-spacing: 1px ;
    color: #101010;
    line-height: 1.5;
}

.foot-n {
    padding-top: 20px;
}

.foot-insta{
    margin-left: 30px;
}

.foot-insta a, .in-foot-fi a {
    display: inline-block !important; /* Ensures it only takes up the image's space */
    width: auto !important;
}

.foot-insta a img, .in-foot-fi a img {
    display: block !important; /* Removes any extra space */
}


.foot-n div:last-child {
    text-align: center;
    font-size: 13px;
    color: #777;
    margin-top: 20px;
}
.num-p{
    color: black !important;
}





.testimonial-section {
    max-width: 1000px;

    margin: auto;
    text-align: center;
    margin-top: 120px;
    padding: 10px;
}

.testimonial-section h2 {
    padding-top: 40px;
}

.swiper {
    width: 100%;
    padding: 20px 0;
}

.swiper-slide {

    text-align: center;
}

.testimonial-content {
    font-size: 17px;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 10px;
}

.client-name {
    font-weight:600;
    letter-spacing: 1px;
    color: #c4ab8a;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 50px;
}

.swiper-pagination {
    padding-bottom: 20px;
    color: #c4ab8a !important;
}






.custom-slider-container {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    margin-top: 50px;
}

.custom-slider-container h2 {
    text-transform: uppercase;
}

.swiper-custom {
    width: 100%;
}

.swiper-slide-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    overflow: hidden;
}

.swiper-slide-custom img {
    width: 100%;
    height: auto;

}








/* Responsive Design */
@media (max-width: 768px) {
    .foot-fi {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .in-foot-fi {
        max-width: 100%;
    }

    .in-foot-fi img {
        margin: 0 auto;
        /* Centers the image */
    }
    .cont-ent, .testimonial-content{
        text-align: justify;
    }
    .grid-item img:last-child{
        width: 30px;
    }

}

@media(max-width:1000px) {
    .sjo-in-p {
        height: 20vh;
    }
}

@media(max-width:600px) {
    .in-con-se p {
        font-size: 30px;
    }
}
@media(max-width:550px){
    .grid-item img:last-child{
        width: 20px;
    }
    .cont-ent,.testimonial-content, .in-foot-fi p, .len-ce{
        font-size: 14px;
    }
}

@media(max-width:400px) {
    .sjo-in-p {
        height: 15vh;
    }

    .grid-item a {
        font-size: 10px;
    }

    .in-con-se p {
        font-size: 20px;
    }
}

@media(max-width:270px) {
    .grid-item a {
        font-size: 5px;
    }
}





@media(max-width:950px) {
    .as-as {
        display: none;
    }

    .openbtn {
        display: block;

    }

    .sidenav {
        display: block;
    }

}