/*@font-face {
  font-family: 'Custom1';
  src: local("DSChocolade.ttf");
}*/

@import url('https://fonts.googleapis.com/css2?family=Caladea:ital,wght@0,400;0,700;1,400;1,700&family=DynaPuff:wght@400..700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  font-family: "Caladea", serif;
  /*font-family: Georgia, 'Times New Roman', Times, serif;*/
}

body{
  background-image: linear-gradient(#c3d806c7,  #c3d806c7, #c3d806c7, #c3d806c7, #c3d806c7, #c3d806c7);
  margin: 0;
  /*background-image: #c3d806a2;*/
  /*background: #1f1f1f;*/
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.caladea-regular {
  font-family: "Caladea", serif;
  font-weight: 400;
  font-style: normal;
}

.caladea-bold {
  font-family: "Caladea", serif;
  font-weight: 700;
  font-style: normal;
}

.caladea-regular-italic {
  font-family: "Caladea", serif;
  font-weight: 400;
  font-style: italic;
}

.caladea-bold-italic {
  font-family: "Caladea", serif;
  font-weight: 700;
  font-style: italic;
}

.dynapuff{
  font-family: "DynaPuff", system-ui;
  font-optical-sizing: auto;
  font-weight: 400px;
  font-style: normal;
  font-variation-settings:
    "width" 100;
}

.header {
  min-height: 115vh;
  width: 100%;
  background-image: linear-gradient(rgba(4, 9, 30, 0.7), rgba(4, 9, 30, 0.7)), url(CImages/CSB/CS_B1.JPG);
  background-position: center;
  background-size: cover;
  position: relative;
  /*margin-top: -
    !important; bejber*/
}

nav {
  display: flex;
  padding: 2%;
  justify-content: space-between;
  align-items: center;
  margin-top: -130px;
}

.nav-links {
  flex: 1;
  text-align: right;
}

.nav-links ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

.nav-links ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 30px;
}

.nav-links ul li::after {
  content: '';
  width: 0%;
  height: 2px;
  background: #FFC60B;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-links ul li:hover::after {
  width: 100%;
}

#faBars{
  display: none;
}

.text-box {
  width:90%;
  color: #fff;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-top: 40px;
}

.text-box h1 {
  margin-top: 130px;
  font-size: 62px;
}

.text-box p {
  margin: 25px 0 40px;
  font-size: 14px;
  color: #fff;
}

.hero-btn {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  margin-top: 15px;
  padding: 15px 38px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.hero-btn:hover {
  border: 1px solid #000000;
  background: #557C3E;
  transition: 1s;
  color:#fff;
}

#faBars{
  display: none;
}

#faTimes{
  display: none;
}

/*--- recipes ---*/
.recipes {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
}

h1 {
  font-size: 36px;
  font-weight: 600;
}

.recipes p {
  margin: 10px;
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
}

.carousel{
  margin: 10%;
  margin-top: 2%;
  margin-bottom: 2%;
}

.carousel-indicators{
  color: #FFC60B; 
}

.Row {
  margin-top: 80px;
  margin: 5%;
  justify-content: space-between;
}

.row_cmt {
  margin: 5%;
  display: flex;
  justify-content: space-between;
}

.col {
  flex-basis: 31%;
  background: #271810;
  border-radius: 10px;
  margin-bottom: 5%;
  padding: 20px 12px;
  box-sizing: border-box;
  transition: 0.5s;
}

.col p{
  margin: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding: 10px;
}

.col h3{
  color: #ffffff;
}

h3 {
  text-align: center;
  font-weight: 600;
  margin: 10px 0;
}

.col:hover {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.2);
}

/*--- food ---*/
.food {
  width: 70%;
  margin: auto;
  margin-top: 5%;
  text-align: center;
  padding-top: 50px;
}

.food p {
  margin: 20px;
}

