body {
  margin: 0;
  padding: 0;
}


:root {
  --text-font: 'Plus Jakarta Sans', sans-serif;
  --title-font: 'Plus Jakarta Sans', sans-serif;
  --theme-color: #f2edeb;
  --color-black: #1B1B1B;
  --color-lgblack: rgba(186, 186, 186, 0.30);
  --title-color: #fff;
  --iconb-color: rgba(255, 255, 255, 0.2);
  --bg-color: #f2edeb;
  --text-color: #257cba;
  --bgrd-color: #204d9d;
  --gray-color: #727272;
  --green: #20ba5a;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

/* //#scrollUp// */

.scrollupin {
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: var(--text-color);
  color: var(--color-wh);
  border-radius: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  z-index: 9999;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 22px;
}

.scrollupin:hover {

  background-color: var(--heading-color);
  color: var(--color-wh);
  -webkit-box-shadow: 0 5px 15px 0 rgba(153, 63, 107, 0.5);
  box-shadow: 0 5px 15px 0 rgba(153, 63, 107, 0.5);

}

.scrollupin {
  text-decoration: none;
}




/* <!-- //--ht-contact-section-info--// --> */

.contact-section-info {
  padding: 60px 0px;
}

.info-box2 {
  background: var(--theme-color);
  border-radius: 20px;
  padding: 35px 35px 30px 35px;
  min-height: 262px;
  text-align: center;
  transition: all 0.4s ease 0s;
}

.icon {
  color: var(--theme-color);
  width: 70px;
  height: 70px;
  background: var(--bgrd-color);
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  line-height: 70px;
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.info-box2:hover .icon {
  background: var(--title-color);
  color: var(--bgrd-color);
}

.info-title {
  font-size: 26px;
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 11px;

}

.info-content address a {
  color: var(--gray-color);
  text-decoration: none;
  font-size: 18px;
  font-family: var(--text-font);
}

.info-content p a {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  font-family: var(--text-font);
  color: var(--color-black);
  text-decoration: none;
}

.info-content p {
  margin-bottom: 0px;
}

/* <!-- //--contact-section---// --> */

.contact-five {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0px 0px 60px 0px;
  background-image: linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 20%);
  background-image: -moz-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 20%);
  background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 20%);
  background-image: -ms-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 20%);
  z-index: 1;
}

.contact-five-form-box {
  max-width: 800px;
  margin: 0 auto;
}

/* .contact-bg {
  background-image: url("../images/contact/contact-five-bg.webp");
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 365px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  z-index: -1;
} */

.section-title-nxt {
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.section-title {
  text-align: left;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.section-title h5 {
  font-size: 14px;
  line-height: 14px;
  color: var(--gray-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--title-font);
}

.section-title h2 {
  font-size: 46px;
  line-height: 1.2;
  color: var(--color-black);
  font-family: var(--title-font);
  margin-top: 10px;
  font-weight: 300;
}

.section-title-box {
  position: relative;
  display: inline-block;
}

.section-title-tagline {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  color: var(--gray-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--title-font);
}

.section-title-brdr-box {
  position: relative;
  display: block;
  height: 2px;
  width: 68px;
  background-color: var(--text-color);
  margin: 11px auto 0;
}

.section-title-brdr-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--theme-color);
}

.section-title-brdr-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--theme-color);
  border: 1px solid var(--text-color);
}

.section-title-title {
  margin: 0;
  color: var(--color-black);
  font-size: 46px;
  line-height: 54px;
  font-weight: 600;
  margin-top: 8px;
  font-family: var(--text-font);
}

.contact-five-form-box {
  position: relative;
  display: block;
}

.contact-five-form {
  position: relative;
  display: block;
}

.contact-five-input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.contact-five-input-box input {
  height: 52px;
  width: 100%;
  border: none;
  background-color: var(--theme-color);
  padding-left: 10px;
  outline: none;
  font-size: 14px;
  font-family: var(--text-font);
  font-weight: 500;
  color: var(--gray-color);
  display: block;
  border-radius: .25rem;
}

.contact-five-input-box textarea {
  font-size: 14px;
  color: var(--gray-color);
  font-weight: 500;
  height: 190px;
  width: 100%;
  background-color: var(--bg-color);
  padding: 20px 30px 30px 10px;
  border: none;
  font-family: var(--text-font);
  outline: none;
  margin-bottom: 0px;
  border-radius: .25rem;
}

.contact-btn-box {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  background-color: var(--text-color);
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 600;
  padding: 15px 44px;
  overflow: hidden;
  transition: all 0.5s linear;
  text-decoration: none;
  border-radius: .25rem;
  z-index: 1;
}

.thm-btn:hover {
  background-color: var(--color-black);
  color: var(--theme-color);
}

.thm-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--color-black);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.4s ease;
  z-index: -1;
}


.thm-btn:hover::before {
  transform: scaleY(1);
}


.thm-btn:hover {
  color: var(--theme-color);
}

/* <!-- contact-map  --> */

.contact-map {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}

.contact-map iframe {
  height: 400px;
  width: 100%;
  border-radius: 30px;
  display: block;
}

.contact-color-bg {
  background: var(--bgrd-color);
  width: 100%;
  position: absolute;
  z-index: -1;
  min-height: 405px;
  bottom: 0;
}


/* <!-- //--bread-crumbs--// --> */


.about-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/banner/banner1.webp") center/cover no-repeat;
}


.contact-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/banner/banner4.webp") center/cover no-repeat;
}

.service-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/banner/1920-500-05.webp") center/cover no-repeat;
}


.faq-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("../images/banner/banner3.webp") center/cover no-repeat;
}

.bread-crumbs-abt {
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 80px 0;
  overflow: hidden;
}

.breadcrumb-title {
  color: var(--title-color);
  margin-bottom: 10px;
  font-size: 45px;
  font-family: var(--title-font);
}

.breadcumb-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcumb-menu li {
  color: var(--title-color);
  font-size: 18px;
  font-family: var(--text-font);
}

.breadcumb-menu li:not(:last-child)::after {
  content: "/";
  margin-left: 12px;
}

