body {
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  list-style: none;
  vertical-align: top;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Zalando Sans", sans-serif;
}

:root {
  --primary-color: #112542;
  --primary-color: #112542;
  --secondary-color: #06a6e3;
  --secondary-color: #06a6e3;
  --light-purple: #676f9d;
  --white-color: #fff;
  --blue-grey: #687179;
  --black-color: #000;
  --tertiary-color: #f54c5c;
}

/* White â†’ #ffffff
Lavender / Light Purple â†’ #676f9d
Grayish Purple â†’ #424769
Dark Slate Blue â†’ #2d3250
Peach / Orange â†’ #f9b17a */

.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.align-items-start {
  align-items: center !important;
}

/* Header Section Start*/
.header-main {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  padding: 25px;
  z-index: 99;
}

.header-bg-all {
  background-color: #000;
}

.header-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 90px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.nav_section_responsive {
  display: none;
}

.nav_section_responsive .menu-icon {
  width: 40px;
  cursor: pointer;
}

.header-top {
  margin: 0 0 30px 0;
}

.my-acc {
  background-color: var(--secondary-color);
  padding: 10px 20px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 0 0 15px 15px;
}

.my-acc a i {
  margin: 4px 4px 0 0;
}

.my-acc a {
  font-size: 17px;
  font-weight: 500;
  color: var(--white-color);
  text-decoration: none;
}

.my-cart {
  background-color: var(--primary-color) !important;
}

.logo-part {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.logo-part a img {
  width: 100%;
}

.menu-part {
  background-color: var(--primary-color);
  display: flex;
  justify-content: space-between;
  border-radius: 120px;
  align-items: center;
}

.menu-part .menu-home {
  align-items: center;
  display: flex;
  padding: 28.4px 32px;
  background: var(--secondary-color);
  border-radius: 100px 0 0 100px;
}

.menu-part .menu-home a i {
  color: var(--white-color);
  font-size: 20px;
  margin: 1px 0 0 0;
}

.nav-main {
  padding-left: 0;
  margin-bottom: 0;
  align-items: center;
  padding: 15px 0;
  display: flex;
  gap: 30px;
}

.nav-main li a {
  font-size: 17px;
  font-weight: 500;
  color: var(--white-color);
  text-decoration: none;
}

.nav-btn a {
  background: var(--secondary-color);
  padding: 26px 20px;
  border-radius: 0 100px 100px 0;
  align-items: center;
}

.nav-btn a i {
  color: #fff;
  font-size: 19px;
  margin: 4px 1px 0 0;
}

.nav-main,
.nav-btn {
  display: flex;
  gap: 30px;
  list-style: none;
  justify-content: left;
  padding: 0;
  margin-bottom: 0 !important;
}

.hamburger {
  cursor: pointer;
  display: inline-block;
  z-index: 1001;
  position: relative;
}

.hamburger svg {
  height: 45px;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: rgb(255, 255, 255);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger.active svg {
  transform: rotate(-45deg);
}

.hamburger.active .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}

/* nav menu */
.navmenu {
  position: fixed;
  top: 0;
  right: -330px;
  width: 330px;
  height: 100%;
  background: #1c1c1c;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  transition: right 0.5s ease;
  z-index: 1000;
}

.navmenu.active {
  right: 0;
}

.navmenu li a {
  color: white;
  text-decoration: none;
  padding: 0px 20px 20px;
  font-size: 17px;
  font-weight: 500;
  transition: background 0.3s;
  display: inline-block;
}

.navmenu .ham-btn {
  margin: 0 20px;
  background-color: var(--secondary-color);
  border-radius: 100px;
  display: flex;
  justify-content: center;
}

.navmenu .ham-btn a {
  padding: 20px;
}

.navmenu .ham-btn a i {
  padding: 0;
}

/*  */
/*  */
/*  */
/*  */
/*  */

/* .nav-main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
} */

.nav-main li a {
  text-decoration: none;
  position: relative;
  margin-bottom: 50px;
  transition: all 0.2s;
  overflow: hidden;
}

.nav-main li {
  overflow: hidden;
}

.nav-main li a:hover {
  color: #fff;
}

.nav-main li a:last-child {
  margin-bottom: 0px;
}

.nav-main li a::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--secondary-color);
  z-index: 99;
  transition: all 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.nav-main li a:hover::before {
  left: 100%;
}

