﻿*{
    text-decoration:none;
    font-family:Poppins;
    box-sizing:border-box;
   color:black;
}

/*:root {
    --primary-color: #FFAE27; 
    --secondary-color: #FFAE27;
    --text-color: #ffffff;
}*/
.whatsapp-btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 20px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

    .whatsapp-btn:hover {
        background-color: #128C7E;
        transform: scale(1.1);
    }

.whatsapp-icon {
    font-size: 28px;
    margin-right: 10px;
    color: white;
}

.button-text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
    body {
    margin: 0;
    background-color: azure;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    /*width: 100vw;*/
    min-height: 100vh;
}
.popup {
    position: fixed;
    background-color: white;
    width: 700px;
    height: 495px;
    padding: 10px 10px;
    transform: translate(-50%,-50%);
    display:flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    border-radius: 8px;
    z-index: 2000;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
}

button#close {
    position: absolute;
    cursor: pointer;
    left: 99%;
    top: -10px;
    background-color: #FFAE27;
    border-radius: 50%;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: white !important;
}

    button#close i {
        color: white;
        border: none;
    }

.popup a {
    display: block;
    width: 150px;
    position: relative;
    margin: auto;
    text-align: center;
    background-color: black;
    color: white;
    text-decoration: none;
    padding: 5px 0;
}

.popup img {
    align-items: center;
    justify-content: center;
    width:400px;
}

.popup h3 {
    color: orangered;
    background-color: orangered;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width:768px) {
    .popup {
        width: 360px;
        height: 255px;
    }
}
section.section-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    height:23px;

   
}
    
  

      

        div.block-1 {
            display: flex;
            flex-direction: row;
            align-items: center;
        }
div.block-1 div:first-child{
    margin-right:20px;
}
div.social-btn a i{
    font-size:16px;
    margin:7px 7px;
    color:dimgray;
    padding:2px;
   
}
div.social-btn a i:hover{
    color:red;
}

section.section-2 {
    display: flex;
    flex-direction: row;
    padding-left: 20px;
    width: 100%;
    align-items: center;
    background-color: white;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url('images/ssm/imgi_20_3.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}
    section.section-2 .logo img {
        width: 120px;
        padding-right:7px;
        
    }
    section.section-2 .cname{
       padding-right:50px;
 
    }
    section.section-2 .banner {
        display: flex !important;
        justify-content: flex-end !important;
        /*border: 1px solid black;*/
        align-items: flex-end !important;
        padding: 5px;
    }
        section.section-2 .banner img {
            width: 100px;
            border: 3px solid white;
            border-radius: 12px;
            /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
        }
    section.section-2 h4 {
        font-size: 27px !important;
        color: #FFAE27;
        font-weight: 900;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        -webkit-text-stroke: 1px black; /* Black stroke around text */
    }




    section.section-2 h2 {
        font-size: 28px !important;
        color: #203A72;
        font-weight: 600;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
    section.section-2 span {
        font-size: 11px !important;
        color: #203A72;
    }
    section.section-2 .logo-left img{
       justify-content:space-between;
    }
nav {
    /*height: 35px;*/
    /*padding: 5px;*/
    background-color: #FFAE27;
    position: sticky;
    z-index: 1000;
}

.navbar {
    background-color: #203A72;
}

 

@media only screen and (max-width:900px) {
    section.section-1 div ul li a {
        font-size: 9px;
    }

    div.block-1 {
        flex-direction: column;
       
    }
    .usfulllinks{
        display:none;
    }

    div.block-1 div:first-child {
        margin-right: 0px;
    }

    div.social-btn a i {
        font-size: 12px;
    }

    section.section-2 {
        flex-direction: column;
      padding:0;
        width: 100%;
    }

        section.section-2 h4 {
            font-size: 27px !important;
            color: #FFAE27;
            font-weight: 900;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
            -webkit-text-stroke: 1px black; /* Black stroke around text */
        }

        section.section-2 h2 {
            font-size: 25px !important;
            color: #203A72;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        }

        section.section-2 span {
            display:none;
            font-size: 5px !important;
            color: #203A72;
        }
        section.section-2 .banner {
            display: none !important;
            
        }
        section.section-2 .cname {
          text-align:center;
          padding:10px;
        }
        section.section-2 .logo img {
            width: 100px;
            padding-right: 0px;
        }
    .navbar li {
       float:inherit;
        margin-left: 7px;
    }
    #menu ul {
        float:none;
        display:flex;
        flex-direction:column;
        margin-left: 7px;
    }
        #menu ul li {
            float: none;
            flex-direction: column;
            margin-left: 7px;
        }
        
}

#menu {
    background-color: #203A72;
}
    #menu ul {
        list-style: none;
        position: relative;
        margin: 0;
        padding: 0;
        float: left;
        background-color: #203A72;
        z-index: 11;
    }
