@import url("https://fonts.googleapis.com/css2?family=Spinnaker&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Spinnaker&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Momo+Signature&display=swap");
:root {
  --yellow: #f5b10b;
  --yellow-light: #f5b30b27;
  --black: #000000;
  --white: #ffffff;
  --para: #000000b9;
  --bg: #f6f4fa;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Spinnaker", sans-serif;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

h1 {
  font-size: 5rem;
  color: var(--black);
}

h2 {
  font-size: 4rem;
  color: var(--black);
}

h3 {
  font-size: 2.8rem;
  color: var(--black);
}

h4 {
  font-size: 2rem;
  color: var(--black);
  font-weight: 500;
}

h5 {
  font-size: 1.5rem;
  color: var(--black);
}

h6 {
  font-size: 1.4rem;
  color: var(--black);
}

p {
  font-size: 1.6rem;
  color: var(--para);
}

a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
}

li {
  list-style: none;
}

/* ============= */
.wrapper-heading {
  max-width: 132rem;
  margin: auto;
  padding: 10rem 2.8rem 0rem 2.8rem;
}

.wrapper {
  max-width: 132rem;
  margin: auto;
  padding: 10rem 2.8rem;
}

.grid {
  display: grid;
  gap: 5rem;
}

.grid-two-cols {
  grid-template-columns: 1fr 1fr;
}

.grid-three-cols {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-four-cols {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
/* ========common styles======== */
/* ========common styles======== */
/* ========common styles======== */
.common-h4 {
  color: var(--yellow);
  background-color: var(--yellow-light);
  display: inline-flex;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
  font-family: "Momo Signature", cursive;
}
/* -------++++----------- */
.common-btn {
  color: var(--white);
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: var(--yellow);
  display: inline-flex;
  padding: 2rem;
  border-radius: 1rem;
  transition: all 0.5s ease;
  cursor: pointer;
  border: none;
}
.common-btn:hover {
  background-color: var(--black);
  color: white;
}
/* --------+++++--------- */
.common-top {
  background-color: var(--black);
  margin-top: 11.5rem;
  text-align: center;
}
.common-top h2 {
  padding-bottom: 2rem;
}
.common-top p {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
.common-top h2,
.common-top p {
  color: var(--white);
  font-family: "Momo Signature", cursive;
}
/* ========common styles======== */
/* ========common styles======== */

/* =========header============ */
/* ==========header=========== */
/* =========header============ */
/* =========header============ */
/* =========header============ */
/* =========header============ */
header {
  z-index: 99;
  width: 100%;
}
.thdp-address {
  width: 170px; /* set a fixed width */
  white-space: nowrap; /* prevent text from wrapping */
  overflow: hidden; /* hide the overflow */
  text-overflow: ellipsis; /* add ... at the end */
  display: block;
}
.common-header {
  margin-top: 13rem;
  background-color: var(--blue);
  text-align: center;
}
.common-header .wrapper {
  padding: 3rem 2.8rem;
}
.common-header h1 {
  color: var(--white);
  font-weight: 600;
  text-transform: uppercase;
}
.common-header p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  gap: 1rem;
  color: var(--yellow);
  text-transform: uppercase;
}
.common-header p a {
  color: var(--white);
  font-weight: 500;
}

/* Make sure top-header, nav, and banner2 appear above gradient */
.top-header,
nav,
.banner2 {
  position: relative;
  z-index: 2;
}

.nav-nav {
  background-color: var(--yellow);
  position: fixed;
  top: 4.2rem;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: top 0.3s ease;
  border-bottom: 1px solid var(--gray);
  border-top: 1px solid var(--gray);
}
nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 132rem;
  margin: 0rem auto;
  padding: 0.5rem 2.8rem;
}
.nav-nav.nav-up {
  top: 0;
}
.nav-login {
  background-color: var(--yellow);
  padding: 0.8rem 2rem !important;
  border-radius: 2rem;
  color: var(--blue) !important;
  font-weight: 600;
}

/* ========================= */
/* Keep your existing styles */
/* ========================= */

.top-header {
  padding: 1rem 0rem;
  background-color: var(--white);
  transition: transform 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: transform 0.3s ease;
}

.top-header-data {
  width: 100%;
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header-data-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.thdl-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.thdl-box i {
  font-size: 2rem;
  color: var(--yellow);
}

.thdl-box p a,
.thdl-box p {
  color: var(--black);
  font-size: 1.4rem;
}

.thdr-box {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.thdr-box a i {
  color: var(--blue);
  font-size: 1.4rem;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: var(--yellow);
  transition: all 0.3s linear;
}
.thdr-box a i:hover {
  color: var(--yellow);
  font-size: 1.4rem;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: var(--white);
}

.logo img {
  width: 20%;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  text-transform: uppercase;
}

.nav-links a {
  color: var(--white);
  font-weight: 500;
  padding: 1.5rem 0;
  transition: all 1s linear color 0.3s ease;
  font-weight: 600;
}
.nav-links a.active {
  color: var(--black);
  /* border-bottom: 1px solid var(--yellow); */
}
.nav-links a:hover {
  /* border-bottom: 1px solid var(--yellow); */
  color: var(--black);
}

.mobile-menu {
  display: none;
}

.mobile-menu i {
  font-size: 4rem;
  color: var(--white);
  cursor: pointer;
}
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
/* =======hero slider css======= */
.slider-btn {
  border: 1px solid #ffffff;
  border-radius: 0;
  /* font-family: "montserratregular"; */
  font-size: 1.4rem;
  padding: 0.9rem 2rem;
  color: #fff;
  line-height: 2.8rem;
}
a {
  color: var(--white);
}

/* ====================== */

.container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.hero-slider {
  width: 100%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */
  }
}
.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
  }
}
/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
.hero-style {
  /* height: 100vh; */
  transition: all 0.4s ease;
  margin-top: 11.5rem;
  /* min-height: 100vh; */
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 33vh;
    margin-top: 11.5rem;
  }
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 8px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    /* padding-top: 95px; */
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  /* max-width: 690px; */
  text-align: left;
}
.slide-btns {
  margin: 40px 60px;
}
.hero-style .slide-title h2 {
  font-size: 75px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--white);
  margin: 40px 60px;
  text-transform: capitalize;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  text-align: left;
  font-family: "Spinnaker", sans-serif;
  width: 70%;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
    color: var(--white);
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 38px;
    margin: 0 0 6px;
    width: 100%;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-size: 2rem;
  /* font-weight: 500; */
  line-height: 1.25;
  letter-spacing: normal;
  color: var(--white);
  margin: 40px 60px;
  transition: all 0.4s ease;
  text-align: left;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0 0 30px;
    max-width: 232px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

