
html {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    background-color: black;
    scroll-behavior: smooth;

}

body {
    font-family: sans-serif;
    box-sizing: border-box;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    color: white;
    cursor: url('./images/wand.svg'), auto;
}
@font-face {
    font-family: 'Gemerald';  
    src: url('./fonts/Gemerald-rx8B.ttf') format('woff');
  }
@font-face {
    font-family: 'GlamySunriseRegular';  
    src: url('./fonts/GlamySunriseRegular-BWOKl.ttf') format('woff');
  }
  

h1, h2, h3{
  font-family: GlamySunriseRegular;
}

p, ul, li, a{
  font-family: Gemerald;
}

p{
  font-size: 2rem;
}


h1{
  font-size: 5rem;
}

.nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 7rem;
  list-style: none;
  gap: 4rem;
}
.nav__img {
  width: 19rem;
  height: 9rem;
}
.nav__link {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-family: Gemerald;
}
.nav__link:hover {
    background-color: green; /* Background changes to green on hover */
    padding: 10px; /* Add padding to create the box effect */
    box-sizing: border-box;
}

.selected {
  color: #ffd598;
  padding-bottom: 4px;
  border-bottom: 4px solid #ffd598;
  border-radius: 2.5px;
}
.selected:hover {
  color: #ffc56d;
}
.btn {
  color: black;
  background-color: #5be518;
  padding: 1rem 2rem;
  border-radius: 3px;
  box-shadow: 0px 3px 20px #5be518;
}
.btn:hover {
  color: black;
  background-color: #51c916;
}
.our-writers {

  text-align: center;
}
.header {
  color: white;
  background-image: url("./images/Mask\ Group\ 18.png"),
    url("./images/Mask\ Group\ 16.png");
  background-position: left, right;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 15rem 0;

}
.buttons {
  margin: 5rem 0;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
.writers-desc {

  margin: 0 20rem;
}
.header h1 span {
  color: #ffd598;
}


.books-imgs{
  transform: translateY(15%);
}

.books-upper, .books-lower{
  display: flex;
}

.books-upper{
  justify-content: center;
  gap: 70rem;
}
.books-lower{
  justify-content: space-between;
  top: 20rem;
  left: 15rem;
  transform: translateY(-150px);
  
}

.books img {
    width: 25rem;
    margin-right: 100px;
    margin-bottom: 100px; /* Equal spacing between rows */
  }
  


.people {
  margin: 10rem;
}

.name {
  
  background-color: #ffd598;
  color: black;
 
  position: relative;
  top: -2.5rem;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  border: 1px solid #5be518;
  border-radius: 3px;
  transition: all 200ms ease; 
  width: 50%; 
}

.name:hover{
  background-color:#5be518;
  cursor: pointer;
}

.grid-item {
  overflow: hidden;
}

.grid-item img {
  width: 100%;
  height: auto;
  display: block;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 2rem; 
  row-gap: 5rem;
}

.jonathan{
  margin-left: 10rem;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50rem;
}

.jonathan h2{
  font-size: 4rem;
}


.disp-flex{
  display: flex;
  justify-content: space-between;

}

.writer-details{
  color: white;
  position: relative;
  width: 60%;
  text-align: left;
}
.description{
  line-height: 5rem;
  padding-right: 30rem;
}

.disp-grid{
  display: grid;
  grid-template-columns: auto auto;
  position: absolute;
  bottom: 0;
  column-gap: 20rem;
}

.breakdown{
  position: relative;
  padding-bottom: 8rem;
}
.breakdown img{
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-75rem);
}

.grid-item-2 p, .grid-item-3 p{
color: #ffd598;
}

.grid-item-2 p span, .grid-item-3 p span{
  color: white;
}

.disp-grid-2{
  display: grid;
  grid-template-columns: auto auto;
  margin:0 10rem;
  padding-top: 20rem;
}

.grid-item-3 ul p{
  color: white;
}
.grid-item-3 p{
  position: relative;
  font-size: 2rem;
}

.grid-item-3{
  text-align: left;
  width: 80%;
}