#menu ul a{
    color:white;
    text-decoration:none;
    font-size:15px;
    line-height:15px;
    padding:5px 7px;
    display:block;
    height:100%;
}
        #menu ul li {
            float: left;
            position: relative;
            margin: 0;
            padding: 0px 0;
            
           
        }
            #menu ul li:hover {
                background-color: #FFAE27 !important;
               
            }
            #menu ul li a {
                font-size: 14px;
                text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
            }
            #menu ul li a:hover {
                color: black;
            }

        #menu ul ul {
            position: absolute;
            background-color: #203A72;
            top: 100%;
            left: 0;
            display: none;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
        }
            #menu ul ul li {
                float: none;
                width: 200px;
                border-left: 3px solid #FFAE27;
                border-bottom: 1px solid grey;
            }
            #menu ul ul li:hover {
                border-left: 3px solid black;
                
            }
    #menu ul ul ul {
        top:-4px;
        left:100%;
    }
    #menu ul li:hover > ul{
        display:block;
    }
/* Hamburger styles */ .toggle-button {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding-left:20px;
}

    .toggle-button .bar {
        width: 25px;
        height: 3px;
        background-color: white;
        margin: 4px 0;
    }


@media (max-width: 900px) {
    .toggle-button {
        display: flex;
    }

    .navbar-links {
        display: none;
        flex-direction: column;
        width: 100%;
    }

        .navbar-links ul {
            list-style: none;
        }

        .navbar-links li {
            display: block;
            margin-left: 0;
            
            padding: 10px 0;
        }

            .navbar-links li a {
                padding: 10px;
                color: white;
                text-decoration: none;
                font-size: 1.2rem;
            }

                .navbar-links li a:hover {
                    background-color: #FFAE27 !important;
                    color: #000000 !important;
                }

    .footer-container {
        display: flex;
        flex-direction: column;
        
    }
}
.maincarousel{
    position:relative!important;
}
.maincarousel.owl-theme .owl-dots {
    text-align: center;
    position: absolute !important;
    display: flex !important;
    top: 90% !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}
@media (max-width: 800px) {
    .maincarousel.owl-theme .owl-dots {
        top: 70% !important;
    }
}
@media (min-width: 900px) {
    .navbar-links {
        display: block;
    }
  
}

/*scroll news start*/
.news-container {
    position: relative;
    left: 0;
    right: 0;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
    height:30px
}

    .news-container .titleNews {
        position: absolute;
        background: #FFAE27;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 5px;
        color: black;
        font-weight: bold;
        z-index: 1;
    }

    .news-container ul {
        display: flex;
        list-style: none;
        margin: 0;
        
        animation: scroll 40s infinite linear;
        /*overflow: hidden;*/
    }
    .news-container .highlight ul {
        display: flex;
        list-style: none;
        margin: 0;
        animation: scroll2 40s infinite linear;
        /*overflow: hidden;*/
    }
    .news-container .highlight {
        display:block;
        white-space: nowrap;
        padding: 4px 10px;
        color: #494949;
        position: relative;
        /*overflow: hidden;*/
        text-align: center;
        align-items: center;
        margin-left:20px;
    }

    .news-container ul li {
        white-space: nowrap;
        padding: 4px 10px;
        color: #494949;
        position: relative;
        /*overflow: hidden;*/
        text-align: center;
        align-items: center;
    }

            .news-container ul li::after {
                content: "";
                width: 1px;
                height: 100%;
                background: #b8b8b8;
                position: absolute;
                top: 0;
                right: 0;
            }

            .news-container ul li:last-child::after {
                display: none;
            }