.food-col {
  flex-basis: 32%;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.food-col img {
  width: 100%;
  display: block;
}

.layer {
  background: transparent;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.layer:hover {
  background: #c2e0f0a7;
}

.layer h3 {
  width: 100%;
  font-weight: 500;
  color: #ffffff;
  font-size: 26px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}

.layer:hover h3 {
  bottom: 49%;
  opacity: 1;
}

/*--- products ---*/
.products {
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
}

.paragraph{
  margin-bottom: 5rem;
}

.products-col {
  flex-basis: 45%;
  border-radius: 0px;
  margin-bottom: 5%;
  text-align: left;
}

.products-col img {
  width: 100%;
  border-radius: 10px;
}

.products-col p {
  margin: 5%;
  padding: 0;
  text-align: center;
}

.products-col h3 {
  margin: 5%;
  margin-bottom: 15px;
  text-align: center;
}

/*--- Display chocolates ---*/

.skewed_img{
  width: 55%;
  height: 18em;
  position: relative;
  overflow: hidden;
}

.skewed_img::before{
  content: '';
  position: absolute;
  left: -6.1em;
  top: 50%;
  transform: 
      translateY(-50%) rotate(20deg);
  background:  #600b00;
  width: 28%;
  height: 140%;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.7);
}

.skewed{
  width: 45em;
  color: #FFF688;
  display: flex;
  background:  #600b00;
  margin: 46px;
  margin-left: 600px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
}


.skewed-left{
  width: 45em;
  color: #FFF688;
  display: flex;
  background:  #600b00;
  margin: 46px;
  margin-right: 600px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.767);
}

.skewed-left .skewed_img::before{
  transform: 
    translateY(-50%) rotate(-20deg);
  left: initial;
  right: -6.1em;
}

.skewed_img img{
  width: 100%;
}

.text a{
  color: #557C3E;
  text-decoration: none;
}

.text p,small{
  color: #fff;
}

.text p{
  font-size: 0.9em;
  line-height: 23px;
}

.text h1{
  margin: 0;
}

.text{
  padding: 1.5em;
  width: 50%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.bottom-div{
  margin-left: 475px;
  margin-top: 50px;
  position: absolute;
  width: 800px;
  height: 80px;
  z-index: -9;
  left: 10px;

}
 
.bottom-div img{
  width: 900px;
  height: 500px;
}

/*.bottom-div{
  position: absolute;
  width: 800px;
  height: 80px;
  z-index: -9;
  left: 10px;
}*/

/*--- ingredients page design ---*/

.whole{
  width: 90%;
  margin: auto;
  text-align: center;
}

.ingredient_img {
  width: 55%;
  height: 50em;
  position: relative;
  overflow: hidden;
}

.ingredient_img::before{
  content: '';
  position: absolute;
  left: -14em;
  top: 70%;
  transform: 
      translateY(-50%) rotate(10deg);
  background:  #600b00;
  width: 40%;
  height: 150%;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.7);
}

.ingredient_box{
  width: 100em;
  height: 50em;
  color: #FFF688;
  display: flex;
  background:  #600b00;
  margin: 60px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.767);
}

.ingredient_img img{
  width: 140%;
}

.ingredient_text a{
  color: #557C3E;
  text-decoration: none;
}

.ingredient_text p, small{
  color: #fff;
}

.ingredient_text small{
  line-height: 22px;
}

.ingredient_text p{
  margin-bottom: 35px;
  font-size: 0.9em;
  line-height: 30px;
}

.ingredient_text h1{
  margin: 0;
}

