body {
  background: #f5f4f4;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.squada-one-regular {
  font-family: "Squada One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

video {
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
}

video.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  z-index: 1000;
  margin: 0 !important;
}

.marquee-content {
  display: flex;
  animation: scrolling 27s linear infinite;
}

.marquee-content2 {
  display: flex;
  animation: scrolling 25s linear reverse infinite;
}

.marquee-item {
  flex: 0 0 10vw;
  margin: 0 1vw;
  border-radius: 20px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  background: white;
}

.marquee-item img {
  display: block;
  padding: 0 20px;
}

@keyframes scrolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translatex(-60vw);
  }
}

.line3 {
  border: 3px solid #fdb814;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap");

.testimonials {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Poppins", sans-serif;
}

.testimonials::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

.testimonials .title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding: 20px 0;
  max-width: 600px;
  margin: 0 auto;
}

.testimonials .title h5 {
  color: #1e484f;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 900;
  margin-bottom: -3px;
}

.testimonials .title h2 {
  color: #1e484f;
  line-height: 1.2em;
  font-weight: 900;
  font-size: 41px;
  letter-spacing: -1px;
  margin: 0;
}

.testimonials .title img {
  margin-top: -10px;
}

.testimonials .title p {
  margin: 0 0 10px;
  margin-bottom: 0;
  color: #5a3733;
}

.testimonials .testi .item {
  background: #fff;
  padding: 50px 30px;
  border-radius: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.testimonials .testi .item .profile {
  display: flex;
  padding-left: 15px;
}

.testimonials .testi .item .profile img {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.testimonials .testi .item .profile .information {
  padding-left: 20px;
  margin-bottom: 15px;
}

.testimonials .testi .item .profile .information .stars i {
  color: #ffd832;
}

.testimonials .testi .item .profile .information p {
  font-size: 24px;
  margin: 0px auto 0px;
  color: #1e484f;
  font-weight: 700;
  line-height: 1;
}

.testimonials .testi .item .profile .information span {
  color: #eb6d2f;
  font-weight: bold;
  margin-top: -4px;
  line-height: 1.6em;
  font-size: 14px;
}

.testimonials .testi .item > p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6em;
  display: block;
  z-index: 2;
  font-style: italic;
  color: #5a3733;
  text-align: center;
}

.testimonials .testi .item .icon {
  text-align: center;
}

.testimonials .testi .item .icon i {
  font-size: 32px;
  color: #ffd832;
}

/* Keyframes for Infinite Scroll Animation */
@keyframes infiniteScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -1692px, 0);
  }
}

.cards {
  background: #f5f4f4;
}
.cardtest {
  width: 100vw;
  margin-bottom: 50px;
  background: white;
  font-size: 36px;
  border-radius: 20px;
}

.cardtest:first-child {
  box-shadow: 0px 0px 30px 3px rgba(0, 0, 0, 0.05);
}
.cardtest img {
  width: 100%;
}

/*-------------------------- you tube video section Start  ---------------------- */
#ytVidSec .video-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

#ytVidSec .video-container iframe,
#ytVidSec .video-container object,
#ytVidSec .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*-------------------------- you tube video section End  ---------------------- */

/* ------------------------- Full Page Slider Start -------------------------- */
.creative-fullpage--slider {
  background-color: #ffffff;
  z-index: 2;
  width: 100%;
  position: relative;
  flex-direction: column;
  height: 80vh;
  font-size: 16px;
  display: flex;
  clip-path: none !important;
}

.creative-fullpage--slider .slider-inner {
  background: #000;
  height: 80vh;
  position: relative;
}

.creative-fullpage--slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
}

.creative-fullpage--slider .swiper-slide .slider-inner img {
  object-fit: cover;
  width: 100%;
  height: 80vh;
}

.creative-fullpage--slider .swiper-slide .slider-inner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
  position: absolute;
  top: 22%;
  left: 50px;
  z-index: 1;
}

.creative-fullpage--slider .swiper-slide .slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-color: transparent;
  background-image: radial-gradient(
    at center right,
    #ffffff00 50%,
    #00000096 100%
  );
}

.swiper-slide .slider-inner .swiper-content .title-area .tag {
  color: #ffffff;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.swiper-slide .slider-inner .swiper-content .title-area .title {
  margin-top: 50px;
  color: #fff;
  font-size: 4vw;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 50px;
  /* margin-left: -12px; */
  text-decoration: none;
}

.swiper-slide .slider-inner .swiper-content p.disc {
  font-size: 20px;
  width: 100%;
  margin-top: 15px;
  margin: 20px 0px 40px 0px;
  font-weight: 400;
  line-height: 32px;
  color: #fff;
}