.breadcumb-menu li a {
  text-decoration: none;
  color: var(--title-color);
}

/* <!--About Four Start--> */
.about-four {
  position: relative;
  display: block;
  padding: 60px 0;
  overflow: hidden;
  z-index: 1;
}

.about-four-shape-2 {
  position: absolute;
  left: 100px;
  bottom: -55px;
  z-index: -1;
}

.img-bounce {
  animation: floatUpDown 4s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);

  }

  100% {
    transform: translateY(0px);
  }
}

.about-four-shape-2 img {
  width: 100%;
}

.about-four-left {
  position: relative;
  display: block;
  margin-right: 80px;
}

.section-title2 {
  margin-bottom: 38px;
  position: relative;
  display: block;
  margin-top: -10px;
}

.section-title-tagline-box {
  position: relative;
  display: inline-block;
}

.section-title-border-box {
  position: relative;
  display: block;
  height: 2px;
  width: 68px;
  background-color: var(--text-color);
  margin: 11px auto 0;
  margin-left: 0;

}

.section-title-border-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--title-color);
}

.section-title-border-box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--title-color);
  border: 1px solid var(--text-color);

}

.section-title-title-2 {
  margin: 0;
  color: var(--color-black);
  font-size: 48px;
  text-align: left;
  line-height: 60px;
  font-weight: 600;
  margin-top: 8px;
  font-family: var(--title-font);
}

.about-four-top {
  position: relative;
  display: flex;
  align-items: center;
}

.about-four-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-four-icon i {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--color-black);
}

.about-four-content {
  margin-left: 17px;
}

.about-four-content h4 {
  font-size: 20px;
  color: var(--text-color);
  font-weight: 500;
  line-height: 30px;
  font-family: var(--title-font);
}

.about-four-text-1 {
  padding-top: 34px;
  padding-bottom: 22px;
  font-family: var(--text-font);
  color: var(--gray-color);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: justify;
  max-width: 430px;
}

.about-four-points-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.about-four-points {
  position: relative;
  display: block;
  padding-left: 0;
  list-style: none;

}

.about-four-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.about-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.about-icon i {
  display: inline-block;
  font-size: 20px;
  color: var(--text-color);
  margin: 0 10px;
  transform: translateY(-5px);
}

.about-four-right {
  position: relative;
  display: block;
  margin-left: -40px;
  margin-right: 310px;
}

.about-four-img-box {
  position: relative;
  display: block;
}

.about-four-img-one {
  position: relative;
  display: block;
}

.about-four-img-one img {
  width: 100%;
}

.about-four-img-two {
  position: absolute;
  top: 0;
  right: -310px;
}

.about-four-img-two img {
  width: 100%;
}

.about-four-experience {
  position: absolute;
  bottom: -60px;
  left: -54px;
  border-bottom-left-radius: 45px;
  background-color: rgb(255, 255, 255);
  box-shadow: 14.982px 29.403px 87px 0px rgba(0, 0, 0, 0.07);

}

.about-four-expe-inner {
  position: relative;
  display: block;
  max-width: 247px;
  padding: 22px 80px 18px;
  padding-right: 20px;
  width: 100%;
  border-bottom-left-radius: 45px;
  overflow: hidden;
  z-index: 1;
}

.count-text {
  font-size: 45px;
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 45px;
  color: var(--text-color);
}

.about-four-expe-inner p {
  font-size: 16px;
  margin-top: -2px;
  color: var(--gray-color);
}

.about-four-shape-1 {
  position: absolute;
  left: -85px;
  bottom: -13px;
}

.about-four-shape-1 img {
  width: 100%;
}

.text p {
  color: var(--gray-color);
  font-size: 16px;
  font-family: var(--text-font);
}

/* <!--Testimonial area Start--> */

.testimonial-area {
  position: relative;
  padding: 60px 0;
  display: block;
  background-color: var(--bg-color);
  z-index: 1
}

.testimonial-bg-1 {
  background-image: url(../images/about/about-page-testimonial-bg-1.webp);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.35;
  z-index: -1;
}

.testimonial-bg-2 {
  background-image: url(../images/about/contact-five-bg.webp);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 485px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  z-index: -1;
}

.testimonial-two-single {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two-inner {
  position: relative;
  display: block;
  padding: 34px 25px 9px;
  padding-left: 230px;
  overflow: hidden;
  z-index: 1;

}

.testimonial-two-img {
  position: absolute;
  top: 25px;
  left: 18px;
  width: 154px;
  z-index: 3;
}

.testimonial-two-img img {
  display: block;
  width: 100%;
  border-radius: 50%;


}

.testimonial-two-shape-1 {
  position: absolute;
  top: -18px;
  left: -18px;
  right: -18px;
  z-index: -1;
}

.testimonial-two-shape-1 img {
  display: block;
  width: 100%;
  border-radius: 0;
}

.testimonial-client-details-quote {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid var(--gray-color);
  margin-bottom: 10px;
}

.testimonial-client-details-quote::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  border-top: 7px solid var(--gray-color);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.testimonial-client-details {
  position: relative;
  display: block;
}

.testimonial-client-rate {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial-client-rate span {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: var(--text-color);
  margin-left: 4px;
}

.testimonial-client-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 1px;
  margin-bottom: 2px;
  color: var(--color-black);
  font-family: var(--text-font);
}

.testimonial-client-sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 13px;
  color: var(--gray-color);
  font-family: var(--text-font);
}

.testimonial-two-quote {
  position: relative;
  display: inline-block;
}