/* ====hero slider bg overlay==== */
.slide-bg-image {
  position: relative;
  z-index: 2;
}
/* .clearfix::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.445);
  z-index: 3;
  width: 100%;
  height: 100%;
} */
.slide-title,
.slide-text,
.swiper-pegination,
.swiper-button-nex,
.swiper-button-perv {
  z-index: 4;
  position: relative;
}

/*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--main);
  color: var(--white);
  padding: 15px 32px;
  border-radius: 99px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  border: 1px solid var(--main);
  position: relative;
  overflow: hidden;
  cursor: pointer !important;
}
a {
  text-decoration: none;
  transition: all 0.2s ease;
}
.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}
.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: #2b3b95;
  color: #fff;
}
.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right {
  height: 22px;
  width: 22px;
}
a:hover {
  text-decoration: none;
}
@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }
}
/* ==========whoweare========== */
/* ==========whoweare========== */
/* ==========whoweare========== */
/* ==========whoweare========== */
/* ==========whoweare========== */
.whoweare {
  position: relative;
  width: 100%;
}
.whoweare-bg {
  background-image: url(assets/right-shape.png);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  transform: translate(90%, -37%);
  opacity: 0.5;
}

.who-left img {
  width: 80%;
  height: auto;
}

.who-right h2 {
  padding: 2rem 0rem;
}
.who-right p {
  padding-bottom: 4rem;
}
.who-min-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wmb1 img {
  width: 50px;
}
.wmb1 h3 {
  padding: 1rem 0rem;
}
/* ==========Explore the world========== */
/* ==========Explore the world========== */
/* ==========Explore the world========== */
/* ==========Explore the world========== */
/* ==========Explore the world========== */
.explore-the-world {
  position: relative;
  width: 100%;
  text-align: center;
  background-color: var(--bg);
}
.etw-data h2 {
  padding: 2rem 0rem;
}
.etw-box img {
  width: 100%;
  height: auto;
  border-radius: 2rem;
}
.etw-margintop {
  margin-top: 3rem;
}
/* =======testimonials======== */
/* =======testimonials======== */
/* =======testimonials======== */
/* =======testimonials======== */
/* =======testimonials======== */
.testimonial {
  position: relative;
  width: 100%;
  background-color: var(--yellow);
  text-align: center;
  overflow: hidden;
}
.img-testi img {
  width: 80px !important;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid var(--bg);
}
.quotes {
  padding: 4rem 0rem;
}
.img-testi h4 {
  padding: 1rem 0rem;
}
.img-testi p {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  font-size: 1.8rem;
  font-style: italic;
}
.testi-heading {
  color: var(--white);
}
/* Common button base */
.testi-slider .owl-carousel .owl-nav button {
  background: var(--white);
  color: var(--black);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 2;
  background: var(--white) !important;
  color: var(--yellow) !important;
}