.creative-btn--wrap .creative-slide--btn {
  color: #ffffff;
  margin-left: 18px;
  font-size: 1.4em;
  transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
  font-weight: 400;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  outline: none;
  outline-color: transparent;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden;
}

.creative-btn--circle .circle {
  position: absolute;
  right: calc(100% - 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  clip-path: circle(25% at 50% 50%);
  transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle .circle-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-color: #ffffff;
  will-change: transform;
  transform: scale(0);
  z-index: 1;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1),
    background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon {
  transform: translate(-100%, 0%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--circle .circle-icon .icon-arrow {
  width: 20px;
  height: 20px;
  stroke: none;
  fill: #000;
}

.creative-btn--circle .circle-outline {
  fill: transparent;
  width: 10px;
  stroke: #ffffff;
}

.creative-btn--wrap .creative-slide--btn .creative-btn--label {
  margin-left: 4pt;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn .creative-btn__border {
  position: absolute;
  left: 4pt;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
  transform: translateX(18px);
}

.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
  transform: scale(0, 1);
}

.creative-btn--wrap .creative-slide--btn:hover {
  margin-left: 38px !important;
}

.creative-btn--wrap .creative-slide--btn:hover .circle {
  clip-path: circle(50% at 50% 50%);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
  transform: scale(1, 1);
}

.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
  transform: translate(0%, 0%);
  opacity: 1;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next,
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  bottom: 5%;
  top: unset;
  transform: scale(1);
  transition: all 0.4s;
  background-color: #ffffff00;
  backdrop-filter: blur(20px);
  height: 50px;
  width: 50px;
  line-height: 85px;
  border-radius: 50%;
  transition: all 0.4s;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-next {
  right: 50px;
}

.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  left: 50px;
}

.swiper-container-h .slider-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 80px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1;
}

.swiper-container-h .slider-pagination-area .slide-range {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #ffffff;
  line-height: 0;
  position: absolute;
  font-size: 20px;
}

.swiper-container-h .slider-pagination-area .slide-range.one {
  left: -50px;
}

.swiper-container-h .slider-pagination-area .slide-range.three {
  right: -50px;
}

.swiper-container-h .slider-pagination-area .swiper-pagination {
  bottom: 0 !important;
  width: 500px !important;
}

.swiper-container-h
  .slider-pagination-area
  .swiper-pagination
  .swiper-pagination-progressbar-fill {
  background: #fdb814;
}

.swiper-container-h .swiper-button-next::after {
  content: "\f061";
  font-family: var(--icon-font);
  font-weight: var(--fa-style, 500);
  background: none;
  color: #ffffff;
  font-size: 30px;
}

.swiper-container-h .swiper-button-prev::after {
  content: "\f060";
  font-family: var(--icon-font);
  font-weight: var(--fa-style, 500);
  background: none;
  color: #ffffff;
  font-size: 30px;
}

.swiper-container-h .swiper-button-next:hover,
.swiper-container-h .swiper-button-prev:hover {
  background: #ffffff0d;
}

.swiper-content .title-area {
  width: 70%;
  margin-bottom: calc(var(--section-title-space) 0px);
}

.creative-btn__text {
  /* color: #1e484f; */
  font-weight: 800;
}

.knowmore {
  background: #557c84;
  width: 120%;
  border-radius: 7px;
  padding: 5%;
}

/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    width: 100%;
    text-align: center;
    left: 0;
  }

  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }

  .swiper-container-h .slider-pagination-area {
    width: 200px !important;
  }

  .swiper-container-h .swiper-button-next::after,
  .swiper-container-h .swiper-button-prev::after {
    font-size: 30px;
  }

  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    background: #ffffff3b;
  }

  .swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 200px !important;
  }
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
  .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 51px;
  }

  .swiper-slide .slider-inner .swiper-content .title-area .tag {
    margin-bottom: 0px;
  }

  .swiper-slide .slider-inner .swiper-content p.disc {
    margin: 20px auto 20px auto;
    font-size: 16px;
    width: 95%;
  }

  .swiper-container-h .slider-pagination-area {
    display: none;
  }

  .swiper-slide .slider-inner .swiper-content p.disc br {
    display: none;
  }

  .swiper-slide .slider-inner .swiper-content .title-area {
    width: 100% !important;
  }
}

/*------------------- Full Page Slider End -----------------------------*/

/* =================================== Tablets Media Query ============================================= */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #line2 {
    margin-left: 475px !important;
    margin-top: -335px !important;
  }

  #line1 {
    margin-top: -42% !important;
  }

  #sec2 {
    /*gap: 7px;*/
  }

  #clients-marquee {
    display: none;
  }
}

/* ========================= Larger mobile phones and small tablets Media Query ========================= */
@media only screen and (min-width: 480px) and (max-width: 768px) {
  #line2 {
    margin-left: 59% !important;
  }

  #sec2 {
    gap: 7px;
  }
}