.testimonial-two-quote i {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: var(--gray-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial-two-inner:hover .testimonial-two-quote i {
  color: var(--theme-color);
  transition: 0.3s;
}

.testimonial-two-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: var(--gray-color);
  font-family: var(--text-font);
}

.testimonial-two-quote {
  background: var(--theme-color);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.testimonial-two-quote i {
  color: var(--gray-color);
  font-size: 22px;
}

.testimonial-two-inner:hover .testimonial-two-quote {
  background-color: var(--text-color);
  transition: 0.3s;
}

/* <!--FAQ One Start --> */

.faq-one {
  position: relative;
  display: block;
  z-index: 1;
  padding: 60px 0;
}

.faq-one-shape-1 {
  position: absolute;
  top: 87px;
  right: 0;
  opacity: .10;
  animation: floatY 4s ease-in-out infinite;
}

.faq-one-shape-1 img {
  width: 100%;
}

@keyframes floatY {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

.faq-one-left {
  margin-right: 0px;
  margin-left: -28px;
  position: relative;
  display: block;
}

.faq-one-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -99px;
  right: 0;
  background-image: url(../images/about/870-750-01.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  z-index: -1;
}

.faq-one-inner {
  padding: 100px 40px 110px;
  position: relative;
  display: block;
  background-color: rgba(32, 77, 157, 0.88);
  z-index: 1;
}

.faq-one-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  background-color: var(--color-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-icon:hover {
  background-color: var(--theme-color);
}

.faq-one-icon:hover i {
  color: var(--color-black);
}

.faq-one-icon i {
  position: relative;
  display: inline-block;
  font-size: 58px;
  color: var(--theme-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-title {
  font-size: 46px;
  font-weight: 600;
  line-height: 60px;
  color: var(--theme-color);
  margin-top: 24px;
  margin-bottom: 42px;
  font-family: var(--text-font);
}

.faq-one-btn-box {
  position: relative;
  display: block;

}

.faq-one-btn {
  color: var(--color-black);
  background-color: var(--theme-color);
}

.faq-one-right {
  position: relative;
  display: block;
  padding-top: 10px;
}

.faq-one-faq-box {
  position: relative;
  display: block;
  border: 1px solid var(--bg-color);
}

.accrodion {
  position: relative;
  display: block;
  padding: 21px 40px 0px;
  border-bottom: 1px solid var(--bg-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.accrodion-content {
  position: relative;
  padding-top: 24px;
}

.inner p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--gray-color);
  font-family: var(--text-font);
}

.accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-black);
  font-family: var(--title-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.accrodion-title h4::before {
  content: "+";
  color: var(--text-color);
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  top: 4px;
  right: 0;
}

.accrodion.active .accrodion-title h4 {
  color: var(--text-color);
}

.accrodion.active .accrodion-title h4::before {
  content: "-";
  font-size: 30px;
  color: var(--color-black);
}

.accrodion-content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
  /* slow effect */
}

/* <!--Team One Start--> */

.team-one {
  position: relative;
  display: block;
  padding: 60px 0 60px 0px;
  z-index: 1;
}

.section-title-border-box-2 {
  position: relative;
  display: block;
  height: 2px;
  width: 68px;
  background-color: var(--text-color);
  margin: 11px auto 0;
}

.section-title-border-box-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--theme-color);
}

.section-title-border-box-2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--theme-color);
  border: 1px solid var(--text-color);
}

.fadeInUp {
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.team-one-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one-img-box {
  position: relative;
  display: block;
}

.team-one-img {
  position: relative;
  display: block;
  z-index: 2;
}

.team-one-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(90deg,
      rgb(12, 59, 99) 0%,
      rgba(12, 59, 99, 0) 100%);

  background-position: center bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one-single:hover .team-one-img::before {
  transform: scaleY(1);
}

.team-one-img {
  overflow: hidden;
  transition: 0.4s ease;
}


.team-one-single:hover .team-one-img {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}

/* .team-one-share-btn {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 2;
} */

/* .team-one-single:hover .team-one-share-btn a {
  background-color: var(--theme-color);
  color: var(--color-black);
} */

.team-one-share-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: var(--color-black);
  font-size: 16px;
  color: var(--theme-color);
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;

}

/* .team-one-social {
  position: absolute;
  display: flex;
  align-items: center;
  right: 50px;
  bottom: -16px;
  background-color: var(--color-black);
  padding: 13px 20px 6px;
  transform: scaleX(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  transform-origin: right center;
  z-index: 2;
  list-style: none;
  gap: 10px;
} */

/* .team-one-social li a:hover {
  color: var(--text-color);

} */

/* .team-one-single:hover .team-one-social {
  transform: scaleX(1);
} */

.team-one-social li {
  position: relative;
  display: block;
}

.team-one-social li a {
  position: relative;
  display: block;
  font-size: 14px;
  color: var(--title-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one-content {
  position: relative;
  display: block;
  padding: 23px 30px 23px;
  background-image: -webkit-linear-gradient(90deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);
}

.team-one-sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--gray-color);
  font-family: var(--text-font);
  margin-bottom: 0px;
}

.team-one-title a {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 1px;
  color: var(--color-black);
  font-family: var(--text-font);
  text-decoration: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;

}

.team-one-arrow-box {
  position: absolute;
  top: 0;
  right: 10px;
}

.team-one-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  top: -2px;
  font-size: 16px;
  color: var(--theme-color);
  background-color: var(--text-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.team-one-arrow:hover {
  color: var(--theme-color);
  background-color: var(--color-black);
}

/* <!--Brand Two Start--> */

.brand-two {
  position: relative;
  display: block;
  padding: 60px 0;
  z-index: 1;
}

.brand-two-title {
  color: var(--gray-color);
  font-size: 12px;
  font-family: var(--text-font);
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  max-width: 1170px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: -2px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.brand-two-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 35%;
  height: 1px;
  background-color: var(--bg-color);
}


.brand-two-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 35%;
  height: 1px;
  background-color: var(--bg-color);
}

element.style {
  transform: translate3d(-211.667px, 0px, 0px);
  transition-duration: 0ms;
}



.swiper-wrapper {
  display: flex;
  transition-property: transform;
}

.swiper-slide {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;

}


.brand-slider .swiper-slide img {
  opacity: 0.4;                 
  filter: grayscale(100%);     
  transition: 0.4s ease;
}


.brand-slider .swiper-slide-active img {
  opacity: 1;
  filter: grayscale(0%);
}


.brand-slider .swiper-slide-prev img,
.brand-slider .swiper-slide-next img {
  opacity: 0.7;
  filter: grayscale(50%);
}

.brand-slider {
  width: 100%;
  overflow: hidden;
}


.brand-slider .swiper-wrapper {
  display: flex;

}


.brand-slider .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* <!-- service-section start --> */

.service-section {
  padding: 60px 0 0 0;
  z-index: 1 !important;
  position: relative !important;
}

.service-wrap-six {
  background: var(--theme-color);
  border-radius: 30px;
  padding: 30px 20px 0px 20px;
  border: 1.5px solid var(--theme-color);
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;


}

.service-wrap-six:hover {
  background: var(--bgrd-color);

}

.service-wrap-six:hover .inner-content {
  transform: translateY(60px);
  transition: all 0.4s ease;
}

.service-wrap-six:hover .icon-shape {
  transform: translateY(-20px);
  background: var(--title-color);
}

.service-wrap-six:hover .service-title a {
  color: var(--theme-color);
}

.service-wrap-six:hover p {
  color: rgba(255, 255, 255, 0.7);
}

.service-wrap-six:hover .service-shape {
  filter: brightness(0) invert(1);
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-shape {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 45%;
}

.icon-shape {
  background: var(--bgrd-color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  transform: translateY(0);
}

.service-wrap-six .front-icon {
  display: inline-block;
  transition: all 0.4s ease 0s;
  width: 60%;
}

.service-wrap-six .back-icon {

  visibility: visible;
  opacity: 0;
  transition: all 0.4s ease 0s;
}

.service-wrap-six:hover .front-icon {
  opacity: 0;
}

.service-wrap-six:hover .back-icon {
  opacity: 1;
  background-color: var(--bgrd-color);
}

.icon-shape {
  position: relative;
}

.service-wrap-six:hover .icon-shape {
  background-color: var(--bgrd-color);
}

.front-icon,
.back-icon {
  position: absolute;
  width: 60%;
  transition: all 0.4s ease;
}


.front-icon {
  opacity: 1;
}

.back-icon {
  opacity: 0;
}

.service-number {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--gray-color);
  font-size: 30px;
  font-family: var(--title-font);
  margin-top: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
}

.service-wrap-six:hover .service-number {
  color: var(--theme-color) !important;
  -webkit-text-stroke: 1.5px var(--theme-color);
  transform: translateY(-30px);
}

.service-number::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  background: var(--gray-color);
  width: 150px;
  height: 1.5px;
  transition: all 0.4s ease;
}

.service-wrap-six:hover .service-number::before {
  background: var(--theme-color);
}

.content {
  overflow: hidden;
  min-height: 200px;
}

.inner-content {
  transform: translateY(0);
  transition: all 0.4s ease;
}

.service-wrap-six:hover .inner-content {
  transform: translateY(-10px);
}

.more-btn {
  margin-bottom: 10px;

  transform: translateY(30px);
  opacity: 0;
  transition: all 0.4s ease;
}

.service-wrap-six:hover .more-btn {
  transform: translateY(0);
  opacity: 1;
}

.service-wrap-six:hover .more-btn img {
  filter: brightness(0) invert(1);
}

.more-btn {
  display: inline-block;
  width: auto;
  text-align: left;
}

.more-btn img {
  width: 60px;
}

.service-title a {
  font-size: 24px;
  color: var(--color-black);
  font-family: var(--title-font);
  font-weight: 600;
  text-decoration: none;
}

.inner-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  font-family: var(--text-font);
  color: var(--gray-color);
  margin-bottom: 30px;
}