/* Left arrow */
.testi-slider .owl-carousel .owl-nav button.owl-prev {
  left: 10%;
}

/* Right arrow */
.testi-slider .owl-carousel .owl-nav button.owl-next {
  right: 10%;
}

/* Hover effect */
.testi-slider .owl-carousel .owl-nav button:hover {
  background: var(--bg) !important;
  color: var(--white);
}
.testi-shape1 {
    background-image: url(assets/shape.png);
    position: absolute;
    width: 223px;
    height: 208px;
    background-repeat: no-repeat;
    left: -8px;
    top: 71%;
    opacity: 0.3;
    z-index: 99;
    overflow: hidden;
}
.testi-shape2 {
  background-image: url(assets/shape-2.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  left: 90%;
  top: 14%;
  opacity: 0.3;
  z-index: 99;
  overflow: hidden;
}
/* =======footer========== */
/* =======footer========== */
/* =======footer========== */
/* =======footer========== */
/* =======footer========== */
/* =======footer========== */
footer {
  background-color: #201b05;
}
.footer-box1 img {
  width: 150px;
}
.footer-box1 p {
  color: var(--bg);
  padding: 2rem 0rem;
}
.footer-social-links {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer-social-links a i {
  background-color: var(--bg);
  padding: 1rem;
  border-radius: 50%;
  color: var(--yellow);
  font-size: 1.6rem;
  display: inline-block;
}
.footer-box h4 {
  color: var(--white);
  padding-bottom: 3rem;
  font-weight: 700;
}
.footer-box ul a {
  padding: 1.5rem 0rem;
}
.footer-box ul a:hover {
  color: var(--yellow);
}
.footer-info-data,
.footer-info-data p {
  color: var(--white);
}
.footer-info-data {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1.5rem 0rem;
}
.footer-info-data i {
  font-size: 2rem;
}
.f-pt {
  background-color: var(--yellow-light);
  margin-bottom: 1rem;
  padding: 0.5rem;
  display: inline-block;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}
.sub-footer {
  background-color: #201b05;
  position: relative;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.116);
}
.sub-footer .wrapper {
  padding: 2rem 2.8rem;
}
.sub-footer p {
  color: var(--white);
  font-weight: 300;
}
.sub-footer-links {
  display: flex;
  align-items: end;
  gap: 1rem;
  justify-content: end;
}
/* ========services offered======= */
/* ========services offered======= */
/* ========services offered======= */
/* ========services offered======= */
/* ========services offered======= */
/* ========services offered======= */
/* ========services offered======= */
.sf-box {
  text-align: left;
  background-color: var(--white);
  padding: 4rem;
  border-radius: 2rem;
}
.sf-box svg {
  background-color: var(--yellow-light);
  padding: 1rem;
  border-radius: 25%;
  /* border: 1px solid var(--yellow); */
}
.sf-box h3 {
  padding: 1.5rem 0rem;
  font-size: 2rem;
}
/* =======Vission and Mission====== */
/* =======Vission and Mission====== */
/* =======Vission and Mission====== */
/* =======Vission and Mission====== */
.viss-miss {
  position: relative;
  width: 100%;
}
.vm-box h3 {
  margin-bottom: 2rem;
  background-color: var(--yellow-light);
  display: inline-flex;
  padding: 1rem 2rem;
  border-radius: 1rem;
  color: var(--yellow);
  font-family: "Momo Signature", cursive;
}
.vm-box p {
  line-height: 1.5;
  font-style: italic;
}
.vm-bg {
  background-image: url(assets/shape-tree.png);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: 70%;
  opacity: 0.5;
}
.vm-bg2 {
  background-image: url(assets/shape-tree.png);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  left: 80%;
  top: 70%;
  opacity: 0.5;
}
/* =======Tour Packages Details======= */
/* =======Tour Packages Details======= */
/* =======Tour Packages Details======= */
/* =======Tour Packages Details======= */
/* =======Tour Packages Details======= */
.pack-details {
  position: relative;
  width: 100%;
  background-color: var(--bg);
}
.pack-details img {
  width: 100%;
  height: auto;
}
.pd-name-night {
  background-color: var(--yellow);
  display: inline-block;
  padding: 0.5rem 1.5rem;
  border-radius: 1rem;
}

.pd-data h4 {
  font-family: "Momo Signature", cursive;
  color: var(--white);
  padding-top: 2rem;
  background-color: var(--yellow-light);
}
.pd-data h1 {
  padding: 2rem 3rem;
  font-style: italic;
  text-align: center;
  background-color: var(--yellow-light);
  margin: 4rem 0rem;
  border-radius: 2rem;
  color: var(--yellow);
  display: inline-block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.pd-p-box {
  position: relative;
  z-index: 1;
  border-left: 4px solid var(--yellow);
  border-right: 4px solid var(--yellow);
  border-radius: 2rem;
}
.pd-data p {
  padding-left: 2rem;
  padding-right: 2rem;
      margin-top: 2rem;
}
/* =======gallery===== */
/* =======gallery===== */
/* =======gallery===== */
/* =======gallery===== */
/* =======gallery===== */
.gallery {
  position: relative;
  width: 100%;
}
.gallery-box {
  background-color: var(--yellow);
  padding: 2rem;
  border-radius: 2rem;
}
.gallery-box img {
  width: 100%;
  height: auto;
}
.gallery-box h3 {
  text-align: center;
  padding-top: 1rem;
  font-family: "Momo Signature", cursive;
  color: var(--white);
}
/* ===gallery-details====== */
/* ===gallery-details====== */
/* ===gallery-details====== */
/* ===gallery-details====== */
.gallery-details {
  position: relative;
  width: 100%;
  background-color: var(--bg);
}
.gallery-details img {
  width: 100%;
  height: auto;
}
/* ====contact====== */
/* ====contact====== */
/* ====contact====== */
/* ====contact====== */
/* ====contact====== */
.contact {
  position: relative;
  width: 100%;
}
.contact-left {
  border: 1px solid var(--bg);
  padding: 4rem;
  border-radius: 2rem;
}
.c-p-data {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.c-c-data a {
  display: inline;
  color: var(--black);
}
.contact-right {
  border: 1px solid var(--bg);
  padding: 4rem;
  border-radius: 2rem;
}
.contact-right p {
  padding: 2rem 0rem 1rem 0rem;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  margin-top: 2rem;
}
.contact-form input {
  padding: 2rem;
  border-radius: 1rem;
  outline: none;
  border: 1px solid var(--black);
}
.contact-form input::placeholder {
  font-size: 1.4rem;
  color: var(--black);
}
.contact-form textarea::placeholder {
  font-size: 1.4rem;
  color: var(--black);
}
.contact-form textarea {
  padding: 2rem;
  border-radius: 1rem;
  outline: none;
  border: 1px solid var(--black);
}