@keyframes scroll {
    /*from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }*/
    0% {
        transform: translateX(50%);
    }

    50% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(50%);
    }
}
@keyframes scroll2 {
    /*from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }*/
    0% {
        transform: translateX(50%);
    }

    50% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(50%);
    }
}

.news-container .paused {
    animation-play-state: paused;
}
/*scroll news end*/


.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8)), url('images/ssm/imgi_20_3.jpg') no-repeat;
    padding: 20px 0;
    background-position: center;
    position: relative;
    width: 100%;
    background-size: cover;
   
}

.footer-container {
    display: flex;
  
    justify-content: space-around;
    align-items: flex-start;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.footer-logo {
    flex: 1;
    

}
.footer-logo p {
    text-align:center;
}

    .footer-logo img {
        margin-left:70px;
        width: 150px;
        align-items: center;
        justify-content: center;
    }

.footer-links,
.footer-contact,
.footer-social {
    flex: 1;
   padding:10px;
}
.footer-contact i{
    color:white;
    margin-right:5px;
}
.footer h3 {
    color: white;
    margin: 5px;
    border-bottom: 2px solid white;
}

.footer a , p {
    color: #f2f2f2;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

    .footer a:hover {
        text-decoration: underline;
    }

.footer-social a {
    margin-right: 10px;
}

.footer-social i {
    font-size: 20px;
    color: white;
    margin-right: 5px;
}

.footer-bottom {
    background-color: #FFAE27;
    color: #bbb;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
    background: linear-gradient(270deg, #a50303, #970202, #fa3535, #000e9c);
    background-size: 800% 800%;
    animation: backgroundAnimation 10s ease infinite;
}

@keyframes backgroundAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
.about-sec{
   margin:0 3% ;
}
.box1 {
    width: 100%;
    height: 250px;
    text-align: center;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
    justify-content: center;
    border: 5px solid lightgray;
    margin: 2px;
    overflow: hidden;
    /*overflow-y: scroll;*/
    margin-top: 10px;
   
}

    /*.box1 .notice  {
        overflow: hidden;
        overflow-y: scroll;
    }*/

    .box1 h4 {
        background-color: red;
        color: white;
    }

    .box1 p {
        text-align: left;
        color: black;
        font-size: 14px;
    }
.box2 {
    /*display: flex;*/
    padding:10px;
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
    border-radius:10px;
    height:120px;
    margin:10px;

}
    .box2 img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.1);
        border:3px solid white;
        z-index:10;
    }
    .box2 divname {
        background-color: #FFAE27;
        margin-left:20px;
        text-align:center;

      
    }
    .box2 div h4 {
        text-align: center;
        color: #203A72;
        font-size: 20px;
        width: 100%;
        font-weight: 600;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
    .box2 div p {
        padding: 0 0 20px 20px;
        color: #FFAE27;
        font-size: 16px;
        width: 100%;
        font-weight: 600;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
.photo-gallery {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    padding:10px;
    margin-bottom:10px;
}
    .photo-gallery h3 {
        text-align: center;
        color: #203A72;
        background-color: #FFAE27;
    }
    @media only screen and (max-width:768px) {
        .box2 {
        /*display: flex;*/
        padding: 10px;
        box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        height: 120px;
        margin: 10px;
    }



        .box2 divname {
            background-color: #FFAE27;
            margin-left: 10px;
            text-align: center;
        }

        .box2 div h4 {
            text-align: center;
            color: #FFAE27;
            font-size: 15px;
            width: 100%;
            font-weight: 600;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        }

        .box2 div p {
            font-size: 12px;
        }

    a.nodisplay {
        display: none;
    }
}
.services {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .services > div {
        width: 180px;
        height: 100px;
        border-radius: 10%;
        box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.1);
        border: 3px solid white;
        margin: 10px;
        justify-content: center;
        align-items: center;
        background-color: #FFAE27;
    }

        .services > div > div a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            text-decoration: none;
            transition: all 0.3s ease-in;
        }

            .services > div > div a:hover {
                transform: scale(1.05);
            }

        .services > div p {
            color: #203A72;
            font-weight: 600;
            text-align: center;
            font-size: 15px;
            text-align: center;
            align-items: center;
        }


        .services > div > div i {
            font-size: 50px;
            /*background: #fff;*/
            /*border: 1px solid #fff;*/
            padding: 5px;
            border-radius: 5px;
            color: #203A72 !important;
            justify-content: center;
            align-items: center;
        }

        .services > div > div .box3-2 {
            height: 30px;
        }
    .blinking-text {
        animation: blink 1s infinite;
    }

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.news-tab {
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    padding:10px;
    height:400px;
    margin-bottom:15px;
}
.tabs{
    padding:5px;
    list-style:none;
    display:flex;
    background-color:#FFAE27;
}
ul.tabs {
    justify-content:space-between;
    background-color:white;
   color:#FFAE27;
}
    ul.tabs li {
    font-size: 16px;
    justify-content: space-between;
    padding: 5px 10px;
    text-align: center;
    font-weight:600;
    cursor:pointer;
    background-color:white;
    color:black;
    transition:all 0.3s ease;
    border-radius:8px 8px 8px 0px ;
}
.tabs li.active{
    
    background-color:#FFAE27;
    color:white;
}
.tab-data {
    display:none;
    text-align:left;
}
.tab-data.active {
    display: block;
}
.box4 {
    height: 490px;
    border-radius: 10px;
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.2);
    border: 3px solid #FFAE27;
    margin-bottom: 10px;
    display: flex; /* फ्लेक्सबॉक्स लागू करें */
    flex-direction: column; /* तत्वों को स्तंभ में व्यवस्थित करें */
    justify-content: center; /* ऊर्ध्वाधर केंद्र */
    align-items: center; /* क्षैतिज केंद्र */
}
.box4 img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 5px 5px 5px 5px rgba(0,0,0,0.1);
    border: 3px solid white;
    align-content:center;
}

    .box4 p {
        color: #FFAE27;
        font-weight: 600;
        text-align: center;
        font-size: 12px;
        overflow: inherit;
        padding:5px;
    }
    .box4 h4{
        font-size:16px;
        font-weight:600;
    }
    .box4 a{
        display:block;
        background-color:#FFAE27;
        color:white !important;
        text-decoration:none;
        width:90%;
        text-align:center;
        cursor:pointer;
        
    }