/* <!-- why-chose-section start --> */

.why-chose-section {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}

.title-one {
  margin-bottom: 45px;
}

.upper-title {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 700;
  font-family: var(--title-font);
  line-height: 35px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 21px;
  border: 1.5px solid var(--text-color);
  border-radius: 50px;
  padding: 0 19px;
  display: inline-block;
}

.title {
  font-size: 52px;
  max-width: 500px;
  line-height: 1;
  font-family: var(--title-font);
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: -1.44px;
  color: var(--color-black);
}

.description-text {
  font-size: 18px;
  line-height: 30px;
  font-family: var(--title-font);
  color: var(--gray-color);
}

.counter-wrap-bg {
  background: var(--theme-color);
  padding: 30px 76px 20px 30px;
  border-radius: 15px;
  margin-bottom: 25px;
}

.counter-wrap-three {
  margin-bottom: 10px;
}

.icon-contact {
  width: 40px;
  height: 40px;
  background: var(--bgrd-color);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  transition: all 0.4s ease 0s;
}

.number {
  color: var(--color-black);
  font-size: 36px;
  font-weight: 600;
  font-family: var(--text-font);
  letter-spacing: -0.44px;
  line-height: 1;
  margin-bottom: 0;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;

}

.counter-title {
  color: var(--color-black);
  font-size: 22px;
  font-family: var(--text-font);
  font-weight: 600;
  letter-spacing: -0.44px;
  line-height: 1;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.choose-para {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  font-family: var(--text-font);
  color: var(--gray-color);
  margin-bottom: 15px;
}

.img-wrapper-three {
  margin-bottom: 40px;
  position: relative;
  text-align: right !important;
}

.main-img-two {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.main-img-two::before {
  content: "";
  position: absolute;
  width: 93%;
  height: 93%;
  border-radius: 30px;
  display: inline-block;
  border: 2px solid var(--bgrd-color);
  z-index: -1;
  right: 65px;
  top: 65px;
}

.main-img-two img {
  border-radius: 30px;
  max-width: 100%;
  height: auto;
}

.main-img-two::after {
  content: "";
  position: absolute;
  width: 186px;
  height: 189px;
  border-radius: 15px;
  background: var(--bgrd-color);
  display: inline-block;
  z-index: -1;
  right: -50px;
  top: -50px;
}

.float-content-two {
  padding-right: 63px;
  position: absolute;
  z-index: 2;
  left: -65px;
  bottom: 34px;
  background: var(--theme-color);
  border-radius: 85px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.13);
  padding: 25px 80px 25px 25px;
  width: max-content;
  display: inline-flex !important;
  text-align: left !important;
  align-items: center !important;
  justify-content: flex-start !important;
}

.float-icon {
  color: var(--blue-color);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background: var(--bgrd-color);
  margin-right: 20px;
}

.number-content {
  color: var(--color-black);
  font-size: 50px;
  font-weight: 900;
  font-family: var(--title-font);
  line-height: 1;
  margin-bottom: 15px;
}

.counter-title-float {
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  font-weight: 400;
  font-family: var(--text-font);
  line-height: 1;
}

/* <!--footer-area start--> */

.footer-one {
  position: relative;
  z-index: 1;
  background-color: #000;
  padding: 20px 0;
  overflow: hidden;
}


.footer-globe-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  height: 500px;
  z-index: 0;
}

