:root {
  --primary-text: #c6a95f;
  --secondary-text: #d4b754;
  --white-text-white: #ffffff;
  --black-text-black: #000000;
  /* --gray-text: #464646;
    --light-white: #c8c8c8; */
}

* {
  margin: 0;
  color: white;
}

a {
  text-decoration: none;
}

body {
  background-color: #0f0f0f;
  font-family: "Poppins", sans-serif;
}

.closebutton {
  background: transparent;
  border: none;
  margin-bottom: 20px;
}

.container {
  width: 90%;
}

#poupmenu {
  background-color: #0f0f0f;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000000;
  display: none;
}

#poupmenu ul {
  list-style: none;
  margin-top: 100px;
}

#poupmenu li {
  list-style: none;
  font-size: 15px;
  margin-bottom: 20px;
}

.float {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 40px;
  right: 40px;
  background: transparent;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  /* box-shadow: 2px 2px 3px #999; */
  z-index: 10000;
}

.my-float {
  margin-top: 16px;
}

.header {
  width: 100%;
  height: 100vh;
  background: url(/dubaiimage.webp);
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.aboutus {
  margin-bottom: 50px;
  width: 100%;
}

.header-fullslide {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-wrapper {
  width: 100%;
  height: 100%;
  background: url(/burj.webp);
  background-size: cover;
  position: absolute;
  z-index: 100;
}

.header-inside {
  width: 90%;

  position: relative;
}

nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: white;
  margin: 20px 0;
  align-items: top;
  position: absolute;
  z-index: 1000;
}

.navbar ul {
  margin-top: 50px;
  list-style: none;
  display: flex;
  gap: 30px;
  align-items: center;
}

.navbar button {
  background-color: #c6a95f;
  padding: 15px;
  color: white;
  border: none;
  border-radius: 10px;
}

.logo img {
  width: 200px;
}

.heading-section {
  color: white;
  height: 100vh;
  width: 100%;
}

.heading {
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  gap: 20px;
}

.hamburger{
  margin-top: 50px;
}

.slidehead {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
}

.slidehead {
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
.slidehead::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.slides {
  width: 100%;
  display: flex;
  justify-content: center;
  scroll-snap-align: start;
}

.one {
  background-color: #0f0f0f;
}

.about-flex {
  display: flex;
  align-items: center;
}

.about-us-content {
  margin-top: 50px;
  width: 100%;
  /* line-height: 2rem; */
  padding-left: 50px;
}

.about-us-content h2 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #c6a95f;
}

.about-us-content h3 {
  padding-top: 20px;
}

.about-us-content p {
  font-size: 20px;
  color: #858585;
  text-align: justify;
}

.about-us-content button {
  background-color: #c6a95f;
  padding: 15px;
  color: white;
  border: none;
  border-radius: 10px;
  margin-top: 30px;
}

.aboutus-img {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}

.aboutus-img img {
  width: 70%;
  height: 100%;
}

.mission-vision {
  background-color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}

.missionflex {
  display: flex;
  gap: 100px;
}

.mission {
  width: 50%;
}

.vision {
  width: 50%;
}

.mission div {
  background: #0f0f0f;
  padding: 50px;
  border-radius: 10px;
  text-align: justify;
}

.vision div {
  background: #0f0f0f;
  padding: 50px;
  border-radius: 10px;
  text-align: justify;
}

.missionflex h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 400;
}

.missionflex p {
  color: #858585;
}

.ceo-notes {
  background: url(/dubai2.webp);
  background-size: cover;
  position: relative;
  height: 150vh;
  display: flex;
  justify-content: center;
}

.ceo-notes img {
  position: absolute;
  bottom: 0;
  width: 600px;
  left: 5%;
  bottom: 0;
}

.notes {
  display: flex;
  gap: 20px;
}

.notesimg {
  width: 20%;
}

.notes-content {
  width: 80%;
  padding: 30px;
  padding-left: 20%;
  background-color: #c6a95f;
  border-radius: 20px;
  text-align: justify;
}

.ceo-flex {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.notes h2 {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: 1 0px;
  font-weight: 400;
}

.notes h3 {
  margin: 20px;
  font-size: 30px;
}

.members {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.headingsmember {
  margin: 50px;
}

.members section {
  margin-bottom: 20px;
}

.members section h3 {
  font-size: 25px;
  color: #c6a95f;
}

.initiatives {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #000000;
  padding-bottom: 50px;
  margin-top: 50px;
  
}

.initiatives section h3 {
  font-size: 40px;
  margin: 20px;
  color: #c6a95f;
}

#responsible-sourcing{
  display: flex;
  gap: 100px;
  margin-bottom: 100px;
}

#responsible-sourcing div{
  width: 60%;
  font-size: 20px;
}



