@font-face {
  font-family: "Eurostile", sans-serif;
  src: url("./eurostile_extended_black.ttf");
}
@font-face {
  font-family: "EuroStile-regular";
  src: url("./EurostileBQ-Regular.otf");
}

:root {
  --primary-font: "Eurostile", sans-serif;
  --paragraph-font--: "EuroStile-regular";
  ---paragraph-weight--: 500;
}
/* .carousel-item {
  background: black;
} */
.splitting.cells {
  background-position: center;
}
.mainDiv {
  /* background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)),
    url("./../image/index/124164.png"); */
  /* background: linear-gradient(#dfdfdfd3, #dfdfdfd3),
    url("./../image/index/dot-bg.avif"); */
  background-size: 16rem;
  padding-bottom: 70px;
  position: relative;
}

.homeDiv {
  /* background: url("./../image/index/bg1.jpg"); */
  /* background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  top: 0;
  z-index: 51;
  /* animation: change_background 1s ease-out 5s 1 forwards; */
}

.nissi-shipping-log {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.nissi-shipping-logo {
  /* display: flex; */
  display: none !important;
  justify-content: center;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  animation: zoom 20s;
  text-align: center;
}
.nissi-shipping-logo img {
  width: 70%;
}
.carousel-content h2,
.carousel-content p {
  text-align: center !important;
}
.dummy-content h2,
.dummy-content p {
  text-align: center !important;
}

.medias {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 30%;
  left: 30px;
  z-index: 55;
}
.medias .media-icons i {
  color: black;
  background-color: white;
  font-size: 1.4rem;
  padding: 10px;
  border-radius: 50%;
  margin: 10px 0px;
  transition: all 0.2s ease-in-out;
}
.medias .media-icons i:hover {
  background-color: var(--primary-color);
  color: white;
}
.carousel-item-slide {
  height: 110vh;
}
/* .carousel-inner {
  position: relative;
} */
.overlay {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  /* background-color: #0000002b; */
  background-color: #00000091;
  z-index: 50;
}

/* .carousel-item {
  height: 110vh;
}
.carousel-item img {
  width: 100%;
  height: 100%;
} */

/* .welcome-text h5 {
  font-family: "Montserrat";
  font-weight: 600;
  color: white;
  font-size: 1rem;
 
} */
/* .tagline h1 {
  color: white;
  text-align: center;
  font-family: "Outfit";
  font-size: 4.5rem;
} */
/* .border-text {
  color: #3e3bff !important;
} */
/* .home-page-head {
  padding: 22% 0px 20%;
} */
.carousel-styling {
  /* border-left: 4px solid var(--primary-color); */
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  /* background-color: rgba(255, 255, 255, 0.242); */
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.dummy-content h2 {
  /* font-family: "Palanquin Dark"; */
  font-family: var(--primary-font);
  color: white;
  font-size: 3rem;
  text-transform: uppercase;
}
.dummy-content p {
  color: rgb(255, 255, 255);
  font-family: var(--paragraph-font--);
  font-size: 1.4rem;
  font-weight: var(---paragraph-weight--);
}
.carousel-content h2 {
  /* font-family: "Palanquin Dark"; */
  font-family: var(--primary-font);
  color: white;
  font-size: 3rem;
  text-transform: uppercase;
}
.carousel-content p {
  color: rgb(255, 255, 255);
  /* font-family: "Nunito", sans-serif; */
  font-family: var(--paragraph-font--);
  /* font-weight: 300; */
  font-weight: var(---paragraph-weight--);
  font-size: 1.4rem;
}
/* .home-top-btn {
  margin-top: 40px;
  text-align: center;
} */
/* .btnTag {
  font-family: "Poppins";
  font-size: 20px;
  border: none;
  padding: 5px 24px;
  border-radius: 20px;
  margin: 0px 7px;
  transition: transform 0.3s ease-in-out;
}
.btnTag:hover {
  transform: scale(1.2);
}
.services-btn {
  background-color: var(--primary-color);
  color: white;
} */
.container-img {
  display: flex;
  justify-content: center;
}
.container-img img {
  width: 93%;
}
.boxes {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 20px;
  box-shadow: 1px 1px 6px rgba(148, 148, 148, 0.651);
  transition: all 0.2s ease-in-out;
}
.boxes i {
  background-color: var(--primary-color);
  color: white;
  padding: 20px;
  font-size: 35px;
  transition: all 0.2s ease-in-out;
}
.boxes h4 {
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  padding-left: 15px;
  /* transition: all 0.2s ease-in-out; */
}
.boxDiv {
  position: absolute;
  bottom: 0;
  z-index: 51;
}
/* .boxes:hover {
  background-color: var(--primary-color);
}
.boxes:hover i {
  background-color: white;
  color: var(--primary-color);
}
.boxes:hover h4 {
  color: white;
} */
.boxes.blue {
  background-color: var(--primary-color);
  color: white;
}
.boxes.boxes.blue i {
  color: var(--primary-color);
  background-color: white;
}
/* .boxes.blue h4,
.boxes.blue i {
  color: white;
} */
/* Why choose us */
.choose-left h5 {
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-size: 16px;
  padding-top: 11px;
  color: var(--primary-color);
}
.choose-left h2 {
  /* font-family: "Sarabun", sans-serif; */
  font-family: var(--primary-font);
  font-size: 2.5rem;
  font-weight: 700;
}
.choose-left p {
  /* font-family: "Nunito", sans-serif; */
  /* font-family: "eurostile-extended-2", sans-serif; */
  font-family: var(--paragraph-font--);
  padding: 13px 0px;
  font-size: 18px;
  font-weight: var(---paragraph-weight--);
}
.choose-left-works h2 {
  padding-bottom: 20px !important;
  font-size: 2rem;
  text-transform: uppercase;
}
.choose-left-works p {
  font-family: var(--paragraph-font--);
  font-weight: var(---paragraph-weight--);
  color: white;
  padding: 0px !important;
  font-size: 14px;
  margin-bottom: 3px !important;
}
.quotes {
  display: flex;
  margin-bottom: 30px;
  /* align-items: center; */
}
.quotes i {
  font-size: 35px;
  color: var(--primary-color);
}
.content {
  padding-left: 20px;
}
.content p {
  /* font-family: "Poppins"; */
  font-family: var(--paragraph-font--);
  font-size: 16px;
  font-weight: var(---paragraph-weight--);
}
.content h4 {
  /* font-family: "Montserrat"; */
  font-family: var(--primary-font);
  font-size: 1.5rem;
}
.why-choose {
  /* background: linear-gradient(
      rgb(255, 255, 255) 30%,
      rgba(255, 255, 255, 0.555)
    ),
    url("./../image/index/map.JPG");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom; */
  /* background: linear-gradient(#dfdfdfd3, #dfdfdfd3),
    url("./../image/index/dot-bg.avif"); */
  background-size: 16rem;
  /* background-color: gray; */
  padding: 8% 0px 4%;
}
.choose-right {
  padding-left: 40px;
}
.quote-btn button {
  border: none;
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  background-color: var(--primary-color);
  padding: 10px 15px;
  color: white;
}
/*  */
a {
  text-decoration: none;
}

.butn {
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 17px;
  line-height: 1.294em;
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
  outline: 0;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out;
  padding: 15px 0px;
}
.butn-icon {
  align-items: center;
  background-color: var(--primary-color);
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 54px;
  justify-content: center;
  margin: 0;
  width: 54px;
}
.butn-icon i {
  transition: transform 0.3s;
}
.butn:hover .butn-icon i {
  transform: rotate(180deg);
}
.butn:hover {
  color: black;
}
.butn-text {
  padding-left: 20px;
}
.accordion-button {
  background-color: transparent;
  font-size: 1.5rem;
}
.accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
}
.accordion-button:focus {
  /* border: 1px solid #ff2f2f !important; */
  box-shadow: unset;
}
.accordion-flush .accordion-item {
  background-color: transparent;
}
.choose-right .accordion .accordion-item h2 {
  /* font-family: "Patua One"; */
  font-family: var(--primary-font);
}
.choose-right .accordion .accordion-item h2 button {
  text-transform: uppercase;
  font-size: 19px;
}
.choose-right .accordion .accordion-item h2 :hover {
  color: var(--primary-color);
}

.accordion-body {
  /* font-family: "Mulish"; */
  font-family: var(--paragraph-font--);
  font-size: 18px;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background: url("./../image/index/plus.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
  background: url("./../image/index/minus.png");
  transform: rotate(-180deg);
}
.accordion-button:not(.collapsed) {
  color: var(--primary-color);
}
/* Secure */
.secureDiv {
  padding: 10% 0px;
}
.secureDivright {
  height: 100%;

  border-left: 1px solid rgba(0, 0, 0, 0.79);
}
.separate {
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.79);
}
.separate-btn {
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.secureDivright h2 {
  /* font-family: "Sarabun", sans-serif; */
  font-family: var(--primary-font);
  font-size: 2rem;
  font-weight: 700;
}
.secureDivright p {
  padding-top: 15px;
  /* font-family: "Nunito", sans-serif; */
  font-family: var(--paragraph-font--);
  font-size: 16px;
  font-weight: var(---paragraph-weight--);
}
.secureDivleft img {
  width: 100%;
}
/* messaging a quote */
.messageDiv {
  background: linear-gradient(rgba(0, 0, 0, 0.836), rgba(0, 0, 0, 0.662)),
    url("./../image/index/ships-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 8% 0px 5%;
}
.request {
  background-color: white;
  padding: 40px;
}

.request input {
  border: none;
  border-bottom: 1px solid rgb(125, 125, 125);
  margin-bottom: 40px;
  width: 100%;
  font-family: var(--paragraph-font--);
}
.request input::placeholder {
  font-size: 14px;
  font-family: var(--paragraph-font--);
  font-weight: var(---paragraph-weight--);
}
.request input:focus {
  outline: none;
  border-bottom: 1px solid var(--primary-color);
}
.request-title h5 {
  width: fit-content;
  /* font-family: "Montserrat"; */
  font-family: var(--primary-font);
  padding: 10px 20px;
  background-color: var(--primary-color);
  color: white;
  margin-bottom: 0px;
}
.message-subTitle {
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-size: 14px;
  /* margin-top: 20px; */
  margin-bottom: 20px;
  color: var(--primary-color);
}
.submit-btn {
  /* display: flex;
  justify-content: center; */
  width: unset !important;
}
.submit-btn input {
  color: white;
  background-color: var(--primary-color);
  border: none;
  padding: 8px 30px;
  transition: 0.2s ease-in-out;
}
.submit-btn input:hover {
  border-radius: 20px;
}
.stepsDiv {
  display: flex;
  padding: 8px 0px;
}
.stepsDiv h3 {
  color: var(--primary-color);
}
.steps-content {
  padding-left: 20px;
}
.steps-content h3,
.steps-content h6 {
  color: white;
}
.steps-content h3 {
  /* font-family: "Mulish"; */
  font-family: var(--primary-font);
  font-size: 1.4rem;
}
/* .steps-content h6 {
  
  font-family: var(--paragraph-font--);
  font-size: 16px;
  font-weight: var(---paragraph-weight--);
  color: rgb(205, 205, 205);
} */

/* Services */
.servicesDiv h5 {
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-size: 16px;
  color: var(--primary-color);
}
.servicesDiv h2 {
  /* font-family: "Sarabun", sans-serif; */
  font-family: var(--primary-font);
  font-size: 2.4rem;
  font-weight: 700;
}
.service-content {
  position: relative;
  background-color: transparent;
  border-radius: 5px;
  padding: 30px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  border-bottom: 4px solid var(--primary-color);
  box-shadow: 1px 1px 10px rgb(235, 235, 235);
}
.service-content::before {
  content: "";
  position: absolute;
  background: #fdeff2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: -1;
}
.service-content:hover::before {
  background: var(--primary-color);
  top: 0;
  border-radius: 0px;
}
.service-content:hover i {
  color: white;
}

.service-content i {
  color: rgb(0, 0, 0);

  padding: 13px;
  font-size: 35px;
  transition: all 0.3s ease-in-out;
}

.service-content h3 {
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  padding-top: 20px;
}
.service-content p {
  /* font-family: "Nunito", sans-serif; */
  font-family: var(--paragraph-font--);
  font-size: 17px;
  font-weight: var(---paragraph-weight--);
  padding-top: 15px;
}

.servDiv {
  /* background-color: #dfdfdf; */
  padding: 4% 0px 7%;
}

/* toggling */
.hidden-item {
  display: none;
}

.show-items .hidden-item {
  display: block;
}

#toggle-btn .butn-icon {
  /* display: inline-block; */
  transition: transform 0.3s;
}

.show-items #toggle-btn .butn-icon {
  transform: rotate(45deg);
}

/* Testimonal */
.testimonal-main {
  background: linear-gradient(rgba(0, 0, 0, 0.751), rgba(0, 0, 0, 0.774)),
    url("./../image/index/bg7.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10% 0px 5%;
}
.testimonal-right {
  position: relative;
}
.testimonal-right::before {
  content: "Happy Customers";
  position: absolute;
  background-color: var(--primary-color);

  color: white;
  /* font-family: "Montserrat"; */
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 20px;
  padding: 10px 20px;
}
.testimonal-right::after {
  content: "100+ Reviews";
  position: absolute;
  background-color: var(--primary-color);
  color: white;
  /* font-family: "Montserrat"; */
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 20px;
  padding: 10px 20px;
  bottom: 0;
  right: 0;
}
.testimonal-right img {
  width: 100%;
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
.testimonal-left h5 {
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-size: 16px;
  color: var(--primary-color);
}
.testimonal-left h2 {
  /* font-family: "Platypi"; */
  font-family: var(--primary-font);
  font-size: 2.4rem;
  color: white;
}
.testimonal-left p {
  color: rgba(220, 220, 220, 0.906);
  /* font-family: "Nunito", sans-serif; */
  font-family: var(--paragraph-font--);
}
.carousel-item-slider {
  background-color: white;
  height: unset !important;
  padding: 20px 40px 20px;
  border-radius: 20px;
}
.carousel-item-slider p {
  color: black;
  /* font-family: "Poppins"; */
  font-family: var(--paragraph-font--);
  font-size: 16px;
  font-weight: var(---paragraph-weight--);
  padding-top: 20px;
}
.sliders {
  margin-top: 40px;
}
.persons h2 {
  color: black;
}
.stars i {
  color: var(--primary-color);
}
.carousel-control-next i,
.carousel-control-prev i {
  color: white;
  background-color: var(--primary-color);
  font-size: 35px;
  border-radius: 20px;
}
.carousel-control-next {
  right: -40px;
  opacity: 1;
}
.carousel-control-prev {
  left: -40px;
  opacity: 1;
}
/* Team */
.pros {
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.pros h2 {
  font-size: 3rem;
  /* font-family: "Platypi"; */
  font-family: var(--primary-font);
}
.e-inner {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  padding: 0 20px;
  margin: 0 0 40px;
}
.post-image {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 50%;
  box-shadow: none;
}
.end {
  margin-bottom: 10px;
}
.role {
  margin: 0;
  display: inline-block;
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-weight: 700;
  letter-spacing: -0.01em;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 500;
  color: #777;
}
.title-link {
  /* font-family: "Nunito", sans-serif; */
  font-family: var(--primary-font);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #1b1b1b;
  font-size: 22px;
  line-height: 1.181em;
  margin: 25px 0;
  word-wrap: break-word;
  text-decoration: none;
}
.media-image {
  transition: transform 1s;
}
.media-image:hover {
  transform: scale(1.1);
  /* padding-right: 10px; */
}

/* Explore */
.exploreDiv {
  padding: 8% 0px 8%;
}
.explore-right img {
  width: 100%;
}
.explore-left h2 {
  /* font-family: "Platypi"; */
  font-family: var(--primary-font);
  font-size: 2.5rem;
  font-weight: 700;
}
.explore-left h5 {
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-size: 16px;
  color: var(--primary-color);
}
.explore-left p {
  /* font-family: "Nunito", sans-serif; */
  font-family: var(--paragraph-font--);
  padding: 13px 0px;
  font-size: 18px;
  font-weight: var(---paragraph-weight--);
}
.explore-btn button {
  border: none;
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  background-color: var(--primary-color);
  padding: 10px 15px;
  color: white;
}
.common-btns {
  transition: all 0.3s ease-in-out;
}
.common-btns:hover {
  border-radius: 20px;
}

/* Blogs */
.blogDiv {
  padding: 7% 0px;
}
.blog-title {
  /* font-family: "Sarabun", sans-serif; */
  font-family: var(--primary-font);
  font-size: 2.5rem;
  font-weight: 700;
  padding-bottom: 25px;
}
.blogs img {
  width: 100%;
}
.blog-content {
  display: flex;
  padding-top: 40px;
}
.blog-left {
  padding-right: 20px;
}
.blog-left h2 {
  /* font-family: "Roboto", sans-serif; */
  font-family: var(--primary-font);
}
.blog-right {
  padding-left: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.838);
}
.blog-right h5 {
  /* font-family: "Poppins"; */
  font-family: var(--primary-font);
  font-size: 15px;
}
.blog-right h2 {
  /* font-family: "Poppins", sans-serif; */
  font-family: var(--primary-font);
  padding-bottom: 30px;
}
.blog-right p {
  /* font-family: "Roboto"; */
  font-family: var(--paragraph-font--);
}
/* Reach Out */
.reachDiv-main {
  /* background-color: #dfdfdf; */
  background: linear-gradient(#dfdfdfd7, #dfdfdfd7),
    url("./../image/index/map.JPG");
  background-repeat: no-repeat;
  background-position: center;
}
.reachDiv {
  padding: 8% 0px;
}
.reachDiv h2 {
  /* font-family: "Sarabun", sans-serif; */
  font-family: var(--primary-font);
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}
.reachDiv p {
  text-align: center;
  /* font-family: "Nunito", sans-serif; */
  font-family: var(--paragraph-font--);
  font-size: 18px;
  padding-bottom: 20px;
}
.contacting {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacting i {
  color: black;
  padding: 13px;
  background-color: var(--primary-color);
  font-size: 17px;
  border-radius: 50%;
}
.contacting h4 {
  padding-left: 15px;
  /* font-family: "Poppins"; */
  font-family: var(--paragraph-font--);
  font-size: 24px;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
@media (max-width: 991px) {
  .choose-right {
    padding-left: 0px;
  }
  .boxes {
    padding: 15px;
  }
  .boxes i {
    padding: 15px;
    font-size: 25px;
  }
  .boxes h4 {
    font-size: 14px;
  }
  .homeDiv {
    top: 6%;
  }
  .dummy-content h2,
  .dummy-content p {
    text-align: center;
  }
  .carousel-content h2,
  .carousel-content p {
    text-align: center;
  }
  .nissi-shipping-logo {
    display: none !important;
  }
  .contacting {
    /* justify-content: start; */
    padding: 10px 0px;
  }
}

/* for md */
@media (max-width: 767px) {
  .homeDiv {
    height: 100%;
  }
  .boxDiv {
    position: static;
    margin-top: 50px;
  }
  .boxes {
    margin-bottom: 20px;
  }
  /* .tagline h1 {
    font-size: 3.5rem;
  } */
  .why-choose {
    padding: 0px 0px 4%;
  }
  .homeDiv {
    top: 10%;
  }
  .nissi-shipping-logo img {
    width: 50%;
  }
  .dummy-content h2 {
    font-size: 2.8rem;
  }
  .carousel-content h2 {
    font-size: 2.8rem;
  }
  .carousel-content p {
    font-size: 0.9rem;
  }
  .dummy-content p {
    font-size: 0.9rem;
  }
  .explore-right {
    padding-top: 25px;
  }
  .exploreDiv {
    padding: 12% 0px 10%;
  }
}

/*  */

/* For sm */

@media (max-width: 576px) {
  /* .tagline h1 {
    font-size: 2.5rem;
  } */
  .btnTag {
    font-size: 15px;
  }
  .choose-left h2 {
    font-size: 2rem;
  }
  .choose-left p {
    font-size: 15px;
  }
  .content h4 {
    font-size: 1.3rem;
  }
  .content p {
    font-size: 14px;
  }
  .request {
    padding: 40px 20px;
  }
  .carousel-control-next {
    right: -25px;
  }
  .carousel-control-prev {
    left: -25px;
  }
  .servDiv h2 {
    font-size: 2rem;
  }
  .testimonal-left h2 {
    font-size: 2rem;
  }
  /* .servDiv {
    background: linear-gradient(
        rgba(255, 255, 255, 0.525),
        40%,
        rgba(255, 255, 255, 0.925)
      ),
      url("./../image/index/Screenshot\ 2024-09-04\ 205141.jpg");

    background-position-x: initial;
    padding: 8% 0px 5%;
  } */

  .explore-left h2 {
    font-size: 2rem;
  }
  .carousel-item-slide {
    height: 70vh;
  }
  .homeDiv {
    height: 100%;
  }
  .medias {
    top: 17%;
    left: 14px;
  }

  /* .why-choose {
    background-size: cover;
    background-position: left;
  } */
}

@media (max-width: 450px) {
  /* .carousel-item {
    height: 60vh;
  } */
  .carousel-item-slider p {
    font-size: 11px;
  }
  .carousel-item-slider {
    padding: 20px;
  }
  .dummy-content h2 {
    font-size: 1.8rem;
  }
  .carousel-content h2 {
    font-size: 1.8rem;
  }
  .medias .media-icons i {
    font-size: 0.7rem;
    padding: 8px;
  }
  .carousel-item-slide {
    height: 52vh;
  }
  .secureDivright h2 {
    /* font-family: "Sarabun", sans-serif; */
    font-family: var(--primary-font);
    font-size: 1.8rem;
    font-weight: 700;
  }
  .explore-left p {
    font-size: 16px;
  }
  .reachDiv p {
    font-size: 16px;
  }
  .reachDiv h2 {
    font-size: 2rem;
  }
  .contacting h4 {
    font-size: 18px;
  }
  .contacting i {
    font-size: 15px;
  }
  .reachDiv p {
    padding-bottom: 0px;
  }
}
@media (max-width: 400px) {
  /* .tagline h1 {
    font-size: 2rem;
  } */
  /* .welcome-text h5 {
    font-size: 0.7rem;
  } */
  .btnTag {
    font-size: 12px;
  }
  .choose-left h2 {
    font-size: 1.5rem;
  }
  .choose-left h5 {
    font-size: 14px;
  }
  .choose-left p {
    font-size: 15px;
  }
  .quote-btn button {
    font-size: 11px;
  }
  .quotes i {
    font-size: 30px;
  }
  .servDiv h2 {
    font-size: 1.5rem;
  }
  .testimonal-left h2 {
    font-size: 1.5rem;
  }
  .testimonal-left p {
    font-size: 15px;
  }
  .explore-left h2 {
    font-size: 1.5rem;
  }
  .carousel-item-slide {
    height: 60vh;
  }
}

@media (max-width: 320px) {
  /* .tagline h1 {
    font-size: 1.7rem;
  } */
  .btnTag {
    font-size: 9px;
  }
  /* .home-top-btn {
    margin-top: 24px;
  } */
}
