:root{
    --primary-color:#2B81C1;
    --secondary-color:#CFA346;
}
.card-image img{
    width: 415px;
    height: 50vh;
    object-fit: cover;
}

.description {
    height: 10vh;
    overflow: hidden;
    font-size: 0.8rem;
}

.fontSize {
    font-size: 0.8rem;
}
.link{
    color: var(--secondary-color);
}
.link:hover{
    color: var(--primary-color);
}
.carousel-img {
    width: 800px;
    height: 450px;
    overflow: hidden;
}
.carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-card img{
    height: 255px;
    width: 255px;
    object-fit: cover;
}

.gallery{
    width: 100%;
    
}
.gallery img {
    height:50vh;
    object-fit: cover;
    width: auto;
}

.image-view{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.image-view img{
    max-width: 90vw;
    height: 80vh;
    object-fit: contain;
}

.modal-bg{
    background: transparent;
    border: 0;
}
.home-gallery{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.home-gallery img{
    max-width: 90vw;
    height:80vh;
    object-fit: contain;
}

@media screen and (min-width:1209px) and (max-width:1408px) {
    .carousel-img{
        height: 382px;
        width: 680px;
    }
}
@media screen and (min-width:1025px) and (max-width:1208px) {
    .carousel-img{
        height: 351px;
        width: 624px;
    }
}

@media screen and (min-width:769px) and (max-width:1024px){
    .carousel-img{
        height: calc(9*40px);
        width: calc(16*40px);
    }
    .navbar>.container{
        display:block;
    }
    .about-card{
        display: flex;
        align-items:center;
        justify-content: center;
    }
}

@media screen and (min-width:427px) and (max-width:768px) {
    .modal-bg{
        max-height:100vh ;
    }
    .navbar>.container{
        display:block;
    }
    .about-card{
        display: flex;
        flex-direction: column;
        align-items:center;
        justify-content: center;
    }

    .modal-dialog {
        max-width: 100vw;
        margin-right: auto;
        margin-left: auto;
    }
    .carousel-img{
        height: calc(9*30px);
        width: calc(16*30px);
    }
}

@media screen  and (max-width:426px)  {

    .about-card{
        display: flex;
        flex-direction: column;
        align-items:center;
        justify-content: center;
    }
    .modal-bg{
        max-height:100vh ;
    }
    .navbar>.container{
        display:block;
    }
    .carousel-img{
        height: calc(9*25px);
        width: calc(16*25px);
    }

    .logo{
        width: 70%;
    }
}

@media  screen and (min-width:1024px) and (max-width:1199px) {
    .about-card img{
        height: 230px;
        width: 230px;
    }
}