.nav-main li a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 12px;
  left: 100%;
  width: 100%;
  height: 2px;
  background: var(--secondary-color);
  transition: all 0.3s;
  transition-delay: 0.4s;
}

.nav-main li a:hover::after {
  left: 0%;
}

/*  */
/*  */
/*  */
/*  */
/*  */

.nav_section_responsive {
  padding: 15px;
}

/* Hero Section Start*/
.hero-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* margin: 0 0 50px; */
  padding-bottom: 200px;
  top: -132px;
  gap: 10px 0;
  display: flex;
  flex-direction: column;
}

.hero-section::after {
  height: calc(100% - 132px);
  bottom: 0;
  left: 90px;
  content: "";
  position: absolute;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 2;
}

.my-account::after {
  position: absolute;
  top: 0;
  z-index: 3;
}

.my-account {
  position: absolute;
  top: 20%;
  right: -55px;
  z-index: 25;
  transform: rotate(90deg);
  background-color: var(--secondary-color);
  padding: 10px 20px;
  border-radius: 0 0 15px 15px;
}

.my-account {
  font-size: 17px;
  font-weight: 500;
  color: var(--white-color);
  text-decoration: none;
}

.my-account i {
  margin: 4px 4px 0 0;
}

.hero-shape::after {
  position: absolute;
  bottom: -358px;
  left: 17%;
  content: "";
  height: 1200px;
  z-index: 5;
  width: 412px;
  background: var(--primary-color);
  border-radius: 216%;
  transform: rotate(112deg);
}

.hero-shape::before {
  position: absolute;
  bottom: -65px;
  left: 30%;
  content: "";
  height: 180px;
  z-index: 6;
  width: 945px;
  background: var(--secondary-color);
  border-radius: 216%;
  transform: rotate(0deg);
  overflow: hidden;
}

.herosectioninner {
  /* background-image: url(../images/hero-main.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 2200px;
  height: 1450px;
  position: absolute;
  overflow: hidden;
  top: 0px;
  z-index: 1;
  border-radius: 0 0 50% 50%;
  left: 50%;
  transform: translatex(-50%);
  animation: bgZoom 10s infinite linear;
  transition: background-image 1s ease-in-out;
}

.herosectioninner::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: -1;
  overflow: hidden;
  border-radius: 0 0 50% 50%;
}

/* Zoom effect */
@keyframes bgZoom {
  0% {
    background-size: 100% 100%;
    overflow: hidden;
  }

  50% {
    background-size: 110% 110%;
    overflow: hidden;
  }

  100% {
    background-size: 100% 100%;
    overflow: hidden;
  }
}

.hero-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 220px 0 20px;
}

.hero-content .heroc-p1 {
  color: var(--white-color);
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  font-family: "slick";
  text-align: center;
  margin: 0 auto;
}

