/* * {
    background-color: rgba(127, 255, 212, 0.268);
} */

@font-face {
    font-family: "KumlienPro";
    src: url("/fonts/KumlienPro-Regular.otf");
}

body {

    background-color: #f5f5f5;
    font-family: 'KumlienPro', sans-serif;
    box-sizing: border-box !important;

}

h1 {
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}


/* main slider */


.gallary-relatve-container {

    position: relative;

}

.all-gallary-custom-c {

    position: relative;
    height: 850px;
    width: 1px;
}

.gallary-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    transition-duration: 5s;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100vw;
    margin-left: auto;
    margin-right: auto;
    z-index: -1;

}

.gallary-container.noleft {

    left: 0;
    right: 100px;
    width: calc(100vw - 100px);
}

.gallary-container.noright {

    right: 0;
    left: 400px;
    width: calc(100vw - 100px);
}

.gallary-container .image-boxes {


    max-height: 100%;
    position: absolute;
    transition-duration: 5s;
}

.gallary-container .image-boxes {

    height: 77%;
    /* width: 900px; */
    width: 60vw;
    margin-bottom: 40px;

}

.gallary-container .image-boxes.active {

    height: 80%;
    /* width: 1000px; */
    width: 75vw;
    cursor: pointer;
    padding: 0px 40px 20px 40px;
    margin: 0px;
    margin-top: 20px;
}

.next-prev {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.next-prev .prev-btn,
.next-prev .next-btn {
    position: fixed;
    width: 20vw;
    max-width: 200px;
    height: 100vh;
    cursor: pointer;
    z-index: 999;
    top: 0;
}

.next-prev .prev-btn {
    left: 0;
}

.next-prev .next-btn {
    right: 0;
}

.gallary-container .image-boxes.active.open img {
    max-width: unset;
    max-height: unset;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
}

.gallary-container .image-boxes .desc-img {
    display: flex;
    opacity: 0;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.521);
    transition-duration: 1.5s;
    transition-delay: 3s;
}

.gallary-container .image-boxes .desc-img p {
    max-width: 80%;
    text-align: center;
}

.gallary-container .image-boxes.active.open .desc-img {
    opacity: 1;
    visibility: visible;
    transition-delay: 0;
}

.gallary-container .image-boxes.active.open {
    width: 100vw;
    height: 100vh;
    z-index: 999;
    left: 0 !important;
    top: 0 !important;
    cursor: unset;
    padding: 0;
}

.gallary-container .image-boxes.active.open h1 {
    margin-bottom: 40px;
}

.gallary-container .image-boxes.active.open p {
    margin-bottom: 40px;
}

.next-prev-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: calc(100vw - 100px);
    display: flex;
    justify-content: space-between;
    height: 180px;
    padding: 40px;
}

.next-prev-btn .prev-btn,
.next-prev-btn .next-btn {
    width: 20%;
    max-width: 100px;
    /* background: red; */
    height: 100%;
    font-size: 4rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.all-gallary-custom-c.no-trans * {
    transition: none;
}



#gallaryCParameters {
    display: none !important;
}

.image-float {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    aspect-ratio: 3/2;
    box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.4);
}







/* navbar  */
nav.navbar.navbar-expand-lg.bg-transparent {
    padding: 0;
    margin: 0;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 12px 12px 50px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    z-index: 100;
}


.navbar-collapse {
    display: flex;

}

.my-nv-h {

    width: 90%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
}

.nav-item a {
    font-size: 1.2rem;
    color: #f5f5f5 !important;
    text-shadow: 3px 3px 25px rgba(0, 0, 0, 1);
}


.navbar-brand,
.navbar-search {
    display: none;
}








/* logo container */
.slider-cont {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    height: 101vh;

}

