.main-slider{
    background-color: #ccc;
}

.main-slider__item__inner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
}

.main-slider__item__inner h1{
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 40px;

    span{
        color: #232077 !important;
    }
}

.main-slider__item__inner p{
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    line-height: 40px;
}

.main-slider__texts{
    width: 50%;
    padding-bottom: 50px;
}

.main-slider__btn{
    background-color: #fff;
    box-shadow: none;
    border: 0;
    border-radius: 3px;
    font-size: 15px;
    padding: 12px 20px;
    margin-top: 30px;
}

.main-slider .owl-nav{
    position: absolute;
    left: 10%;
    bottom: 50px;
}

/*----- our-section -----*/

.our-sections{
    margin-top: 60px;
    margin-bottom: 60px;
}

.our-sections__inner h2,
.our-sections__inner h2 span{
    font-weight: 700;
    direction: ltr;
    color: #232077 !important;
    margin-bottom: 12px;
    font-size: 32px;
}

.our-sections__inner span{
    color: #777;
    font-weight: 100;
    font-size: 16px;
}


/*--- section-3rd ----*/

.section-3rd__content{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.section-3rd__content:hover img{
    transform: scale(1.1);
}

.section-3rd__content__inner{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px;
}

.section-3rd__content__inner h3{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 12px;
}

.section-3rd__content__inner p{
    font-size: 14px;
    color: #fff;
    font-weight: 100;
    line-height: 28px;
}

.section-3rd__content__inner .site-btn{
    padding: 8px 12px !important;
    margin-top: 20px !important;
}

/*--- home-news---*/
.home-news{
    margin-top: 60px;
}

.home-news .section-title{
    margin-bottom: 42px;
}

.home-news__minimal-section{
    margin-bottom: 16px;
    padding-bottom: 12px;
}

.home-news__minimal-section:not(:last-child){
    border-bottom: 1px solid #eee;
}

.home-news__minimal-section img{
    width: 118px;
    margin-left: 16px;
    flex: 0 0 118px;
    border-radius: 5px;
    object-fit: cover;
}

.home-news__minimal-section__content h3{
    font-size: 16px;
    color: #1e1e1e;
    margin-bottom: 8px;
    font-weight: 700;
}

.home-news__minimal-section__content p{
    font-size: 13px;
    color: #666;
    margin-bottom: 16px;
    font-weight: 100;
    line-height: 24px;
}

.home-news__minimal-section__date{
    font-size: 12px;
    color: #1e1e1e;
    margin-bottom: 8px;
    font-weight: 700;
}

.home-news__minimal-section .site-btn{
    background-color: #232077;
    color: #fff;
    font-size: 12px;
    padding: 3px 16px;
    border-radius: 3px;
    margin-top: 0;
}

.home-news__hero{
    padding-right: 50px;
}

.home-news__hero img{
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 32px !important;
    object-fit: cover;
}

.home-news__hero h3{
    font-size: 16px;
    color: #1e1e1e;
    margin-bottom: 8px;
    font-weight: 700;
}

.home-news__hero p{
    font-size: 13px;
    color: #666;
    margin-bottom: 16px;
    font-weight: 100;
    line-height: 24px;
}

.home-news__hero__date{
    font-size: 12px;
    color: #1e1e1e;
    margin-bottom: 8px;
    font-weight: 700;
}

.home-news__hero .site-btn{
    background-color: #232077;
    color: #fff;
    font-size: 12px;
    padding: 3px 16px;
    border-radius: 3px;
    margin-top: 0;
}

/*---- home-hero ----*/

.home-hero{
    padding: 0 10%;
    padding-top: 100px;
    background: url('../../images/home-hero-bg.svg') no-repeat top center !important;

}

.home-hero__contents p{
    font-size: 18px;
    color: #1E1E1E;
    font-weight: 100;
    line-height: 38px;
    text-align: center;
    margin-bottom: 60px;
}

/*---- home-gallery ----*/

.home-gallery{
    margin-top: 100px;
}

.home-gallery__contents{
    margin-top: 50px;
}

.home-gallery__content{
    overflow: hidden;
}

.home-gallery__content img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.home-gallery__content:hover img{
    transform: scale(1.1);
}

.home-gallery__content > div{
    height: 341px;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}

#fullscreen-slider {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.95);
    padding: 100px;
    display: none;
  }

  .slider-overlay {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .full-gallery-overlay img {
    width: 100%;
    height: calc(100vh - 200px);
    object-fit: contain;
  }

  #slider-close {
    position: absolute;
    top: 15px;
    left: 20px;
    background: transparent;
    color: white;
    font-size: 40px;
    border: none;
    cursor: pointer;
    z-index: 99999;
  }

  #fullscreen-slider .owl-carousel .owl-nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 45%;
    right: 0;
  }

@media screen and (max-width:768px) {
    .main-slider{
        height: 658px;
    }

    .main-slider img{
        height: 658px;
        object-fit: cover;
    }

    .main-slider__texts{
        width: 100%;
        padding-bottom: 150px;
    }

    .main-slider__texts h1{
        text-align: center;
        font-size: 32px !important;
        line-height: 60px !important;
        margin-bottom: 18px !important;
    }

    .main-slider__item__inner p{
        text-align: center;
        font-size: 15px;
        color: #fff;
        font-weight: 300;
        line-height: 34px;
    }
    .main-slider__btn{
        width: 100% !important;
        font-size: 16px;
        margin-top: 16px;
    }

    .main-slider .owl-nav{
        left: 34%;
    }

    .our-sections__inner{
        margin-bottom: 32px;
    }

    .our-sections__inner span{
        font-size: 14px;
    }

    .section-3rd__content{
        margin-bottom: 16px;
        border-radius: 5px;
        overflow: hidden;
    }

    .section-3rd__content img{
        height: 351px;
        object-fit: cover;
    }

    .section-3rd__content__inner p{
        line-height: 24px;
    }

    .section-3rd__content__inner .site-btn{
        width: 100%;
    }

    .home-news__minimal-section{
        flex-direction: column !important;
    }

    .home-news__minimal-section img,
    .home-news__hero img{
        width: 100%;
        height: 133px;
        border-radius: 5px;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .home-news__minimal-section:last-child {
        border-bottom: 1px solid #eee !important;
    }

    .home-news__hero{
        padding: 0;
    }

    .home-hero {
        padding: 0 2%;
        padding-top: 70px;
        background: none;
    }

    .home-hero__contents p{
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    video{
        height: 150px !important;
    }

    .home-gallery{
        margin-top: 50px;
    }

    .home-gallery__content > div{
        height: 180px;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 8px;
    }

    #fullscreen-slider {
        padding: 20px;
      }
    
      #gallerySlider .item img {
        height: calc(100vh - 40px);
      }

    .home-links{
        margin-top: 50px;
    }

    .section-3rd__contents > .row > div:last-child > div{
        margin-top: 0 !important;
    }
}
