@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');



@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}




:root {
    --color: #1d2475;
    --white: white;
    --black: black;

}




.hero {
    width: 100vw;
    height: 45vh;
    position: relative !important;
    overflow-x: hidden !important;
}

header {
    margin-bottom: 1%;
    overflow: hidden;
   

}

.banner-1 {
    width: 100%;
    height: 45vh;
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 0 !important;
    overflow: hidden;
}

img.ban {
    width: 100% !important;
    height: 45vh;
    object-fit: cover;
}


.bg-color {
    width: 100%;
    height: 45vh;
    background-color: rgba(0, 0, 0, 0.581);
    /* background-color: liner-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)); */
    position: absolute;
    top: 0%;
    left: 0;
    opacity: 0.7;
}


.hero-txt1 {
    color: var(--text);
    z-index: 150 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 99;

}

.hero-txt1 h2 {
    font-size: 30px !important;
    text-align: center;
    color: var(--white);
    font-weight: 700;
}

.hero-txt1 .hero-content {
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
}

.hero-txt1 .hero-content .hero-redirect {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.hero-txt1 .hero-content .hero-redirect a {
    color: var(--white);
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.hero-txt1 .hero-content .hero-redirect i {
    color: var(--white);
}

.hero-txt1 .hero-content .hero-redirect span {
    font-weight: 500;
    font-size: 16px;
    color: var(--white);
}





.gallery-picture{
    margin-top:80px;
    margin-bottom: 60px;
     overflow: hidden; 
 
}
.gallery-picture .col-lg-4{
    position: relative;
    z-index: 0;
    /* overflow: hidden; */
}
.gallery-picture .mb-2 img{
    width:100%;
    height:280px;
    margin-bottom:15px;
    object-fit: cover;
    transition: 1s;
  
}



