.hero-content .heroc-p2 {
  color: var(--secondary-color);
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.hero-content .heroc-p2 span {
  border-radius: 100px;
  height: 60px;
  width: 170px;
  transition: width 0.2s ease;
  background: url(../images/herotext-img.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-top {
  position: relative;
  z-index: 10;
}

.hero-searchbox {
  position: relative;
  z-index: 999999;
}

.hero-bottom {
  position: relative;
  z-index: 10;
  margin-top: 130px;
}
.hero-why-img {
  width: 100%;
  height: 485px;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  background: url(../images/hero-main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-why-img img {
}

.hero-why-text {
  padding-left: 40px;
}

.hertextp1 {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0 auto 20px;
}

.hertextp1 i {
  padding: 3px 0 0 0;
}

.hertextp2 {
  font-size: 45px;
  color: var(--white-color);
  font-weight: 700;
  margin: 0 auto 15px;
}

.hertextp3 {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
  line-height: 1.75;
  margin: 0 auto 30px !important;
}

.hero-solution {
  display: flex;
  background: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
  gap: 0 15px;
}

.hs-1 {
  display: flex;
  gap: 0 15px;
}

.hs-1 span i {
  width: 64px;
  height: 64px;
  font-size: 64px;
  color: var(--secondary-color);
}

.hs-1 span:nth-child(2) p:nth-child(1) {
  font-size: 24px;
  line-height: 1.417;
  margin-bottom: 8px;
  font-weight: 700;
}

.hs-1 span:nth-child(2) p:nth-child(2) {
  color: var(--blue-grey);
  line-height: 1.75;
  font-size: 16px;
  font-weight: 500;
}

.dm-btn {
  background: var(--secondary-color);
  padding: 12px 25px;
  border-radius: 10px;
  align-items: center;
  display: inline-block;
  margin: 40px 0 0 0;
  text-decoration: none;
  color: var(--white-color);
  font-size: 17px;
  font-weight: 500;
}

/* service-section */
.service-section {
  margin: -50px 0 !important;
  position: relative;
}

.service-section::before {
  background-image: url(../images/light-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 250px;
  top: 421px;
  left: 0;
  content: "";
  opacity: 0.1;
}

.ser-head {
  margin: 0 0 40px;
}

.ser-head p:nth-child(1) {
  font-size: 50px;
  color: var(--black-color);
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  margin: 0 auto 10px;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

.ser-head p:nth-child(2) {
  font-size: 16px;
  color: var(--black-color);
  font-weight: 500;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 700px;
  text-align: center;
}

.service-slider-main {
  overflow: hidden;
}

.service-one {
  text-align: center;
  align-items: center;
  margin: 40px 10px 80px;
  background: var(--white-color);
  padding: 30px 20px;
  border-radius: 5px;
  box-shadow: 0px 5px 15px rgba(10, 29, 53, 0.06);
}

.service-one .sl-img {
  text-align: center;
  display: flex;
  justify-content: center;
}

.service-one .sl-img img {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  object-fit: cover;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04), 0 6px 12px rgba(0, 0, 0, 0.12),
    0 18px 30px rgba(0, 0, 0, 0.18);
  background: #f0f0f0;
  padding: 20px;
  transition: transform 0.28s cubic-bezier(0.2, 0.9, 0.3, 1), box-shadow 0.28s;
}

.service-one .sl-img img:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16), 0 28px 48px rgba(0, 0, 0, 0.24),
    0 60px 80px rgba(0, 0, 0, 0.28);
}

.service-slider-main .slick-prev,
.service-slider-main .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  width: 40px;
  height: 80px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: red;
  border: none;
  outline: none;
  background: var(--primary-color);
  box-shadow: 0 0 30px 10px rgba(8, 141, 198, 0.2);
}

.service-slider-main .slick-prev {
  left: 0;
  z-index: 9;
}

.service-slider-main .slick-next {
  right: 0;
}

/* multi-section  */
.multi-section {
}

.team-main {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  margin-top: -700px;
  z-index: 12;
}

.team-main::after {
  background-color: var(--secondary-color);
  position: absolute;
  width: 3000px;
  height: 3000px;
  border-radius: 90%;
  top: 2px;
  left: 38%;
  content: "";
  z-index: -1;
  transform: translateX(-50%);
}

.team-main-h {
  padding: 20px 0 60px;
}

.team-main-h p {
  color: var(--white-color);
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}

.team-main-h p span {
  font-weight: 200;
  color: var(--white-color);
  opacity: 0.6;
}

.our-team-slider {
  padding: 0 20px;
}

.team-one {
  padding: 10px;
  background: #fff;
  margin: 0 10px;
}

.team-one-img {
  display: flex;
  justify-content: center;
}

.team-one-img img {
  width: 100%;
  height: 250px;
  /* height: auto; */
  background-color: var(--white-color);
}

.team-detail {
  padding: 30px 10px 15px;
  text-align: center;
  align-items: center;
  background: #fff;
}

.team-detail p:nth-child(1) {
  font-size: 24px;
  color: var(--black-color);
  font-weight: 600;
  margin: 0 auto 0 !important;
}

.team-detail p:nth-child(2) {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 500;
  margin: 0 auto 15px;
}

.team-social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0 0 0 !important;
  padding: 0;
}

.team-social li a {
  background: var(--primary-color);
  color: var(--white-color);
  border-radius: 100px;
  display: flex;
  width: 45px;
  font-size: 20px;
  height: 45px;
  align-items: center;
  text-align: center;
  justify-content: center;
  transition: all ease 0.5s;
}
.team-social li:nth-child(1) a:hover {
  background: linear-gradient(
    320deg,
    rgba(249, 206, 52, 1) 0%,
    rgba(238, 42, 123, 1) 50%,
    rgba(98, 40, 215, 1) 100%
  );
}

.team-social li:nth-child(2) a:hover {
  background: #1877f2; /* facebook */
}

.team-social li:nth-child(3) a:hover {
  background: #1da1f2; /* twitter */
}

.team-social li:nth-child(4) a:hover {
  background: #0077b5; /* linkedin */
}

.team-social li a:hover {
  margin-top: -10px;
}

.our-team-slider .slick-prev,
.our-team-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 80px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: var(--primary-color);
  box-shadow: 0 0 30px 10px rgba(8, 141, 198, 0.2);
}

.experties {
  position: relative;
  overflow: hidden;
  padding-bottom: 800px;
  padding: 300px 0 750px 0;
}

.experties::after {
  background-color: var(--primary-color);
  position: absolute;
  width: 3000px;
  height: 3000px;
  border-radius: 90%;
  top: 2px;
  left: 52%;
  content: "";
  z-index: -1;
  transform: translateX(-50%);
  margin-top: 100px;
}

.experties_img {
  position: absolute;
  top: 50px;
}

.experties_img img {
  width: 500px;
}

.app-download-btn {
  display: flex;
  flex-direction: row;
  gap: 0 25px;
}

.app-download-btn .store-btn {
  display: flex;
  align-items: center;
  background-color: var(--secondary-color);
  border: 2px solid var(--black-color);
  color: #fff;
  border-radius: 30px;
  padding: 10px 18px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.app-download-btn .store-btn:hover {
  background-color: var(--primary-color);
  border: 2px solid var(--white-color);
  transform: scale(1.05);
}

.app-download-btn .store-btn i {
  width: 25px;
  height: 25px;
  font-size: 25px;
  margin-right: 10px;
}

.app-download-btn .store-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.app-download-btn .store-text small {
  font-size: 10px;
  color: var(--white-color);
}

.app-download-btn .store-text span {
  font-size: 14px;
  font-weight: bold;
}

.experties_text {
  margin: -90px 0 0 40px;
}

.experties_text p:nth-child(1) {
  font-size: 50px;
  font-weight: 700;
  line-height: 55px !important;
  font-family: "Philosopher", sans-serif;
  color: var(--secondary-color);
  margin: 0;
}

.experties_text p:nth-child(2) {
  margin: 30px 0 47px !important;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
}

/* .experties::before {
    background-image: url(../images/phone-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 326px;
    height: 676px;
    top: 200px;
    left: 0;
    content: '';
} */

.exper-main {
  width: 100%;
  max-width: 800px;
  margin: 0 0 0 auto;
  display: flex;
  flex-direction: row;
  gap: 0 20px;
  position: relative;
  z-index: 99;
}

.exper-left {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 20px 0;
  margin-top: 30px;
}

.exper-right {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 20px 0;
  margin-top: -30px;
}

.exeperties_boxes {
  /* background: linear-gradient(135deg, #2d3250, #4f5d9d); */
  background: #fff;
  padding: 30px 40px 15px;
  text-align: center;
  border-radius: 100px 10px 100px 10px;
  transition: all ease 1s;
}

.exeperties_boxes:hover {
  background: linear-gradient(135deg, #2d3250, #4f5d9d);
  /* background: var(--secondary-color); */
  border-radius: 10px 100px 10px 100px;
  border: 1px solid #fff;
}

.exper-box-img {
  background: rgb(255, 255, 255);
  display: inline-block;
  padding: 15px;
  border-radius: 100px;
}

.exper-box-img img {
  width: 50px;
  height: 50px;
}

.exper-main .exper-p1 {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px;
}

.exper-main .exper-p2 {
  font-size: 16px;
  color: var(--black-color);
  font-weight: 500;
  margin: 0 auto 15px;
  line-height: 21px;
}

.gallery-main {
  padding: 100px 0;
  margin: 0;
  background: var(--primary-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gallery-main-head {
  position: relative;
  margin-bottom: 45px;
}

.gallery-main-head .gmh-p1 {
  font-size: 16px;
  font-weight: 600;
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.gallery-main-head .gmh-p1 i {
  margin: 4px 6px 0 0;
}

.gallery-main-head .gmh-p2 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  color: var(--white-color);
}

.gallery-main::after {
  background-image: url(../images/gallery-bg.png);
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-position: center;
  background-size: cover;
}

.gallery-main::before {
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.7;
  z-index: 0;
}

.gallery-img-main {
  margin: 0 10px;
}

.gallery-box {
  --space: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.17);
  -webkit-backdrop-filter: blur(9.2px);
  backdrop-filter: blur(9.2px);
  padding: 20px;
}

.effect-1 {
  position: relative;
  overflow: hidden;
}

.effect-1 .effect-img {
  font-size: 0;
}

.effect-1 .effect-img img {
  width: 100%;
  height: 300px;
  position: relative;
}

.effect-1 .effect-text {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  top: calc(100% - 60px);
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.5s;
}

.effect-1:hover .effect-text {
  top: 0;
}

.effect-1 .effect-text .effectt-p1 {
  height: 45px;
  color: #ffffff;
  font-size: 30px;
  margin: -25px 0 0 0;
  transition: 0.5s;
}

.effect-1:hover .effect-text .effectt-p1 {
  margin: 0;
}

.effect-1 .effect-text p {
  color: #ffffff;
  font-size: 16px;
  margin: 0 0 20px 0;
}

.effect-1 .effect-btn .btn {
  display: inline-block;
  height: 40px;
  padding: 7px 15px;
  color: #333333;
  background: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.effect-1 .effect-btn .btn:hover {
  color: #ffffff;
  background-color: var(--primary-color);
}
.testimonial {
  background-color: var(--primary-color);
  position: relative;
  overflow: hidden;
  padding: 50px 0 100px;
}

.testimonial::after {
  background-image: url(../images/testi-bg.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.1;
  z-index: 1;
}

.testi-head {
  padding: 50px 0;
}

.testi-head p:nth-child(1) {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto !important;
}

.testi-head p:nth-child(2) {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  font-family: "Philosopher", sans-serif;
  text-transform: capitalize;
  text-align: center;
  margin: 0 auto;
}

.testimonial-main {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
  z-index: 2;
  position: relative;
}

.testi-one {
  padding: 46px 20px 20px;
}

.dfndkfn {
  background-color: var(--light-purple);
  padding: 55px 20px 10px;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.testi-client img {
  margin-top: -100px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}

.testi-quotes {
  display: flex;
}

.testi-quotes img {
  width: 40px;
  margin-top: -61px;
  margin-left: 117px;
  position: relative;
  height: 40px;
}

.testip1 {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  margin: 30px auto 20px;
  line-height: 25px !important;
}

.testip2 {
  font-size: 19px;
  color: var(--white-color);
  font-weight: 500;
  margin: 0 auto 0px !important;
  line-height: 25px;
}

.testip3 {
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
  margin: 0 auto 20px;
  line-height: 25px;
}

.contect-us {
  position: relative;
}

.contect-us::before {
  background-image: url(../images/light-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 50px;
  left: 0;
  right: 0;
  content: "";
  opacity: 0.1;
  z-index: 1;
}

.cous-main {
  display: flex;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  position: relative;
  z-index: 2;
  background-color: var(--white-color);
}

.contact-input {
  background: var(--black-color);
}

.contact-box {
  background-color: #1f1f1f;
  color: var(--white-color);
  width: 60%;
  padding: 30px;
  border-radius: 10px 0 0 10px;
}

.contact-map {
  width: 100%;
  border-radius: 0 10px 10px 0;
}

.contact-map iframe {
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 484px;
}

.contact-box h2 {
  color: var(--primary-color);
  margin-bottom: 10px;
}

.contact-box p {
  margin: 5px 0;
}

.contact-box p span {
  font-weight: bold;
  color: var(--white-color);
}

.contact-box input,
.contact-box textarea {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  border: none;
  border-radius: 4px;
}

.input-row {
  display: flex;
  gap: 10px;
}

.input-row input {
  width: 100%;
}

.contact-box button {
  margin-top: 15px;
  background-color: var(--primary-color);
  border: none;
  color: var(--white-color);
  padding: 15px 50px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 100px;
}

.contact-box button:hover {
  background-color: #0071a2;
}

.main-footer {
  background-color: var(--primary-color);
  padding: 20px 0 20px;
  clear: both;
}

.copyright-p {
  text-align: left;
}

.copyright-p p {
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  margin: 0 auto 0 !important;
}

.copyright-menu {
  text-align: right;
}

.copyright-menu a {
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  margin: 0 20px 0px 0px;
}
.copyright-menu a:last-child {
  margin: 0;
}
/*  */
.room-card {
  /* background: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      width: 300px;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08); */
  margin-top: 30px;
}

.price {
  font-size: 16px;
  color: #555;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.price p {
  font-size: 16px;
  color: #555;
}

.price .price-doller {
  font-size: 16px;
  color: var(--secondary-color);
}

.price .stars {
  color: #f1c40f;
  float: right;
  font-size: 22px;
  margin-top: -7px;
}

.room-title {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 15px 0;
  color: #111;
  text-align: left;
}

.room-info {
  gap: 20px;
  font-size: 13px;
  color: #555;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.room-info i {
  color: var(--primary-color);
  margin: 3px 5px 0 0;
  font-size: 12px;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service-book-btn {
  background: var(--secondary-color);
  color: #fff;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.service-book-btn:hover {
  background: var(--primary-color);
}

.see-details {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.see-details i {
  margin: 6px 0 0 5px;
  font-size: 14px;
}

/* all pages */
.retreivebooking1,
#contact_us_form {
  background: transparent !important;
}

.content-div,
.footer {
  clear: both;
}

.pages-hero {
  padding: 20px 20px;
}

.pages-banner-img {
  background-repeat: repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 100px 0;
  z-index: 1;
}

.pages-banner-img::before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  right: 0;
  opacity: 0.7;
  content: "";
  background-image: linear-gradient(
    45deg,
    var(--primary-color),
    var(--secondary-color)
  );
  z-index: -1;
}

.pages-banner-h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
  color: white;
}

.pages-banner-h2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: white;
}

.pages-content-main {
  margin: 20px auto;
  padding: 5px;
  width: 73%;
}

.pages-content-p1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  color: rgb(0, 0, 0);
  text-align: left;
  margin: 20px 0 0;
}

.pages-content-p2 {
  font-size: 15px;
  margin: 20px 0 0;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #000;
}

.pages-content-p3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-transform: uppercase;
  text-align: left;
  color: rgb(0, 0, 0);
  margin: 20px 0 0;
}

.p-highlight {
  font-weight: 800;
}

.p-dot-p4 {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: rgb(0, 0, 0);
  position: relative;
  margin-left: 20px;
  list-style: none;
}

.p-dot-p4::before,
.hf {
  content: "•";
  position: absolute;
  left: -15px;
  font-size: 20px;
  color: black;
  top: -3px;
}

.pp-content-p5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: rgb(0, 0, 0);
  margin: 20px 0 0;
}

.pp-content-p6 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  color: rgb(0, 0, 0);
  margin: 8px 0 0;
}

/* all pages */

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1300px) {
  .header-main::after {
    width: 100%;
  }

  .hero-section::after {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .nav_section_responsive {
    padding: 0 20px;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: end;
  }

  .menu-part .nav-main,
  .menu-part .nav-btn {
    display: none;
  }
  .hero-solution {
    padding: 20px;
    margin: 30px 0 0;
  }
}
@media (max-width: 1197px) {
  .hs-1 span i {
    width: auto;
    height: auto;
    font-size: 30px;
  }
  .hs-1 span:nth-child(2) p:nth-child(1) {
    font-size: 20px;
    line-height: initial !important;
  }
  .hs-1 span:nth-child(2) p:nth-child(2) {
    margin: 0 !important;
  }
}
@media (max-width: 1111px) {
  .experties {
    padding: 100px 0 750px 0;
  }
  .experties_img {
    top: initial;
    position: relative;
    bottom: -110px;
  }
  .experties_img img {
    width: 100%;
  }
  .experties_text {
    margin: 0px;
    padding: 123px 10px 0px 0px;
  }
}
@media (max-width: 1001px) {
  .hero-bottom {
    margin-top: 60px;
  }
}

@media screen and (max-width: 991.98px) {
  .copyright-p {
    margin-bottom: 10px;
  }

  .hero-content .heroc-p1 {
    font-size: 40px;
  }
  .hero-content .heroc-p2 {
    font-size: 60px;
  }
  .hero-why-text {
    padding: 70px 10px 0;
  }
  .hero-why-img {
    border-radius: 80px;
  }
  .hero-section {
    padding-bottom: 250px;
  }
  .herosectioninner {
    height: 2000px;
  }
  .copyright-menu {
    text-align: left;
  }

  .experties {
    padding: 230px 0 750px 0;
  }

  .experties .col-xl-5 {
    order: 2;
  }
  .experties .col-xl-7 {
    order: 1;
  }

  .experties_img {
    bottom: -70px;
  }
  .experties_text {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .hero-content .heroc-p1 {
    font-size: 30px;
  }
  .hero-content .heroc-p2 {
    font-size: 45px;
  }
  .hero-content .heroc-p2 span {
    height: 45px;
  }
  .hertextp2 {
    font-size: 32px;
  }
  .hero-solution {
    flex-wrap: wrap;
    gap: 15px 0;
  }

  .hs-1 {
    width: 100%;
  }
  .herosectioninner {
    height: 2210px;
  }
  .hero-section {
    padding-bottom: 310px;
  }
}
@media screen and (max-width: 576px) {
  .header-main .h-logo {
    width: 50%;
  }
  .header-main .h-menu {
    width: 50%;
  }
  .header-main {
    padding: 20px 0 20px 0;
  }
  .menu-part .menu-home {
    padding: 18.4px 22px;
  }
  .hero-content .heroc-p1 {
    font-size: 20px;
  }
  .navmenu {
    padding-top: 35px;
  }
  .hero-content .heroc-p2 {
    font-size: 50px;
    flex-direction: column;
  }
  .hero-why-img {
    border-radius: 50px;
    height: 345px;
  }
  .hero-section {
    padding-bottom: 180px;
  }
  .herosectioninner {
    height: 2296px;
  }
}