.footer-globe {
  width: 120%;
  height: auto;
  object-fit: cover;

  opacity: 0.25;

  animation: globeMove 12s ease-in-out infinite;
}


@keyframes globeMove {
  0% {
    transform: translateY(0px) scale(1);
  }

  50% {
    transform: translateY(20px) scale(1.05);
  }

  100% {
    transform: translateY(0px) scale(1);
  }
}


.site-footer-map .container {
  position: relative;
  z-index: 2;
}

.footer-logo {
  text-align: center;
}

.footer-logo img {
  width: 160px;
}

.footer-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: 400;
  font-family: var(--text-font);
}

.widget-title {
  color: var(--theme-color);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--title-font);
  letter-spacing: -0.52px;
  margin-bottom: 30px;
}

.footer-social {
  gap: 10px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 29px;
  margin-bottom: 10px;
}

.footer-social a {
  position: relative;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--title-color);
  background-color: transparent;
  font-size: 15px;
  border-radius: 50%;
  border: 1px solid var(--bgrd-color);
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
  z-index: 1;
}

.footer-social a:hover {
  background-color: var(--title-color);
  color: var(--bgrd-color);
}

.icon-links {
  font-size: 18px;
  color: var(--theme-color);
  margin-top: 3px;
}

.icon-links i {
  color: var(--bgrd-color);
}

.sub-one {
  width: 378px;
  margin: 0 auto;
}

.subscribe-form {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center !important;
}

.subscribe-form input {
  width: 55%;
  height: 65px;
  border: 1px solid var(--blue-color);
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-family: var(--text-font);
  padding-left: 30px;
  border-radius: 10px;
  background: var(--theme-color);
  border: 0;
}

.subscribe-form button {
  color: var(--theme-color);
  font-size: 12px;
  font-family: var(--title-font);
  border: 0;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  background: var(--bgrd-color);
  position: absolute;
  right: 114px;
  top: 11px;
  border-radius: 8px;
  height: 45px;
  width: max-content;
  padding: 0px 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}


.footer-widget ul {
  padding-left: 0;
}

.footer-widget ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-widget ul li a:hover {
  color: var(--text-color);
}

.footer-one ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 177.778%;
  font-weight: 400;
  font-family: var(--text-font);
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}

.copyright-wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
}

.text-lg-start {
  text-align: left !important;
}

.copyright-text a {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
}

.copyright-text {
  font-size: 12px;
  font-weight: 400;
  color: var(--theme-color);
  font-family: var(--title-font);

}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  font-size: 12px !important;
  font-weight: 500;
  color: var(--theme-color) !important;
  font-family: var(--title-font);
  margin: 0 2px;
  display: inline-block;
  transition: all 0.4s ease 0s;
}

.site-footer-map {
  position: relative;
}

/* ------------homepage-------------- */
/* -------------carousel----------- */
.basement-carousel {
  position: relative;

}

.basement-content {
  position: relative;
  overflow: hidden;
}

.basement-images img {
  width: 100% !important;
  min-height: 550px;
  object-fit: cover;
  display: block;
  animation: zoomSlide 6s ease-in-out infinite;
}



.basement-parent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px 60px;
  z-index: 2;
}


.basement-parent::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}


.basement-details {
  color: var(--title-color);
  max-width: 600px;
  position: relative;
  z-index: 2;
}

.main-slider-content {
  position: relative;
  display: block;
  z-index: 10;
}

.main-slider-title {
  position: relative;
  z-index: 1;
  font-size: 65px;
  color: var(--title-color);
  font-family: var(--text-font);
  font-weight: 600;
  line-height: 75px;
  letter-spacing: -0.04em;
  margin-bottom: 35px;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.basement-carousel .owl-nav {
  position: absolute;
  top: 94%;
  right: 30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  gap: 10px;
  z-index: 5;
  color: rgba(var(--treck-black-rgb), 1);
  background-color: rgba(var(--treck-white-rgb), .20);
}

.owl-prev {
  border-radius: 0px !important;
}

.basement-carousel .owl-nav button {
  width: 45px;
  height: 45px;
  background: var(--gray-color) !important;
  color: var(--color-black) !important;
  border-radius: 50%;
}

.basement-carousel .owl-nav button:hover {
  background: var(--title-color) !important;
  color: var(--color-black) !important;
}

.basement-carousel .owl-dots {
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 5;
  display: flex;
  gap: 4px;
}

.basement-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: var(--gray-color);
  display: block;
  border-radius: 50%;
}

.basement-carousel .owl-dots .owl-dot.active span {
  background: var(--title-color);
}

/* < !--feature One Start--> */

.feature-one {
  position: relative;
  display: block;
  padding: 60px 0;
  z-index: 1;
  background-image: -webkit-linear-gradient(90deg, rgb(244, 239, 237) 0%, rgb(255, 255, 255) 15%);
}

.feature-one-single {
  position: relative;
  display: block;
  background-color: var(--theme-color);
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.feature-one-single:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.feature-one-inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 44px 40px 40px;
  z-index: 1;
}

.feature-shape-1 {
  position: absolute;
  top: -50px;
  left: -80px;
  z-index: -1;
}

.feature-shape-1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(12, 59, 99, 0.8) 0%,
      rgba(12, 59, 99, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.feature-shape-1 img {
  width: auto;
}

.feature-img-one {
  position: absolute;
  top: -62px;
  right: -40px;
  z-index: -1;
}

.feature-img-one img {
  width: auto;

}

.feature-img-one::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(12, 59, 99, 0.8) 0%,
      rgba(12, 59, 99, 0) 100%);
  z-index: 1;
  pointer-events: none;
}

.feature-sub-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bg-color);
  font-family: var(--title-font);
}