.tatti{
  position: absolute;
  left: 60%;
}

.motion{
  background-color: #ffd598;
  display: inline-block;
  width: 1.5rem;
  border-radius: 100%;
  height: 1.5rem;
  margin-right: 1.5rem;
  transform: translateY(3px);
}


.grid-item-3 h1{
  color: white;
  border-bottom: 1px solid #5be518;
}
.list-grid{
  display: grid;
  grid-template-columns: auto auto auto;
  list-style: none;


}

.list-grid-2{
  display: grid;
  grid-template-columns: auto auto;
}

.breakdown{

  background-image: url('./images/Group\ 2070.png');
  background-repeat: no-repeat;
  
}

.pad-btm{
  padding-bottom: 5rem;
}

.clients h1, .partners h1, .original h1{
  font-family: GlamySunriseRegular;
}

.clients, .original{
  text-align: left;
}

.clients p, .partners p, .original p{
  font-family: Gemerald
}



.landing {
    background-image: url("images/Mask\ Group\ 8.gif");
    width: 100%;
    background-size: cover;
    height: 110vh;
    padding-top: 2rem;
}
.landing-fade {
  position: absolute;
  bottom: 3;
  left: 0;
  width: 100%;
  height: 700px; /* Adjust the height as needed */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}

.nav__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7rem;
    list-style: none;
    gap: 4rem;
}

.nav__img {
    width: 19rem;
    height: 9rem;
}

.nav__link {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.75rem;
    font-family: Gemerald;
}

.nav__link:hover {
    background-color: green; /* Background changes to green on hover */
    padding: 10px; /* Add padding to create the box effect */
    box-sizing: border-box;
}

.selected {
    color: #FFD598;
    padding-bottom: 4px;
    border-bottom: 4px solid #FFD598;
    border-radius: 2.5px;
}

.selected:hover {
    color: #ffc56d;
}

.btn {
    color: black;
    background-color: #5BE518;
    padding: 1rem 2rem;
    border-radius: 3px;
    box-shadow: 0px 3px 20px #5BE518;
}

.btn:hover {
    color: black;
    background-color: #51c916;
}

.about__content {
    text-align: center;
    position: absolute;
    width: 70%;
    top: 60%;
    left: 50%;

    transform: translateX(-50%);
    /* padding-bottom: 5rem; */
}

.heading__primary {
  padding-top: 10rem;
  color: white;
  font-size: 6.5rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
    /* letter-spacing: 0.5rem; */
  line-height: 1.5;
  font-weight: 500;
  font-family: Glamy Sunrise;
}


.next {
    display: block;
}

.color2 {
    color: #FFD598;
}

.about__text {
    color: white;
    font-family: Gemerald;
    font-size: 1.8rem;
    line-height: 1.5;

}

.btn--mod {
    display: flex;
    max-width: fit-content;
    flex: 1;
    /* width: 14rem; */
    align-items: left;
    gap: .5rem;
    border-radius: 8px;
    /* max-height: 6rem; */
}

.btn {
    color: black;
    background-color: #5BE518;
    padding: 1rem 2rem;
    border-radius: 3px;
    box-shadow: 0px 3px 20px #5BE518;
}

.btn:hover {
    color: black;
    background-color: #51c916;
}

.buttons {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
    margin-bottom: 7rem;
}

.mission {
    background-image: url("images/Mask\ Group\ 10.png");
    width: 100%;
    background-size: 76%;
    background-position-y:3rem ;
    height: 123vh;
    padding-top: 2rem;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10rem;

    /* margin-bottom: 5rem; */
}

.imagecontainer {
    grid-column: 1;
}

.mission__content {
    margin-top: 25rem;
    grid-column: 2;
}

.text-author-1 {
    color: black;
    margin: 0;
    padding: 0;
    font-family: Gemerald;
    font-size: 3rem;
}

.text-author-2 {
    color: black;
    margin: 0;
    padding: 0;
    font-family: Gemerald;
    font-size: 1rem;

}

