.effect-img{
    position: absolute;
    width: 459px;
    height: 250px;
    z-index: -1;
    left: -100px;
    top: 125px;
    background: #F0F7FA;
}
.img-w-100{
    width: 100%;
    height: 100%;
}
.img-w-80{
    width: 80%;
    height: 80%;
}
.title-banner{
    font-style: normal;
    font-weight: 700;
    font-size: 42px !important;
    justify-content: center;
    margin: auto;
}
.paragraf-banner{
    font-style: normal;
    font-weight: 400;
}
.title-about{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-transform: capitalize;
    color: #00004D;
}
.paragraf-about{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #666666;
}
.title-offers{
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    color: #00004D;
}
.swiper {
    width: 100%;
    height: 550px;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}  
a .item {
    width: auto;
    height: 70%;
    border-radius:  8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
a .item img {
    width: 100%;
    height: 100%;
    max-height: 400px;
} 
.item-gallery {
    width: auto;
    height: 50%;
    border-radius:  8px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-gallery img {
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 10px !important;
    background: #0D0DFF !important;
    transition: all 0.3s !important;
}
.bg-product{
    background: #F3F6F7;
    height: auto;
}
.title-product{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    color: #00004D;
}
.div-product{
    width: 316px;
    height: auto;
    margin-left: 22px;
}
.div-product a{
    text-decoration: none;
}
.title-sub-product{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    color: #121212;
    margin-top: 5%;
}
.city-product{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    text-transform: capitalize;
    color: #999999;
}
.title-news{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 172.5%;
    align-items: center;
    text-align: center;
    color: #00004D;
}
.card-title {
    margin-bottom: 0.3rem;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    align-items: center;
    color: #000000;
}
.card-text{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #666666;
}
#swiperNews{
    height: auto;
}
.bg-gallery{
    background: #F3F6F7;
    height: auto;
}
.title-gallery{
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    text-transform: capitalize;
    color: #00004D;
}
.swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    font-size: 16px;
    background-color: #fff !important;
    color: #0909FF !important;
    box-shadow: 0px 8px 24px rgba(38, 38, 115, 0.1);
}
  
.swiper-button-next {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #fff !important;
    color: #0909FF !important;
    box-shadow: 0px 8px 24px rgba(38, 38, 115, 0.1);
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 16px;
    font-weight: bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 16px;
    font-weight: bold;
}

.modal-target {
    width: 300px;
    cursor: pointer;
    transition: 0.3s;
}
  
.modal-target:hover {opacity: 0.7;}
  
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
        /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}
  
/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: auto;
    height: auto;
    opacity: 1 !important;
    max-width: auto;
}
  
/* Add Animation */
.modal-content, .modal-caption {  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}
  
  @-webkit-keyframes zoom {
    from {-webkit-atransform:scale(0)} 
    to {-webkit-transform:scale(1)}
  }
  
  @keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
  }
  
  /* The Close Button */
  .modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .modal-close:hover,
  .modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  .swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-header .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    height: 778px;
  }

  .swiper-header .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
   }

  .swiper-header .swiper-content {
    position: absolute;
    text-align: center;
    padding: 0;
   }
  
/*End style*/

@media only screen and (max-width: 768px) {
    .effect-img{
        width: 100% !important;
    }
    .div-product{
        width: 100% !important;
        margin-right: 22px;
    }
    .div-product img{
        width: 100% !important;
    }
}