.feature-title a {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: var(--theme-color);
  font-family: var(--title-font);
  text-decoration: none;
}

.feature-btn-box {
  position: relative;
  display: block;
  margin-top: 20px;
}

.feature-one-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-color);

  font-family: var(--title-font);
  padding: 10px 35px 10px;
  background-color: var(--title-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
  border-radius: .25rem;
}

.feature-one-btn:hover {
  color: var(--title-color);
  background-color: var(--text-color);
}

.feature-one-single {
  transition: all 0.4s ease;
}

.feature-one-single:hover {
  transform: translateY(-15px);
}

.feature-one-bottom {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 32px;
}

.feature-one-text {
  font-size: 18px;
  font-family: var(--text-font);
  color: var(--gray-color);
  line-height: 30px;
  font-weight: 400;
}

.feature-one-text a {
  position: relative;
  display: inline-block;
  color: var(--color-black);
  font-weight: 600;
  text-decoration: none;
}


.feature-one-text a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 2px;
  background-color: var(--bgrd-color);
}

/* <!--Services One Start--> */

.services-one {
  position: relative;
  display: block;
  padding: 60px 0 60px 0px;
}

.section-title-border {
  position: relative;
  display: block;
  height: 2px;
  width: 68px;
  background-color: var(--bgrd-color);
  margin: 11px auto 0;
}

.section-title-border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--title-color);
}

.section-title-border::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--title-color);
  border: 1px solid var(--bgrd-color);
}

.services-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}

.services-single:hover .services-content {
  transform: scaleY(1);
}

.services-inner {
  position: relative;
  display: block;
  border: 1px solid var(--theme-color);
  text-align: center;
  padding: 14px 32px 31px;
  line-height: 30px;
  z-index: 1;
  min-height: 305px;
}

.services-inner::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 65px;
  height: 65px;
  background-color: var(--title-color);
  border: 1px solid var(--theme-color);
  border-top: 0;
  border-left: 0;
}

.services-inner::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 65px;
  height: 65px;
  background-color: var(--title-color);
  border: 1px solid var(--theme-color);
  border-top: 0;
  border-right: 0;
}

.services-content {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-position: center top;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.services-bg,
.services-bg2,
.services-bg3,
.services-bg4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  z-index: 1;
}

.services-bg {
  background-image: url("../images/about/visa.webp");
}

.services-bg2 {
  background-image: url("../images/about/visa2.webp");
}

.services-bg3 {
  background-image: url("../images/about/visa3.webp");
}

.services-bg4 {
  background-image: url("../images/about/visa4.webp");
}

.services-title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 30px 14px;
  background-color: var(--bgrd-color);
  text-align: left;
  overflow: hidden;
  z-index: 2;
}

.services-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--color-black);
  font-family: var(--title-font);
  margin: 0;
}

.services-title a {
  color: var(--title-color);
  text-decoration: none;
  font-family: var(--title-font);
}

.services-shpae {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .20;
  z-index: -1;
  text-align: left;
}

.services-shpae img {
  width: auto;
}

.services-arrow {
  position: absolute;
  bottom: 50px;
  right: 10px;
  z-index: 2;
}

.services-arrow a:hover {
  background-color: var(--color-black);
  color: var(--title-color);
}

.services-arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: var(--title-color);
  font-size: 17px;
  color: var(--color-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
  text-align: center;
}

.services-arrow i {
  font-size: 16px;
}

.services-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100px;
  background-color: var(--bgrd-color);
  margin: 0 auto 0;
  z-index: 1;
  margin-bottom: 20px;
}

.services-icon i {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--title-color);
}

.services-icon i::before {
  font-size: 60px;
  color: var(--title-color);
}

.services-one-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 27px;
  color: var(--color-black);
  font-family: var(--title-font);

}

.services-one-title a {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-top: 27px;
  margin-bottom: 9px;
  color: var(--color-black);
  font-family: var(--title-font);
  text-decoration: none;
}

.services-text {
  font-size: 16px;
  line-height: 24px;
  color: var(--gray-color);
  font-family: var(--text-font);
  margin: 0;
}

.services-slider {
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
}

/* <!--About One Start--> */

.about-one {
  position: relative;
  display: block;
  padding: 60px 0px 0px 0px;
  z-index: 1;
}

.about-shape-3 {
  position: absolute;
  right: 0;
  top: 60px;
  opacity: .10;
  z-index: -1;
}

@keyframes floatY {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

.float-bob-y {
  animation: floatY 3s ease-in-out infinite;
}

.about-shape-3 img {
  width: auto;
}

.about-left {
  position: relative;
  display: block;
  margin-left: 130px;
  margin-right: 40px;
}

.about-shape-2 {
  position: absolute;
  left: -355px;
  top: 190px;
  z-index: -1;
}

.about-shape-2 img {
  width: auto;
}

.about-img-box {
  position: relative;
  display: block;
}

.about-one-img {
  position: relative;
  display: block;
  z-index: 1;
}

.about-one-img img {
  width: 100%;
}

.about-shape-1 {
  position: absolute;
  bottom: -81px;
  right: 17px;
  z-index: -1;
}

.about-shape-1 img {
  width: auto;
}

.about-one-img-2 {
  position: absolute;
  left: -130px;
  bottom: -137px;
  z-index: -1;
}

.about-one-img-2 img {
  width: auto;
}

.about-experience {
  position: absolute;
  bottom: -64px;
  left: 107px;
  background-color: var(--title-color);
  padding: 22px 40px 23px;
  max-width: 239px;
  width: 100%;
  z-index: 1;
}

.about-experience::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background-color: var(--bgrd-color);
  z-index: -1;
}

.about-experience::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  border-top: 10px solid transparent;
  border-left: 7px solid var(--bgrd-color);
  border-bottom: 10px solid transparent;
  z-index: -1;
  transform: translateY(-50%);
}

.about-experience p {
  font-size: 16px;
  font-weight: 400;
  color: var(--gray-color);
  font-family: var(--title-font);
}

.about-badge {
  position: absolute;
  top: 20px;
  left: -205px;
  width: auto;
}

.about-badge img {
  width: 100%;
}

