* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}
body {
  background-color: #efefef;
  position: relative;
}

/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */

.first-section1 {
  position: relative;
  min-height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.56)),
    url(../BackgroundPicturesResized/dubai-s-stunning-skyline-wallpaper.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.8rem;
  text-decoration: none;
  list-style: none;
}

.menu-item a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.main-heading {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50%;
  /* transform: translateY(-50%); */
  text-align: center;
  width: 100%;
}

.main-heading-text {
  font-size: 6.4rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
  display: block;
  line-height: 6.4rem;
}

.heading-text2 {
  color: rgb(173, 146, 113);
  font-size: 4.8rem;
}

/* .main-heading-btn {
  border: none;
  background-color: none;
  background: none;
  outline: 0.2rem solid white;
  padding: 1.8rem 4.8rem;
  font-size: 1.8rem;
  margin-top: 2.4rem;
  color: #fff;
} */

.main-heading-btn {
  width: 30rem;
  padding: 2.4rem 0;
  text-align: center;
  margin: 20px 10px;
  font-weight: 500;
  box-shadow: inset 0 0 0 0.3rem rgb(255, 255, 255);
  background: transparent;
  color: #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: none;
  transition: all 0.5s;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0.2rem;
  border-top-left-radius: 6.4rem;
  border-bottom-right-radius: 6.4rem;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.main-heading-btn-span-text {
}

.main-heading-btn-span {
  background-color: rgb(255, 255, 255);
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all 0.5s;
}

.main-heading-btn:hover .main-heading-btn-span {
  width: 100%;
}

.main-heading-btn:hover {
  box-shadow: none;
  color: #000;
  transform: scale(1.05);
}

.burger-icon-menu {
  display: none;
}

.menu-item {
  display: block;
}

/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* section 2 */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */

.box-cards {
  color: #000;
  max-width: 160rem;
  margin: auto;
}
.boxes {
  background-color: rgb(255, 255, 255);
  text-align: center;
  padding: 3.2rem;
  padding-top: 4.8rem;
  width: 25%;
  position: relative;
  box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  width: 100%;
  /* border-bottom-left-radius: 1.2rem; */
  /* border-bottom-right-radius: 1.2rem; */
}
.boxes h1 {
  font-size: 2.8rem;
  margin-top: 3.6rem;
}

.boxes:hover {
  transform: scale(1.03);
}

.boxes div {
  display: inline-block;
  padding: 6.4rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -4.8rem;
}
.boxes p {
  font-size: 1.8rem;
  margin-top: 1.2rem;
}

.box1 div {
  background: url(../BackgroundPicturesResized/BoxPictures/clock-core.webp);
  background-size: cover;
}

.box2 div {
  background: url(../BackgroundPicturesResized/BoxPictures/idea-core.webp);
  background-size: cover;
}

.box3 div {
  background: url(../BackgroundPicturesResized/BoxPictures/design-core.webp);
  background-size: cover;
}

.box3 {
  color: #fff;
  background-color: #161616;
}

.box-container {
  display: flex;
  gap: 3.6rem;
  justify-content: center;
  position: absolute;
  top: -4.8rem;
  margin: 0 3.2rem;
}

.box-cards {
  position: relative;
}

.box-containerv2 {
  display: flex;
  gap: 2.8rem;
  justify-content: center;
  margin: 0 12rem;
  position: relative;
  visibility: hidden;
  background-color: rebeccapurple;
  margin-bottom: 3.2rem;
  padding-bottom: 3.2rem;
}

/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* section 3 */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */

.third-section {
  min-height: 64rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.56)),
    url(../BackgroundPicturesResized/ServicesImage.webp);
  position: relative;
  background-size: cover;
  background-position: bottom;
}

.third-section div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 50%;
}

.forth-section-div h4 {
  font-size: 2.8rem;
  margin-bottom: 0.8rem;
  color: #ac9273;
}
.forth-section-div h1 {
  font-size: 3.6rem;
  margin-bottom: 2.4rem;
  color: #fff;
}
.forth-section-div p {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #fff;
  margin: 0 2.4rem;
  max-width: 86rem;
}

.double-section {
  /* margin-top: 6.4rem; */
}

/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* section 5 */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */

.fifth-section {
  /* margin-top: 6.4rem; */
  margin-bottom: 20rem;
  min-height: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fifth-section-flex {
  margin: 0 3.2rem;
  width: 180rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  color: #000;
}

.achievement h1 {
  font-size: 3.6rem;
  width: 100%;
}

.achievement p {
  width: 100%;
  font-size: 1.6rem;
}

.achievement {
  transition: all 0.3s;
  width: 33%;
}

.achievement:hover {
  transform: scale(1.1);
}

/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* section 6 */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */

.sixth-section {
  display: grid;
  grid-template-columns: 2fr 1.5fr 1.5fr;
  gap: 2.8rem;
  padding: 6.4rem 6.4rem;
  color: #000;
  background-color: #efefef;
  max-width: 180rem;
  margin: 0 auto;
  padding-bottom: 18rem;
}

.cards-pricing {
  display: contents;
}

.price-card {
  border-radius: 1.2rem;
}

.price-card h1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 3.2rem;
}

.price-card p {
  font-size: 1.8em;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}

.price-card a {
  background: #000000;
  color: #fff;
  border: none;
  padding: 1.8rem 3.2rem;
  cursor: pointer;
  margin-top: 2.4rem;
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
}

.price1 {
  align-content: center;
  padding: 3.2rem;
}

.price2 {
  box-shadow: 0px 0px 1.4rem rgba(0, 0, 0, 0.2);
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s;
}

.price2:hover {
  transform: translateY(-2.5%);
}

.price3 {
  box-shadow: 0px 0px 1.4rem rgba(0, 0, 0, 0.2);
  padding: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s;
}

.price3:hover {
  transform: translateY(-2.5%);
}

.price-card-item {
  border-bottom: 1px solid #333333;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 1.4rem;
  margin-bottom: 1.4rem;
}

.price-card-item div:nth-child(2) {
  color: #ac9273;
}

.price-card-item:last-child {
  border: none;
}

.price1 h1 {
  font-size: 4rem;
}

.price1 h2 {
  width: 100%;
  font-size: 3.6rem;
  margin-top: 2.4rem;
  color: #ac9273;
  font-weight: 400;
}
.price-card h3 {
  font-size: 4.8rem;
  font-weight: 700;
  width: 100%;
}

.price-card span {
  font-size: 1.6rem;
  margin-top: -0.4rem;
}

.price-card-item-icon {
  font-size: 1.8rem;
  width: 15%;
  /* text-align: left; */
}
.price-card-item-heading {
  font-size: 1.8rem;
  width: 85%;
}

.price-card a {
  border-radius: 0.8rem;
  transition: all 0.3s;
  font-size: 1.6rem;
  font-weight: 600;
}

.price-card a:hover {
  transform: scale(1.05);
}

.price-card-list {
}

.price-card-item div {
}

.price-card-list span {
}

.price-card-list button {
}

.price-card {
}

/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* section 6 v2 */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */

.section-sixthv2 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(15, 3, 27, 0.45)),
    url(../BackgroundPicturesResized/pricingbackgroudn.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 64rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.price-cardv2 {
  max-width: 76rem;
  /* background-color: red; */
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.2rem;
}

.price-cardv2 h2 {
  font-size: 2.8rem;
  color: #ac9273;
  text-align: center;
}

.price-cardv2 h1 {
  text-align: center;
}

.price-cardv2 a {
  border-radius: 0.8rem;
  transition: all 0.3s;
  font-size: 1.6rem;
  font-weight: 600;
}

.price-cardv2 p {
  font-size: 1.8em;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  text-align: center;
}

.price-cardv2 h1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
  font-weight: 600;
  /* width: 100%; */
  margin-bottom: 3.2rem;
}

.price-cardv2 a:hover {
  transform: scale(1.05);
}

.price-cardv2 a {
  background: #ffffff;
  color: #000000;
  border: none;
  padding: 1.8rem 3.2rem;
  cursor: pointer;
  margin-top: 2.4rem;
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
}

.box-section3-slider {
  height: 18rem;
  width: 3.2rem;
  /* background-color: red; */
  position: absolute;
  top: -18rem;
  visibility: hidden;
  /* left: -50%; */
}

.box-section3-sliderv2 {
  height: 6rem;
  width: 3.2rem;
  /* background-color: red; */
  position: absolute;
  top: -6rem;
  visibility: hidden;
  /* left: -50%; */
}

/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* section 7 */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */
/* /////////////////////////////////////////// */

.youtube-video-part {
  height: 100%;
  border-bottom-left-radius: 1.8rem;
  border-bottom-right-radius: 1.8rem;
  overflow: hidden;
}