.magsmen-nameboard {
    color: #FFFFFF;
    width: 300px;
    height: 60px;
    padding-top: 8px;
    /* background-color: rgba(255, 255, 255, 0.3); */
    /* box-shadow: 12px 12px 50px rgba(0, 0, 0, 0.25); */
    /* backdrop-filter: blur(15.9413px); */
    /* border-radius: 10px; */
    position: absolute;
    top: 0;
    bottom: 30%;
    left: 0;
    right: 0;
    text-align: center;

    margin: auto;

}

.main-h1 {
    font-weight: 400;
    display: flex;

    justify-content: center;

    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.main-h1-span {
    font-weight: 300;
    padding-left: .9rem;
}

/* 2. About Us */

.about-us-row {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 100px;
    /* background-color: burlywood; */
}

.about-us-para {
    font-family: 'KumlienPro';
    font-weight: 400;
    font-style: normal;
    line-height: 2rem;
    text-align: justify;
    text-align-last: center;
    /* background-color: coral; */
}

/* 3.this is What makes us unique  */


.slide-contuiner {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: black;
    margin-bottom: 150px;
}


.inage-slider {
    /* background-color: #9b36b7; */
    width: 40%;
    height: 600px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1.5s;
    left: 30% !important;
}




.img {
    position: relative;
    width: 400px;
    height: 500px;
    transition: 1s;
    opacity: 30%;
    border-radius: 20px;
}

.uspimg {
    width: 400px;
    height: 300px;
    transition: 1s;
    object-fit: cover;
    border-radius: 20px;
}


.sliderimg {
    height: 100vh;
    transition: 1s;
    object-fit: cover;
}

.img1,
.img2,
.img3 {
    object-fit: cover;
    opacity: 30%;

}

.buttun {
    position: absolute;
    width: 400px;
    height: 500px;
    transition: 1s;
    background-color: rgb(0, 0, 0, );
    opacity: 100%;
}

/* .buttun:hover {
    background-color: rgba(0, 0, 0, 0.8);
} */

#slider-spun-1:target~.inage-slider #img1,
#slider-spun-1:target~.inage-slider #buttun-1 {
    width: 480px;
    height: 585px;
    opacity: 10%;

}

#slider-spun-2:target~.inage-slider #img2,
#slider-spun-2:target~.inage-slider #buttun-2 {
    width: 480px;
    height: 585px;
    opacity: 10%;


}

#slider-spun-3:target~.inage-slider #img3,
#slider-spun-3:target~.inage-slider #buttun-3 {
    width: 480px;
    height: 585px;
    opacity: 10%;




}

#slider-spun-1:target~.inage-slider {
    left: 25%;
}

#slider-spun-2:target~.inage-slider {
    left: 25%;
}

#slider-spun-3:target~.inage-slider {
    left: 25%;
}


.slider-spun {
    top: 0;
    position: fixed;
    left: 0;
}

.slide-dev {
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 20px;
    box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.2);
    color: #f5f5f5;



}

.slide-bg {
    background-color: rgba(135, 135, 135, 0.744);
    border-radius: 20px;
}


.usp-head {

    margin-top: 20px;


}


.fb-icon {
    font-size: 60px;
}



.usp-para {

    text-align: justify;
    padding-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    text-align-last: center;

}

.sp-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    opacity: 50%;
}


/* 4. single testimonial  */

.single-testimonial {
    background-color: black;
    position: relative;
    margin-bottom: 50px;
    padding: 0px;

}

.testimonial1-bg {
    opacity: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #f5f5f5;
    aspect-ratio: 80/.1;
}

.testimonial-row {
    width: 100%;
    height: 100%;
    position: absolute;

    /* background-color: cornflowerblue; */
    justify-content: center;
    align-items: center;
}


.testimonial-dailogue {
    height: 50%;
    display: flex;
    left: 0;
    top: 0;
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.custom-model-main {
    text-align: center;

    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    margin: 30px auto;
    max-width: 97%;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: transparent;

    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    width: max-content;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 60%;

    }
}


.testi-para {
    width: 80%;
    /* background-color: #d92e7f; */
    line-height: 35px;
    color: white;
    font-weight: 300;
    margin: 10px;

}

