.about-section {
  background-image: url("./images/ksa-h.png");
  background-color: rgba(0, 0, 0, 0.7);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-section h2 {
  font-size: 48px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
}

.about-2 {
  height: 100%;
  width: 100vw;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.about-sec {
  padding: 80px 120px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 80px;
}

@media (max-width: 768px) {
  .about-sec {
    padding: 80px 0px;
  }
  .about-2a h2 {
    font-size: 24px !important;
  }

  .about-2a p {
    font-size: 18px !important;
  }
  .about-2a ul {
    padding-left: 10px !important;
  }

  .about-2a ul li {
    font-size: 16px !important;
  }
  .aa {
    flex-direction: column-reverse !important;
  }

  .about-2a img {
    height: 300px !important;
  }

  .about-2a {
    gap: 20px;
  }
}

.about-2a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 80px;
}

.about-2a h2 {
  font-size: 28px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
  padding-bottom: 20px;
  line-height: 32px;
}

.about-2a p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-align: left;
  margin: 0 !important;
}

.contentab {
  width: 100%;
}

/* doted list */
.about-2a ul {
  list-style: disc;
  padding: 0;
  margin: 0;
}

.ie img {
  width: 40%;
}

.aa img {
  width: 50%;
}

.about-2a ul li {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-align: left;
  margin: 0 !important;
}

.about-2a img {
  height: 500px;
  /* width: 40%; */
  /* max-width: 500px; */
  object-fit: contain;
  /* border-radius: 50%; */
}

/* image about */

.mid1 {
  position: relative;
  width: 100%;
  height: 100%;
  top: 5px;
}

.mid2 {
  position: relative;
  width: 100%;
  height: 100%;
  top: -5px;
}

.image-about-3 {
  height: 100%;
  width: 100vw;

  margin: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.image-about-3 h2 {
  font-size: 48px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
  padding-bottom: 120px;
  line-height: 32px;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.image-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* margin: 20px 0; */
  width: 100%;
}

.image-col {
  flex: 1;

  position: relative;

  display: flex;
  flex-direction: column;
  /* height: 300px; */
  justify-content: flex-end;

  overflow: hidden;
}

.image-col img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: top !important;
  transition: transform 0.3s ease-in-out;
}

.image-col:hover img {
  transform: scale(1.05);
}

.image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0) 100%
  );
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}

.image-text h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  font-family: hanson, sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 20px;
}

.image-text p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: left;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .image-about-3 h2 {
    font-size: 36px;
    /* padding-bottom: 60px; */
  }

  .image-col {
    height: 250px !important;
  }

  .image-col img {
    height: 100% !important;
  }

  .image-text h3 {
    font-size: 10px !important;
    margin-top: 10px;
  }

  .image-text p {
    font-size: 10px !important;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .image-about-3 h2 {
    font-size: 24px;
    /* padding-bottom: 40px; */
  }

  /* .image-col {
    height: 150px;
  } */

  .image-text h3 {
    font-size: 18px;
    margin-top: 5px;
  }

  .image-text p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

/* slide */

/* img */
.bgwhy {
  height: 100%;
  width: 100vw;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: auto;
  position: relative;
  z-index: 1;
  /* border-radius: 50%; */
}

.slider-wrap {
  height: 50vh;
  width: 100%;
  /* background-color: blueviolet; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider {
  width: 90%;
  margin: 20px auto;
  text-align: center;
  padding: 20px;
  color: #fff;
}

.slider .parent-slide {
  padding: 15px;
}

.slider .slide {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}

.slider img {
  display: block;
  margin: auto;
  width: 100px;
  height: 100%;
  object-fit: cover;
}

.slider h1 {
  font-size: 24px;
  font-weight: 600;
  font-family: hanson, sans-serif;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.slider p {
  width: 80% !important;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-align: center !important;
  margin-bottom: 20px;
  color: #fff !important;
}

.slick-dots {
  left: 0;
}

.whyattend {
  height: 100%;
  width: 100vw;
  position: relative;
  margin: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.connectwus {
  width: 100%;
  height: 100%;
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8%;
}

.connectwus .cnus {
  width: 40%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.connectwus .cnus iframe {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cnus .logo {
  margin-bottom: 25px;
}

.whyattendo {
  height: 100%;
  width: 100vw;
  position: relative;
  margin: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.whyattendo h2 {
  font-size: 48px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
  padding-bottom: 80px;
  line-height: 32px;
}

.whyattendo p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-align: left;
  margin: 0 !important;
  width: 80%;
}

.adspending {
  background-image: url(./images/ksa-h.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.adspending .counter-block {
  background: rgba(0, 0, 0, 0.65);
}

.adspending h2 {
  font-size: 44px;
}

.adspending .countsm {
  align-items: flex-start;
  padding-top: 100px;
}

.adspending .count {
  width: 20%;
}

.adspending p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #fff;
  text-align: left;
}

.adspending .countsm {
  background-color: transparent !important;
}

.adspending .blk {
  background: #000;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .adspending .count {
    width: 80%;
  }
  .connectwus {
    flex-direction: column;
  }
  .slider-wrap {
    height: auto;
    margin-top: 50px;
  }

  .slider {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .slider h1 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .slider p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .slider img {
    width: 80px;
  }

  .whyattendo h2 {
    font-size: 36px;
    padding-bottom: 40px;
    text-align: center !important;
  }

  .whyattendo p {
    font-size: 18px;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .slider-wrap {
    margin-top: 30px;
  }

  .slider h1 {
    font-size: 16px !important;
    margin-bottom: 5px;
    margin-top: 5px;
  }

  .slider p {
    font-size: 10px !important;
    margin-bottom: 5px;
  }

  .slider img {
    width: 40px !important;
  }
  .slick-next {
    right: 4px !important;
  }

  .slick-prev {
    left: 4px !important;
  }

  .whyattendo h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .whyattendo p {
    font-size: 16px;
    width: 100%;
  }
}

/* sec 5 */

/* #tost {
    transform: rotate(-7deg) scale(1.3);
    transition: transform 1.2s ease !important;
    width: 100%;
    height: 100%;
  }

  #tost.active {
    transform: rotate(0deg) scale(1) !important;
  } */

.whatsin {
  height: 100%;
  width: 100vw;
  position: relative;
  margin: 120px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#tost {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);

  background-image: linear-gradient(to left, #51f575, #06f4da);
  transition: all 1.2s ease !important;
}

#tost.active {
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
}

.wgd {
  height: 15vh;
  width: 100%;
  margin-top: 15vh;
}

.whatsin h2 {
  font-size: 48px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
  /* padding-bottom: 20px; */
  line-height: 32px;
  text-align: left;
}
.wif {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#lado-esquerdo {
  margin: 20px 0px;
  height: 65vh;
  width: 100%;
  overflow: hidden;
}

.wifnav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
}

.whatsin a {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  font-size: 24px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;

  line-height: 32px;
  text-align: left;
  text-align: center;
}

.whatsin a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0;
  height: 5px;
  background-color: #fff;
  transition: width 0.3s ease-in-out;
}