.about-right {
  position: relative;
  display: block;
}

.about-one-text {
  font-family: var(--text-font);
  color: var(--gray-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.about-points {
  position: relative;
  display: block;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.about-points li {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.icon-list {
  position: relative;
  display: inline-block;
}

.icon-list i {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--bgrd-color);
  transition: transform 0.4s ease;
}

.about-points li:hover .icon-list i {
  transform: scale(0.8);
}

.about-points li:hover .content-list::before {
  background-color: var(--bgrd-color);
}

.about-points li:hover .content-list::after {
  border-right-color: var(--bgrd-color);
}

.content-list {
  position: relative;
  display: block;
  margin-left: 50px;
  padding-left: 30px;
  font-family: var(--title-font);
  color: var(--gray-color);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.content-list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 4px;
  width: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.content-list::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 5px solid var(--theme-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.content-list h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 4px;
  font-family: var(--title-font);
  color: var(--color-black);
}

.content-list p {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  font-family: var(--title-font);
  color: var(--gray-color);
}

/* <!--Video One Start--> */

.video-one {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  background-color: var(--color-black);
}

.video-one-bg {
  background-image: url("../images/home/1920-1200-photo-03.webp");
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video-left {
  top: 50px;
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 60px 60px;
  margin-bottom: -60px;
}

.video-left::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px dashed var(--gray-color);
}

.video-points {
  position: relative;
  display: block;

}

.video-points li {
  position: relative;
  display: flex;
  align-items: center;
  background-image: -webkit-linear-gradient(0deg, rgb(242, 237, 235) 0%, rgb(255, 255, 255) 100%);
  padding: 10px 30px 13px;
  margin-bottom: 10px;
  gap: 9px;
}

.icon-points {
  position: relative;
  display: inline-block;
  top: 4px;
}

.icon-points i {
  position: relative;
  display: inline-block;
  font-size: 25px;
  color: var(--bgrd-color);
}

.text-points {
  margin-left: 15px;
}

.text-points p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  font-family: var(--title-font);
  color: var(--gray-color);
}

.sectiontitle {
  font-size: 34px;
  line-height: 41px;
  margin: 0;
  color: var(--color-black);
  font-family: var(--title-font);
  font-weight: 600;
  margin-top: 8px;
}

.video-right {
  position: relative;
  display: block;
  text-align: right;
  top: 50px;
}

.video-link {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  padding-top: 16px;
  text-align: right;
}

.video-link a {
  color: var(--gray-color);
  text-decoration: none;
}

.video-icon {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  line-height: 100px;
  text-align: center;
  font-size: 21px;
  color: var(--title-color);
  background-color: var(--bgrd-color);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;

}

.video-icon:hover {
  background-color: var(--title-color);
  color: var(--bgrd-color);
}

.video-icon::before {
  position: absolute;
  top: -16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
  content: "";
  border-radius: 50%;
  z-index: 1;
}

.ripple,
.ripple::before,
.ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  border: 2px solid var(--theme-color);
  transform: translate(-50%, -50%);
  animation: ripple 3s infinite;
}


.ripple::before {
  content: "";
  animation-delay: 1s;
}

.ripple::after {
  content: "";
  animation-delay: 2s;
}

@keyframes ripple {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
    opacity: 0.7;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}

.video-text {
  font-size: 20px;
  font-weight: 600;
  line-height: 36px;
  color: var(--title-color);
  font-family: var(--title-font);
  margin-top: 45px;
}

.video-shape-1 {
  position: absolute;
  top: 55px;
  left: -140px;
}

.video-shape-1 img {
  width: auto;
}

@keyframes float-bob-x {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(15px);
  }

  100% {
    transform: translateX(0px);
  }
}

.float-bob-x {
  animation: float-bob-x 3s ease-in-out infinite;
}

/* <!--Counter One Start--> */


.counter-one {
  position: relative;
  z-index: 1;
  padding: 160px 0 70px;
  background-color: var(--text-color);
}

.counter-one-bg {
  background-image: url("../images/home/counter-one-bg.webp");
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 297px;
  opacity: 0.1;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background-position: center center;

}

.counter-single {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  z-index: 1;
  padding: 30px 0px;
  border-right: 1px solid var(--theme-color);
  min-height: 160px;
}

.counter-icon i {
  transition: transform 0.4s ease;
}

.counter-single:hover .counter-icon i {
  transform: scale(0.8);

}

.counter-single::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  background-color: var(--theme-color);
}

.counter-icon {
  position: relative;
  display: inline-block;
}

.counter-icon i {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--title-color);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.counter-content {
  position: relative;
  display: block;
  margin-left: 20px;
  padding-left: 25px;
}

.counter-single::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--theme-color);
}

.counter-conten::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 5px;
  width: 2px;
  background-color: var(--title-color);
}

.counter-count-box {
  position: relative;
  display: flex;
  align-items: center;
}

.counter-count-box h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;

}

.counter-plus {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  color: var(--title-color);
  font-family: var(--title-font);
  margin: 0;
}

.counter-content p {
  font-weight: 500;
  color: var(--title-color);
  margin-top: 5px;
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--title-font);
}

.counter-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  border-top: 5px solid transparent;
  border-left: 4px solid var(--theme-color);
  border-bottom: 5px solid transparent;
  transform: translateY(-50%);
}

.counter-content::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 5px;
  width: 2px;
  background-color: var(--theme-color);
}

/* <!-- Top Bar --> */

.header-to-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;

}

.top-bar {
  background-color: var(--bgrd-color);
}

.header-to-bar a {
  color: var(--title-color);
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 15px;
  font-family: var(--text-font);
}

.header-to-bar {
  position: relative;
  z-index: 9999;
}

.navbar-nav {
  padding: 10px 0px;
}

/* -------------navbar---------------- */

.social-icon {
  color: var(--text-color);
  gap: 3px;
}

.social-icon span {
  margin-right: 10px;
  font-size: 14px;
  font-family: var(--text-font);
  color: var(--title-color);
}

.social-icon a {
  line-height: 40px;
  text-align: center;
  color: var(--title-color);
  width: 30px;
}

.top-bar .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-w100 {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: var(--title-color);
}