.profile-pic {
    background-color: beige;
    width: 180px;
    height: 180px;
    /* margin: 40px; */
    border-radius: 50%;
    border: 3px solid rgba(244, 244, 244, .8);


}


.youtube-testimonial {
    height: 50%;

}


/* 5. Social media buttons */

.social-main {
    /* background-color: #d92e7f; */
    min-height: 650px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* .social-heading {
    font-weight: 400;
    text-align: center;

} */
.social-container {
    /* background-color: coral; */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    margin-bottom: -100px;
}

.social-row1 {
    width: 35%;
    height: 100%;
    /* background-color: cadetblue; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0;
    transition: 1s;
    transition-timing-function: ease-in-out;
}

.social-row2 {
    width: 35%;
    height: 100%;
    /* background-color: rgb(29, 96, 6); */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 1s;
    transition-timing-function: ease-in-out;
}

.social-col {
    /* background-color: teal; */
    height: fit-content;
    padding: 0;
    margin: 0;
    margin: 10px;
    border-radius: 30px;
    box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.1);

}

.social-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.social-row1:hover,
.social-row2:hover {
    width: 38%;
    transition: .6s;
    transition-timing-function: ease-in-out;
}

.icon-col {
    width: fit-content;
    justify-self: center;
    align-self: center;
    position: absolute;
    border-radius: 30px;
    margin: 0;
    padding: 0;


}

.icon-col2 {
    width: fit-content;
    justify-self: center;
    align-self: center;
    position: absolute;
    border-radius: 30px;
    margin: 0;
    padding: 0;
}

#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    background: url('https://i.gifer.com/ZZ5H.gif') 50% 50% no-repeat rgba(0, 0, 0, 0.953);
    background-size: 50px 50px;
    vertical-align: middle;
    color: #fff;

}

#loader:before {
    color: #fff;
    position: absolute;
    top: calc(50% + 150px);
    left: calc(50% - 90px);
    width: 1000px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 1.5rem;
}

/* gallery section */

.gallery-container {
    color: #0f0f0f;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #d92e7f; */
    margin-bottom: 100px;
}

.raw-1,
.raw-2,
.raw-3,
.raw-4,
.raw-5 {
    width: 105.5%;
    transition: 1s;
    transition-timing-function: ease-in-out;
}

.gal-img {
    width: 100%;
    height: 100%;
    /* box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.2); */
    object-fit: cover;
    aspect-ratio: 12/6;
}


.raw-1:hover,
.raw-2:hover,
.raw-3:hover,
.raw-4:hover,
.raw-5:hover {
    width: 108%;
    transition: .6s;
    transition-timing-function: ease-in-out;
}



/* 7-youtube thumbnails */

.yt-gallery {
    text-align: center;
    font-weight: 300;
    margin-bottom: 90px;
}


.yt-col {

    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    transition: 1s;
    transition-timing-function: ease-in-out;
    /* background-color: tomato; */
}


.line-tray {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50%;
    align-items: center;
    position: absolute;
    width: 80%;
    font-weight: 300;
    text-shadow: 12px 12px 25px rgba(0, 0, 0, 0.3);


}

.yt-video-popup {
    height: 500px;
    width: 1000px;
}

.yt-img:hover {
    transition: .3s;
    transition-timing-function: ease-in-out;
    opacity: 25%;
}

.yt-colol {
    background-color: #0f0f0f;
}

.yt-img {
    width: 600px;
    height: 100%;
    margin-bottom: 20px;
    object-fit: cover;
    aspect-ratio: 16/9;
    box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.2);
    opacity: 50%;
}


.yt-tray {
    width: fit-content;
    color: rgb(255, 255, 255);

}

.yt-tray-ab {
    text-align: center;
    position: absolute;
    height: fit-content;
    width: fit-content;
    left: 35%;
    right: 0;
    top: 0;
    bottom: 0;
    margin-bottom: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;

    color: rgb(255, 255, 255);

}