/* ========================== Small Screen Media Query (Small mobile phones) ============================= */
@media only screen and (max-width: 480px) {
  #precastsec {
    display: none;
  }

  #testi {
    gap: 21px !important;
  }

  #line2 {
    margin-left: 59% !important;
    margin-top: -44% !important;
    height: 350px !important;
  }

  #line1 {
    /* margin-left: -61% !important; */
    margin-top: -44% !important;
    height: 350px !important;
  }

  #sec2 {
    gap: 50px;
  }

  #clients-marquee {
    /*display: none;*/
  }

  .team-grid {
    height: 80%;
  }

  .team-grid p {
    font-size: 13px;
    line-height: 1.25;
  }

  .team-grid p img {
    width: 10%;
  }

  #destination-sec {
    margin-top: -27%;
  }

  .destination-content p {
    text-align: center;
    line-height: 27px;
    margin-top: -27% !important;
    font-size: 1.1rem !important;
  }

  .destination-content button {
    margin-left: 25%;
  }

  .marquee-item img {
    padding: 0 0px !important;
  }

  .marquee-item {
    border-radius: 8px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 3px 6px -1px,
      rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
  }

  .marquee {
    overflow: hidden !important;
  }

  .marquee-item img {
    min-width: 57px !important;
  }

  .team-grid h2 {
    font-size: 150% !important;
  }

  #precastsec {
    display: none;
  }
  #companies {
    margin-left: -14% !important;
  }
  #contactRow2 {
    display: none;
  }
  #centermodal img {
    display: none;
  }

  #ytVidSec h2 {
    font-size: 45px !important;
  }
  #ytVidSec h3 {
    font-size: 17px !important;
  }
  #ytVidSec .btn {
    font-size: 13px !important;
  }
  #ytVidSec #vidlink {
    margin-left: 0% !important;
    margin-top: 2% !important;
  }

  #talkExpert {
    padding: 1px 5px !important;
    font-size: 7px !important;
    margin-left: -76% !important;
    margin-top: 26% !important;
  }
  #threecards .card {
    width: 100% !important;
    padding: 10px !important;
  }

  #threecards .card img {
    width: 100% !important;
    height: 50px !important;
  }

  #threecards .btn {
    width: 50% !important;
  }
  #threecards h2 {
    font-size: 27px !important;
  }
  #threecards {
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
  }
  #threecards .row .col-md-4 {
    margin-bottom: 20px; /* Add space between the cards */
  }
  /* .knowmore{
    width: 60% !important;
  } */
  .knowbtn {
    width: 60% !important;
  }

  .creative-fullpage--slider .slider-inner {
    height: 50vh !important;
  }
  .creative-fullpage--slider {
    height: 50vh !important;
  }
  .creative-fullpage--slider img {
    margin-top: -35%;
  }
  .creative-fullpage--slider .disc {
    display: none;
  }
  .creative-fullpage--slider .swiper-content {
    margin-top: 40%;
    /* width: 70%; */
    /* width: 70% !important; */
  }
  .creative-fullpage--slider .swiper-content .squada-one-regular {
    font-size: 40px;
    line-height: 10px !important;
  }
  .knowmore {
    font-size: 15px;
    margin-left: -25%;
    margin-top: 7%;
  }
  .swiper-slide .slider-inner .swiper-content .title-area .title {
    line-height: 25px !important;
  }
  .swiper-slide .slider-inner .swiper-content .title-area {
    width: 85% !important;
    margin-left: 5% !important;
  }
  img.full-screen-image {
    content: url("../img/banner/satkabirlogistics2.jpg");
    object-fit: contain !important;
  }
  img.full-screen-image2 {
    content: url("../img/banner/construction-banner2.jpg");
    object-fit: contain !important;
  }
  img.full-screen-image3 {
    content: url("../img/banner/realtorshome2.jpg");
    object-fit: contain !important;
  }

  /* img.company1 {
    content: url("../img/banner/satkabirlogistics2.jpg");
    object-fit: contain !important;
  }
  img.company2 {
    content: url("../img/banner/construction-banner2.jpg");
    object-fit: contain !important;
  }
  img.company3 {
    content: url("../img/banner/realtorshome2.jpg");
    object-fit: contain !important;
  } */

  .swiper-container-h .swiper-button-next::after,
  .swiper-container-h .swiper-button-prev::after {
    font-size: 15px;
  }
  .creative-fullpage--slider .swiper-container-h .swiper-button-next,
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    height: 35px !important;
    width: 35px !important;
    bottom: 10% !important;
  }

  .services {
    padding: 2% 5% !important;
    width: 80% !important;
    margin-left: 5% !important;
  }
  #companies {
    margin-left: -2% !important;
    overflow: hidden !important;
  }
}