#responsible-sourcing img{
  width: 40%;
}

#responsible-sourcing li{
  margin-bottom: 20px;
}
#aml-cft{
  display: flex;
  gap: 100px;
  margin-bottom: 100px;
}


#aml-cft div{
  width: 60%;
  font-size: 20px;
}

#aml-cft img{
  width: 40%;
}

#aml-cft li{
  margin-bottom: 20px;
}
#industry-education{
  display: flex;
  gap: 100px;
  margin-bottom: 100px;
}

#industry-education div{
  width: 60%;
  font-size: 20px;
}

#industry-education img{
  width: 40%;
}

#industry-education li{
  margin-bottom: 20px;
}


.news{
  margin: 100px 0;
}

.news p{
  font-size: 30px;
  color: #858585;
  margin-top: 40px
}

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Outfit:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}

.container-test {
  width: 100%;
  /* max-width: 1140px; */
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.section-title {

  text-align: center;
  font-size: 30px;

  font-weight: bold;
  font-style: normal;
  line-height: 48px;
  position: relative;
  margin-bottom: 52px;
}


.section-title::after {
  left: unset;
  right: 25%;
}
.testimonial-section {
  padding-top: 82px;
  padding-bottom: 72px;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  border-radius: 40px;
  padding: 30px 23px;
  background: var(--primary-text);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 15px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 15px)
  );
  background: #d9d9d9;
  background: #504b4b;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -4px);
}

.swiper-pagination-bullet-active {
  background: var(--primary-text);
}

.swiper.testimonial-wrapper {
  padding-top: 59px;
  padding-bottom: 60px;
}

.testimonial-items .testimonial-text {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;

  font-weight: normal;
  font-style: normal;
  max-width: 330px;
  margin-bottom: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.testimonial-items .testimonial-title {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 35px;
  position: relative;
}

.testimonial-items .testimonial-title::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 9px;
  width: 20px;
  height: 1px;
  
}

.testimonial-img {
  position: relative;
  width: 100px;
  height: 100px;
  height: 70px;
}

.testimonial-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial-img.tm-img-1::before {
  background-image: url(/img/director/anushman.webp);
}

.testimonial-img.tm-img-2::before {
  background-image: url(/img/director/harish.webp);
}

.testimonial-img.tm-img-3::before {
  background-image: url(/img/director/essa.webp);
}

/* media query  */
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 24px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 24px)
    );
  }
  .section-title::before,
  .section-title::after {
    width: 141px;
  }

  /*   .section-title::before,
  .section-title::after {
    left: 25%;
  }
  .section-title::after {
    right: 25%;
  } */
}

/* media query  */
@media screen and (min-width: 768px) {
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 24px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 24px)
    );
  }
  .section-title::before,
  .section-title::after {
    width: 141px;
  }

  /*   .section-title::before,
  .section-title::after {
    left: 25%;
  }
  .section-title::after {
    right: 25%;
  } */
}

.getintouch {
  margin-bottom: 50px;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.getintouchheading {
  text-align: center;
}

.getintouchheading h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.contactflex {
  display: flex;
  gap: 30px;
  margin-top: 50px;
}

.contact-form {
  width: 50%;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form input {
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  padding: 10px;
  background: #000000;
  border: none;
  font-family: poppins;
}

.contact-form textarea {
  height: 300px;
  font-size: 18px;
  padding: 10px;
  font-family: poppins;
  background: #000000;
  border: none;
}

.map {
  width: 50%;

  background-color: black;
}

footer {
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}

.footerflex {
  display: flex;
  justify-content: space-between;
}

.important-link ul {
  list-style: none;
  padding: 0;
}

.important-link h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.important-link li {
  margin-bottom: 20px;
}

.contactdetails ul {
  list-style: none;
  padding: 0;
}

.contactdetails li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}

.contactdetails h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 20px;
}