/* 9.Testimonials */


.testi-container {
    /* background-color: #d92e7f ; */
    margin-bottom: 100px;
}

.testi-row {
    /* background-color: tomato; */
    position: relative;
    justify-content: center;
}


.testi-col-1 {
    height: 60%;
    display: flex;
    align-self: center;
    position: absolute;
    backdrop-filter: blur(15.9413px);
    color: rgb(255, 255, 255);
    background: rgba(217, 217, 217, 0.3);
    border: 1px solid rgba(217, 216, 216, 0.4);
    text-shadow: 12px 12px 25px rgba(0, 0, 0, 0.3);
    box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.3);
    border-radius: 20px;

}

.testimonial-diala {
    width: 90%;
    /* background-color: #d92e7f; */
    border: 0px solid rgba(217, 216, 216, 0.4);
    font-weight: 400;
    align-self: center;
    justify-self: center;
    padding: 20px;

}

.test-tray {
    height: 100%;
    /* background-color: tomato; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 20px 20px 0px;
    aspect-ratio: 16/9;

}

.bg-img-colo {
    background-color: #0f0f0f;
}

.testi-bg {
    width: 100%;
    height: 100%;
    opacity: 50%;
    object-fit: cover;
    aspect-ratio: 16/6;
}

.testi-body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
    transition: 1s;
    transition-timing-function: ease-in-out;
    /* background-color: tomato; */
}

.icon {
    width: 22px;
    height: 22px;
    filter: invert(93%) sepia(100%) saturate(27%) hue-rotate(42deg) brightness(107%) contrast(107%)
}


/* footer */

.foot-cont {
    height: 450px;
    color: rgb(255, 255, 255) !important;
    background: rgba(18, 17, 17, .9);
    text-shadow: -12px -12px 25px rgba(0, 0, 0, 0.3);
    box-shadow: -12px -12px 25px rgba(0, 0, 0, 0.3);
}

.foot-cont .footer-bottom {
    margin-top: 10px;
}

footer h1 {

    font-weight: 300;
    font-size: 2rem;
    text-align: center !important;
}

.foot-link-h {
    width: fit-content;
    font-size: 2rem;
    color: #f5f5f5;
    text-decoration: none;
    padding-top: 30px;
}

.foot-butn-h {
    background-color: #f5f5f5;
    color: #0f0f0f;
    border-radius: 1000px;
    border: 3px solid rgba(1, 1, 1, 0.4);
}

.foot-butn-h:hover {
    background-color: #0f0f0f;
    border: 3px solid rgba(1, 1, 1, 0.4);
}


.lower-foot-h {

    width: 100vw !important;
    height: 100px;
    background-color: #0f0f0f;
}

.text-white {
    padding-top: 30px !important;
}

.youtube-testimonials {
    height: 500px;
}


.yt-cap {
    font-size: 18px;
}

@media (max-width: 360px) {
    .yt-cap {
        font-size: 10px;
    }

}

.logo {
    height: 85px;
    object-fit: cover;
}


.footer-hash {
    margin: 20px 20px 20px 20px;
    text-align: justify;
    text-align-last: center;
    font-size: 12px;
}

.slider-text {
    text-align: center;
    width: 95vw
}

.yt-play {
    height: 80px;
    width: 80px;
}