.ingredient_text{
  font-size: larger;
  padding: 3.5em;
  width: 45%;
  margin-left: 10px;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

/*--- comments

.comments {
  width: 80%;
  margin: auto;
  text-align: center;
}

.comments-col {
  flex-basis: 44%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
  background: #c29f61;
  padding: 25px;
  cursor: pointer;
  display: flex;
}

.comments-col img {
  height: 40px;
  margin-left: 5px;
  margin-right: 30px;
  border-radius: 50%;
}

.comments-col p {
  padding: 0;
}

.coments-col h3 {
  margin-top: 15px;
  text-align: left;
}

.comments-col .fa {
  color: rgb(78, 92, 222);
} ---*/

/*--- cta ---*/
.cta {
  margin: 100px auto;
  width: 80%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(CImages/CSB/CS_B5.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  text-align: center;
  padding: 100px 0;
}

.cta h1 {
  color: #fff;
  margin-bottom: 40px;
  padding: 0;
}

/*--- About us page ---*/
.sub-header{
  height: 105vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(CImages/CSB/CS_B2.JPG);
  background-position: center;
  background-size: cover;
}

#about{
  text-align: center;
  color: #ffffff;
  margin: 150px;
}
#icon {
  margin: 20px;
  margin: 30px;
  width: 100px;
  height: 82px;
}
.about-us{
  width: 80%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 50px;
}

.about-col{
  flex-basis:50%;
  padding: 30px 2px;
}

.about-col img{
  width: 100%;
}

.about-col h1{
  padding-top:75px;
  font-size: 3.5rem;
}

.about-col p{
  padding: 95px 0 25px;
  font-size: 1.5rem;
}

.blue-btn{
  margin-top: 55px;
  border: 1px solid #557C3E;
  background: transparent;
  color: #2e1d12;
}

.blue-btn:hover{
  border: 1px solid #000000;
  color: #fff;
}
/*--- Recipes Page---*/
.sub-header1{
  height: 115vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(Images/banner4.1.jpg);
  background-position: center;
  background-size: cover;
}

/*--- Products Page---*/
.sub-header2{
  height: 115vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(CImages/CSB/CS_B4.JPG);
  background-position: center;
  background-size: cover;
}

.contactBtn{
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.contactBtn h1{
  margin-bottom: 25px;
  margin-top: 20px;
}

.btn {
  width: 90%;
  color: #000000;
  text-align: center;
}

.btn h1 {
  text-align: center;
  text-decoration: solid 1px;
  transition: 0.75s;
}

.btnC{
  display: inline-block;
  text-decoration: none;
  color: #600B00;
  border:1px solid #600B00;
  margin-top: 15px;
  padding: 15px 38px;
  font-size: 13px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.btnC:hover{
  border: 1px solid #557C3E;
  background: #557C3E;
  color: #fff;
  transition: 1s;
}

/*--- Contact Page ---*/

.sub-header3{
  height: 115vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(CImages/CSB/CS_B5.JPG);
  background-position: center;
  background-size: cover;
  margin-bottom: 75px;
}

.contactUs{
  width: 70%;
  margin: auto;
}

.contactCol{
  flex-basis: 84%;
  margin-bottom: 30px;
  margin-right: 50px;
  margin-left: 50px;
}

.contactCol div{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.contactCol div .fa{
  font-size: 28px;
  color: #c29f61;
  margin: 10px;
  margin-right: 30px;
}

.contactCol div p{
  padding: 0;
}

.contactCol div h5{
  font-size: 20px;
  margin-bottom: 5px;
  color: #555;
  font-family: 400;
}

.contactCol input, .contactCol textarea{
  width: 100%;
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid #ccc
}

/*--- Leave A Review ---*/
.comment-box{
  border: 1px solid #1b0a00;
  margin: 50px 0;
  padding: 10px 20px;
}

.comment-box h3{
  text-align: left;
}

.comment-form input, .comment-form textarea{
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: #f0f0f0;
}

/*--- Animated Pictures ---*/

.animatedImgs{
  background-color: rgb(255, 187, 77);
}
.body{
  height: 100vh;
  width: 100vw;
  background-color: rgb(0, 0, 0);
  margin: 0rem;
  overflow: hidden;
}

#image-track > .image{
  width: 40vmin;
  height: 56vmin;
  object-fit: cover;
  object-position: center;
}

#image-track{
  display: flex;
  gap: 4vmin;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0%, -50%);
}