.bottomfooter {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottomfooter div {
  color: #aaaaaa;
  font-size: 16px;
}

.socialmedia {
  display: flex;
  gap: 40px;
}

.socialmedia img {
  width: 30px;
  height: auto;
}

.logoatbottom {
  width: 60px;
}

.bottomfooter div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.heading2{
  display: flex;
  justify-content: center;
  font-size: 20px;
}

.bottomfooter strong {
  color: #000000;
}

@media screen and (min-width: 321px) and (max-width: 768px) {
  .header {
    height: 100vh;
  }

  .heading2 h2 {
    font-size: 25px;
    font-weight: 400;
}

  .mission {
    width: 100%;
  }

  .news p{
    font-size: 18px;
  }

  .vision {
    width: 100%;
  }

  .logoatbottom {
    width: 40px;
  }

  .poupmenu li {
    font-size: 15px;
  }

  .heading img {
    width: 50px;
  }

  .logo img {
    width: 100px;
  }

  .navbar {
    display: none;
  }

  .hamburger {
    width: 50px;
    
    background-color: #00000049;
    padding: 10px;
    border-radius: 50%;
  }

  .closebtn {
    width: 30px;
    background-color: #00000049;
    padding: 10px;
    border-radius: 50%;
  }

  .heading {
    font-size: 20px;
    height: 100vh;
  }

  .heading h1 {
    font-weight: 500;
  }

  .about-flex {
    flex-direction: column;
  }

  .about-us-content {
    width: 100%;
  }

  .about-us-content h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .about-us-content p {
    font-size: 15px;
    line-height: 22px;
  }

  .about-us-content button {
    padding: 12px;
    font-size: 12px;
  }

  .aboutus-img {
    width: 100%;
    margin: 50px 0;
  }

  .missionflex {
    flex-direction: column;
    gap: 20px;
  }
  .ceo-flex {
    align-items: start;
  }

  .ceo-notes {
    height: 300vh;
  }

  .mission div {
    padding: 20px;
  }

  .vision div {
    padding: 20px;
  }

  .slides {
    height: fit-content;
    margin: 100px 0;
  }

  .aboutus-img img {
    width: 100%;
  }

  .mission-vision {
    padding: 50px 0;
  }

  .mission-vision h2 {
    font-size: 20px;
  }

  .mission-vision p {
    font-size: 15px;
    line-height: 22px;
  }

  .ceo-notes img {
    width: 320px;
    left: 0;
  }

  .notes {
    padding: 20px;
    background-color: #c6a95f;
    flex-direction: column;
    width: 95%;
  }

  .notes-content {
    padding: 0;
    width: 100%;
  }

  .notes-content h2 {
    font-size: 25px;
  }

  .notes-content p {
    font-size: 15px;
    line-height: 22px;
  }

  .contactflex {
    flex-direction: column;
  }

  .contact-form {
    width: 100%;
  }

  #responsible-sourcing{
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-bottom: 100px;
  }
  
  #responsible-sourcing div{
    width: 100%;
    font-size: 20px;
  }
  
  
  
  #responsible-sourcing img{
    width: 100%;
  }
  
  #responsible-sourcing li{
    margin-bottom: 20px;
  }
  #aml-cft{
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-bottom: 100px;
  }
  
  
  #aml-cft div{
    width: 100%;
    font-size: 20px;
  }
  
  #aml-cft img{
    width: 100%;
  }
  
  #aml-cft li{
    margin-bottom: 20px;
  }
  #industry-education{
    display: flex;
    flex-direction: column;
    gap: 100px;
    margin-bottom: 100px;
  }
  
  #industry-education div{
    width: 100%;
    font-size: 20px;
  }
  
  #industry-education img{
    width: 100%;
  }
  
  #industry-education li{
    margin-bottom: 20px;
  }

  .getintouch {
    height: fit-content;
    margin: 0 0;
  }

  .map {
    width: 100%;
    height: 300px;
  }

  .footerflex {
    flex-direction: column;
  }

  .bottomfooter {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .getintouchheading h2 {
    font-size: 25px;
    font-weight: 400;
  }

  .getintouchheading p {
    font-size: 13px;
    line-height: 22px;
  }

  .contact-form input {
    
    font-size: 14px;
    margin-bottom: 12px;
  }

  .contact-form textarea {
    height: 200px;
    font-size: 14px;
  }

  .important-link h4 {
    font-size: 22px;
  }

  .contactdetails h4 {
    font-size: 22px;
  }

  .contactdetails li {
    font-size: 14px;
  }

  .important-link li {
    font-size: 14px;
  }

  .footerflex {
    gap: 25px;
  }

  .bottomfooter {
    height: 50px;
    align-items: center;
  }

  .bottomfooter div {
    font-size: 10px;
  }

  .getintouchheading {
    width: 85%;
  }
  .float img {
    width: 40px;
  }

  .closebutton img {
    width: 20px;
  }

  .aboutus-img {
    display: none;
  }
}


@media screen and (min-width: 420px) and (max-width: 768px) {
  .ceo-notes {
    height: 200vh;
}
}