@media (max-width: 768px) {

    .fb-icon {
        font-size: 45px;
    }

    .slider-text {
        text-align: left;
        width: 85vw
    }

    .logo {
        height: 40px;
        object-fit: cover;
        align-content: flex-end;
    }

    .yt-cap {
        font-size: 16px;
    }

    .yt-img {
        width: 500px;
        height: 100%;
        margin-bottom: 20px;
        object-fit: cover;
        aspect-ratio: 16/9;
        box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.2);
        opacity: 50%;
    }



    .testi-body {
        width: 100%;
        height: 100%;
        display: flex;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
        transition: 1s;
        transition-timing-function: ease-in-out;
        /* background-color: tomato; */
    }

    .slide-bg {
        min-height: 350px;
        background-color: rgba(135, 135, 135, 0.744);
        border-radius: 20px;
    }

    .uspimg {
        width: 300px;
        height: 150px;
        transition: 1s;
        object-fit: cover;
        border-radius: 20px;
    }

    .sliderimg {
        height: 100vh;
        transition: 1s;
        object-fit: cover;
    }

    .yt-tray-ab {
        text-align: center;
        position: absolute;
        height: 150px;
        height: 50px;
        left: 0;
        right: 0;
        top: 50%;
        bottom: 0;
        margin-bottom: auto;
        margin-top: auto;
        margin-left: auto;
        margin-right: auto;

    }



    .yt-video-popup {
        height: 200px;
        width: 300px;
    }

    .foot-cont {
        height: 500px;
        color: rgb(255, 255, 255) !important;
        background: rgba(18, 17, 17, .9);
        text-shadow: -12px -12px 25px rgba(0, 0, 0, 0.3);
        box-shadow: -12px -12px 25px rgba(0, 0, 0, 0.3);
    }

    .foot-cont .footer-bottom {
        font-size: 12px;
    }

    .single-testimonial {
        background-color: black;
        position: relative;
        margin-bottom: 150px;
        padding: 0px;


    }

    .sp-img {
        position: absolute;
        width: 100%;
        height: 60vh;
        object-fit: cover;
        aspect-ratio: 16/9;
        opacity: 50%;
    }


    .all-gallary-custom-c {

        position: relative;
        height: 100vh;
        width: 1px;
    }


    .nav-bar.active .links {
        width: 100vw;
        max-width: 100vw;
    }

    .gallary-container .image-boxes.active {
        padding: 10px 20px;
        width: 90vw;
    }



    .gallary-container {
        height: 100vh !important;

        margin-bottom: 50px;
    }

    .slider-cont {
        height: 69vh;
        margin-bottom: 0px;
    }

    .image-boxes {
        aspect-ratio: 9/16;
        height: 100vh;
    }

    .image-float {
        width: 100%;
        height: 100%;
        object-fit: cover !important;
        aspect-ratio: 9/16;
    }


    /* about us */

    .about-us-container {
        margin-top: 300px !important;

        /* background-color: #d92e7f; */
    }

    .about-us-heading {
        /* background-color: teal; */
        margin-bottom: 30px !important;
    }

    .about-us-para {
        font-size: .8rem;
        line-height: 25px;
        text-align: justify;
        text-align-last: center;
    }

    .about-us-row {
        margin-bottom: 50px;
    }

    .magsmen-nameboard {
        display: none;
    }


    .youtube-testimonials {
        height: 250px;
    }





    .testimonial1-bg {
        opacity: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 10/10;
        background-color: #f5f5f5;

    }


    .testimonial-dailogue {
        left: 0;
        top: 0;
        border-radius: 10px 10px 0px 0px;
        position: absolute;

    }

    .testi-para {
        /* background-color: #d92e7f; */
        line-height: 35px;
        font-size: .8rem;
        line-height: 1rem;

    }

    .profile-pic {

        width: max-content;

        filter: blur(0px);
    }


    .youtube-testimonial {
        height: 40%;


    }



    .slide-contuiner {
        width: 100vw;
        height: 60vh;
        margin-bottom: 50px;


    }


    .inage-slider {
        display: flex;
        flex-direction: column;
        width: 50%;
        border-radius: 10px;
    }

    .img {
        position: relative;
        width: 80vw;
        transition: 1s;
        opacity: 50%;
        height: 30vh;
        border-radius: 10px;
    }

    .yt-play {
        height: 80px;
        width: 80px;
    }

    .img1,
    .img2,
    .img3 {
        object-fit: cover;
        opacity: 50%;

    }

    .buttun {
        position: absolute;
        width: 80vw;
        height: 25vh;
        margin: 20px;
        border-radius: 10px;

    }


    #slider-spun-1:target~.inage-slider #img1,
    #slider-spun-1:target~.inage-slider #buttun-1 {
        width: 85vw;
        height: 30vh;
        border-radius: 10px;



    }

    #slider-spun-2:target~.inage-slider #img2,
    #slider-spun-2:target~.inage-slider #buttun-2 {
        width: 85vw;
        height: 30vh;
        border-radius: 10px;


    }

    #slider-spun-3:target~.inage-slider #img3,
    #slider-spun-3:target~.inage-slider #buttun-3 {
        width: 85vw;
        height: 30vh;
        border-radius: 10px;

    }




    .inage-slider {
        left: 25% !important;
    }

    .usp-head {
        top: 10px;
        font-size: 1rem;

    }

    .usp-para {
        width: 100%;
        margin-top: -10px;
        font-size: .7rem;
        line-height: 12px;
        text-align: justify;
        text-align-last: center;
    }

    .slide-dev {
        margin-top: 100px;
        margin-bottom: 50px;
        min-height: 350px;
        margin-left: 5px;
        margin-right: 0px;
        border-radius: 20px;
        box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.2);
        color: #f5f5f5;



    }


    .social-main {
        margin-top: -100px !important;
        margin-bottom: 30px;
    }


    .social-heading {
        margin-bottom: -40px !important;
    }

    .social-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 150px;

    }

    .social-row1,
    .social-row1:hover {
        width: 100%;
        margin-bottom: -50px !important;
    }

    .social-row2,
    .social-row2:hover {
        width: 100%;
    }

    .social-col3,
    .social-col2,
    .social-col4 {
        display: none;
    }

    .icon-col {
        right: 10px;
        top: 15px;
    }

    .icon-col2 {
        right: 10px;
        top: 15px;

    }


    .gallery-container {
        margin-top: -200px !important;
        margin-bottom: 50px;


    }


    .heading-row {
        margin-bottom: -20px !important;
    }

    .gal-img {
        aspect-ratio: 8/6;
    }

    .colo-4,
    .colo-5,
    .colo-6,
    .colo-7 {
        width: 100%;
    }

    .yt-gallery {
        margin-bottom: 50px;
    }

    .yt-tray {
        margin-bottom: 10px;
        margin-top: 20px;
        border-radius: 10px;
    }

    .yt-tray .fa-brands {
        font-size: 3rem;
    }

    .line-tray h1 {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .yt-gallery h1 {
        margin-bottom: 10px !important;
    }


    .testi-container h1 {
        margin-bottom: 10px !important;
    }

    .testi-container {
        margin-bottom: 50px;
    }

    .testi-row {
        height: 60vh;
        flex-direction: column;
        position: relative;
        justify-content: center;
    }


    .testi-col-1 {
        height: 60%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;

    }

    .image-colo {
        width: 60% !important;
        height: 100%;
    }

    .testimonial-diala {
        font-size: .8rem;
        line-height: 20px;

    }




    /* navbar */

    .nav-contain {
        justify-content: flex-end;

        /* box-shadow: 12px 12px 25px rgba(0, 0, 0, 0.3); */
    }

    .navbar-toggler-icon {
        color: #f5f5f5;
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(35deg) brightness(101%) contrast(103%);
    }

    .navbar-toggler {
        margin-left: auto;
        border: 0px;
        margin-right: -10px;
        color: #f5f5f500;
    }


    ul.navbar-nav.me-auto.mb-2.mb-lg-0.my-nv-h {

        align-items: flex-end;
    }

    .navbar-brand,
    .navbar-search {
        display: block;
        padding-left: 5px;
    }





    .lower-foot-h {
        width: 100% !important;
        height: 100px;
        background-color: #0f0f0f;
    }

    footer .fab {
        font-size: 1rem;
    }

    footer h1 {
        font-size: 1rem;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }


    footer {
        width: 100%;
    }
}