/*--- footer ---*/
.footer {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

.footer h4 {
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
}

.icons .fa {
  color: #600B00;
  margin: 13px 13px;
  cursor: pointer;
  padding: 18px 0;
}

.icons .fa:hover {
  color: #cc8409;
  transition: 0.2s;
}

.fa-pagelines {
  color: rgb(13, 114, 58)
}

 /*--- Products responsive section ---*/
.responsive_section{
  display: none;
}

.responsive_skewed{
  display: none;
}
  
.responsive_image{
  display: none;
}

.responsive-link{
  display: none;
}

@media(max-width: 1550px){
  .products{
    width: 95%;
  }
  .bottom-div{
    margin-left: 200px;
    margin-top: 145px;
  }
  .bottom-div img{
    width: 700px;
    height: 400px;
  }
  .skewed{
    margin-left: 385px;
  }

  /*--- ingredients page ---*/

  .ingredient_box{
    margin: auto;
    margin-top: 90px;
    width: 75em;
    height: 38.1em;
  }
  .ingredient_img{
     width: 55%;
    height: 38em;
    position: relative;
    overflow: hidden;
  }
  .ingredient_img::before{
    display: none;
  }

  /*--- Abot us Page ---*/
  .about-col p{
    padding: 30px 0 25px;
    font-size: 1rem;
  }
  .about-col h1{
    padding-top:30px;
    font-size: 3.5rem;
  }
}

@media(max-width: 1260px){

  /*---  Ingredients age ---*/
  .ingredient_box{
   margin: auto;
   margin-top: 90px;
   width: 75em;
   height: 38.1em;
  }
  .ingredient_img{
     idth: 55%;
    height: 30em;
    position: relative;
    overflow: hidden;
  }
  .ingredient_img::before{
    display: none;
  }

  /*--- products page ---*/
  .skewed{
    margin-left: 290px;
  }
  .whole{
    width: 100%;
  }
  .ingredient_box{
    margin-top: 155px;
    width: 60em;
    height: 30.1em;
  }
  .ingredient_text{
    padding: 0.5em;
    width: 46%;
  }
  .ingredient_text small{
    line-height: 18px;
    font-size: 0.7em;
  }
  .ingredient_text h1{
    font-size: 2rem;
  }
  .ingredient_text p{
    margin-bottom: 20px;
    font-size: 0.875em;
    line-height: 30px
  }
  /*--- Abot us Page ---*/
  .about-col p{
    padding: 20px 0 25px;
    font-size: 1rem;
  }
  .about-col h1{
    padding-top: 20px;
    font-size: 3rem;
  }
}

@media(max-width: 1024px){
  /*---  Ingredients age ---*/
  .ingredient_box{
  margin: auto;
  margin-top: 90px;
  width: 60em;
  height: 30em;
  }
  .ingredient_img{
     width: 55%;
    height: 30em;
    position: relative;
    overflow: hidden;
  }
  .ingredient_img::before{
    display: none;
  }
  .ingredient_text{
    width: 55%;
  }

  /*--- Abot us Page ---*/
  .about-col p{
    padding: 5px 0 0px;
    font-size: 1rem;
  }
  .about-col h1{
    padding-top: 10px;
    font-size: 2.5rem;
  }
  .text-box{
    top: 40%;
  }
  .text-box h1{
    font-size: 40px;
  }
  .text-box p{
    font-size: 18px;
  }
  .hero-btn{
    margin-top: -5px;
    padding: 15px 28px;
    font-size: 12px;
  }
  .skewed{
    margin-left: 175px;
  }
  .skewed-left{
    margin: 0;
  }
  .bottom-div{
    margin-left: 93px;
  }
}

@media(max-width: 1000px){
    

  /*--- Products page ---*/
  .responsive_section{
    margin-left: 5px;
    display: block;
    align-items: center;
  }

  .responsive_skewed{
    width: 23em;
    color: #FFF688;
    display: flex;
    background:  transparent;
    backdrop-filter: blur(5px);
    margin: 5px;
  }
    
  .responsive_image img{
    width: 100%;
    height: 150px;
  }

  .responsive_image{
    display: block;
    margin: 5px;
    position: relative;
    overflow: hidden;
  }
  
  .bottom-div{
    display: none;
  }

  .Row{
    display: none;
  }

  .text{
    display: none;
  }

  .text small{
    display: none;
  }
  
  .text h1{
    display: none;
  }

  .text p{
    display: none;
  }

  .skewed{
    display: none;
  }

  .skewed_img{
    display: none;
  }

  .skewed-left{
    display: none;
  }
  /*--- Abot us Page ---*/
  .about-col p{
    padding: 20px 0 25px;
    font-size: 0.75rem;
  }
  .about-col h1{
    padding-top:20px;
    font-size: 1.75rem;
  }
}

@media(max-width: 700px) {  
  /*---  Ingredients age ---*/
  .whole{
    width:100%;
  }
  .ingredient_box{
   margin: auto;
   margin-top: 90px;
   width: 25em;
   height: 38.1em;
   display: block;
  }
  .ingredient_img{
     width: 100%;
    height: 38em;
    position: relative;
    overflow: hidden;
  }
  .ingredient_img::before{
    display: none;
  }
  .ingredient_text{
    width: 50%;
    font-size: 15px;
    margin: auto;
  }
  .ingredient_text h1{
    font-size: 1.5rem;
  }

  /*--- Nav bar design ---*/
  .text-box h1 {
    font-size: 25px;
  }
  .nav-links ul li {
    display: block;
    margin-top: 35px;
    color: #fff;
  }

  #navLinks {
    display: none;
    background: #2e1a0d73;
    backdrop-filter: blur(5px);
    max-width: 250px;
    top: 0;
    text-align: left;
    z-index: 2;
  }

  nav #faBars {
    display: block;
    color: #fff;
    margin-top: 35px;
    margin-left: 495px;
    float: right;
    font-size: 22px;
    cursor: pointer;
  }

  nav #faTimes {
    display: block;
    color: #fff;
    margin-top: 15px;
    float: right;
    font-size: 22px;
    cursor: pointer;
  }

  .nav-links ul {
    padding-top: 50px;
  }
  
  #about{
    margin: 120px;
    font-size: 27px;
    align-items: center;
  }
  /*--- Home page ---*/
  .food{
    width: 90%;
  }

  .products{
    width: 90%;
  }

  .carousel{
    margin: auto;
  }

  /*--- AboutUs page*/ 
  .about-col img{
    width: 150%;
  }

 /*--- Products page ---*/
  .responsive_section{
    align-items: center;
    margin-left: 5px;
    display: block;
    align-items: center;
  }

  .responsive_skewed{
    width: 23em;
    color: #FFF688;
    display: flex;
    background:  transparent;
    backdrop-filter: blur(5px);
    margin: 5px;
  }
    
  .responsive_image img{
    width: 100%;
    height: 125px;
  }

  .responsive_image{
    display: block;
    margin: 5px;
    position: relative;
    overflow: hidden;
  }
 
  .bottom-div{
    display: none;
  }

  .Row{
    display: none;
  }

  .text{
    display: none;
  }

  .text small{
    display: none;
  }
  
  .text h1{
    display: none;
  }

  .text p{
    display: none;
  }

  .skewed{
    display: none;
  }

  .skewed_img{
    display: none;
  }

  .skewed-left{
    display: none;
  }

  /*--- Contact page ---*/
  .contactUs{
    width: 90%;
  }

  .contactCol{
    margin-left: 0;
    margin-right: 0;
  }

  .blue-btn{
    margin-left: 140px;
    margin-right: 100px;
  }

  .comments-col img {
    margin-left: 0px;
    margin-right: 15px;
  }

  .cta h1 {
    font-size: 24px;
  }

  /*--- rows ---*/
  .row{
    flex-direction: column;
  }
    
  .row_cmt {
    flex-direction: column;
  }
  
  .row_contact {
    flex-direction: column;
  }
}