.enquiry-btn {
  padding: 10px 20px;
  background-color: var(--bgrd-color);
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--text-font);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown i {
  margin-right: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: var(--title-color);
  min-width: 220px;
  box-shadow: 0 8px 16px rgb(0 0 0 / 0.2);
  z-index: 999;
}

.dropdown-content a {
  font-size: 13px;
  font-family: var(--text-font);
  line-height: 14px;
  font-weight: 500;
  display: block;
  padding: 15px 20px;
  text-align: left;
  color: var(--color-black);
  border-top: 1px solid rgb(0 43 92 / .04);
  border-radius: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  text-decoration: none;
}

.dropdown-content a i {
  color: var(--color-black);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a:hover {
  color: var(--title-color);
  background-color: var(--text-color);
}

.dropdown-content a:hover i {
  color: var(--title-color);
}

.nav-logo img {
  width: 180px;
}

.nav-item .nav-link {
  font-family: var(--text-font);
  font-size: 16px;
  font-weight: 500;
  color: var(--color-black);
  margin: 0px 10px;
}

.sticky-nav.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-animation: sticky 6.4s;
  animation: sticky 0.4s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  background-color: var(--title-color);

}

.sticky-nav.menu-fixed .links {
  color: var(--color-white);

}

.sticky-nav.menu-fixed .links span img {
  filter: brightness(0);
}

.sticky-nav.menu-fixed .nav-logo {
  top: 0px;
  width: 150px;
  padding: 0px;
  left: 15px;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }


}

/* Shared sticky WhatsApp CTA: fixed quick contact button. */

.floating-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--green);
  background: var(--green);
  color: var(--title-color);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.26);
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 120;
  animation: whatsappAttention 2.2s ease-in-out infinite;
  transition: transform 0.25s ease, opacity 0.25s ease, background-color 0.25s ease;
}

.floating-whatsapp i {
  font-size: 18px;
  line-height: 1;
}

.floating-whatsapp:hover {
  color: var(--title-color);
  background: var(--green);
  transform: translateY(-2px);
}

@keyframes whatsappAttention {

  0%,
  100% {
    transform: translateY(0);
  }

  18% {
    transform: translateY(-4px);
  }

  32% {
    transform: translateY(0);
  }

  46% {
    transform: translateY(-2px);
  }
}

/* <!-- destination-section --> */

.destination-section {
  padding: 0px 0 60px 0;
  background: var(--bg-color);
}


.destination-title {
  text-align: center;
  margin-bottom: 50px;
}

.destination-title span {
  font-size: 14px;
  line-height: 14px;
  color: var(--gray-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: var(--title-font);
}

.destination-title h2 {
  font-size: 46px;
  line-height: 1.2;
  color: var(--color-black);
  font-family: var(--title-font);
  margin-top: 10px;
  font-weight: 300;
}

.destination-title h2 strong {
  display: block;
  font-weight: 700;
}

.destination-card {
  border-radius: 20px;
  background: var(--title-color);
  padding: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  overflow: hidden;
}


.destination-card-inner {
  background: var(--title-color);
  border-radius: 16px;
  overflow: hidden;
}


.destination-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);


  border-color: var(--theme-color);
}


.destination-img {
  overflow: hidden;
}

.destination-card img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 5px;
}


.destination-content {
  position: relative;
  padding: 60px 25px 30px;
  text-align: center;
}


.destination-content .flag {
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 6px solid var(--theme-color);
  background: var(--title-color);
}


.destination-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--color-black);
  font-family: var(--title-font);
}

.destination-content a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 600;
  font-family: var(--text-font);
  font-size: 14px;
}

.destination-content p {
  font-size: 16px;
  color: var(--gray-color);
  line-height: 24px;
  margin-bottom: 15px;
  font-family: var(--text-font);
}


.destination-slider {
  overflow: hidden;
}

.destination-slider .swiper-button-prev,
.destination-slider .swiper-button-next {
  width: 55px;
  height: 55px;
  background: var(--title-color);
  border-radius: 50%;

  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 10;

  display: flex;
  align-items: center;
  justify-content: center;
}


.destination-slider .destination-prev {
  left: 10px;
}

.destination-slider .destination-next {
  right: 10px;
}

.destination-slider {
  position: relative;
}

.destination-slider .swiper-button-prev::after,
.destination-slider .swiper-button-next::after {
  color: var(--color-black);
  font-size: 18px;
  font-weight: bold;
}

.destination-img img {
  width: 100% !important;
}

/* <!-- events-section --> */

.event-section {
  padding: 60px 0 0 0;
  background: var(--title-color);
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.event-slider {
  position: relative;
}

.event-card {
  background: var(--title-color);
  border-radius: 12px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.event-img {
  position: relative;
}

.event-img img {
  width: 100% !important;
  min-height: 200px;
  object-fit: cover;
}

.event-date {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--bgrd-color);
  color: var(--title-color);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
  font-family: var(--text-font);
}

.event-content {
  padding: 20px;
  text-align: center;
}

.event-content h3 {
  font-size: 16px;
  margin-bottom: 10px;
  max-width: 224px;
  color: var(--color-black);
  font-family: var(--title-font);
}

.event-content .time {
  color: var(--gray-color);
  margin-bottom: 15px;
  font-size: 14px;
  font-family: var(--text-font);
}

.btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--text-color);
  color: var(--title-color);
  padding: 12px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--text-font);
}

.btn:hover {
  background: var(--text-color);
  color: var(--title-color);
}

.btn span {
  background: var(--title-color);
  padding: 8px 12px;
  border-radius: 4px;
  color: var(--bgrd-color);
}

.event-slider .swiper-button-prev,
.event-slider .swiper-button-next {
  width: 50px;
  height: 50px;
  background: var(--title-color);
  border-radius: 50%;
  top: 40%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.event-slider .swiper-button-prev::after,
.event-slider .swiper-button-next::after {
  color: var(--color-black);
  font-size: 18px;
}

.event-slider .swiper-button-prev {
  left: -20px;
}

.event-slider .swiper-button-next {
  right: -20px;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.event-slider {
  overflow: hidden;

}