.mission__text {
    color: white;
    font-size: 7.5rem;
    /* text-transform: uppercase; */
    margin-bottom: 1.5rem;
    /* letter-spacing: 0.5rem; */
    line-height: 1.5;
    font-weight: 500;
    font-family: Glamy Sunrise;
}

.mission__para {
    width: 80%;
    color: white;
    font-family: Gemerald;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 4rem;

}

.cloud_top-img {
    /* width: 10vw; */
    position: relative;
    height: 38vh;
    opacity: 30%;
    top: -40rem;
    left: 0;
    z-index: 2;
}

.cloud_top-img1 {
    /* width: 10vw; */
    position: relative;
    height: 38vh;
    opacity: 30%;
    top: -40rem;
    left: -75rem;
    z-index: 1;
}

.rect-top-img {
    position: absolute;
    height: 47rem;
    width: 282rem;
    opacity: 100%;
    top: -78rem;
    z-index: 0;
    left: -12rem;
}

.publish__text {
    display: flex;
    justify-content: center;
    padding: 0rem 10rem;
    background-image: url("images/Group\ 2068.png");
    background-repeat: no-repeat;
    background-position: right 4rem ;
    height: 50rem;
    /* background-position-y: bottom; */
}

.successful_para,
.publish_para {
    width: 60%;
    color: white;
    font-family: Gemerald;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 4rem;
}

.publish {
    padding-top: 10rem;
    background-image: url("images/Group\ 2070.png");
    width: 100%;
    background-size: 100%;
    height: 160vh;
}

.card-container {
    padding: 0rem 10rem;
    /* display: grid; */
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5rem;
    justify-items: center;

}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #5BE518;
    background: transparent;
    border-radius: 7px;
    padding: 2rem 3rem;
    color: white;
    /* width: 47rem;
    height: 36rem; */
}

.card:hover {
    background-color: #FFD598;
    color: black;
}

.heading__secondary {
    font-family: Glamy Sunrise;
    margin-bottom: 2rem;
    letter-spacing: 2px;
    font-size: 3rem;
}

.card__text {
    font-family: Gemerald;
    line-height: 1.6;
    font-size: 2rem;
}

.creations__text {
    width: 45%;
    color: white;
    font-family: Gemerald;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 4rem;
}

.btn--mod-2 {
    font-size: 1.35rem;
}

.btn--mod-3 {
    margin-top: 5rem;
    display: inline-block;
}

.creations-2 {
    /* padding: 0rem 12rem; */
    /* height: 70vh; */
    text-align: left;
}

.landing__text {
    font-family: Gemerald;
    font-size: 1.8rem;
    line-height: 1.8;
    text-wrap: wrap;
}

.creations {
    padding: 0rem 12rem;
  height: auto;
    /* margin-top: 28rem; */
    /* background-image: url("images/Group\ 2035.png"); */
    background-position-x: 92rem;
    background-position-y: 1rem;
    background-repeat: no-repeat;
    background-size: 50rem;
}

.pot__books {
    height: 75vh;
    background-image: url("images/Mask\ Group\ 11.png");
    /* background-position-x: 122rem; */
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 65rem;
}

.books {
    height: 61vh;
}

.book--1 {
    transform: translate(47rem, 25rem);

}


.book--2 {
    transform: translate(15rem, 23rem);
}

.book--1,
.book--2 {
    width: 33rem;
    height: 37rem;
}

.agency {
    text-align: center;
}

.agency__landing__text {
    padding: 0rem 15rem;
    font-family: Gemerald;
    font-size: 1.8rem;
    line-height: 1.8;
    text-wrap: pretty;
    margin-bottom: 4rem;
}

.agency .card-container {
    gap: rem;
    padding: 0 14rem;
}

.agency .heading__secondary,
.agency .card__text {
    text-align: left;
}

.art__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80px; /* Fixed width */
  margin: 80 auto; /* Center the element if needed */
  padding: 100px;

}