@media(max-width: 535px){

  .whole{
    width: 70%;
  }
  .ingredient_box{
   margin: auto;
   margin-top: 90px;
   width: 15em;
   height: 38.1em;
   display: block;
  }
  .ingredient_img{
     width: 100%;
    height: 38em;
    position: relative;
    overflow: hidden;
  }
  .ingredient_img::before{
    display: none;
  }
  .ingredient_text{
    width: 50%;
    font-size: 10px;
    margin: auto;
  }
  .ingredient_text h1{
    font-size: 1rem;
  }

  nav #faBars{
    margin-left: 430px;
  }

  #navLinks {
    display: none;
    margin-top: 25px;
    margin-left: 140px;
  }
}

@media(max-width: 460px){
  nav #faBars{
    margin-left: 350px;
  }
}

@media(max-width: 375px){
  nav #fatimes{
    margin-left: 20px
  }
  nav #faBars {
    margin-top: 30px;
    margin-left: 300px !important ;
  }
  #navLinks {
    display: none;
    margin-top: 25px;
    margin-left: 100px;
  }
  .responsive_section{
    margin-left: 5px !important;
  }
  .responsive_skewed{
    width: 20em !important;
  }
  #about{ 
    margin: 105px !important;
    align-items: center;
  }
}

/*--- CACAO_SOUL Magic text*/
:root{
  --purple: rgb(123, 31, 162);
  --violet: rgb(103, 58, 183);
  --pink: rgb(244, 143, 177);
  --green: #557C3E;
  --lightG: #A9C358;
  --llg: #D2DB7A;
  --burnt: #600B00;
  --gold: #FFC60B;
  --yellow: #C1AC30;
  --light: #FFF688;
  --white: #fff;
  --size: clamp(20px, 1.5vw, 30px);
}

