/**************************/
/* HEADER */
/**************************/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #afa88700;
  color: #fff;

  /* Because we want header to be sticky later */
  padding: 0 4.8rem;
  height: 7.2rem;
  position: relative;
}

/* nav and stickly class at the same time */
.nav.sticky {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
}

.logo {
  font-size: 1.8rem;
  font-family: "Playwrite AU SA", cursive;
}

/* .logo {
  height: 2.2rem;
} */

/**************************/
/* NAVIGATION */
/**************************/

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4.8rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

/**************************/
/* HERO SECTION */
/**************************/

/*  */
/*HERO SECTION STYLE CUSTOMIZATION  */
/*  */
.hero-section {
  height: 85vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.582), rgba(0, 0, 0, 0.521)),
    url(img/BaharHeroSectionImageCopy2.jpg);
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -10rem;
  border-bottom: none;
}

.hero-text {
  display: flex;
  flex-direction: column;
  /* text-align: center; */
  align-items: start;
  justify-content: start;
  color: #fff;
}

.hero-description-par {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #ddd;
  font-weight: 400;
  text-align: center;
}
.hero-heading {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-bottom: 2rem;
}
.hero-heading span {
  color: #62a29a;
}

.socials-icons-ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  font-size: 2rem;
  border-bottom: solid 0.1rem #fff;
}

.socials-icon {
  text-decoration: none;
  color: #62a29a;
  font-size: 3.2rem;
}

/* ABOUT ME SECTION COMPONENTS STYLE CUSTOMIZATION */

.about-me-container {
  border-top: solid 0.1rem #62a29a;
}

.about-me-textbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 3.2rem;
  text-align: center;
}

.about-me-heading {
  font-size: 3.2rem;
  font-family: "Playwrite AU SA", cursive;
  color: #afa887;
}
.about-me-description {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.75px;
  text-align: center;
}

.about-me-imagebox {
  padding: 3.2rem;
  justify-self: center;
  align-content: center;
}

.about-me-section-image {
  width: 40rem;
  border-radius: 2.4rem;
}

.gallery-btn-container {
  margin-top: 2.4rem;
}

/* .gallery-btn:link {
  font-size: 2rem;
  background-color: #afa887;
  color: #333;
  border-radius: 0.8rem;
  padding: 1.6rem;
  text-decoration: none;
  transition: all 0.3s;
} */

.gallery-btn:link,
.gallery-btn:visited {
  background-color: #62a29aa1;
  color: #fff;
}

.gallery-btn:hover,
.gallery-btn:active {
  scale: 1.02;
}

/* MY WORK SECTION STYLE CUSTOMIZATION */
.my-work-section {
  /* padding: 6.4rem 0; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  border-top: solid 0.1rem #afa887;
}

.my-work-section-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.my-work-section-heading {
  margin-bottom: 3.2rem;
}

.image-slider {
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 2.6rem;
  width: fit-content;
  margin: auto;
  overflow: hidden;
}

.image-slider img {
  text-align: center;
  height: 50rem;
  width: fit-content;
  border-radius: 2.6rem;
  display: none;
  animation-name: fade;
  animation-duration: 1s;
}

img.displaySlide {
  display: block;
  filter: grayscale(0.6);
}

.image-slider button {
  position: absolute;
  top: 50%;
  padding: 1.2rem;
  font-size: 2rem;
  transform: translateY(-50%);
  border: none;
  border-radius: 0.8rem;
  background-color: #62a29a;
  color: #fff;
  cursor: pointer;
}

.previous {
  left: 1%;
}

.next {
  right: 1%;
}

/* PRICING SECTION STYLE CUSTOMIZATION */
.secton-title-box {
  display: flex;
  flex-direction: column;
  align-items: start;
}

/* CALL TO ACTION SECTION STYLE CUSTOMIZATION */

.call-to-action-section-title-box {
  display: flex;
  flex-direction: column;
  align-items: end;
}

.call-to-action-heading {
  margin-bottom: 2rem;
}

.call-to-action-container {
  padding: 4.8rem;
  border: solid 0.5rem #62a29a;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.call-to-action-textbox {
  display: flex;
  gap: 1.6rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.call-to-action-heading-terniary {
  color: #62a29a;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.call-to-action-description {
  font-size: 1.8rem;
  letter-spacing: 0.5px;
  text-align: center;
  color: #1e1e1e;
}

.call-to-action-imagebox {
  grid-column: 2/4;
  height: 40rem;
  background-image: linear-gradient(
      rgba(160, 147, 147, 0.582),
      rgba(0, 0, 0, 0.521)
    ),
    url(img/callToActionClearImageBahar.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom-left-radius: 60rem;
}

.call-to-action-socials-container {
  border-bottom: solid 0.1rem #62a29a;
}

.call-to-action-socials-ul {
  font-size: 3rem;
  color: #afa887;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.call-to-action-icons {
  color: #62a29a;
}

.no-scroll {
  overflow: hidden;
}
