@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto+Slab:wght@100..900&display=swap');

.submenu {
            display: none;
            position: absolute;
            /* Ensures submenu appears below or next to parent item */
            background-color: #fff;
            /* Set background for better visibility */
            list-style: none;
            padding: 0;
            width: 200px;
            height: auto;
            margin: 0;
            top: 65px;
            text-align: start;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            /* Optional: add shadow for a dropdown effect */
        }

        /* Show the submenu when hovering over the parent li */
        .header__menu-item:hover .submenu {
            display: block;
        }

        /* Submenu item styling */
        .submenu li {
            padding: 10px;
        }

        .submenu li a {
            text-decoration: none;
            color: #333;
        }

        .submenu li a:hover {
            background-color: #f0f0f0;
            /* Highlight on hover */
        }
        .rogastudies{
            display: flex;
            width: 100%;
            padding: 50px 0 50px;
            /* border: 2px solid red; */
        }
        .heading-29{
            text-align: center;
            padding: 10px 0 10px;
            font-family: "Nunito Sans", sans-serif;
        }
        .studies{
               display: flex;
    width: 100%;
        }
        .studyimg{
               width: 50% !important;
    padding: 10px 80px 10px;
        }
        .image-57{
            width: 100%;
    height: 100%;
    aspect-ratio: 9 / 8;
        }
        .study-details{
                width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px 0;
     font-family: "Nunito Sans", sans-serif;
        }

        .statvalidation-section{
            background-color: #000000;
        }
        .heading-51{
            text-align: center;
            color: #fff;
                padding: 40px 0 20px;
            font-family: "Nunito Sans", sans-serif;
        }
        .studies{
           
        }
        .text-block-76{
            color: #fff;
            font-size: 25px;
            font-weight: 700;
             font-family: "Nunito Sans", sans-serif;
        }
        .paragraph-42,.text-block-75{
            color: #fff;
             font-family: "Nunito Sans", sans-serif;
        }
        .div-block-43{
            display: flex;
            justify-content: space-around;
            padding: 60px 20px 50px;
        }
        .datadiv{
                display: flex;
    flex-direction: column;
    background-color: #ffff;
    padding: 40px;
    border-radius: 25px;
        }
        .text-block-53{
            font-size: 30px;
            font-weight: 700;
            text-align: center;
            color: #000000;
        }
        .a1{
            text-align: start!important;
        }
        .page-width {
    max-width: 1250px!important;
    margin: 0 auto;
    padding: 0 1.5rem
}
.cwidth{
        margin-left: auto;
    margin-right: auto;
    max-width: 90%!important;
}
.pimg{
    height: 600px;
}
.text-h2-p{
    font-size: 55px;
}
.text-title-a{
    font-size: 35px;
}
.ppimg{
    height: 400px;
}
.avideo1{
    height: 480px;
}
.avideo2{
    height: 420px;
    width: 100%;
}
.text12{
    font-family: "Nunito Sans", sans-serif!important;
}
.text13{
     font-family: "Lora", serif!important;
}
.pad1{
    padding: 0 0 0 50px;
}
.bg-black{
    background-color: #000000!important;
}
.shg-row1{
    display: flex;
    flex-wrap: wrap;
    min-height: inherit;
    max-height: inherit;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0 10px;
}
.cbtn{
    background-color: #0A7E8C;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.preimg {
    background-image: url('../assets/img/product1.png');
    height: 350px;
    width: 350px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    transition: background-size 0.3s ease; /* Smooth transition */
}

.preimg:hover {
    background-size: 180%; /* Zooms the background image */
}

.preimg1 {
    background-image: url('../assets/img/product2.jpg');
    height: 350px;
    width: 350px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    transition: background-size 0.3s ease; /* Smooth transition */
}

.preimg1:hover {
    background-size: 180%; /* Zooms the background image */
}
.preimg2 {
    background-image: url('../assets/img/product3.png');
    height: 350px;
    width: 350px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    transition: background-size 0.3s ease; /* Smooth transition */
}
.preimg3 {
    background-image: url('../assets/img/product4.png');
    height: 350px;
    width: 350px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    transition: background-size 0.3s ease; /* Smooth transition */
}

.preimg3:hover {
    background-size: 180%; /* Zooms the background image */
}

.preimg4 {
    background-image: url('../assets/img/product5.png');
    height: 350px;
    width: 350px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    transition: background-size 0.3s ease; /* Smooth transition */
}

.preimg4:hover {
    background-size: 180%; /* Zooms the background image */
}

.preimg5 {
    background-image: url('../assets/img/product6.png');
    height: 350px;
    width: 350px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    transition: background-size 0.3s ease; /* Smooth transition */
}

.preimg5:hover {
    background-size: 180%; /* Zooms the background image */
}

.preimg2:hover {
    background-size: 180%; /* Zooms the background image */
}