@keyframes background-pan{
  from{
      background-position: 0% center;
  }
  to{
      background-position: -200% center;
  }
}
@keyframes scale{
  from, to{
      transform: scale(0);
  }
  50%{
      transform: scale(1);
  }
}
@keyframes rotate{
  from{
      transform: rotate(0deg);
  }
  to{
      transform: rotate(180deg);
  }
}

.text-box h1{
  color: white;
  /*font-family: "Rubik", sans-serif;*/
  /*font-size: clamp(2em, 2vw, 4em);*/
  font-weight: 400;
  margin: 0px;
  padding: 20px;
  text-align: center;
}

h1 > .magic{
  display: inline-block;
  position: relative;
}

h1 > .magic > .magic-star{
  --size: clamp(20px, 1.5vw, 30px);

  animation: scale 700ms ease forwards;
  display: block;
  height: var(--size);
  left: var(--star-left);
  position: absolute;
  top: var(--star-top);
  width: var(--size);
}

h1 > .magic > .magic-star > svg{
  display: block;
  opacity: 0.7;
}

h1 > .magic > .magic-star > svg > path{
  animation: rotate 1000ms linear infinite;
  fill: var(--violet);
}

h1 > .magic > .magic-text{
  animation: background-pan 2s linear infinite;
  background: linear-gradient(
      to right, 
      var(--burnt),
      var(--gold),
      var(--light),
      var(--burnt)
  );
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

h1 > .magic > .magic-text2{
  animation: background-pan 2s linear infinite;
  background: linear-gradient(
      to right, 
      var(--green),
      var(--lightG),
      var(--light),
      var(--green)
  );
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

/*--- CACAO_SOUL text gold---*/
p > .CS{
  display: inline-block;
  position: relative;
}
p > .CS > .CS-magic{
  animation: background-pan 2s linear infinite;
  background: linear-gradient(
      to right, 
      var(--burnt),
      var(--green),
      var(--white),
      var(--burnt)
  );
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
/*--- Signature ---*/
p > .Z{
  display: inline-block;
  position: relative;
}
p > .Z > .Z-magic{
  animation: background-pan 2s linear infinite;
  background: linear-gradient(
      to right, 
      var(--purple),
      var(--violet),
      var(--pink),
      var(--purple)
  );
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}