/* start main-section */

.bg-section , .landing {
   
    min-height: 400px;
     background-color: white;
  background-image: 
    linear-gradient(to right, #ece8e8 2px, transparent 2px),
    linear-gradient(to bottom, #ece8e8 2px, transparent 2px);
  background-size: 40px 40px; /* size of each grid square */
}
.landing_name {
    color: var(--main);
}
.landing_par{
    color: rgba(55, 55, 55, 1);
}
.gallery_img{
    max-height: 570px;
    object-fit: contain;
}
.gallery_img:lang(en){
    transform: scaleX(-1);
}
/* end main-section */

.imgs{
    direction: ltr !important;
}

/* start gallary */
.gallary .icon,
.admissions-process .icon,
.opinions .icon {
    position: relative;
    display: inline-flex;
    width: 40px;
    height: 40px;
}

.gallary .icon::after,
.admissions-process .icon::after,
.opinions .icon::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--main);
    border-radius: 50%;
    top: 0;
    left: 0;
}

.gallary .icon-img,
.admissions-process .icon-img,
.opinions .icon-img {
    width: 40px;
    height: 40px;
    aspect-ratio: 1/1;
    object-fit: contain;
    z-index: 2;
}

.gallary .imgs img,
.admissions-process .imgs img {
    width: 100%;
    height: 300px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 5px;

}

/* end book */
.gallary_desc {
    position: absolute;

    top: 50%;
    font-size: 18px;
    text-align: center;
    z-index: 2;
    color: #fff;
    visibility: hidden;
    transition: ease-out .5s;

}

.btn_circ {
    position: absolute;
    top: 82%;
    right: 11px;
    color: #fff !important;
    transform: rotate(145deg);
    z-index: 2;
    display: none!important;

    transition:ease-out .2s !important;

}

.btn_circ i {
    font-size: 30px;
    transition: 1s;

}

.cover:hover .gallary_desc,
.cover:hover .btn_circ {
    visibility: visible !important;

    display: block!important;

}

.cover:hover .layer {
    width: 100%;
    height: 100%;
    background-color: #00000073;
}

.layer {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    background-color: transparent;
    transition: 1s;
    right: 0;
     pointer-events: none;
}
.fancybox__track , .carousel__track{
direction: ltr!important;
}
