@font-face {
  font-family: "Pinar";
  src: url("../fonts/Vazirmatn-FD-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pinar";
  src: url("../fonts/Pinar-FD-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pinar";
  src: url("../fonts/Pinar-FD-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pinar";
  src: url("../fonts/Pinar-FD-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pinar";
  src: url("../fonts/Pinar-FD-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pinar";
  src: url("../fonts/Pinar-FD-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Pinar";
  src: url("../fonts/Pinar-FD-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Pinar" !important;
  padding: 0;
  margin: 0;
  background: rgba(249, 249, 249, 0.98);
  overflow-x: hidden;
  direction: rtl;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

a {
  color: unset !important;
  text-decoration: none !important;
}

/* main {
  min-height: 100vh;
  height: auto;
} */
:root {
  --main-blue-color: #456cd2;
  --bg-green: #005e37;
  --main-color-light: #0382a959;
  --bg-green-light: #93b1a6;
  --blue-color: #0066ff;
  --blue-color-light: #2d7fd5;
}

.main-section {
  position: relative;
/*  height: 26rem;*/
  /* height: 100vh;
  background-image: url(../images/amolcity.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
}

/* header {
  padding: 0 5%;
  box-shadow: 0 10px 20px rgb(0, 0, 0/5%), 0 6px 6px rgb(0, 0, 0/6%);
  z-index: 1000;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
} */

nav {
    width: 100%;
    color: #fff;
    background: #00617c;
    position: relative;
}

.shoar-section img {
  height: 4rem;
}

nav .wrapper {
    height: 3rem;
    line-height: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00617c!important;
}
.wrapper .logo a img {
  height: 6rem;
}
.wrapper .nav-links {
  display: inline-flex;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
.nav-links li {
  list-style: none;
}
.nav-links li a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 9px 15px;
  transition: all 0.3s ease;
  position: relative;
  border-start-start-radius: 5px;
  border-start-end-radius: 5px;
}

.fas .fa-caret-down:before {
  content: "\f0d7";
}

.nav-links li a:hover {
  background: #eff1f44a;
  color: #fff !important;
}
.nav-links .mobile-item {
  display: none;
}
.nav-links .drop-menu {
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box {
  position: absolute;
  /* left: 0; */
  /* width: 100%; */
  /* padding: 0 30px; */
  top: 85px;
  opacity: 0;
  visibility: hidden;
  z-index: 20;
}
.mega-box .content {
  background: #ffffffeb;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px 2px rgba(0, 0, 0, 0.15);
  color: #000;
  border-top: 4px solid;
  border-image: linear-gradient(to right, #6ec3e0, #3565de);
  border-image-slice: 2;
  border-end-end-radius: 5px;
  border-end-start-radius: 5px;
}
.mega-box .content .row {
  /* width: calc(25% - 30px); */
  line-height: 33px;
}
.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.content .row header {
  color: #6c757d;
  font-size: 14px;
  font-weight: 600;
}
.content .row .mega-links {
  /* margin-left: -40px; */
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  width: 100%;
  padding: 0;
  margin: 0;
}
.row .mega-links li {
  padding: 0 20px;
}
.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 13px;
  display: block;
}

.row .mega-links li a img {
  height: 1rem;
  object-fit: unset;
  width: unset;
  margin-left: 5px;
}

.row .mega-links li a:hover {
  color: #000 !important;
  background-color: rgba(0, 0, 0, 0.125) !important;
  background-image: unset !important;
  border-radius: 5px;
}
.wrapper .btn {
  font-size: 20px;
  cursor: pointer;
  display: none;
  width: 100%;
}

.menu-btn .menu-bar{
  background: rgb(255 255 255);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 5px;
  color: #6c757d;
  font-size: 1.5rem;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
  width: 100%;
}

.wrapper .btn.close-btn i {
  color: #fff;
  font-size: 1.7rem;
}

@media screen and (max-width: 1024px) {
  .services-slider {
    overflow: hidden;
   }

   .shape-slider {
    min-height: 23rem;
   }

  .footer-section,
  .shape-slider {
    background-size: contain !important;
  }
  /* nav .wrapper {
    padding: 0px 20px 0px 20px;
  } */

  .wrapper .logo a img {
    height: 6rem;
}
  ::-webkit-scrollbar {
    width: 8px;
  }
  .wrapper .btn {
    display: block;
  }
    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: var(--main-blue-color);
        display: block;
        padding: 59px 10px;
        line-height: 40px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
        z-index: 100;
        overflow-x: hidden;
    }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3a3b3c;
  }
  #menu-btn:checked ~ .nav-links {
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn {
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn {
    display: block;
  }
  .nav-links li {
    margin: 15px 10px;
  }
  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 17px;
  }
  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega_1:checked ~ .mega-box,
  #showMega_2:checked ~ .mega-box,
  #showMega_3:checked ~ .mega-box,
  #showMega_4:checked ~ .mega-box,
  #showMega_5:checked ~ .mega-box,
  #showMega_6:checked ~ .mega-box{
    max-height: 100%;
  }
  
  .nav-links .desktop-item {
    display: none;
  }
  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 17px;
    font-weight: 500;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .mobile-item i {
    float: left;
  }
  .nav-links .mobile-item:hover {
    background: #3a3b3c2b;
  }
  .drop-menu li {
    margin: 0;
  }
  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    /* padding: 0 20px; */
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }
  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li {
    margin: 0;
  }
  .content .row header {
    font-size: 19px;
  }

  .wrapper .btn.close-btn {
    display: flex;
  }
}
nav input {
  display: none;
}

.body-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
.body-text div {
  font-size: 45px;
  font-weight: 600;
}
/* ************************************************************************** */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  /* text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center; */
}

.swiper-simple {
  height: 80vh;
}

.swiper-slide-simple {
  height: 100%;
}

.swiper-slide-simple img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 4em !important;
}

/* .swiper {
  position: absolute !important;
}

.swiper-wrapper {
  position: absolute !important;
} */

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(
    0,
    0,
    0,
    0.44
  ); /* Adjust the color and opacity as needed */
}

.curved-line {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to right, transparent 0%, black 0%);
  background-size: 100px 100px;
  border-radius: 50%;
}

/* .search-section i {
  font-size: 2em;
} */
.search-section-content {
  flex: 40%;
}

.logo {
  flex: 100%;
}

.search-section-content .header-image {
 height: 3rem;
}

.search-section-content a img {
  height: 1.8rem;
  filter: brightness(0) saturate(100%) invert(0%) sepia(11%) saturate(7445%) hue-rotate(267deg) brightness(119%) contrast(99%);
}

.search-section-body .form-control {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: var(--bs-white);
  border: none;
  font-family: "Pinar";
  font-size: 14px;
}

.search-section-body .input-group {
  height: 2.5em;
}

.search-section-body .form-control::placeholder {
  color: #A4A4A4;
  font-size: 14px;
  font-weight: 400;
}

.search-section-body .input-group-text {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: var(--bs-white);
  border: none;
  cursor: pointer;
}

.search-section-body .form-control:focus {
  box-shadow: unset !important;
}

/* .search-section img {
  height: 3.5em;
} */

.service {
    background-image: url('../images/royanman.jpg');
    top: calc(26rem - 86%);
    z-index: 10;
    /* width: 13rem; */
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 550px;
}

@media (max-width: 768px) {
    .service {
        height: 360px !important;
    }
}


/* .service a {
  position: fixed;
  left: 0;
} */


.service-items {
  transition: all 1s;
  /* position: absolute; */
  left: 0;
}

/* .service-items1 {
  top: 9rem;
}

.service-items2 {
  top: 13rem;
}

.service-items3 {
  top: 17rem;
}

.service-items4 {
  top: 21rem;
} */

/* .service-items:nth-child(1) {
  top: 0;
}

.service-items:nth-child(2) {
  top: 100px;
}

.service-items:nth-child(3) {
  top: 200px;
}

.service-items:nth-child(4) {
  top: 300px;
} */

.service-items-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4em;
  background: #ffffff61;
  width: 2.8em;
  height: 2.8em;
}

.service-items-icon img {
  height: 19px;
/*  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(164deg) brightness(104%) contrast(99%);*/
}

.service-items-content {
    display: flex;
    gap: 1.5em;
    background-color: #00617c;
    align-items: center;
    width: 100%;
    padding: 0.7em;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    /* height: 50px; */
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    /*    flex-direction: column;*/
    border-radius: 6px;
}

.triangle-right {
  width: 0;
  /* height: 0; */
  border-top: 25px solid transparent;
  border-left: 15px solid #00000091;
  border-bottom: 25px solid transparent;
  transition: all 0.05s;
  /* backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  overflow: hidden; */
}

.service-items:hover .triangle-right {
  border-left: 15px solid var(--main-blue-color);
  /* transition: all 0.5s; */
}

.service-items:hover .service-items-content {
  background-color: var(--main-blue-color);
/*  font-weight: 700;*/
  /* transition: all 0.5s; */
}

/* .shape-slider {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 8em;
} */

.shape-slider {
  left: 0;
  bottom: 0px;
  right: 0px;
  width: 100%;
  color: white;
  min-height: 15rem;
  height: auto;
  background-image: url(../images/shape.png);
  /* background-blend-mode: soft-light; */
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.shape-slider-style {
  background: #ffffff5c;
  border-radius: 100%;
  width: 3em;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 12px;
  left: calc(50% - 22px);
  position: absolute;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

 .shape-slider-style i {
  color: #ffffffcc;
  font-size: 1.5em;
}

/* swiper-items */
.services-slider {
 overflow: visible;
}

.slider-gallery {
  padding: 7px;
}

.slider-gallery .slider-gallery-item {
  position: relative;
  padding: 2.5em 2em 2.5em;
  overflow: hidden;
  /* height: 12em; */
  background: #fff;
  border-radius: 5px;
  transform: scale(1);
  transition: transform 0.5s;
  box-shadow: 1px 0px 2px 0px rgba(0,0,0,.1)
}

.slider-gallery .slider-gallery-item:hover {
  transform: scale(0.9);
}

.slider-gallery .slider-gallery-item .slider-gallery-img {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  transform: translate(0%, -55%);
  filter: brightness(0.001);
}

.slider-gallery-item .slider-gallery-body {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 2;
  flex-direction: column;
}

.slider-gallery-item .slider-gallery-body img {
  height: 3em;
}

.slider-gallery-item .slider-gallery-body h5 {
  font-size: 20px;
  font-weight: 700;
  margin: 1.6em 0;
  height: 2em;
  overflow: hidden;
  line-height: 2;
}

.slider-gallery-item .slider-gallery-body p {
  font-size: 14px;
  font-weight: 500;
  height: 4em;
  overflow: hidden;
  line-height: 2;
}

.swiper-pagination-gallery {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}

.swiper-button-prev,
.swiper-button-next {
  top: 41% !important;
  margin: 0 -1em;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-next:after {
  content: unset !important;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: unset !important;
}

.swiper-navBtn img {
  height: 5em;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -47px !important;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
  box-shadow: -1px 3px 3px 1px rgba(0, 0, 0, 0.4);
}

.swiper-pagination-bullet-active {
  background-color: var(--main-blue-color);
  width: 4em;
}

.swiper-pagination-simple .swiper-pagination-bullet {
  background: #ffffff85 !important;
  opacity: unset !important;
}

.swiper-pagination-simple .swiper-pagination-bullet-active {
  height: 4em;
  width: unset !important;
  opacity: var(--swiper-pagination-bullet-opacity, 1) !important;
  background: #fff !important;
}

.slider-content {
  top: calc(80vh - 60%);
  z-index: 2;
  color: #fff;
  right: 10%;
  pointer-events: none;
}

.slider-content h2 {
  font-weight: 700;
  font-size: 2rem;
}

.slider-btn {
  width: 14rem;
}

.slider-btn-contact h2 {
  font-weight: 700;
}

.slider-btn-contact {
  justify-content: center;
  font-weight: 800;
  padding: 0.6em;
  background: rgb(0 0 0 / 54%);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1em;
}

.slider-btn-contact img {
  height: 2.5em;
}

.slider-btn-border {
  width: 100%;
  /* height: 200px; */
  position: relative;
}

/* Define the border with faded corners */
.slider-btn-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 2px solid;
  border-image: linear-gradient(
    to right,
    transparent,
    rgb(255 2 2),
    transparent
  );
  border-image-slice: 1;
}



.title-section img {
  height: 2em;
}

.title-section {
  font-size: 24px;
  font-weight: 600;
  display: flex;
  /* align-items: center; */
  gap: 8px;
}

.title-section img {
  height: 1em;
}

.media-news-show {
  color: var(--main-blue-color) !important;
  display: flex;
  align-items: center;
  gap: 11px;
}

.media-news-show span {
  font-size: 14px;
  font-weight: 400;
}

.media-news-item {
  position: relative;
  width: 100%;
}

.media-news-item .media-news-item-img {
  object-fit: cover;
  height: 26.5em;
  width: 100%;
}

.media-news-item .media-news-images {
  /* aspect-ratio: 2/1; */
  width: 100%;
  object-fit: cover;
  height: 13em;
}

    .media-news-item .media-news-txt {
        position: absolute;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        bottom: 0;
        background: #00617c;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        max-height: 3.5em;
        line-height: 2;
        padding: 0.2em 1em;
    }

/* introduce-section */
.introduce-txt p {
  line-height: 3.5;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-align: justify;
  color: #fff;
}

.introduce-txt span {
  line-height: 3.5;
  font-size: 10px;
  font-weight: 400;
  color: #737373;
}

.introduce-img img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: contain;
}

.vector-section img {
  height: 19em;
}

/* city-information */
.city-info {
  background-color: rgba(36, 163, 33, 0.07);
  transition: all 0.5s;
}

.city-icon {
  width: 3em;
  height: 3em;
  padding: 1.7em;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.city-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    to bottom left,
    rgba(0, 94, 55, 0.2) 0%,
    transparent 100%
  );
  pointer-events: none;
}

.city-icon img {
  height: 1.7em;
}

.city-title {
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
}

.city-txt {
  font-weight: 800;
  font-size: 18px;
  color: #005e37;
}

.city-body {
  line-height: 4.5;
  padding: 1em;
}

.city-vector {
  /* background-color: rgba(36, 163, 33, 0.07); */
  filter: brightness(0) saturate(100%) invert(24%) sepia(92%) saturate(548%)
    hue-rotate(108deg) brightness(98%) contrast(94%);
  /* filter: brightness(0) saturate(100%) invert(12%) sepia(97%) saturate(4418%) hue-rotate(357deg) brightness(83%) contrast(115%);filter: brightness(0) saturate(100%) invert(12%) sepia(97%) saturate(4418%) hue-rotate(357deg) brightness(83%) contrast(115%); */
  height: 12.5em;
}

.city-image {
  height: 34.4rem;
}

.city-info:hover {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
}

.city-info:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%)
    hue-rotate(312deg) brightness(99%) contrast(102%);
  /* filter: brightness(0) saturate(100%) invert(28%) sepia(8%) saturate(6608%) hue-rotate(113deg) brightness(93%) contrast(94%); */
}