.win {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  gap: 80px;
}

/* doted list */
.win ul {
  list-style: disc;
  padding: 0;
  margin: 0;
}

.win img {
  width: 40%;
}

.win ul li {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000;
  text-align: left;
  margin: 0 !important;
}

.win img {
  /* height: 65vh; */
  /* width: 40%; */
  /* max-width: 500px; */
  object-fit: contain;
  /* border-radius: 50%; */
}

.conteudo {
  height: 65vh;
  width: calc(100vw - 240px);
  position: absolute;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.32s;
}

#lado-esquerdo.home .conteudo-home,
#lado-esquerdo.servicos .conteudo-servicos,
#lado-esquerdo.sobre .conteudo-sobre {
  transform: none;
  opacity: 1;
  transition: transform 0.3s 0.23s, opacity 0.3s 0.23s;
}

#lado-nav.home .wil1,
#lado-nav.servicos .wil2,
#lado-nav.sobre .wil3 {
  color: #fff;
  position: relative;
}
#lado-nav.home .wil1::after,
#lado-nav.servicos .wil2::after,
#lado-nav.sobre .wil3::after {
  width: 100%;
}

/* sec 5 */

.whatof {
  height: 100%;
  width: 100vw;
  position: relative;
  margin-top: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.whatof h2 {
  font-size: 48px;
  font-family: Hanson, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000;
  padding-bottom: 80px;
  line-height: 32px;
  text-align: left;
}

.whatof-sec {
  background-image: url(./images/offer-02.jpg);

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
  padding: 80px 120px;
  display: flex;
  justify-content: center;
  align-items: center;

  flex-wrap: wrap;
}

.whatof-sec img {
  width: 30%;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .about-2a {
    flex-direction: column;
  }
  .slider-wrap {
    height: 100vh;
  }
  .slider {
    width: 100%;
  }
  .slider img {
    width: 80px;
  }
  .slider h1 {
    font-size: 20px;
  }
  .slider p {
    font-size: 16px;
  }
  .whatsin h2 {
    font-size: 24px;
  }
  .whatsin a {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .win img {
    width: 50%;
  }

  .about-sec {
    gap: 20px;
  }

  .win ul {
    padding: 0 30px;
    list-style: disc;
  }

  .win ul li {
    font-size: 16px;
    line-height: 32px !important;
  }
  .win {
    flex-direction: column;
    width: 100vw;
    height: 100%;
  }
  .whatof-sec {
    height: 100%;
    padding: 20px !important;
  }
  .whatof h2 {
    font-size: 24px;
  }
  .whyattendo h2 {
    font-size: 24px;
  }
  .image-about-3 h2 {
    font-size: 24px;
  }
  .whatof-sec img {
    width: 50%;
  }
  .wifnav {
    flex-direction: column;
    padding-bottom: 0px !important;
  }

  #tost.active {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  }
  #tost {
    height: 120% !important;
  }

  .ie img {
    width: 100%;
  }
  .aa img {
    width: 100%;
  }
  .about-2a {
    padding: 20px;
  }

  .slick-prev i {
    font-size: 1rem !important;
  }

  .slick-next i {
    font-size: 1rem !important;
  }
}
.slick-prev:before,
.slick-next:before {
  content: none !important;
}

.slick-prev i {
  font-size: 2.5rem;
  color: #fff;
}

.slick-next i {
  font-size: 2.5rem;
  color: #fff;
}