.ebook {
    padding: 0rem 12rem;
    height: 80vh;
    background-image: url("images/Mask\ Group\ 13.png");
    background-size: 42rem;
    background-repeat: no-repeat;
    background-position-x: 110rem;
    background-position-y: 3rem;

}

.company__text {
    width: 55%;
    color: white;
    font-family: Gemerald;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 4rem;
}


.book--3 {
    transform: translate(42px, 100px);
}

.book {
    /* padding-top: 7rem; */
    width: 33rem;
    height: 37rem;
}

.creations-3 {
    /* padding: 0rem 12rem; */
    height: 30vh;
    text-align: left;
}

.creations-3 .heading__primary {
  padding-top: 10rem;
    text-align: center;
}

.creationpara {
    display: flex;
    flex: 1;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.creationpara p {
    padding-bottom: 10rem;
    width: 75%;
    font-family: Gemerald;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 4rem;
}

.books__2 {
  padding-top: 12rem; /* Reduce the padding-top */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 150vh;
  box-sizing: border-box; /* Include padding in the width calculation */
}

.books__2 img {
  width: calc(18% - 10px); /* Adjust the width as needed */
  margin: 0 3px; /* Add margin to create spacing between images */
}


.loadmore-btn {
    display: flex;
    justify-content: center;
}

.choose {
    padding: 10rem 12rem 5rem 12rem;
    position: relative;
    /* width: 100%; */
    /* width: 100vw; */
}

.choose__text {
  padding-top: 5rem;
    width: 60%;
    color: white;
    font-family: Gemerald;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 4rem;
}

.choose h1, .partners h1, .original h1{
  font-family: GlamySunriseRegular;
}

.choose__img {
    width: 18rem;
    height: 22rem;
    position: absolute;
    right: 0;
}

.choose .card-container {
    padding: 0rem 0rem;
    gap: 5rem
}

.mainfoot {
    padding: 0rem 12rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.mainfoot .landing__text {
    line-height: 4rem;
}

.rightfoot {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 11rem;
}

.quick__links-item {
    color: white;
    text-decoration: none;
    font-size: 1.75rem;
    font-family: Gemerald;
    margin: 2rem 0rem;
}

.quick__links-link:hover {
    color: #FFD598;
}

.quick__links-list {
    list-style: none;
}

ul {
    padding: 0px;
}

a {
    text-decoration: none;
    color: white;
}


.clients {
    padding: 1rem 12rem 5rem 12rem;
    position: relative;
    background-image: url("images/Group\ 2047.png");
    background-position-y: -9rem;
    background-repeat: no-repeat;
    margin-top: -12rem;
  }
  .clients__text {
    width: 60%;
    color: white;
    font-family: Gemerald;
    font-size: 1.8rem;
    line-height: 1.8;
    margin-bottom: 4rem;
  }
  .clients__text-container {
    position: absolute;
    left: 37rem;
    top: 15rem;
    text-align: center;
    transform: rotate(-8.5deg);
  }
  .clients__text--2 {
    width: 60%;
    color: black;
    margin-block: 0.5rem;
  }
  .st {
    margin-block: 0;
    font-size: 2.1rem;
  }
  .clients_top-img {
    width: 98vw;
    height: 15vh;
    transform: translate(-10%, -5%);
  }
  .owl {
    position: absolute;
    top: 17rem;
    right: 1rem;
    z-index: 20;
    width: 40%; /* e.g., 50% or 200px */
    height: auto; /* maintains the aspect ratio of the image */
  }
  
  .clients-img {
    position: relative;
    margin: 0;
    padding: 0;
    height: 75rem;
    width: 100%;
  }
  .paper {
    margin-top: 4rem;
    position: absolute;
    top: -7rem;
    left: 12rem;
  }
  .hat {
    position: absolute;
    right: 2rem;
    bottom: 22rem;
    width: 45rem;
    height: 50rem;
  }
  .circle-cont {
    width: 60%;
    margin-top: 2rem;
  }
  .circle {
    background-color: rgba(0, 0, 0, 0.4);
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 100%;
  }
  .circle-black {
    background-color: black;
  }
  .partners{
    padding: 5rem 12rem 5rem 12rem;
    text-align: center;
  }
  .brands{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 2rem;
  
  }
  .brands img{
    width: 100%;
  }
  .original{
    margin-top: -10rem;
    padding: 0rem 12rem 20rem 12rem;
    background-image: url("images/Mask\ Group\ 7.png");
    background-repeat: no-repeat;
     background-size: 40%;
    background-position-x: right;
    
    /* background-position-y: -10rem; */
  }
  .mod5{
    font-family: Glamy Sunrise;
    font-size: 2.3rem;
    padding:1.5rem 2.4rem;
    margin-right: 1rem;
  }
  .mod6{
    background-color: black;
    color:white;
    box-shadow: none;
    border: 1px solid #5be518;
  }
  .orig-img{
  display: block;
  margin-top: 5rem;
  width: 45%;
  }
  .books-container {
    position: relative;
  }
  
  .books-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px; /* Adjust the height as needed */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(0, 0, 0));
  }
  .carousel-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
  /*.brands {
    display: flex;
    transition: transform 0.5s ease;
  }*/
  
  .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: lightgreen; /* Updated color */
    border: none;
    padding: 10px 20px;
    cursor: pointer;
  }
  
  
  .prev { left: 10px; }
  .next { right: 10px; }
  
  .aboutUsLanding h1, .partners h1, .original h1{
    font-family: GlamySunriseRegular;
  }
  .mission h1, .partners h1, .original h1{
    font-family: GlamySunriseRegular;
  }
  .publish h1, .partners h1, .original h1{
    font-family: GlamySunriseRegular;
  }
  .creations h1, .partners h1, .original h1{
    font-family: GlamySunriseRegular;
  }
  .agency h1, .partners h1, .original h1{
    font-family: GlamySunriseRegular;
  }
  .ebook h1, .partners h1, .original h1{
    font-family: GlamySunriseRegular;
  }
  .creations-3 h1, .partners h1, .original h1{
    font-family: GlamySunriseRegular;
  }


  @media screen and (max-width: 870px) {


    .agency__landing__text {
      padding: 0;
    }

    .creationpara p {
      width: 100%;
    }

    .company__text {
      width: 100%;
    }

    .publish_para {
      width: 80%;
    }

    .books img {
      width: 30rem;
      margin-right: 0;
    }

    .agency .card-container {
      padding: 0;
    }
  }


  .books {
    height: auto;
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .pot__books {
    height: auto;

  }

  .agency__landing__text {
    padding: 0;
  }

  .art__info {
    width: auto;
    flex-wrap: wrap;
    gap: 10px;
  }



@media screen and (max-width: 1100px) {
  .books-container {
    display: flex;
    flex-wrap: wrap;
  }

  .card-container {
    flex-wrap: wrap;
    padding: 0rem 7rem 0rem 0rem;
  }



  .publish__text {
    height: auto;
    padding: 0; 
    background-position: 0;
  }

  .book {
    transform: none;
    width: 30rem;
    height: auto;
  }

  .books__2 img {
    width: 30rem; 
  }

  .books__2 {
    height: auto;
    /* margin-top: 10rem; */
  }

  .mission {
    display: flex;
  }

  .creations .flex {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }

  .creations .flex img {
    width: 100%;
    align-self: center;
  }
  
  .creations .flex div {
    /* max-width: 100%; */
    width: 100%;
  }


  
}

.mission {
  height: auto;
}

.publish {
  height: auto;
}



@media screen and (max-width: 500px) {

  .book {
    width: 30rem!important;
  }

  .books__2 {
    height: auto;
    /* margin-top: 50rem; */
  }

  .btn {
    margin-top: 20px;
  }

  .art__info {

    padding: 0;
  }

  .publish__text {
    background-image: none;
  }


}

.btn {
  display: inline-block;
}



.creations_image {
  max-width: 50%;
  height: auto;
  /* Add any other styles you need for the image */
}

.ebook {
  height: auto;
}

.cont--3 {
  height: auto;
}

.creations-3{
  height: auto;
}