.vector-section-city img {
  height: 45rem;
  opacity: 0.6;
}

/* organization-section */
.org-section {
  background-color: #365ab521;
  padding: 4em 0;
}

.org-section .org-img {
  height: 9em;
}

.org-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* footer-section */
.footer-section {
    left: 0;
    bottom: 0px;
    right: 0px;
    width: 100%;
    background-color: #4c75dc;
    color: white;
    /*min-height: 70vh;*/
    height: auto;
    position: relative;
    padding: 4em 0 6em;

    background-image: url(/shahrdariRayon/images/01.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-section-image {
    background-image: url('../images/01.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 33% 100%;
    opacity: .15;
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 55px;
}

@media (max-width: 1200px) {
    .footer-section-image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50% 100%;
        opacity: .15;
        position: absolute;
        width: 100%;
        height: 36%;
        bottom: 55px;
    }
}


@media (max-width: 1000px) {
    .footer-section-image {
       display:none;
    }
}

    /*.footer-section::before {
    background-color: rgba(0,0,0,0.5);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}*/

    .footer-end {
        bottom: 0;
        background-color: #011634a8;
        backdrop-filter: blur(1px);
        -webkit-backdrop-filter: blur(1px);
        font-size: 13px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 0px;
        padding: 1.3em 0;
        position: absolute;
        width: 100%;
        right: 0;
        left: 0;
    }

    .shape-footer {
        position: absolute;
        /* top: 50%; */
        right: 50%;
        transform: translate(50%, 0);
        /* height: 66vh; */
        bottom: 0;
    }

        .shape-footer img {
            width: 100%;
        }

    .footer-txt {
        line-height: 3.5;
    }

    .footer-links {
        line-height: 2.5;
    }

        .footer-txt h6,
        .footer-links h6 {
            font-weight: 700;
        }

    .footer-txt span {
        font-size: 14px;
        font-weight: 400;
    }

    .footer-links a {
        font-size: 12px;
        font-weight: 400;
        transition: all .1s;
    }

        .footer-links a:hover {
            font-weight: 600;
        }

    .footer-txt span:first-child {
        font-weight: 400;
    }

    .footer-txt span:last-child {
        font-weight: 700;
    }

    .icon-body {
        width: 3.2em;
        height: 3.2em;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .icon-body img {
            height: 1.8em;
        }

    .footer-contact {
        line-height: 2;
        font-size: 13px;
    }

        .footer-contact span:first-child {
            font-weight: 600;
        }

        .footer-contact span:last-child,
        .footer-contact a {
            font-weight: 400;
        }

    /* news-section */
    .news-section {
        /*  background-color: #eef0f2;*/
        padding: 4em 0;
        margin: 3em 0;
    }

    .news-body {
        background-color: #fff;
        padding: 2em 1em;
    }

    .news-content .news-body {
        padding-bottom: 20px;
        margin: 3em 0;
    }

    .news-body .media-news-show,
    .news-body .media-news-show span {
        font-size: 11px;
    }

    .news-body h5 {
        font-weight: 600;
        font-size: 1.2em;
    }

    .news-section-content {
        border-radius: 4px;
        background: #f9f9f9;
        transition: all 0.8s;
    }

        .news-section-content img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.4s;
            aspect-ratio: 2 / 2;
            border-radius: 4px;
            padding: 0.6em 0.6em 0.6em 0;
        }

        .news-section-content .news-section-txt {
            padding: 0.6em;
        }

            .news-section-content .news-section-txt h4 {
                color: #000;
                font-size: 13px;
                font-weight: 700;
                line-height: 2;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                max-height: 4em;
                margin-bottom: 0;
            }

            .news-section-content .news-section-txt p {
                color: #353535;
                font-size: 13px;
                font-weight: 400;
                line-height: 2.5;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                max-height: 4.3em;
            }

    .news-section-date span {
        font-size: 11px;
        font-weight: 500;
    }

    .news-section-date i {
        font-size: 12px;
    }

    .text-gray {
        color: #bcbcbc;
    }

    .news-section-content:hover {
        background-color: var(--main-blue-color);
        /* padding: 0; */
    }

        .news-section-content:hover img {
            padding: 0;
            border-radius: 0;
        }

        .news-section-content:hover h4,
        .news-section-content:hover p,
        .news-section-content:hover span {
            color: #fff !important;
        }

    .news-section .nav-tabs {
        background-color: #fff;
        border: 0;
        display: flex;
        justify-content: start;
        align-items: center;
        padding: 10px 0;
    }

    .news-section .accordion {
        /* background-color: transparent !important; */
        --bs-accordion-bg: unset !important;
    }

    /* .news-section .accordion-body {
   background-color: transparent !important;
   --bs-accordion-bg: unset !important;
} */

    .news-section .nav-tabs .nav-link {
        color: #757575;
        border-top: unset !important;
        border-right: unset;
        border-left: unset;
        background-color: #f1f1f1 !important;
        padding: 10px 20px;
        margin: 0em 1em;
        font-weight: 500;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.8em;
        border-radius: 10px;
    }

        .news-section .nav-tabs .nav-link img {
            height: 2em;
        }

.news-section .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    /* border-bottom: 2px solid #000; */
    /*  border-right: none !important;
  border-left: none !important;
  border: 3px solid;
  border-image: linear-gradient(to right, #00bfff, #0000ff);
  border-image-slice: 1;*/
    background: linear-gradient(to right, #01bab7, #00617c);
    color: #fff;
    font-weight: 700;
    /* filter: brightness(0) saturate(100%) invert(24%) sepia(92%) saturate(548%)
  hue-rotate(108deg) brightness(98%) contrast(94%); */
}

    .news-section .accordion-item {
        margin: 3em 0;
        border: 0;
    }

    .news-section .accordion-button::after {
        margin-left: unset !important;
        margin-right: auto;
    }

.news-section .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    /* border-bottom: 2px solid #000; */
    /*  border-right: none !important;
  border-left: none !important;
  border: 3px solid;*/
    background: linear-gradient(to right, #0ce2df, #007a83);
    border-image-slice: 1;
    color: #fff;
}

    .news-section-body {
        display: flex;
        align-items: center;
    }

    .news-section-content .news-section-body .news-section-txt h4 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        max-height: 3.4em;
        line-height: 1.8;
        color: #000;
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 0;
        height: unset !important;
    }

    @media (max-width: 768px) {
        .main-section {
            /*    height: 13rem !important;*/
        }

        .service {
            top: calc(13rem - 95%) !important;
            transition: all .5s;
        }

        .service-items {
            position: relative;
            /* left: -150px !important; */
        }


        .shape-slider img {
            width: 100%;
        }

        .slider-gallery-item .slider-gallery-body h5 {
            font-size: 14px;
        }

        .slider-gallery-item .slider-gallery-body p {
            font-size: 12px;
        }
    }

    @media screen and (max-width: 821px) {
        .news-section-content img {
            height: 21.5rem;
        }

        /* last-news */
        .source-section {
            margin: 3em 0 !important;
        }

            .source-section .visited-section img {
                height: 200px;
            }
    }

    @media (max-width: 991px) {
        /* .header-section-body .logo img {
    height: 3rem !important;
  }

  .search-section-content a img {
   height: 1.5rem;
  } */

        .footer-txt {
            line-height: 2.5;
        }

        .main-section {
            /*    height: 20rem;*/
        }

        .service {
            top: calc(20rem - 80%);
        }

        .tab-content > .tab-pane {
            display: block !important;
            opacity: 1 !important;
        }

        .news-section .accordion-item {
            margin: 0 !important;
            border: 0;
        }

        /* first-section */
        .service-items-content {
            font-size: 11px;
            height: 40px;
        }

        .service-items-content {
            font-size: 11px;
        }

        .slider-content {
            top: calc(65vh - 50%);
            z-index: 2;
            color: #fff;
            right: 10%;
        }

            .slider-content h2 {
                font-size: 14px;
            }

        .slider-btn-contact {
            font-size: 11px;
        }

        .slider-btn {
            width: 10rem;
        }

        .swiper-simple {
            height: 65vh !important;
        }

        .triangle-right {
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
        }
    }

    /* mask-circle */
    /* .meimg {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-mask-image: radial-gradient(circle at center bottom, transparent 80%, black 100%);
  mask-image: radial-gradient(circle at center 78%, transparent 16%, black 1%);
  position: absolute;
}

.mybox {
width: 100%;
height: 4rem;
background-color: #fff;
position: absolute;
bottom: 0;
right: 0;
left:0;
z-index: 100;
} */

    /* shine hover */
    .media-news {
        margin-top: 5em;
    }

        .media-news figure {
            position: relative;
            margin: 0 !important;
        }

            .media-news figure::before {
                position: absolute;
                top: 0;
                left: -75%;
                z-index: 2;
                display: block;
                content: "";
                width: 50%;
                height: 100%;
                background: -webkit-linear-gradient( left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% );
                background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100% );
                -webkit-transform: skewX(-25deg);
                transform: skewX(-25deg);
            }

            .media-news figure:hover::before {
                -webkit-animation: shine 0.75s;
                animation: shine 0.75s;
            }

    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }

    @keyframes shine {
        100% {
            left: 125%;
        }
    }

    /* For WebKit-based browsers */
    /* Width and height for the scrollbar thumb */
    ::-webkit-scrollbar {
        width: 12px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f0f0f0; /* Change this to the color you want */
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888; /* Change this to the color you want */
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #666666; /* Change this to the color you want */
        }