.textab{
    position: absolute;
    bottom: 2%;
    left: 20%;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    font-weight: 700;
}
.textab1{
    position: absolute;
    bottom: 2%;
    left: 23%;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    font-weight: 700;
}
.textab2{
    position: absolute;
    bottom: 2%;
    left: 15%;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    font-weight: 700;
}
.textab3{
    position: absolute;
    bottom: 2%;
    left: 38%;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    font-weight: 700;
}
.textab4{
    position: absolute;
    bottom: 2%;
    left: 32%;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    font-weight: 700;
}
.textab5{
    position: absolute;
    bottom: 2%;
    left: 25%;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    font-weight: 700;
}
.v1{
    max-height: 60vh;

}
.v2{
    min-height: 420px!important;

}
.link1{
    color: white;
    /* font-family: 'lora' , 'serif'; */
    font-weight: 600;
}
.nwimg{
    
    /* width: 250px;
    height: 150px; */
    aspect-ratio: 5/3;
    width: 100%;
    height: 100%;
}
.g1{
    display: flex;
}
.text-lora{
   font-family: "Lora", serif!important;
}
.n-content{
    padding: 0 0 0 20px;
}
.nimg{
    /* width: 260px; */
    padding: 5px 5px 5px 3px;
    /* box-shadow: 2px 2px 5px #00000054; */
}
.imgd{
    position: relative;
}
.pin{
    position: absolute;
    z-index: 10;
    right: 5%;
    top: 5%;
    width: 45px;
}
.copyright{
    text-align:justify;
    padding: 0 0 0 250px;
}
.cardh1{
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 0 0 ;
}
.as1{
    display: flex;
    justify-content: center;
}
/* .fa-angle-down{
    border: 2px solid red;
} */
  @media (max-width: 390px){
    .main1{
        border: 2px solid red;
        padding: 30px 0 10px;
        height: 400px!important;
    }
  }
 @media (max-width: 477px){
    .main1{
        border: 2px solid red;
        height: 600px !important;
        padding: 100px 0 0 !important;
    }
    .v1{
    max-height: 150vh;

}
    .fa-angle-down{
    display: flex!important;
    justify-content: flex-end;
    align-items: center;
    padding: 0 0 0 6px;
}
        .submenu {
            display: none;
            position: absolute;
            /* Ensures submenu appears below or next to parent item */
            background-color: #fff;
            /* Set background for better visibility */
            list-style: none;
            padding: 0;
            width: 200px;
            height: auto;
            margin: 0;
            top: 65px;
            text-align: start;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            /* Optional: add shadow for a dropdown effect */
        }

        /* Show the submenu when hovering over the parent li */
        .header__menu-item:hover .submenu {
            display: block;
        }

        /* Submenu item styling */
        .submenu li {
            padding: 10px;
        }

        .submenu li a {
            text-decoration: none;
            color: #333;
        }

        .submenu li a:hover {
            background-color: #f0f0f0;
            /* Highlight on hover */
        }
 }
 @media (max-width: 1800px){
.page-width {
    max-width: 1700px!important;
    margin: 0 auto;
    padding: 0 1.5rem
}
 }
 @media (max-width: 1500px){
.page-width {
    max-width: 1199px!important;
    margin: 0 auto;
    padding: 0 1.5rem
}
 }
 @media (max-width: 1600px){
.page-width {
    max-width: 1250px!important;
    margin: 0 auto;
    padding: 0 1.5rem
}
 }
        @media (max-width: 477px) {
            .rogastudies{
            display: flex;
            width: 100%;
            /* border: 2px solid red; */
        }
        .heading-29{
            text-align: center;
            padding: 10px 0 10px;
        }
        .studies{
               display: flex;
                flex-direction: column;
    width: 100%;
        }
        .studyimg{
               width: 100% !important;
    padding: 10px 30px 10px;
    height: 50%;
        }
        .image-57{
            width: 100%;
    height: 100%;
    aspect-ratio: 9 / 8;
        }
        .study-details{
                width: 100%;
                height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px 0;
        }

    .preimg {
    
    margin-left: 30px;
    margin-bottom: 20px;
}

.preimg:hover {
    background-size: 180%; /* Zooms the background image */
}

.preimg1 {
           margin-left: 30px;
        margin-bottom: 20px;
}

.preimg1:hover {
    background-size: 180%; /* Zooms the background image */
}
.preimg2 {
           margin-left: 30px;
        margin-bottom: 20px;
}
.preimg3 {
            margin-left: 30px;
        margin-bottom: 20px;
}

.preimg3:hover {
    background-size: 180%; /* Zooms the background image */
}

.preimg4 {
           margin-left: 30px;
        margin-bottom: 20px;
}

.preimg4:hover {
    background-size: 180%; /* Zooms the background image */
}

.preimg5 {
            margin-left: 30px;
        margin-bottom: 20px;
}

.preimg5:hover {
    background-size: 180%; /* Zooms the background image */
}

.preimg2:hover {
    background-size: 180%; /* Zooms the background image */
}

.textab{
    position: absolute;
    bottom: 2%;
    left: 20%;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    font-weight: 700;
}
.textab1{
    position: absolute;
    bottom: 2%;
    left: 23%;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    font-weight: 700;
}
.textab2{
    position: absolute;
    bottom: 2%;
    left: 15%;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    font-weight: 700;
}
.textab3{
    position: absolute;
    bottom: 2%;
    left: 38%;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    font-weight: 700;
}
.textab4{
    position: absolute;
    bottom: 2%;
    left: 32%;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    font-weight: 700;
}
.textab5{
    position: absolute;
    bottom: 2%;
    left: 25%;
    color: #fff;
    font-size: 22px;
    white-space: nowrap;
    font-weight: 700;
}
.copyright{
    text-align:justify;
    padding: 0 0 0 10px;
}
 .div-block-43{
            display: flex;
            flex-direction: column;
        }
        .datadiv{
           margin-bottom: 20px;
        }
        .text-block-54{
            text-align: center;
        }
        .soonimg{
    height: 100%;
    width: 100%;
}
.g1 {
    display: flex;
    flex-direction: column;
}
.pin{
    position: absolute;
    z-index: 10;
    right: 5%;
    top: 5%;
    width: 45px;
}
.avideo2{
    max-width: 510px;
    width: 100%;
    height: 100%!important;
    overflow: hidden;
}


        }
.soonimg{
    height: 100%;
}
.modalbox{
 max-width: 300px;
 height: 100%;
}
.modalimg{
    width: 100%;
}
.bg-back{
    background-color: #000000b8!important;
}
.ovlap{
    overflow: hidden;
}