.col-sec h4 {
    border-bottom: 2px solid black;
    margin-top: 20px;
    color: #203A72;
    font-weight: 600;
    padding: 5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.col-sec{
    margin-top:20px;
}
    .col-sec h5, .col-sec h5 i {
        background-color: #FFAE27;
        color: #203A72;
        font-weight: 600;
        padding: 5px;
    }
  

    .col-sec p {
        color: black;
    }
.cbody {
    /*width: 100vw;*/
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    color: black;
}

    .cbody h3 {
        text-align: center;
        color: #203A72 !important;
        padding: 5px;
        margin-bottom: 10px;
        margin-top: 20px;
        font-weight: 700;
        border-bottom: 3px solid #FFAE27;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
        /*background: rgb(173,0,0);
        background: linear-gradient(0deg, rgba(173,0,0,1) 0%, rgba(255,255,255,1) 56%);*/
    }

    .cbody h4 {
        color: #203A72;
        margin-top: 20px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
.cbody {
    /*width: 100vw;*/
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    color: black;
}

    
    .cbody h5 {
        color: darkblue;
        margin-top: 20px;
        text-align: center;
    }

    .cbody p {
        color: black;
    }

    .cbody p {
        color: black;
    }

    /*.cbody .accordion {
        margin:60px auto;
        width:1000px;
    }*/

        .cbody .accordion li {
            list-style: none;
            width: 100%;
            margin-top: 20px;
            padding: 10px;
            border-radius: 8px;
            background-color: #e3edf7;
            /*box-shadow:60px 6px 10px -1px rgba(0,0,0,0.15),60px 6px 10px -1px rgba(255,255,255,0.7);*/
        }

            .cbody .accordion li label {
                display: flex;
                align-items: center;
                padding: 10px;
                font-size: 18px;
                font-weight: 500;
                cursor: pointer;
                background-color: #FFAE27;
                color: white;
            }

                .cbody .accordion li label::before {
                    content: "+";
                    margin-right: 10px;
                    font-size: 24px;
                    font-weight: 600;
                }

            .cbody .accordion li input[type="radio"] {
                display: none;
            }

        .cbody .accordion .content {
            color: #555;
            padding: 0 10px;
            line-height: 26px;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s,padding 0.5s;
           
        }
            .cbody .accordion .content div{
                margin-left:20px;

            }

    .cbody .accordion input[type="radio"]:checked + label + .content {
        min-height: 400px;
       
        padding: 10px 10px 20px;
    }

        .cbody .accordion input[type="radio"]:checked + label::before {
            content: "-";
        }
.HeaderName {
    background-color: #FFAE27;
    color: white;
    padding: 5px 10px;
    border-radius: 15px 2px 15px 2px;
    justify-content: center;
    align-items: baseline;
}

.alumniname p a {
    display: block;
    background-color: #FFAE27;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 10px;
    color: black !important;
    margin-top:10px;
}
.alumniname i, h6 {
    background-color: #FFAE27;
    color: white;
    font-weight: 600;
    padding:7px 0 ;
    text-align:center;
    justify-content:center;
}



#rightSideAreaNews {
    /*min-height: 440px;
    max-height: 440px;*/
    overflow: hidden;
    height: 400px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    padding: 10px;
}

.rightSideAreaNews {
    margin-top: 10px;
}

    .rightSideAreaNews .block {
        margin-bottom: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #e7e7e7;
        display:flex;
    }

        .rightSideAreaNews .block .leftArea {
            float: left;
            margin-right: 10px;
        }

            .rightSideAreaNews .block .leftArea .dateTime {
                background-color: #FFAE27             width: 40px;
                padding: 0px 0;
                box-shadow: 0 0 10px rgba(0,0,0,.2);
            }

                .rightSideAreaNews .block .leftArea .dateTime .date {
                    font-family: 'Source Sans Pro', sans-serif;
                   
                    font-size: 18px;
                    color: white;
                    display: block;
                    text-align: center;
                    margin-bottom: 7px;
                    line-height: 10px;
                    padding: 7px 0;
                }

                .rightSideAreaNews .block .leftArea .dateTime .month-year {
                    font-family: 'Source Sans Pro', sans-serif;
                    font-size: 7px;
                    color: black;
                    display: block;
                    text-align: center;
                    background-color: #FFAE27;
                    padding: 5px 0;
                }

        .rightSideAreaNews .block .RightDetailArea {
            margin: 0px 0;
            display: inline-block;
            width: 90%;
        }

          

               

               

            .rightSideAreaNews .block .RightDetailArea .descri p {
                margin-bottom: 0px;
                /*line-height: 12px;*/
                text-align: justify;
                font-family: 'Source Sans Pro', sans-serif;
                
            }

            .rightSideAreaNews .block .RightDetailArea .anchorBtn .btns {
                font-family: 'Source Sans Pro', sans-serif;
               
                color: darkblue;
                text-transform: uppercase;
            }

                .rightSideAreaNews .block .RightDetailArea .anchorBtn .btns:hover {
                    color: green;
                }


.pdf-container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.pdf-viewer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}

.gallery-item {
    width: 30%;
    margin: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

    .gallery-item img {
        width: 100%;
        border-radius: 10px;
    }

    .gallery-item:hover {
        transform: scale(1.05);
    }