/* new-simple-swiper */
.new-simple-swiper {
    height: 470px;
}

.new-simple-swiper .swiper {
    width: 100%;
    height: 100%;
}

    .new-simple-swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .new-simple-swiper .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: fill;
        }

    /* new-header-section */
    .header-section .header-section-body {
        background-color: #00b9bc;
        /* background: url("../images/shape.png") no-repeat center bottom #2571ff;
  background-size: 300px; */
        /* background: url("../img/vector5.jpg") no-repeat center bottom #eef4ff; */
        /* background-color: rgb(13 110 253 / 24%); */
        background-image: url('../images/02.png');
        box-shadow: inset 0px -4px 99px 0px rgba(0, 0, 0, 0.25);
        padding-top: 4em;
        bottom: 0;
        left: 0;
        right: 0;
        position: relative;
        background-repeat: repeat;
        z-index: 10;
    }


    .header-section-body .logo img {
        height: 4rem;
    }



    /* news-list */
    .section-news nav {
        display: flex;
        width: unset !important;
        color: unset !important;
        background: unset !important;
        position: unset !important;
    }

    .section-news-item,
    .section-news-important-item {
        border-radius: 15px;
        background: #FFF;
        box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.10);
        overflow: hidden;
    }


    .section-news-important-item {
        box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.07) !important;
    }

    .section-news-item img {
        width: 100%;
        aspect-ratio: 3/2;
    }

    .section-news-item .section-news-txt,
    .section-news-important-item .section-news-txt {
        padding: 1em;
    }

    .section-news-item .section-news-txt {
        padding: 1em;
    }

        .section-news-item .section-news-txt h6,
        .section-news-important h6,
        .section-news-important-item h6 {
            color: var(--bs-black);
            font-size: 15px;
            font-weight: 700;
            line-height: 1.6;
            height: 3em;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            text-align: right;
        }

        .section-news-item .section-news-txt p {
            color: #585858;
            font-size: 13px;
            font-weight: 400;
            line-height: 1.5;
            height: 3em;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            text-align: right;
        }

        .section-news-item .section-news-txt span {
            color: #18CE9D;
            font-size: 12px;
            font-weight: 700;
            margin-left: auto;
            float: left;
            padding-bottom: 1em;
            transition: all .5s;
        }

            .section-news-item .section-news-txt span:hover {
                color: #18ce9d99;
                transform: scale(0.9);
            }

    .section-breadcrumb {
        /* direction: ltr !important; */
        display: flex !important;
        justify-content: right !important;
        border-radius: 7px;
        background: var(--gray-f-5, #F5F5F5);
        padding: 0.8em 1em;
        margin: 0;
    }

    .section-breadcrumb-item {
        display: inline-block;
        color: var(--414141, #414141);
        font-size: 12px;
        font-weight: 400;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        float: right !important;
        padding-left: var(--bs-breadcrumb-item-padding-x) !important;
    }

    /* ------------------- pagination start ------------------- */
    /* .section-news-pagination {
  margin-top: 2em;
}

.section-news-pagination .pagination {
  display: flex;
  justify-content: center;
  gap: 7px;
}

.section-news-pagination .pagination a:last-child,
.section-news-pagination .pagination a:first-child {
  border: none !important;
}

.section-news-pagination .pagination a {
  color: var(--bs-gray-600);
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid var(--bs-gray-600);
}

.section-news-pagination .pagination a.active {
  background-color: var(--bs-gray-600);
  color: white !important;
}

.section-news-pagination .pagination a:active:not(.active) {
  background-color: #dddcdc;
} */

    /* ------------------- pagination end ------------------- */

    /* news */
    .part-news nav {
        width: unset !important;
        color: unset !important;
        background: unset !important;
        position: unset !important;
    }

    .part-news .part-news-content .part-news-img {
        float: left;
        margin: 0px 0px 15px 20px;
        border-radius: 7px;
        aspect-ratio: 3/2;
    }

    .part-news-items {
        font-size: 0.8em;
        font-weight: 500;
        /* padding-bottom: 1em;
  margin-bottom: 1em; */
    }

        .part-news-items svg {
            height: 0.8rem;
            fill: #4d4d4d;
        }

    .part-news .part-news-content img {
        max-width: 100%;
        height: auto;
        border-radius: 7px;
    }

    .part-news .part-news-content .gallery_sec img {
        margin: 1em auto;
        border-radius: 7px;
        height: 15rem;
    }

    .part-breadcrumb {
        direction: ltr !important;
        display: flex !important;
        justify-content: right !important;
        border-radius: 7px;
        background: var(--gray-f-5, #F5F5F5);
        padding: 0.8em 1em;
    }

    .part-breadcrumb-item {
        display: inline-block;
        color: var(--414141, #414141);
        font-size: 12px;
        font-weight: 400;
    }

    .part-news-content,
    .part-news-labels {
        background: var(--gray-f-5, #F5F5F5);
        border-radius: 7px;
        height: 100%;
        margin: 1em 0;
    }

    .part-news-labels {
        font-size: 16px;
        font-weight: 700;
    }

    .part-news-content h5 {
        line-height: 1.8;
        font-size: 16px;
    }

    .part-news .part-news-content img {
        max-width: 100%;
        height: auto;
        border-radius: 7px;
    }

    .part-news .part-news-content .gallery_sec img {
        margin: 1em auto;
        border-radius: 7px;
        height: 15rem;
    }



    .part-news-subtitle {
        background: #ffffff;
        color: #3e3e3e;
        margin-bottom: 10px;
        padding: 10px 17px;
        text-align: justify;
        border-radius: 5px;
        margin-top: 15px;
        overflow: hidden;
        border: 1px solid #e9e9e9;
    }

    .part-news-content p {
        font-size: 14px;
        line-height: 2;
        text-align: justify;
    }

    .part-news-labels-items {
        display: flex;
        row-gap: 9px;
        column-gap: 9px;
        flex-wrap: wrap;
    }

        .part-news-labels-items a {
            border-radius: 6px;
            background: #ffffff;
            box-shadow: 2px 2px 7px -4px rgb(0 0 0 / 27%);
            padding: 11px 15px;
            font-size: 11px;
            font-weight: 600;
            box-shadow: inset 0 0 0 0 #54b3d6;
            color: #54b3d6;
            transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
        }

            .part-news-labels-items a:hover {
                color: #fff;
                box-shadow: inset 1000px 0 0 0 #54b3d6;
            }

    /* last-news */
    .source-section {
        border-radius: 8px;
        background: #FFF;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.06);
        position: relative;
    }

    .title-section-position {
        display: flex;
        align-items: center;
    }

        .title-section-position h5 {
            font-size: 15px;
            margin-bottom: 0;
            font-weight: 700;
        }

        .title-section-position img {
            height: 1em;
        }

    .source-section .visited-section img {
        /* object-fit: cover; */
        /* height: 154px; */
        border-radius: 8px;
        width: 100%;
        border-radius: 8px;
        transition: all 1s;
        aspect-ratio: 1/1;
    }

    /* shine hover */
    .source-section figure {
        position: relative;
        margin: 0 !important;
    }

        .source-section figure::before {
            position: absolute;
            top: 0;
            left: -75%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }

        .source-section figure:hover::before {
            -webkit-animation: shine .75s;
            animation: shine .75s;
        }

    @-webkit-keyframes shine {
        100% {
            left: 125%;
        }
    }

    @keyframes shine {
        100% {
            left: 125%;
        }
    }

    .book-lists .card .card-body h5 {
        font-size: 13px !important;
    }

    .book-lists .card .card-body span {
        float: left;
        font-size: 12px;
        padding: 2px 6px;
    }

    .content {
        position: relative;
        overflow: hidden;
    }

        .content .content-overlay {
            background: rgb(0 0 0 / 59%);
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            opacity: 0;
            -webkit-transition: all 0.4s ease-in-out 0s;
            -moz-transition: all 0.4s ease-in-out 0s;
            transition: all 0.4s ease-in-out 0s;
        }

        .content:hover .content-overlay {
            opacity: 1;
        }

    .content-details {
        position: absolute;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .content:hover .content-details {
        top: 50%;
        left: 50%;
        opacity: 1;
    }

    .content-details h3 {
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.15em;
        margin-bottom: 0.5em;
        text-transform: uppercase;
    }

    .content-details p {
        color: var(--bs-black);
        font-size: 0.8em;
        background: #fff;
        width: 6em;
        border-radius: 12px;
        padding: 5px;
        margin: 0 auto;
        box-shadow: 0px 0px 9px 1px rgba(255, 255, 255, 0.9);
    }

    .fadeIn-top {
        top: 20%;
    }

    .book-lists .card .card-body .card-title {
        font-size: 13px !important;
        font-weight: 500 !important;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        max-height: 4em;
        line-height: 2;
        color: #000;
        margin-bottom: 0 !important;
    }

    .book-lists .card .card-body .card-txt {
        font-size: 12px;
        font-weight: 500;
        color: #0066FF;
    }

        .book-lists .card .card-body .card-txt span:first-child {
            background-color: var(--bs-success);
            color: #fff;
            padding: 0.3em 1em;
            border-radius: 15px;
        }

        .book-lists .card .card-body .card-txt span:last-child {
            color: #0dcaf0;
        }

    .social-media a {
        padding: 8px;
        position: relative;
    }

    .social-media svg {
        height: 1.4rem;
        fill: var(--blue-color-light);
        cursor: pointer;
    }

        .social-media svg:hover {
            fill: var(--blue-color);
        }

    /* contact-us  */
    .lib-news-contact ul {
        color: var(--bs-gray);
        font-size: 15px;
        font-weight: 700;
        line-height: 2.5;
    }

    .lib-news-contact ul {
        list-style: none !important;
    }


    /* --------------------------------------Thumbs-gallery-slider-start---------------------------------------- */
    .thumbs-gallery {
        aspect-ratio: 3/2;
    }

    @media screen and (max-width: 821px) {
        .thumbs-gallery {
            aspect-ratio: 4/4;
        }
    }

    .thumbs-gallery .swiper {
        width: 100%;
        height: 100%;
    }

    .thumbs-gallery .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .thumbs-gallery .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


    .thumbs-gallery .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .thumbs-gallery .swiper-slide {
        background-size: cover;
        background-position: center;
    }

    .thumbs-gallery .thumbs-gallery-slider2 {
        height: 80%;
        width: 100%;
    }

    .thumbs-gallery .thumbs-gallery-slider {
        height: 20%;
        box-sizing: border-box;
        padding: 10px 0;
    }

        .thumbs-gallery .thumbs-gallery-slider .swiper-slide {
            width: 25%;
            height: 100%;
            opacity: 0.4;
        }

        .thumbs-gallery .thumbs-gallery-slider .swiper-slide-thumb-active {
            opacity: 1;
        }

    .thumbs-gallery .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* --------------------------------------Thumbs-gallery-slider-end---------------------------------------- */
    /* card-section */
    .cart-footer-body {
        font-size: 12px;
    }

        .cart-footer-body svg {
            height: 1rem;
            margin-left: 3px;
        }

        .cart-footer-body .content-code svg {
            fill: rgba(216, 34, 34, 0.692);
        }

        .cart-footer-body .content-type svg {
            fill: rgba(212, 0, 255, 0.726);
        }

        .cart-footer-body .count-view svg {
            fill: rgba(0, 225, 255, 0.808);
        }

        .cart-footer-body .date-time svg {
            fill: rgba(38, 156, 27, 0.856);
        }


    /* ------------------- pagination start ------------------- */
    .page-link {
        color: var(--bs-gray-600);
        padding: 2px 8px;
        text-decoration: none;
        transition: background-color .3s;
        border-radius: 7px;
        font-size: 14px;
        font-weight: 400;
        border: 1px solid var(--bs-gray-600);
    }

    .pagination {
        gap: 7px;
    }

        .pagination .page-item:first-child .page-link
        .pagination .page-item:last-child .page-link {
            border: none !important;
        }

        .pagination .page-item.active .page-link {
            background-color: var(--bs-gray-600);
            color: white !important;
            border-color: var(--bs-gray-600);
            padding: 2px 9px !important;
        }

    /* .pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border: none !important;
  background-color: none !important;
} */

    .disabled > .page-link,
    .page-link.disabled {
        color: var(--bs-pagination-disabled-color);
        pointer-events: none;
        background-color: var(--bs-pagination-disabled-bg);
        border-color: var(--bs-pagination-disabled-border-color);
    }
    /* ------------------- pagination end ------------------- */

    .container {
        max-width: 1280px !important;
    }

    .elementor-background {
        background-image: url(../images/bgroyanman.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-attachment: fixed;
        color: #fff;
    }

    .elementor-background-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.67);
        z-index: 1;
    }

    .elementor-content {
        position: relative;
        z-index: 2;
    }

@media (max-width: 768px) {
    .new-simple-swiper {
        height: 300px !important;
    }
}














