.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

html, body {
  height: 100%;  /* Ensure html and body take the full height of the page */
  margin: 0;
  padding: 0;
}



a {
  text-decoration: none; /* Remove underline from all anchor elements */
}

button, a {
  text-decoration: none; /* Remove underline from both buttons and anchors */
}



#message-form-div {
  position: fixed;  /* Use 'fixed' to make sure it covers the whole screen */
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  height: 100%;  /* Ensure it fills the whole page */
  width: 100%;
  z-index: 10;
}
#message-form-background {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5); /* Use RGBA for transparency */
  height: 100%;
  width: 100%;
  z-index: 11;
  backdrop-filter: blur(8px); /* Adds the blur effect */
}
#message-form{
  position: fixed;
  background-color: #1e1e1e;
  opacity: 100%;
  display: flex;
  height: 500px;
  width: 350px;
  border-radius: 25px;
  z-index: 15;
  font-family: "Avenirltstd Book";
}

#send-message{
  font-family: "Avenirltstd";
  background-color: #1e1e1e;
  color:#d9d9d9;
  font-size: 16px;
}

#send-message:hover{
  font-family: "Avenirltstd";
  background-color: #d9d9d9;
  color:#1e1e1e;
  font-size: 16px;
}

#cancel{
  font-family: "Avenirltstd";
  background-color: #1e1e1e;
  color:#d9d9d9;
  font-size: 16px;
}

#cancel:hover{
  font-family: "Avenirltstd";
  background-color: #d9d9d9;
  color:#1e1e1e;
  font-size: 16px;
}



form {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin: 50px auto;
}

input, textarea {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

textarea {
  resize: none;
  height:200px;
}

button {
  padding: 10px;
  border-radius: 5px;
  background-color: #1e1e1e;
  color: white;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #333;
}

.error {
  color: red;
  font-size: 12px;
}

.navbar-logo-left {
  min-height: 10%;
  display: none;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  height: 20%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: normal;
  text-transform: lowercase;
  word-break: normal;
  background-color: #1e1e1e;
  border-radius: 15px;
  padding: 12px 25px;
  font-family: Avenirltstd, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.herosection {
  background-image: url('../images/ComfyUI_00085_.png');
  background-position: 50%;
  background-size: cover;
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

#staticnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s ease;
  z-index: 5;
}

.text-block {
  color: #fff;
  text-align: center;
  letter-spacing: 25px;
  text-shadow: 8px 8px 8px #0003;
  font-family: Bevietnampro, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
  transform: translateY(300%);
  transition: font-size 0.3s ease, padding 0.3s ease-in-out, transform 0.3s ease-in-out;
  padding: 30px 0;
}

.shrink .text-block {
  font-size: 14px;
  padding: 10px 0;
  transform: translateY(0%);
}

.shrink #staticnav {
  background-color: rgba(0, 0, 0, 0.8);
}

nav{
  height:60px;
  width:100%;
  position: fixed;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  min-height: auto;
  max-height: none;
  display: flex;
}

.image {
  display: none;
}

.text-block-2 {
  color: #fff;
}

/* Initial styles for the divs: black and white */
.scroll-image {
  filter: grayscale(100%); /* Start in black and white */
  transition: filter 2s ease; /* Smooth transition to color */
}

/* When scrolled, the divs return to full color */
.scroll-image.scrolled {
  filter: grayscale(0%); /* Restore original colors */
}

/* Existing styles for the divs */
.div-block {
  background-image: url('../images/24.png');
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1 / 1; /* Ensure height is same as width */
}

.div-block-2 {
  background-image: url('../images/7.png');
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 1 / 1; /* Ensure height is same as width */
}

.container-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}




.section {
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-4 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.container-5 {
  width: 100%;
  height: 100%;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 321px;
  margin-right: 20px;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 55px;
  line-height: 58px;
  opacity:0%;
  transform: translateY(20%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.text-block-3, .text-block-4 {
  font-family: Avenirltstd Book, sans-serif;
  font-size: 16px;
  line-height: 24px;
  opacity:0%;
  transition: opacity 1s ease-in-out 500ms;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: baseline;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-5 {
  background-image: url('../images/column1-min.png');
  background-position: 50% 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50%;
  height: 200%;
  transform: translateY(-50%);
  transition: transform 4s ease-in-out;
}

.div-block-6 {
  background-image: url('../images/column2-min.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50%;
  height: 200%;
  transform: translateY(0%);
  transition: transform 4s ease-in-out;

}

@keyframes upDown {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes downUp {
  0% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}

.show3.infinite-animation {
  animation: downUp 20s infinite ease-in-out;
}

.show4.infinite-animation {
  animation: upDown 20s infinite ease-in-out;
}


.section-2 {
  background-color: #1e1e1e;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-7 {
  width: 100%;
  height: 80%;
  margin-left: 120px;
  margin-right: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  height: 50%;
  width:80%;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 36px;
  line-height: 36px;
  opacity:0%;
  transform: translateY(30%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  font-size: 16px;
  line-height: 24px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}


.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 200px;
  display: flex;
}

.div-block-12 {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.image-2 {
  border-radius: 15px;
  width: 200px;
  height: 200px;
}

.image-3 {
  border-radius: 15px;
  height: 200px;
}

.image-4 {
  border-radius: 15px;
  width: 200px;
  height: 200px;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap:30px;
  display: flex;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 24px;
  line-height: 28px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}

.paragraph-3 {
  text-align: center;
  width: 60%;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  font-size: 16px;
  line-height: 21px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 800ms;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  display: flex;
}


.div-block-14 {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 90%;
  display: flex;
}


#rectangle{
  height: 250px;
  width: 800px;
  display: flex;
  justify-content: right;
  align-items: flex-start;
  overflow: hidden;
  gap:20px;
}

.b{
  border-radius: 15px;
  height:250px;
  width: 250px;
}
.show23{
  display: flex;
}

#a, #e, #d{
  height:250px;
  width: 250px;
  border-radius: 20px;
  transition: opacity 0.2s ease-in-out 500ms, transform 0.5s ease-in-out 500ms;
}

#c{
  height:250px;
  width: 250px;
  border-radius: 20px;
  transition: opacity 0.2s ease-in-out 900ms, transform 0.5s ease-in-out 500ms;
}


#a-e{
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  height:600px;
  width:250px;
  transition: transform 0.5s ease-in-out 500ms;
}

#c-d{
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  height:600px;
  width:250px;
  transition: transform 0.5s ease-in-out 900ms;
}

.show20{
transform: translateY(-350px);
}

.show21{
  opacity:0%;
  }

  #b-button{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width:250px;
    height:600px;
    transition: transform 0.5s ease-in-out 1400ms;
  }

  
.show19{
  transform: translateY(-350px);
}


#book-intro-a{
  font-family: "Avenirltstd";
  height: 50px;
  width:120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 0px;
  font-size: 11pt;
  background-color: #d9d9d9;
  color:#1e1e1e;
}

#book-intro-a-div{
  width: 250px;
  height: 250px;
  display:flex;
  justify-content: center;
  align-items: center;
}



#modelagency-button{
  display:flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width:100%;
  display: flex;
  justify-content: right;
  align-items: flex-end;
  padding-right: 10%;
}


#workshop-button{
  display:flex;
  height: 60px;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}






#book-intro-b, #book-intro-c{
  font-family: "Avenirltstd";
  height: 50px;
  width:120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 0px;
  font-size: 11pt;
  background-color: #1e1e1e;
  color:#d9d9d9;
}


.show16{
transform: translateY(-350px);
}

.show17{
opacity:0%;
}

.show{
  transform: translateX(150px) translateY(-20px) rotate(15deg);
}

.show2{
  transform: translateX(-150px) translateY(50px) rotate(-15deg);
}


.image-5 {
  height: 100%;
}

.image-6 {
  border-radius: 25px;
  height: 25%;
  position: absolute;
  overflow: visible;
}

.image-7 {
  border-radius: 10px;
  height: 25%;
  display: block;
  position: absolute;
  transition: transform 0.5s ease;
}

.image-8 {
  vertical-align: baseline;
  border-radius: 10px;
  height: 25%;
  position: absolute;
  transition: transform 0.5s ease;
}

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.image-9 {
  height: 90%;
  transform:translateY(100%);
  transition: transform 1s ease-in-out 1000ms;
}

.image-10 {
  height: 650px;
  margin-left: 100px;
  position: absolute;
}

.div-block-15 {
  background-color: #d9d9d9;
  border-radius: 25px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 60%;
  display: flex;
  overflow: hidden;
  transition: width 1s ease-in-out;
}

.show5{
  width: 100%;
}

.show6{
  transform: translateY(0%);
}

.div-block-16 {
  width: 80%;
  height: 600px;
}

.div-block-17 {
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 40%;
  display: flex;
}

.paragraph-4 {
  width: 40%;
  margin-top: 40px;
  margin-bottom: 0;
  margin-right: 10%;
  font-family: 'Avenirltstd Book';
  font-size: 16px;
  line-height: 21px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 800ms;
}

.div-block-18 {
  width: 80%;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 32px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}

.section-5 {
  height: 100vh;
  padding-top: 100px;
}

.heading-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 10%;
  margin: 0 120px;
  font-family: 'Avenirltstd';
  font-size: 32px;
  display: flex;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}

.div-block-19 {
  background-image: url('../images/pexels-fauxels-3183197.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 90%;
  padding-right: 140px;
  display: flex;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 388px;
  height: auto;
  padding: 20px;
  padding-bottom: 10px;
  opacity: 0%;
  display: flex;
  transition: opacity 500ms ease-in-out 500ms;
}

.paragraph-5b {
  font-size: 16px;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  opacity:0%;
  transition: opacity 0.5s ease-in-out 1000ms;
}

.heading-6 {
  margin: 0 0 40px;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  opacity:0%;
  transform: translateY(20%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  margin-left: 120px;
  margin-right: 120px;
  display: flex;
}

.div-block-22-1, .div-block-22-2, .div-block-22-3, .div-block-22-4, .div-block-22-5, .div-block-22-6, .div-block-22-7, .div-block-22-8, .div-block-22-9, .div-block-22-0 { 
  flex-flow: row;
  display: flex;
}

#div-block-22-4-div{
  display: none;
  flex-direction: column;
  opacity:0;
  transition: opacity 0.5s ease-in-out;
}



.divb22-paragraph{
  font-family: 'Avenirltstd book';
  font-size: 16px;
}

.paragraph-6 {
  width: 95%;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 20px;
  font-weight: 900;
  opacity:0%;
  transition: opacity 0.5s ease-in-out;
}

.paragraph-7-plus0,
.paragraph-7-plus1,
.paragraph-7-plus2,
.paragraph-7-plus3,
.paragraph-7-plus4,
.paragraph-7-plus5,
.paragraph-7-plus6,
.paragraph-7-plus7,
.paragraph-7-plus8,
.paragraph-7-plus9{
  color: #000;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: auto;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 20px;
  font-weight: 900;
  display: flex;
  opacity:0%;
  transition: opacity 0.5s ease-in-out;
}



#video-section{
  display:flex;
  justify-content:center;
  align-items: center;
  background-color: #d9d9d9;
  padding: 20px;
  border-radius: 20px;
  height: auto;
  width: auto;
  margin-left: 120px;
  margin-right: 120px;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap:50px;
  width: auto; /* Set the container width */
  margin: 0 auto; /* Center the video */
 /* Optional background color */
}

video {
  width: 100%; /* Make the video responsive */
  height: auto; /* Maintain aspect ratio */
}

#video-text{
  padding-left: 120px;
  padding-right: 120px;
width: 100%;
gap:20px;
}





#video-text > h1{
  text-align: center;
  font-family: 'Avenirltstd';
font-size: 32px;
line-height: 64px;
margin:0px;
}


#video-text > p{
  text-align: center;
  font-family: 'Avenirltstd Book';
  font-size: 16px;
  }


  
.section-6 {
  justify-content: top;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom:100px;
  display: flex;
}

.section-7 {
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}


.section-8 {
  background-color: #1e1e1e;
  border-radius: 0;
  height: auto;
  padding-top: 40px;
  padding-bottom:20px;
  transform: translateY(25%);
  transition: transform 1s ease-in-out;
}

.show11{
  transform: translateY(0%);
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  height: 50%;
  gap:20px;
  display: flex;
}


.div-block-24 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 500px;
  height: 30px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 1500ms;
}

.div-block-25 {
  background-color: #d9d9d9;
  border-radius: 10px;
  width: 10%;
  height: 40px;
}

.div-block-26 {
  height: 100px;
  margin-left: 120px;
  margin-right: 120px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 20px;
  opacity: 0%;
  transform: translateY(20%);
  transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
  transition-delay: 500ms;
}

.button {
  color: rgba(217,217,217,0.0);
  background-color: #1e1e1e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  width:2px;
  display: flex;
  transform: translateY(600%);
  transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
  font-family: 'Avenirltstd';
}

.show14{
  background-color: #1e1e1e;
  transform: translateY(0%);
  opacity: 100%;
  color: rgba(217,217,217,1.0);
  border-radius: 15px;
  width:120px;
}

.button-2 {
  color: rgba(30,30,30,0.0);
  background-color: #ffffff;
  border-radius: 50px;
  font-family: 'Avenirltstd';
  height:30px;
  width:2px;
  display:flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-500%);
  transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
}

.show12{
  background-color: #d9d9d9;
  transform: translateY(0%);
  opacity: 100%;
  color: rgba(30,30,30,1.0);
  border-radius: 10px;
  width:80px;
  font-family: 'Avenirltstd';
}

.div-block-27 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 200px;
  margin-left: 120px;
  margin-right: 120px;
  display: flex;
}

.div-block-28 {
  width: 30%;
  height: 100%;
}

.div-block-29 {
  width: 100%;
  height: 50%;
  font-family: 'Avenirltstd Book';
}

.div-block-29b {
  width: 100%;
  height: 80%;
  font-family: 'Avenirltstd Book';
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.div-block-29c {
  width: 100%;
  height: 20%;
  font-family: 'Avenirltstd Book';
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap:10px;
}


.div-block-30, .div-block-31 {
  width: 30%;
}

.div-block-31 {
  width: 30%;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  font-size: 20px;
  height:20px;
  display:flex;
  align-items:center;
  flex-direction: row;
  margin-bottom:10px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 500ms;
}

.heading-9 {
  color: #fdfdfd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  font-size: 20px;
  height:20px;
  display:flex;
  align-items:center;
  flex-direction: row;
  margin-bottom:10px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 500ms;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  font-size: 20px;
  height:20px;
  display:flex;
  align-items:center;
  flex-direction: row;
  margin-bottom:10px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 500ms;
}

.paragraph-8, .paragraph-9, .paragraph-10 {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  line-height: 24px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 1000ms;
}

.paragraph-11 {
  color: #fff;
  margin-bottom: 0;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 1000ms;
}

.div-block-32 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  gap:80px;
}

.text-block-5 {
  color: #fff;
  line-height: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: 'Avenirltstd Book';
  display: flex;
}

.image-11 {
  border-radius: 20px;
  height: 100%;
  width:auto;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 1500ms;
}

.heading-11 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  display: flex;
  opacity:0%;
  transform: translateY(30%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.paragraph-12 {
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  font-style: italic;
  font-size: 16px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 1500ms;
}

.buttonb{
  background-color: #1e1e1e;
}



.bold-text{
  font-family: 'Avenirltstd';
}




#div-block-22-0-paragraph,
#div-block-22-1-paragraph,
#div-block-22-2-paragraph,
#div-block-22-3-paragraph,
#div-block-22-5-paragraph,
#div-block-22-6-paragraph,
#div-block-22-7-paragraph, 
#div-block-22-8-paragraph,
#div-block-22-9-paragraph{
  display:none;
  margin-top:20px;
  margin-bottom:20px;
  font-size: 16px;
  opacity:0;
  transition: opacity 0.5s ease-in-out;
  font-family: 'Avenirltstd Book';
}


#div-block-22-4-paragraph{
  display:none;
  margin-top:20px;
  margin-bottom:20px;
  font-size: 16px;
  opacity:0;
  transition: opacity 0.5s ease-in-out;
  font-family: 'Avenirltstd Book';
  flex-direction: column;
}







#as-mentioned{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left:120px;
  margin-right:120px;
  gap:100px;
  margin-bottom:100px;
}

#as-mentioned-h4{
  font-family: 'Avenirltstd Book';
  font-size: 14pt;
}

#mentioned-logos{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap:20%;
  width: 100%;
}

#mentioned-logo1, #mentioned-logo2, #mentioned-logo3{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  width: 10%;
  opacity:50%;
}












#instagram{
height: 10px;
width:auto;
}

#linkedin{
  height: 10px;
width:auto;
}

.show7{
  opacity:100%;
}


.show8{
  opacity:100%;
  transform: translateY(0%);
}


.show9{
  opacity:100%;
}


.show10{
  opacity: 100%;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1e1e1e;
  border-radius: 4px;
  cursor:pointer;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  width: 10px;
}

@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-SemiBold.ttf') format('truetype'), url('../fonts/BeVietnamPro-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-BoldItalic.ttf') format('truetype'), url('../fonts/BeVietnamPro-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-ExtraBold.ttf') format('truetype'), url('../fonts/BeVietnamPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Bevietnampro';
  src: url('../fonts/BeVietnamPro-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd Roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd Book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.wrapper{
  position: fixed;
  top: 0;
  /*left: -100%;*/
  right: -100%;
  height: 100%;
  width: 30%;
  background: #1e1e1e;
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
 /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%);*/
  transition: all 0.6s ease-in-out;
}
#active:checked ~ .wrapper{
  /*left: 0;*/
  right:0;
}
.menu-btn{
  position: absolute;
  z-index: 2;
  right: 20px;
  /*left: 20px; */
  top: 30px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  /*color: #fff;*/
  /*background: linear-gradient(90deg, #f92c78, #4114a1);*/
  /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
 /* background: linear-gradient(-45deg, #e3eefe 0%, #efddfb 100%); */
  transition: all 0.3s ease-in-out;
  margin: 0px;
  
}
.menu-btn span,
.menu-btn:before,
.menu-btn:after{
	content: "";
	position: absolute;
	top: 0%;
	left: 30%;
	width: 40%;
	border-bottom: 2px solid #d9d9d9;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0px;
}
.menu-btn:before{
  transform: translateY(-8px);
}
.menu-btn:after{
  transform: translateY(8px);
}


.close {
  position: absolute;
	z-index: 1;
	width: 10%;
	height: 100%;
	pointer-events: none;
	transition: background .6s;
  
}

/* closing animation */
#active:checked + .menu-btn span {
	transform: scaleX(0);
}
#active:checked + .menu-btn:before {
	transform: rotate(45deg);
  border-color: #fff;
}
#active:checked + .menu-btn:after {
	transform: rotate(-45deg);
  border-color: #fff;
}
.wrapper ul{
  position: initial;
  top: 0%;
  left: 0%;
  height: 100%;
  transform: translate(0%, 0%);
    padding:0px;
  list-style: none;
  text-align: center;
  display:flex;
    flex-direction:column;
  justify-content:center;
  align-items:center;
}
.wrapper ul li{
  height: 10%;
    width:100%;
  margin: 0px 0;
  display: flex;
  justify-content: right;
  align-items:center;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.wrapper ul li a{
  text-decoration: none;
  font-size: 30px;
  font-weight: 500;
  padding: 5px 30px;
  color: #d9d9d9;
  border-radius: 50px;
  position: absolute;
  line-height: auto;
  margin: 5px 30px;
  opacity: 0;
  transition: all 0.3s ease;
  text-align: center;
  font-family: 'Avenirltstd Book';
  font-size:21px;
  transform: translateY(-50%);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wrapper ul li a:after{
  position: absolute;
  content: "";
   /*background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);*/
  /*background: linear-gradient(375deg, #1cc7d0, #2ede98);*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50px;
  transform: translateY(-50%);
  z-index: -1;
  transition: transform 0.3s ease;
}
.wrapper ul li a:hover:after{
  transform: scaleY(1);
}
.wrapper ul li a:hover{
}
input[type="checkbox"]{
  display: none;
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  text-align: center;
  width: 100%;
  color: #202020;
}
.content .title{
  font-size: 40px;
  font-weight: 700;
}
.content p{
  font-size: 35px;
  font-weight: 600;
}

#active:checked ~ .wrapper ul li a{
  opacity: 1;
}
.wrapper ul li a{
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(100px);
}
#active:checked ~ .wrapper ul li a{
	transform: none;
	transition-timing-function: ease, cubic-bezier(.1,1.3,.3,1); /* easeOutBackを緩めた感じ */
   transition-delay: .6s;
  transform: translateX(0px);
}





@media screen and (max-width: 991px) {
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 479px) {
}


@media only screen and (max-width: 912px) and (max-height: 1368px) {
    
    
  .text-block {
    transform: translateY(500%);
  }

.div-block-4 {
  width: 90%;
}

#book-intro-a{
  font-family: "Avenirltstd";
  height: 80px;
  width:180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 0px;
  font-size: 20px;
  background-color: #d9d9d9;
  color:#1e1e1e;
}

.div-block-5 {
  transform: translateY(-50%);
  transition: transform 4s ease-in-out;
}

.div-block-6 {
  transform: translateY(0%);
  transition: transform 4s ease-in-out;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  padding-left:80px;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-right: 20px;
  display: flex;
}


.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 68px;
  line-height: 75px;
  opacity:0%;
  transform: translateY(20%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.text-block-3, .text-block-4 {
  font-family: Avenirltstd Book, sans-serif;
  font-size: 20px;
  line-height: 28px;
  opacity:0%;
  transition: opacity 1s ease-in-out 500ms;
}

.section-2 {
  background-color: #1e1e1e;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-7 {
  width: 100%;
  height: 80%;
  margin-left: 80px;
  margin-right: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  height: 50%;
  width:100%;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 48px;
  line-height: 96px;
  opacity:0%;
  transform: translateY(30%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 20px;
  line-height: 36px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 28px;
  line-height: 36px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}

.paragraph-3 {
  text-align: center;
  width: 75%;
  margin-bottom: 0;
  font-family: Avenirltstd Book, sans-serif;
  font-size:20px;
  line-height: 28px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 800ms;
}


/*model-walking*/
.div-block-16 {
  width: 100%;
  height: 600px;
}


.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  padding-left:80px;
  padding-right:80px;
}

.image-9 {
  height: 90%;
  transform:translateY(100%);
  transition: transform 1s ease-in-out 1000ms;
}

.image-10 {
  margin-top:50px;
  height: 650px;
  margin-left:50px;
  position: absolute;
}

.div-block-15 {
  background-color: #d9d9d9;
  border-radius: 25px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 60%;
  display: flex;
  overflow: hidden;
  transition: width 1s ease-in-out;
}


.paragraph-4 {
  width: 40%;
  margin-top: 40px;
  margin-bottom: 0;
  margin-right: 10%;
  font-family: Avenirltstd Book, sans-serif;
  font-size:20px;
  line-height: 28px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 800ms;
}

.div-block-18 {
  width: 80%;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 28px;
  margin-bottom:20px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}



/*team training*/



.section-5 {
  height: 100vh;
  padding-top: 100px;
}

.heading-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 10%;
  margin: 0 120px;
  font-family: 'Avenirltstd';
  font-size: 28px;
  display: flex;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}

.div-block-19 {
  background-image: url('../images/pexels-fauxels-3183197.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 90%;
  padding-right:80px;
  display: flex;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width:500px;
  height: auto;
  padding: 25px;
  padding-bottom: 10px;
  opacity: 0%;
  display: flex;
  transition: opacity 500ms ease-in-out 500ms;
}

.paragraph-5b {
  margin-bottom: 0;
  font-family: Avenirltstd Book, sans-serif;
  opacity:0%;
  font-size: 20px;
  line-height: 28px;
  transition: opacity 0.5s ease-in-out 1000ms;
}

.paragraph-12 {
  margin-bottom: 0;
  font-family: Avenirltstd Book, sans-serif;
  font-style: italic;
  font-size: 20px;
  line-height: 28px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 1500ms;
}



/*video*/
#video-section{
  display:flex;
  justify-content:center;
  align-items: center;
  background-color: #d9d9d9;
  padding: 10px;
  border-radius: 20px;
  height: auto;
  width: auto;
  margin-left: 80px;
  margin-right: 80px;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap:50px;
  width: auto; /* Set the container width */
  margin: 0 auto; /* Center the video */
 /* Optional background color */
}

video {
  width: 100%; /* Make the video responsive */
  height: auto; /* Maintain aspect ratio */
}

#video-text{
  padding-left: 80px;
  padding-right: 80px;
width: 100%;
}

#video-text > h1{
  text-align: center;
  font-family: 'Avenirltstd';
font-size: 28px;
line-height: 64px;
margin:0px;
}


#video-text > p{
  text-align: center;
  font-family: 'Avenirltstd Book';
  font-size: 20px;
  }
/*video-out*/



/*FAQ*/


.heading-6 {
  margin: 0 0 40px;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 36px;
  opacity:0%;
  transform: translateY(20%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  margin:0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-22-1, .div-block-22-2, .div-block-22-3, .div-block-22-4, .div-block-22-5, .div-block-22-6, .div-block-22-7, .div-block-22-8, .div-block-22-9, .div-block-22-0 { 
  flex-flow: row;
  display: flex;
}

#div-block-22-4-div{
  display: none;
  flex-direction: column;
  opacity:0;
  transition: opacity 0.5s ease-in-out;
}

.paragraph-6 {
  width: 95%;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 20px;
  font-weight: 900;
  opacity:0%;
  transition: opacity 0.5s ease-in-out;
}

.paragraph-7-plus0,
.paragraph-7-plus1,
.paragraph-7-plus2,
.paragraph-7-plus3,
.paragraph-7-plus4,
.paragraph-7-plus5,
.paragraph-7-plus6,
.paragraph-7-plus7,
.paragraph-7-plus8,
.paragraph-7-plus9{
  color: #000;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: auto;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 20px;
  font-weight: 900;
  display: flex;
  opacity:0%;
  transition: opacity 0.5s ease-in-out;
}

.section-6 {
  padding-left: 80px;
  padding-right: 80px;
  justify-content: top;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom:100px;
  display: flex;
}


#div-block-22-0-div, #div-block-22-1-div, #div-block-22-2-div, #div-block-22-3-div, #div-block-22-4-div, #div-block-22-5-div, #div-block-22-6-div, #div-block-22-7-div, #div-block-22-8-div, #div-block-22-9-div {
  display:none;
  padding-top:40px;
  padding-bottom:20px;
  font-size:20px;
  line-height:28px;
}





/**/
.section-8 {
  background-color: #1e1e1e;
  border-radius: 0;
  height: 80vh;
  padding-top: 40px;
  padding-bottom:20px;
  transform: translateY(25%);
  padding-left:80px;
  padding-right:80px;
  transition: transform 1s ease-in-out;
}
.div-block-26 {
  height: 200px;
  margin-left: 0px;
  margin-right: 0px;
}

.div-block-27 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 700px;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 28px;
  height:36px;
  display:flex;
  align-items:center;
  flex-direction: row;
  margin-bottom:10px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 500ms;
}

.heading-9 {
  color: #fdfdfd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 28px;
  height:36px;
  display:flex;
  align-items:center;
  flex-direction: row;
  margin-bottom:10px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 500ms;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 28px;
  height:36px;
  display:flex;
  align-items:center;
  flex-direction: row;
  margin-bottom:10px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 500ms;
}

.paragraph-8, .paragraph-9, .paragraph-10 {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  font-size: 20px;
  line-height: 36px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 1000ms;
}
.paragraph-11 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 36px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 1000ms;
}
.div-block-28 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 25%;
}

.div-block-30 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height:25%;
}

.div-block-31 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  height:50%;
}

.image-11 {
  border-radius: 20px;
  height: 100%;
  width:auto;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 1500ms;
}
.button {
  color: rgba(217,217,217,0.0);
  background-color: #1e1e1e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  width:2px;
  font-family: 'Avenirltstd';
  display: flex;
  transform: translateY(800%);
  transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
}

.div-block-29 {
  width: 100%;
  height: 50%;
  font-family: 'Avenirltstd Book';
}

.div-block-29b {
  width: 100%;
  height: 100%;
  font-family: 'Avenirltstd Book';
  display:flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 28px;
  line-height: 56px;
  opacity: 0%;
  transform: translateY(20%);
  transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
  transition-delay: 500ms;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  height: 50%;
  gap:20px;
  display: flex;
}


.div-block-24 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 500px;
  height: 40px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 1500ms;
}

.button-2 {
  color: rgba(30,30,30,0.0);
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 20px;
  font-family: 'Avenirltstd';
  padding:0px;
  height:40px;
  width:2px;
  display:flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-500%);
  transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
}


.div-block-29c {
  width: 100%;
  height: 20%;
  font-family: 'Avenirltstd Book';
  display:flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  gap:20px;
}

#instagram{
  height:20px;
  width: auto;
}

#linkedin{
  height:20px;
  width: auto;
}

.text-block-5 {
  height:50px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: 'Avenirltstd Book';
  display: flex;
}



.show5{
  width: 100%;
}

.show6{
  transform: translateY(0%);
}


.show7{
  opacity:100%;
}


.show8{
  opacity:100%;
  transform: translateY(0%);
}


.show9{
  opacity:100%;
}

.show10{
  opacity: 100%;
}


.show11{
  transform: translateY(0%);
}

.show12{
  background-color: #d9d9d9;
  transform: translateY(0%);
  opacity: 100%;
  color: rgba(30,30,30,1.0);
  border-radius: 10px;
  width:120px;
}

.show14{
  background-color: #1e1e1e;
  font-size: 20px;
  transform: translateY(0%);
  opacity: 100%;
  color: rgba(217,217,217,1.0);
  border-radius: 15px;
  height:60px;
  width:180px;
}




.wrapper{
  width: 100%;
}

.wrapper ul li{
      width:100%;
  height: 10%;
  margin: 0px 0;
  display: flex;
  justify-content: center;
    align-items:center;
}

.wrapper ul{
  position: initial;
  top: 0%;
  left: 0%;
  height: 100%;
  transform: translate(0%, 0%);
    padding:0px;
  list-style: none;
  text-align: center;
  display:flex;
    flex-direction:column;
  justify-content:center;
  align-items:center;
}


}

@media only screen and (max-width: 768px) and (max-height: 1024px) {
  .herosection {
    background-image: url('../images/ComfyUI_00085_.png');
    background-position: 70%;
  }

.text-block {
  font-size: 48px;
    transform: translateY(500%);
}

.div-block-4 {
  width: 95%;
}

#book-intro-a{
  font-family: "Avenirltstd";
  height: 80px;
  width:180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: 0px;
  font-size: 20px;
  background-color: #d9d9d9;
  color:#1e1e1e;
}


.div-block-5 {
  transform: translateY(-50%);
  transition: transform 4s ease-in-out;
}

.div-block-6 {
  transform: translateY(0%);
  transition: transform 4s ease-in-out;
}

.container-4 {
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 100%;
  display: flex;
  padding-left:40px;
}

.container-5 {
  width: 100%;
  height: 100%;
}
.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  margin-right: 20px;
  display: flex;
}


.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size:54px;
  line-height: 60px;
  opacity:0%;
  transform: translateY(20%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.text-block-3, .text-block-4 {
  font-family: Avenirltstd Book, sans-serif;
  font-size: 18px;
  line-height: 28px;
  opacity:0%;
  transition: opacity 1s ease-in-out 500ms;
}

.section-2 {
  background-color: #1e1e1e;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  padding-left: 40px;
  padding-right:40px;
  display: flex;
}

.div-block-7{
  margin:0px;
  width: 100%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  height: 50%;
  width:100%;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: 50%;
  display: flex;
}

#rectangle{
  height: 220px;
  width: 100%;
  display: flex;
  justify-content: right;
  align-items: flex-start;
  overflow: hidden;
  gap:20px;
}

.b{
  border-radius: 15px;
  height:220px;
  width: 220px;
}
.show23{
  display: flex;
}

#a, #e, #d{
  height:220px;
  width: 220px;
  border-radius: 20px;
  transition: opacity 0.2s ease-in-out 500ms, transform 0.5s ease-in-out 500ms;
}

#c{
  height:220px;
  width: 220px;
  border-radius: 20px;
  transition: opacity 0.2s ease-in-out 900ms, transform 0.5s ease-in-out 500ms;
}


#a-e{
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  height:500px;
  width:220px;
  transition: transform 0.5s ease-in-out 500ms;
}

#c-d{
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  height:500px;
  width:220px;
  transition: transform 0.5s ease-in-out 900ms;
}

.show20{
transform: translateY(-280px);
}

.show21{
  opacity:0%;
  }

  #b-button{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width:220px;
    height:500px;
    transition: transform 0.5s ease-in-out 1400ms;
  }

  
.show19{
  transform: translateY(-280px);
}

#book-intro-a-div{
  width: 220px;
  height: 220px;
  display:flex;
  justify-content: center;
  align-items: center;
}



#book-intro-a{
  font-family: Avenirltstd, sans-serif;
  height: 50px;
  width:120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 0px;
  font-size: 11pt;
  background-color: #d9d9d9;
  color:#1e1e1e;
}


.show16{
  transform: translateY(-280px);
  }
  
  .show17{
  opacity:0%;
  }



.heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 48px;
  line-height: 96px;
  opacity:0%;
  transform: translateY(30%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 18px;
  line-height: 28px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
  
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 24px;
  line-height: 32px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}

.paragraph-3 {
  text-align: center;
  width: 75%;
  margin-bottom: 0;
  font-family: Avenirltstd Book, sans-serif;
  font-size:18px;
  line-height: 28px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 800ms;
}


/*model-walking*/
.div-block-16 {
  width: 100%;
  height: 600px;
}


.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  padding-left:40px;
  padding-right:40px;
}

.image-9 {
  height: 90%;
  transform:translateY(100%);
  transition: transform 1s ease-in-out 1000ms;
}

.image-10 {
  margin-top:50px;
  height: 650px;
  margin-left:50px;
  position: absolute;
}

.div-block-15 {
  background-color: #d9d9d9;
  border-radius: 25px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 60%;
  display: flex;
  overflow: hidden;
  transition: width 1s ease-in-out;
}


.paragraph-4 {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 0;
  margin-right: 0%;
  font-family: Avenirltstd Book, sans-serif;
  font-size:18px;
  line-height: 28px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 800ms;
}

.div-block-18 {
  width: 80%;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 24px;
  margin-bottom:20px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}



/*team training*/



.section-5 {
  height: 100vh;
  padding-top: 100px;
}

.heading-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 10%;
  margin: 0 120px;
  font-family: 'Avenirltstd';
  font-size: 24px;
  display: flex;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}

.div-block-19 {
  background-image: url('../images/pexels-fauxels-3183197.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 90%;
  padding-right:40px;
  display: flex;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
}

.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width:450px;
  height: auto;
  padding: 25px;
  padding-bottom: 10px;
  opacity: 0%;
  display: flex;
  transition: opacity 500ms ease-in-out 500ms;
}

.paragraph-5b {
  margin-bottom: 0;
  font-family: Avenirltstd Book, sans-serif;
  opacity:0%;
  font-size: 18px;
  line-height: 28px;
  transition: opacity 0.5s ease-in-out 1000ms;
}

.paragraph-12 {
  margin-bottom: 0;
  font-family: Avenirltstd Book, sans-serif;
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 1500ms;
}



/*video*/

#video-section{
  display:flex;
  justify-content:center;
  align-items: center;
  background-color: #d9d9d9;
  padding: 10px;
  border-radius: 20px;
  height: auto;
  width: auto;
  margin-left: 40px;
  margin-right: 40px;
}


.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap:50px;
  width: auto; /* Set the container width */
  margin: 0 auto; /* Center the video */
 /* Optional background color */
}

video {
  width: 100%; /* Make the video responsive */
  height: auto; /* Maintain aspect ratio */
}
#video-text{
  padding-left:40px;
  padding-right: 40px;
width: 100%;
}

#video-text > h1{
  text-align: center;
  font-family: 'Avenirltstd';
font-size: 24px;
line-height: 64px;
margin:0px;
}


#video-text > p{
  text-align: center;
  font-family: 'Avenirltstd Book';
  font-size: 18px;
  }
/*video-out*/




/*FAQ*/


.heading-6 {
  margin: 0 0 40px;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 36px;
  opacity:0%;
  transform: translateY(20%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  margin:0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-22-1, .div-block-22-2, .div-block-22-3, .div-block-22-4, .div-block-22-5, .div-block-22-6, .div-block-22-7, .div-block-22-8, .div-block-22-9, .div-block-22-0 { 
  flex-flow: row;
  display: flex;
}

#div-block-22-4-div{
  display: none;
  flex-direction: column;
  opacity:0;
  transition: opacity 0.5s ease-in-out;
}

.paragraph-6 {
  width: 95%;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 20px;
  font-weight: 900;
  opacity:0%;
  transition: opacity 0.5s ease-in-out;
}

.paragraph-7-plus0,
.paragraph-7-plus1,
.paragraph-7-plus2,
.paragraph-7-plus3,
.paragraph-7-plus4,
.paragraph-7-plus5,
.paragraph-7-plus6,
.paragraph-7-plus7,
.paragraph-7-plus8,
.paragraph-7-plus9{
  color: #000;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: auto;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 20px;
  font-weight: 900;
  display: flex;
  opacity:0%;
  transition: opacity 0.5s ease-in-out;
}

.section-6 {
  padding-left: 40px;
  padding-right: 40px;
  justify-content: top;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom:100px;
  display: flex;
}

#div-block-22-0-div, #div-block-22-1-div, #div-block-22-2-div, #div-block-22-3-div, #div-block-22-4-div, #div-block-22-5-div, #div-block-22-6-div, #div-block-22-7-div, #div-block-22-8-div, #div-block-22-9-div {
  display:none;
  padding-top:40px;
  padding-bottom:20px;
  font-size:20px;
  line-height:28px;
}


#div-block-22-0-paragraph,
#div-block-22-1-paragraph,
#div-block-22-2-paragraph,
#div-block-22-3-paragraph,
#div-block-22-4-paragraph,
#div-block-22-5-paragraph,
#div-block-22-6-paragraph,
#div-block-22-7-paragraph, 
#div-block-22-8-paragraph,
#div-block-22-9-paragraph{
  font-family: 'Avenirltstd Book';
  font-size:18px;
}



/**/
.section-8 {
  background-color: #1e1e1e;
  border-radius: 0;
  height: 100vh;
  padding-top: 40px;
  padding-bottom:20px;
  transform: translateY(25%);
  padding-left:40px;
  padding-right:40px;
  transition: transform 1s ease-in-out;
}
.div-block-26 {
  height: 150px;
  margin-left: 0px;
  margin-right: 0px;
}

.div-block-27 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 700px;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 24px;
  height:36px;
  display:flex;
  align-items:center;
  flex-direction: row;
  margin-bottom:10px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 500ms;
}

.heading-9 {
  color: #fdfdfd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 24px;
  height:36px;
  display:flex;
  align-items:center;
  flex-direction: row;
  margin-bottom:10px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 500ms;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 24px;
  height:36px;
  display:flex;
  align-items:center;
  flex-direction: row;
  margin-bottom:10px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 500ms;
}

.paragraph-8, .paragraph-9, .paragraph-10 {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  font-size: 18px;
  line-height: 28px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 1000ms;
}
.paragraph-11 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 1000ms;
}
.div-block-28 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 20%;
}

.div-block-30 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height:20%;
}

.div-block-31 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  height:50%;
  gap:25px;
}

.image-11 {
  border-radius: 20px;
  height: 100%;
  width:auto;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 1500ms;
}
.button {
  color: rgba(217,217,217,0.0);
  background-color: #1e1e1e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  width:2px;
  font-family: 'Avenirltstd';
  display: flex;
  transform: translateY(800%);
  transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
}

.div-block-29 {
  width: 100%;
  height: 50%;
  font-family: 'Avenirltstd Book';
}

.div-block-29b {
  width: 100%;
  height: 100%;
  font-family: 'Avenirltstd Book';
  display:flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 28px;
  line-height: 56px;
  opacity: 0%;
  transform: translateY(20%);
  transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
  transition-delay: 500ms;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  height: 50%;
  gap:20px;
  display: flex;
}


.div-block-24 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 500px;
  height: 40px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 1500ms;
}

.button-2 {
  color: rgba(30,30,30,0.0);
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 20px;
  font-family: 'Avenirltstd';
  padding:0px;
  height:40px;
  width:2px;
  display:flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-500%);
  transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
}


.div-block-29c {
  width: 100%;
  height: 20%;
  font-family: 'Avenirltstd Book';
  display:flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  gap:20px;
}

#instagram{
  height:20px;
  width: auto;
}

#linkedin{
  height:20px;
  width: auto;
}

.text-block-5 {
  height:50px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: 'Avenirltstd Book';
  display: flex;
}



.show5{
  width: 100%;
}

.show6{
  transform: translateY(0%);
}


.show7{
  opacity:100%;
}


.show8{
  opacity:100%;
  transform: translateY(0%);
}


.show9{
  opacity:100%;
}

.show10{
  opacity: 100%;
}


.show11{
  transform: translateY(0%);
}

.show12{
  background-color: #d9d9d9;
  transform: translateY(0%);
  opacity: 100%;
  color: rgba(30,30,30,1.0);
  border-radius: 10px;
  width:120px;
}

.show14{
  background-color: #1e1e1e;
  font-size: 20px;
  transform: translateY(0%);
  opacity: 100%;
  color: rgba(217,217,217,1.0);
  border-radius: 15px;
  height:60px;
  width:180px;
}


.wrapper{
  width: 100%;
}

.wrapper ul li{
  height: 10%;
  margin: 0px 0;
  display: flex;
  justify-content: center;
    align-items:center;
  width: 100%;
}

.wrapper ul li a{
  padding:0;
  margin:0;
  display: flex;
  justify-content: center;
  width: 100%;
}



.wrapper ul{
  position: initial;
  top: 0%;
  left: 0%;
  height: 100%;
  transform: translate(0%, 0%);
    padding:0px;
  list-style: none;
  text-align: center;
  display:flex;
    flex-direction:column;
  justify-content:center;
  align-items:center;
}



}

@media only screen and (max-width: 820px) and (max-height: 1180px) {
  .herosection {
    background-image: url('../images/ComfyUI_00085_.png');
    background-position: 70%;
  }

  .text-block {
    font-size: 48px;
      transform: translateY(500%);
  }
  
  .div-block-4 {
    width: 95%;
  }
  
  #book-intro-a{
    font-family: "Avenirltstd";
    height: 80px;
    width:180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 0px;
    font-size: 20px;
    background-color: #d9d9d9;
    color:#1e1e1e;
  }
  
  
  .div-block-5 {
    transform: translateY(-50%);
    transition: transform 4s ease-in-out;
  }
  
  .div-block-6 {
    transform: translateY(0%);
    transition: transform 4s ease-in-out;
  }
  
  .container-4 {
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 100%;
    display: flex;
    padding-left:40px;
  }
  
  .container-5 {
    width: 100%;
    height: 100%;
  }
  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    width: auto;
    margin-right: 20px;
    display: flex;
  }
  
  
  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    font-size:54px;
    line-height: 60px;
    opacity:0%;
    transform: translateY(20%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  
  .text-block-3, .text-block-4 {
    font-family: Avenirltstd Book, sans-serif;
    font-size: 18px;
    line-height: 28px;
    opacity:0%;
    transition: opacity 1s ease-in-out 500ms;
  }
  
  .section-2 {
    background-color: #1e1e1e;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    padding-left: 40px;
    padding-right:40px;
    display: flex;
  }
  
  .div-block-7{
    margin:0px;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    height: 50%;
    width:100%;
    display: flex;
  }
  
  .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    height: 50%;
    display: flex;
  }
  
  #rectangle{
    height: 220px;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: flex-start;
    overflow: hidden;
    gap:20px;
  }
  
  .b{
    border-radius: 15px;
    height:220px;
    width: 220px;
  }
  .show23{
    display: flex;
  }
  
  #a, #e, #d{
    height:220px;
    width: 220px;
    border-radius: 20px;
    transition: opacity 0.2s ease-in-out 500ms, transform 0.5s ease-in-out 500ms;
  }
  
  #c{
    height:220px;
    width: 220px;
    border-radius: 20px;
    transition: opacity 0.2s ease-in-out 900ms, transform 0.5s ease-in-out 500ms;
  }
  
  
  #a-e{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height:500px;
    width:220px;
    transition: transform 0.5s ease-in-out 500ms;
  }
  
  #c-d{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height:500px;
    width:220px;
    transition: transform 0.5s ease-in-out 900ms;
  }
  
  .show20{
  transform: translateY(-280px);
  }
  
  .show21{
    opacity:0%;
    }
  
    #b-button{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      width:220px;
      height:500px;
      transition: transform 0.5s ease-in-out 1400ms;
    }
  
    
  .show19{
    transform: translateY(-280px);
  }
  
  #book-intro-a-div{
    width: 220px;
    height: 220px;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  
  
  
  #book-intro-a{
    font-family: "Avenirltstd";
    height: 50px;
    width:120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 0px;
    font-size: 11pt;
    background-color: #d9d9d9;
    color:#1e1e1e;
  }
  
  
  .show16{
    transform: translateY(-280px);
    }
    
    .show17{
    opacity:0%;
    }
  
  
  
  .heading-2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    font-size: 48px;
    line-height: 96px;
    opacity:0%;
    transform: translateY(30%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  
  .paragraph {
    color: #fff;
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 18px;
    line-height: 28px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  .paragraph-2 {
    color: #fff;
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
    
  }
  
  .heading-3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 24px;
    line-height: 32px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  .paragraph-3 {
    text-align: center;
    width: 75%;
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-size:18px;
    line-height: 28px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 800ms;
  }
  
  
  /*model-walking*/
  .div-block-16 {
    width: 100%;
    height: 600px;
  }
  
  
  .section-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    padding-left:40px;
    padding-right:40px;
  }
  
  .image-9 {
    height: 90%;
    transform:translateY(100%);
    transition: transform 1s ease-in-out 1000ms;
  }
  
  .image-10 {
    margin-top:50px;
    height: 650px;
    margin-left:50px;
    position: absolute;
  }
  
  .div-block-15 {
    background-color: #d9d9d9;
    border-radius: 25px;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
    height: 60%;
    display: flex;
    overflow: hidden;
    transition: width 1s ease-in-out;
  }
  
  
  .paragraph-4 {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 0;
    margin-right: 0%;
    font-family: Avenirltstd Book, sans-serif;
    font-size:18px;
    line-height: 28px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 800ms;
  }
  
  .div-block-18 {
    width: 80%;
  }
  
  .heading-4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 24px;
    margin-bottom:20px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  
  
  /*team training*/
  
  
  
  .section-5 {
    height: 100vh;
    padding-top: 100px;
  }
  
  .heading-5 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 10%;
    margin: 0 120px;
    font-family: 'Avenirltstd';
    font-size: 24px;
    display: flex;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  .div-block-19 {
    background-image: url('../images/pexels-fauxels-3183197.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
    height: 90%;
    padding-right:40px;
    display: flex;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
  }
  
  .div-block-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-radius: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:450px;
    height: auto;
    padding: 25px;
    padding-bottom: 10px;
    opacity: 0%;
    display: flex;
    transition: opacity 500ms ease-in-out 500ms;
  }
  
  .paragraph-5b {
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    opacity:0%;
    font-size: 18px;
    line-height: 28px;
    transition: opacity 0.5s ease-in-out 1000ms;
  }
  
  .paragraph-12 {
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 1500ms;
  }



  /*video*/

  #video-section{
    display:flex;
    justify-content:center;
    align-items: center;
    background-color: #d9d9d9;
    padding: 10px;
    border-radius: 20px;
    height: auto;
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }


.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap:50px;
  width: auto; /* Set the container width */
  margin: 0 auto; /* Center the video */
 /* Optional background color */
}

video {
  width: 100%; /* Make the video responsive */
  height: auto; /* Maintain aspect ratio */
}

#video-text{
  padding-left: 40px;
  padding-right: 40px;
width: 100%;
}





#video-text > h1{
  text-align: center;
  font-family: 'Avenirltstd';
  font-size: 24px;
line-height: 64px;
margin:0px;
}


#video-text > p{
  text-align: center;
  font-family: 'Avenirltstd Book';
  font-size: 18px;
  }
/*video-out*/
  
  /*FAQ*/
  
  
  .heading-6 {
    margin: 0 0 40px;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    font-size: 36px;
    opacity:0%;
    transform: translateY(20%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  
  .div-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    margin:0px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }
  
  .div-block-22-1, .div-block-22-2, .div-block-22-3, .div-block-22-4, .div-block-22-5, .div-block-22-6, .div-block-22-7, .div-block-22-8, .div-block-22-9, .div-block-22-0 { 
    flex-flow: row;
    display: flex;
  }
  
  #div-block-22-4-div{
    display: none;
    flex-direction: column;
    opacity:0;
    transition: opacity 0.5s ease-in-out;
  }
  
  .paragraph-6 {
    width: 95%;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 20px;
    font-weight: 900;
    opacity:0%;
    transition: opacity 0.5s ease-in-out;
  }
  
  .paragraph-7-plus0,
  .paragraph-7-plus1,
  .paragraph-7-plus2,
  .paragraph-7-plus3,
  .paragraph-7-plus4,
  .paragraph-7-plus5,
  .paragraph-7-plus6,
  .paragraph-7-plus7,
  .paragraph-7-plus8,
  .paragraph-7-plus9{
    color: #000;
    justify-content: center;
    align-items: center;
    width: 5%;
    height: auto;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 20px;
    font-weight: 900;
    display: flex;
    opacity:0%;
    transition: opacity 0.5s ease-in-out;
  }
  
  
  .section-6 {
    padding-left: 40px;
    padding-right: 40px;
    justify-content: top;
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom:100px;
    display: flex;
  }
  
  
  #div-block-22-0-div, #div-block-22-1-div, #div-block-22-2-div, #div-block-22-3-div, #div-block-22-4-div, #div-block-22-5-div, #div-block-22-6-div, #div-block-22-7-div, #div-block-22-8-div, #div-block-22-9-div {
    display:none;
    padding-top:40px;
    padding-bottom:20px;
    font-size:20px;
    line-height:28px;
  }
  
  
  #div-block-22-0-paragraph,
  #div-block-22-1-paragraph,
  #div-block-22-2-paragraph,
  #div-block-22-3-paragraph,
  #div-block-22-4-paragraph,
  #div-block-22-5-paragraph,
  #div-block-22-6-paragraph,
  #div-block-22-7-paragraph, 
  #div-block-22-8-paragraph,
  #div-block-22-9-paragraph{
    font-family: 'Avenirltstd Book';
    font-size:18px;
  }
  
  
  
  /**/
  .section-8 {
    background-color: #1e1e1e;
    border-radius: 0;
    height: 100vh;
    padding-top: 40px;
    padding-bottom:20px;
    transform: translateY(25%);
    padding-left:40px;
    padding-right:40px;
    transition: transform 1s ease-in-out;
  }
  .div-block-26 {
    height: 150px;
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .div-block-27 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    height: 700px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
  }
  
  .heading-8 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 24px;
    height:36px;
    display:flex;
    align-items:center;
    flex-direction: row;
    margin-bottom:10px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 500ms;
  }
  
  .heading-9 {
    color: #fdfdfd;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 24px;
    height:36px;
    display:flex;
    align-items:center;
    flex-direction: row;
    margin-bottom:10px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 500ms;
  }
  
  .heading-10 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 24px;
    height:36px;
    display:flex;
    align-items:center;
    flex-direction: row;
    margin-bottom:10px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 500ms;
  }
  
  .paragraph-8, .paragraph-9, .paragraph-10 {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    font-size: 18px;
    line-height: 28px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 1000ms;
  }
  .paragraph-11 {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 1000ms;
  }
  .div-block-28 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 20%;
  }
  
  .div-block-30 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height:20%;
  }
  
  .div-block-31 {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    height:50%;
    gap:25px;
  }
  
  .image-11 {
    border-radius: 20px;
    height: 100%;
    width:auto;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 1500ms;
  }
  .button {
    color: rgba(217,217,217,0.0);
    background-color: #1e1e1e;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 50px;
    width:2px;
    font-family: 'Avenirltstd';
    display: flex;
    transform: translateY(800%);
    transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
  }
  
  .div-block-29 {
    width: 100%;
    height: 50%;
    font-family: 'Avenirltstd Book';
  }
  
  .div-block-29b {
    width: 100%;
    height: 100%;
    font-family: 'Avenirltstd Book';
    display:flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  
  .heading-7 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    font-size: 28px;
    line-height: 56px;
    opacity: 0%;
    transform: translateY(20%);
    transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
    transition-delay: 500ms;
  }
  
  .div-block-23 {
    justify-content: center;
    align-items: center;
    height: 50%;
    gap:20px;
    display: flex;
  }
  
  
  .div-block-24 {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 500px;
    height: 40px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out;
    transition-delay: 1500ms;
  }
  
  .button-2 {
    color: rgba(30,30,30,0.0);
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 20px;
    font-family: 'Avenirltstd';
    padding:0px;
    height:40px;
    width:2px;
    display:flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-500%);
    transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
  }
  
  
  .div-block-29c {
    width: 100%;
    height: 20%;
    font-family: 'Avenirltstd Book';
    display:flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
    gap:20px;
  }
  
  #instagram{
    height:20px;
    width: auto;
  }
  
  #linkedin{
    height:20px;
    width: auto;
  }
  
  .text-block-5 {
    height:50px;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Avenirltstd Book';
    display: flex;
  }
  
  
  
  .show5{
    width: 100%;
  }
  
  .show6{
    transform: translateY(0%);
  }
  
  
  .show7{
    opacity:100%;
  }
  
  
  .show8{
    opacity:100%;
    transform: translateY(0%);
  }
  
  
  .show9{
    opacity:100%;
  }
  
  .show10{
    opacity: 100%;
  }
  
  
  .show11{
    transform: translateY(0%);
  }
  
  .show12{
    background-color: #d9d9d9;
    transform: translateY(0%);
    opacity: 100%;
    color: rgba(30,30,30,1.0);
    border-radius: 10px;
    width:120px;
  }
  
  .show14{
    background-color: #1e1e1e;
    font-size: 20px;
    transform: translateY(0%);
    opacity: 100%;
    color: rgba(217,217,217,1.0);
    border-radius: 15px;
    height:60px;
    width:180px;
  }
  
    .wrapper{
    width: 100%;
  }
  
  .wrapper ul li{
    height: 10%;
    margin: 0px 0;
    display: flex;
    justify-content: center;
      align-items:center;
    width: 100%;
  }
  
  .wrapper ul li a{
    padding:0;
    margin:0;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  
.wrapper ul{
  position: initial;
  top: 0%;
  left: 0%;
  height: 100%;
  transform: translate(0%, 0%);
    padding:0px;
  list-style: none;
  text-align: center;
  display:flex;
    flex-direction:column;
  justify-content:center;
  align-items:center;
}
  
}


@media only screen and (min-height: 1366px){
  .menu-btn{
    top: 30px;
    height: 40px;
    width: 40px;
  }
  .image-5 {
    height: 100%;
  }
  
  .image-6 {
    border-radius: 25px;
    height: 25%;
    position: absolute;
    overflow: visible;
  }
  
  .image-7 {
    border-radius: 10px;
    height: 25%;
    display: block;
    position: absolute;
    transition: transform 0.5s ease;
  }
  
  .image-8 {
    vertical-align: baseline;
    border-radius: 10px;
    height: 25%;
    position: absolute;
    transition: transform 0.5s ease;
  }
  
  .text-block-3, .text-block-4 {
    font-family: Avenirltstd Book, sans-serif;
    font-size: 18px;
    line-height: 28px;
    opacity:0%;
    transition: opacity 1s ease-in-out 500ms;
  }
  
.container-4 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  padding-left:40px;
}

   
.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-5 {
  background-image: url('../images/column1-min.png');
  background-position: 50% 0;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50%;
  height: 200%;
  transform: translateY(-35%);
  transition: transform 4s ease-in-out;
}

.div-block-6 {
  background-image: url('../images/column2-min.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50%;
  height: 200%;
 transform: translateY(-5%);
 transition: transform 4s ease-in-out;
}
.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-right: 20px;
  display: flex;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 80px;
  line-height: 80px;
  opacity:0%;
  transform: translateY(20%);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}



.div-block-7 {
  width: 100%;
  height: 80%;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.div-block-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  height: 50%;
  width:100%;
  display: flex;
}
.paragraph-4 {
  width: 60%;
  margin-top: 40px;
  margin-bottom: 0;
  margin-right: 0%;
  font-family: 'Avenirltstd Book';
  font-size: 18px;
  line-height: 28px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 800ms;
}

.image-10 {
  height: 800px;
  margin-left: 10px;
  position: absolute;
}
@keyframes downUp {
 0% {
   transform: translateY(-50%);
 }
 50% {
   transform: translateY(5%);
 }
 100% {
   transform: translateY(-50%);
 }
}

@keyframes upDown {
 0% {
   transform: translateY(-5%);
 }
 50% {
   transform: translateY(-60%);
 }
 100% {
   transform: translateY(-5%);
 }
}

.show3.infinite-animation {
 animation: downUp 15s infinite ease-in-out;
}

.show4.infinite-animation {
 animation: upDown 15s infinite ease-in-out;
}


.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  font-size: 18px;
  line-height: 28px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}

.paragraph-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}


.paragraph-3 {
  text-align: center;
  width: 60%;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  font-size: 18px;
  line-height: 28px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 800ms;
}



.div-block-16 {
  width: 100%;
  height: 700px;
}
.div-block-19 {
  background-image: url('../images/pexels-fauxels-3183197.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  height: 90%;
  padding-right: 40px;
  display: flex;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
}

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  padding-left: 40px;
  padding-right: 40px;
}

#modelagency-button{
  display:flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width:100%;
  display: flex;
  justify-content: right;
  align-items: flex-end;
  padding-right: 0%;
}


.div-block-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  padding: 20px;
  padding-bottom: 10px;
  opacity: 0%;
  display: flex;
  transition: opacity 500ms ease-in-out 500ms;
}
  

.paragraph-5b {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  opacity:0%;
  transition: opacity 0.5s ease-in-out 1000ms;
}

.paragraph-12 {
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 1500ms;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap:50px;
  padding-left:40px;
  padding-right:40px;
  width: auto; /* Set the container width */
  margin: 0 auto; /* Center the video */
 /* Optional background color */
 }


#video-section{
  display:flex;
  justify-content:center;
  align-items: center;
  background-color: #d9d9d9;
  padding: 10px;
  border-radius: 20px;
  height: auto;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
 }

 #video-text > p{
  text-align: center;
  font-family: 'Avenirltstd Book';
  font-size: 18px;
  line-height: 28px;
  }





  .div-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
    display: flex;
  }


  

#div-block-22-0-paragraph,
#div-block-22-1-paragraph,
#div-block-22-2-paragraph,
#div-block-22-3-paragraph,
#div-block-22-5-paragraph,
#div-block-22-6-paragraph,
#div-block-22-7-paragraph, 
#div-block-22-8-paragraph,
#div-block-22-9-paragraph{
  display:none;
  margin-top:20px;
  margin-bottom:20px;
  font-size: 18px;
  line-height: 28px;
  opacity:0;
  transition: opacity 0.5s ease-in-out;
  font-family: 'Avenirltstd Book';
}


#div-block-22-4-paragraph{
  display:none;
  margin-top:20px;
  margin-bottom:20px;
  font-size: 18px;
  line-height: 28px;
  opacity:0;
  transition: opacity 0.5s ease-in-out;
  font-family: 'Avenirltstd Book';
  flex-direction: column;
}


.divb22-paragraph{
  font-family: 'Avenirltstd book';
  font-size: 18px;
  line-height: 28px;
}

.div-block-26 {
  height: 100px;
  margin-left: 40px;
  margin-right: 40px;
}


.div-block-27 {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 200px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.paragraph-8, .paragraph-9, .paragraph-10 {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  font-size:16px;
  line-height:24px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 1000ms;
}
  
#instagram{
  height: 25px;
  width:auto;
  }
  
  #linkedin{
    height: 25px;
  width:auto;
  }
  
  
  .div-block-29c {
    width: 40%;
    height: 20%;
    font-family: 'Avenirltstd Book';
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap:20px;
  }

.show5{
  width: 100%;
}

.show6{
  transform: translateY(0%);
}


.show7{
  opacity:100%;
}


.show8{
  opacity:100%;
  transform: translateY(0%);
}


.show9{
  opacity:100%;
}

.show10{
  opacity: 100%;
}


.show11{
  transform: translateY(0%);
}

.show12{
  background-color: #d9d9d9;
  transform: translateY(0%);
  opacity: 100%;
  color: rgba(30,30,30,1.0);
  border-radius: 10px;
  width:120px;
}

.show14{
  background-color: #1e1e1e;
  font-size: 20px;
  transform: translateY(0%);
  opacity: 100%;
  color: rgba(217,217,217,1.0);
  border-radius: 15px;
  height:60px;
  width:180px;
}

}




@media only screen and (min-height: 1180px){

  .menu-btn{
    top: 30px;
    height: 40px;
    width: 40px;
  }
  
  
  #as-mentioned{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left:40px;
    margin-right:40px;
    gap:100px;
    margin-bottom:100px;
  }
  
  #as-mentioned-h4{
    font-family: 'Avenirltstd Book';
    font-size: 14px;
  }
  
  #mentioned-logos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10%;
    width: 100%;
  }
  
  #mentioned-logo1, #mentioned-logo2, #mentioned-logo3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 20%;
    opacity:50%;
  }

}

@media only screen and (max-width: 1024px) and (max-height: 1366px) {
    
      .shrink .text-block {
    font-size: 14px;
    letter-spacing: 15px;
    padding: 10px 0;
    transform: translateY(0%) translateX(-10%);
  }

  .menu-btn{
   top: 20px;
   height: 40px;
   width: 40px;
 }
    
    
    
  .text-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height:40px;
    font-size: 26px;
    letter-spacing: 15px;
      transform: translateY(850%);
  }
  
  .div-block-4 {
    width: 95%;
  }

  nav{
    display: flex;
    align-items: center;
    justify-content: center;
    height:40px;
    width:100%;
    position: fixed;
  }
  
  
.shrink .text-block {
  letter-spacing: 10px;
  font-size: 9px;
  padding: 10px 0;
  transform: translateY(0%);
}

  
  .container-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    min-height: auto;
    max-height: none;
    display: flex;
  }
  
  #book-intro-a{
    font-family: "Avenirltstd";
    height: 80px;
    width:180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 0px;
    font-size: 20px;
    background-color: #d9d9d9;
    color:#1e1e1e;
  }
  
  
  .div-block-5 {
    transform: translateY(-50%);
    transition: transform 4s ease-in-out;
  }
  
  .div-block-6 {
    transform: translateY(0%);
    transition: transform 4s ease-in-out;
  }
  
  .container-4 {
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 100%;
    display: flex;
    padding-left:16px;
  }
  
  .container-5 {
    width: 100%;
    height: 100%;
  }
  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    width: auto;
    margin-right: 20px;
    display: flex;
  }
  
  
  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    font-size:28px;
    line-height: 36px;
    opacity:0%;
    transform: translateY(20%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  
  .text-block-3, .text-block-4 {
    font-family: Avenirltstd Book, sans-serif;
    font-size: 18px;
    line-height: 28px;
    opacity:0%;
    transition: opacity 1s ease-in-out 500ms;
  }
  
  .section-2 {
    background-color: #1e1e1e;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    padding-left: 16px;
    padding-right:16px;
    display: flex;
  }
  
  .div-block-7{
    margin:0px;
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    height: 70%;
    width:100%;
    display: flex;
  }
  
  .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    height: 50%;
    display: flex;
  }
  
  #rectangle{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: flex-start;
    overflow: hidden;
    gap:20px;
  }
  
  .b{
    border-radius: 15px;
    height:100px;
    width: 100px;
  }
  .show23{
    display: flex;
  }
  
  #a, #e, #d{
    height:100px;
    width: 100px;
    border-radius: 20px;
    transition: opacity 0.2s ease-in-out 500ms, transform 0.5s ease-in-out 500ms;
  }
  
  #c{
    height:100px;
    width: 100px;
    border-radius: 20px;
    transition: opacity 0.2s ease-in-out 900ms, transform 0.5s ease-in-out 500ms;
  }
  
  
  #a-e{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height:500px;
    width:100px;
    transition: transform 0.5s ease-in-out 500ms;
  }
  
  #c-d{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height:500px;
    width:100px;
    transition: transform 0.5s ease-in-out 900ms;
  }
  
  
  
  
  
  #as-mentioned{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left:16px;
    margin-right:16px;
    gap:100px;
    margin-bottom:100px;
  }
  
  #as-mentioned-h4{
    font-family: 'Avenirltstd Book';
    font-size: 14px;
  }
  
  #mentioned-logos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10%;
    width: 100%;
  }
  
  #mentioned-logo1, #mentioned-logo2, #mentioned-logo3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 20%;
    opacity:50%;
  }

  
  
  
  
  
  .show20{
  transform: translateY(-400px);
  }
  
  .show21{
    opacity:0%;
    }
  
    #b-button{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      width:100px;
      height:500px;
      transition: transform 0.5s ease-in-out 1400ms;
    }
  
    
  .show19{
    transform: translateY(-400px);
  }
  
  #book-intro-a-div{
    width: 100px;
    height: 100px;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  
  
  
  #book-intro-a{
    font-family: "Avenirltstd";
    height: 40px;
    width:120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 0px;
    font-size: 12px;
    background-color: #d9d9d9;
    color:#1e1e1e;
  }
  
  .section-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-left: 20px;
    padding-right:20px;
    display: flex;
  }


  
  .heading-3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 18px;
    line-height: 21px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  .paragraph-3 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-size:14px;
    line-height: 21px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 800ms;
  }
  
  
  .show16{
  transform: translateY(-400px);
  }
  
  .show17{
  opacity:0%;
  }
  
  .show{
    transform: translateX(80px) translateY(-10px) rotate(15deg);
  }
  
  .show2{
    transform: translateX(-80px) translateY(30px) rotate(-15deg);
  }
  

  .div-block-13 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40%;
    display: flex;
  }
  
  .image-5 {
    height: 100%;
  }
  
  .image-6 {
    border-radius: 25px;
    height: 20%;
    position: absolute;
    overflow: visible;
  }
  
  .image-7 {
    border-radius: 10px;
    height: 20%;
    display: block;
    position: absolute;
    transition: transform 0.5s ease;
  }
  
  .image-8 {
    vertical-align: baseline;
    border-radius: 10px;
    height: 20%;
    position: absolute;
    transition: transform 0.5s ease;
  }
  
  .section-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
  
  .image-9 {
    height: 80%;
    transform:translateY(100%);
    transition: transform 1s ease-in-out 1000ms;
  }
  
  .image-10 {
    height: 400px;
    margin-left: 10px;
    margin-top:20px;
    position: absolute;
  }
  
  .div-block-15 {
    background-color: #d9d9d9;
    border-radius: 15px;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 30%;
    display: flex;
    overflow: hidden;
    transition: width 1s ease-in-out;
  }
  
  .show5{
    width: 100%;
  }
  
  .show6{
    transform: translateY(0%);
  }
  
  .div-block-16 {
    width: 100%;
    height: 600px;
  }
  
  .div-block-17 {
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    height: 40%;
    display: flex;
  }
  
  .paragraph-4 {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0%;
    font-family: 'Avenirltstd Book';
    line-height: 21px;
    font-size:14px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 800ms;
  }
  
  .div-block-18 {
    width: 80%;
  }
  
  .heading-4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 18px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  .section-5 {
    height: 100vh;
    padding-top: 10px;
  }
  
  .heading-5 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 10%;
    margin: 0 24px;
    font-family: 'Avenirltstd';
    font-size: 18px;
    display: flex;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  .div-block-19 {
    background-image: url('../images/pexels-fauxels-3183197.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
    height: 90%;
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
  }
  
  .div-block-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-radius: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px;
    padding-bottom: 10px;
    opacity: 0%;
    display: flex;
    transition: opacity 500ms ease-in-out 500ms;
  }
  
  .paragraph-5b {
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    opacity:0%;
    transition: opacity 0.5s ease-in-out 1000ms;
  }
  
  .heading-6 {
    margin: 0 0 40px;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    opacity:0%;
    transform: translateY(20%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  
  .div-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
  }
  
  .div-block-22-1, .div-block-22-2, .div-block-22-3, .div-block-22-4, .div-block-22-5, .div-block-22-6, .div-block-22-7, .div-block-22-8, .div-block-22-9, .div-block-22-0 { 
    flex-flow: row;
    display: flex;
  }
  
  #div-block-22-4-div{
    display: none;
    flex-direction: column;
    opacity:0;
    transition: opacity 0.5s ease-in-out;
  }
  
  .paragraph-6 {
    width: 95%;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 14px;
    font-weight: 900;
    opacity:0%;
    transition: opacity 0.5s ease-in-out;
  }
  
  .paragraph-7-plus0,
  .paragraph-7-plus1,
  .paragraph-7-plus2,
  .paragraph-7-plus3,
  .paragraph-7-plus4,
  .paragraph-7-plus5,
  .paragraph-7-plus6,
  .paragraph-7-plus7,
  .paragraph-7-plus8,
  .paragraph-7-plus9{
    color: #000;
    justify-content: center;
    align-items: center;
    width: 5%;
    height: auto;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 14px;
    font-weight: 900;
    display: flex;
    opacity:0%;
    transition: opacity 0.5s ease-in-out;
  }
  


/*video*/
#video-section{
 display:flex;
 justify-content:center;
 align-items: center;
 background-color: #d9d9d9;
 padding: 10px;
 border-radius: 20px;
 height: auto;
 width: auto;
 margin-left: 16px;
 margin-right: 16px;
}

.video-container {
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100vh;
 gap:50px;
 width: auto; /* Set the container width */
 margin: 0 auto; /* Center the video */
/* Optional background color */
}

video {
 width: 100%; /* Make the video responsive */
 height: auto; /* Maintain aspect ratio */
}

#video-text{
 padding-left: 16px;
 padding-right: 16px;
width: 100%;
}


#video-text > h1{
 text-align: center;
 font-family: 'Avenirltstd';
 font-size: 18px;
line-height: 64px;
margin:0px;
}


#video-text > p{
 text-align: center;
 font-family: 'Avenirltstd Book';
 font-size: 14px;
 }
/*video-out*/


.divb22-paragraph{
  font-family: 'Avenirltstd book';
  font-size: 18px;
}



  .section-6 {
    justify-content: top;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom:100px;
    padding-left:16px;
    padding-right:16px;
    display: flex;
  }
  
  .section-7 {
    justify-content: center;
    align-items: center;
    height: 100px;
    display: flex;
  }
  
  
  .section-8 {
    background-color: #1e1e1e;
    border-radius: 0;
    height: auto;
    padding-top: 20px;
    padding-bottom:20px;
    padding-left:16px;
    padding-right:16px;
    transform: translateY(25%);
    transition: transform 1s ease-in-out;
  }
  
  .show11{
    transform: translateY(0%);
  }
  
  .div-block-23 {
    justify-content: center;
    align-items: center;
    height: 50%;
    gap:20px;
    display: flex;
  }
  
  
  .div-block-24 {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 240px;
    height: 30px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out;
    transition-delay: 1500ms;
  }
  
  .div-block-25 {
    background-color: #d9d9d9;
    border-radius: 10px;
    width: 10%;
    height: 40px;
  }
  
  .div-block-26 {
    height: 100px;
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .heading-7 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    font-size: 20px;
    opacity: 0%;
    transform: translateY(20%);
    transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
    transition-delay: 500ms;
  }
  
  .button {
    color: rgba(217,217,217,0.0);
    background-color: #1e1e1e;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 40px;
    width:2px;
    display: flex;
    transform: translateY(650%);
    transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
  }
  
  .show14{
    background-color: #1e1e1e;
    font-size:12px;
    padding: 1px 6px;
    transform: translateY(0%);
    opacity: 100%;
    color: rgba(217,217,217,1.0);
    border-radius: 15px;
    width:100px;
  }
  
  .button-2 {
    color: rgba(30,30,30,0.0);
    background-color: #ffffff;
    border-radius: 50px;
    font-family: 'Avenirltstd';
    height:30px;
    width:2px;
    display:flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-500%);
    transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
  }
  
  .show12{
    background-color: #d9d9d9;
    font-size:12px;
    transform: translateY(0%);
    opacity: 100%;
    color: rgba(30,30,30,1.0);
    border-radius: 10px;
    width:80px;
  }
  
  .div-block-27 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    height: 450px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
  }
  
  .div-block-28 {
    width: 100%;
    height: 30%;
  }
  
  .div-block-29 {
    width: 100%;
    height: 100%;
    font-family: 'Avenirltstd Book';
  }
  
  .div-block-29b {
    width: 60%;
    height: 100%;
    font-family: 'Avenirltstd Book';
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .div-block-29c {
    width: 40%;
    height: 20%;
    font-family: 'Avenirltstd Book';
    display:flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
    gap:15px;
  }
  
  
  .div-block-30 {
    height: 30%;
    width: 100%;
  }
  
  .div-block-31 {
    height:40%;
    width: 100%;
    display:flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
  }
  
  .heading-8 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    font-size: 18px;
    height:20px;
    display:flex;
    align-items:center;
    flex-direction: row;
    margin-bottom:10px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 500ms;
  }
  
  .heading-9 {
    color: #fdfdfd;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    font-size: 18px;
    height:20px;
    display:flex;
    align-items:center;
    flex-direction: row;
    margin-bottom:10px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 500ms;
  }
  
  .heading-10 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    font-size: 18px;
    height:20px;
    display:flex;
    align-items:center;
    flex-direction: row;
    margin-bottom:10px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 500ms;
  }
  
  .paragraph-8, .paragraph-9, .paragraph-10 {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    font-size:12px;
    line-height:18px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 1000ms;
  }
  
  .paragraph-11 {
    font-size:12px;
    color: #fff;
    margin-bottom: 0;
    height: 25%;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 1000ms;
  }
  
  .div-block-32 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    display: flex;
    gap:80px;
  }
  
  .text-block-5 {
    font-size:10px;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Avenirltstd Book';
    display: flex;
  }
  
  .image-11 {
    border-radius: 20px;
    height: 100%;
    width:auto;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 1500ms;
  }
  
  .heading-11 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 150px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    font-size: 28px;
    line-height: 32px;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    opacity:0%;
    transform: translateY(30%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  
  .paragraph-12 {
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    font-style: italic;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 1500ms;
  }
  
  .buttonb{
    background-color: #1e1e1e;
  }
  
  
  
  .bold-text{
    font-family: 'Avenirltstd';
  }
  
  
  
  
  #div-block-22-0-paragraph,
  #div-block-22-1-paragraph,
  #div-block-22-2-paragraph,
  #div-block-22-3-paragraph,
  #div-block-22-5-paragraph,
  #div-block-22-6-paragraph,
  #div-block-22-7-paragraph, 
  #div-block-22-8-paragraph,
  #div-block-22-9-paragraph{
    display:none;
    margin-top:10px;
    margin-bottom:10px;
    font-size: 18px;
    opacity:0;
    transition: opacity 0.5s ease-in-out;
    font-family: 'Avenirltstd Book';
  }
  
  
  #div-block-22-4-paragraph{
    display:none;
    margin-top:10px;
    margin-bottom:10px;
    font-size: 18px;
    opacity:0;
    transition: opacity 0.5s ease-in-out;
    font-family: 'Avenirltstd Book';
    flex-direction: column;
  }
  
  #instagram{
  height: 20px;
  width:auto;
  }
  
  #linkedin{
    height: 20px;
  width:auto;
  }
  
      
    .wrapper{
      width: 100%;
      padding-right:0px;
    }
    
    .wrapper ul li{
      height: 10%;
      margin: 0px 0;
      width: 100%;
      text-align: right;
    }
    
    .wrapper ul li a{
      padding:0;
      margin:0;
      display: flex;
      justify-content: center;
        align-items:center;
      width: 100%;
      text-align: right;
    }
    
    
    
.wrapper ul{
  position: initial;
  top: 0%;
  left: 0%;
  height: 100%;
  transform: translate(0%, 0%);
    padding:0px;
  list-style: none;
  text-align: center;
  display:flex;
    flex-direction:column;
  justify-content:center;
  align-items:center;
}


.div-block-14 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}




   
.div-block-5 {
  transform: translateY(-5%);
  transition: transform 4s ease-in-out;
}

.div-block-6 {
 transform: translateY(-45%);
 transition: transform 4s ease-in-out;
}



@keyframes downUp {
 0% {
   transform: translateY(-5%);
 }
 50% {
   transform: translateY(5%);
 }
 100% {
   transform: translateY(-5%);
 }
}

@keyframes upDown {
 0% {
   transform: translateY(-45%);
 }
 50% {
   transform: translateY(-55%);
 }
 100% {
   transform: translateY(-45%);
 }
}

.show3.infinite-animation {
 animation: downUp 15s infinite ease-in-out;
}

.show4.infinite-animation {
 animation: upDown 15s infinite ease-in-out;
}



  
  .show7{
    opacity:100%;
  }
  
  
  .show8{
    opacity:100%;
    transform: translateY(0%);
  }
  
  
  .show9{
    opacity:100%;
  }
  
  
  .show10{
    opacity: 100%;
  }
  
    }


/**/
/*
.section-8 {
  background-color: #1e1e1e;
  border-radius: 0;
  height: 80vh;
  padding-top: 40px;
  padding-bottom:20px;
  transform: translateY(25%);
  padding-left:80px;
  padding-right:80px;
  transition: transform 1s ease-in-out;
}
.div-block-26 {
  height: 200px;
  margin-left: 0px;
  margin-right: 0px;
}

.div-block-27 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  height: 700px;
  margin-left: 0px;
  margin-right: 0px;
  display: flex;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 28px;
  height:36px;
  display:flex;
  align-items:center;
  flex-direction: row;
  margin-bottom:10px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 500ms;
}

.heading-9 {
  color: #fdfdfd;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 28px;
  height:36px;
  display:flex;
  align-items:center;
  flex-direction: row;
  margin-bottom:10px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 500ms;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 28px;
  height:36px;
  display:flex;
  align-items:center;
  flex-direction: row;
  margin-bottom:10px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 500ms;
}

.paragraph-8, .paragraph-9, .paragraph-10 {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Avenirltstd Book';
  font-size: 20px;
  line-height: 36px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 1000ms;
}
.paragraph-11 {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 36px;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 1000ms;
}
.div-block-28 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 25%;
}

.div-block-30 {
  display: flex;
  flex-direction: row;
  width: 100%;
  height:25%;
}

.div-block-31 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  height:50%;
}

.image-11 {
  border-radius: 20px;
  height: 100%;
  width:auto;
  opacity: 0%;
  transition: opacity 1s ease-in-out;
  transition-delay: 1500ms;
}
.button {
  color: rgba(217,217,217,0.0);
  background-color: #1e1e1e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  width:2px;
  font-family: 'Avenirltstd';
  display: flex;
  transform: translateY(800%);
  transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
}

.div-block-29 {
  width: 100%;
  height: 50%;
  font-family: 'Avenirltstd Book';
}

.div-block-29b {
  width: 100%;
  height: 100%;
  font-family: 'Avenirltstd Book';
  display:flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 28px;
  line-height: 56px;
  opacity: 0%;
  transform: translateY(20%);
  transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
  transition-delay: 500ms;
}

.div-block-23 {
  justify-content: center;
  align-items: center;
  height: 50%;
  gap:20px;
  display: flex;
}


.div-block-24 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 500px;
  height: 40px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 1500ms;
}

.button-2 {
  color: rgba(30,30,30,0.0);
  background-color: #ffffff;
  border-radius: 50px;
  font-size: 20px;
  font-family: 'Avenirltstd';
  padding:0px;
  height:40px;
  width:2px;
  display:flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-500%);
  transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
}


.div-block-29c {
  width: 100%;
  height: 20%;
  font-family: 'Avenirltstd Book';
  display:flex;
  align-items: center;
  justify-content: left;
  flex-direction: row;
  gap:20px;
}

#instagram{
  height:20px;
  width: auto;
}

#linkedin{
  height:20px;
  width: auto;
}

.text-block-5 {
  height:50px;
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: 'Avenirltstd Book';
  display: flex;
}



.show5{
  width: 100%;
}

.show6{
  transform: translateY(0%);
}


.show7{
  opacity:100%;
}


.show8{
  opacity:100%;
  transform: translateY(0%);
}


.show9{
  opacity:100%;
}

.show10{
  opacity: 100%;
}


.show11{
  transform: translateY(0%);
}

.show12{
  background-color: #d9d9d9;
  transform: translateY(0%);
  opacity: 100%;
  color: rgba(30,30,30,1.0);
  border-radius: 10px;
  width:120px;
}

.show14{
  background-color: #1e1e1e;
  font-size: 20px;
  transform: translateY(0%);
  opacity: 100%;
  color: rgba(217,217,217,1.0);
  border-radius: 15px;
  height:60px;
  width:180px;
}

}
*/
@media only screen and (max-width: 540px) and (max-height: 720px) {


  .menu-btn{
    top: 20px;
    height: 40px;
    width: 40px;
  }
  .text-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height:40px;
    font-size: 24px;
    letter-spacing: 25px;
      transform: translateY(500%);
  }
  
  .herosection {
    background-image: url('../images/ComfyUI_00085_.png');
    background-position: 70%;
  }

  .text-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height:40px;
    font-size: 24px;
    letter-spacing: 25px;
      transform: translateY(500%);
  }
  
  .div-block-4 {
    width: 95%;
  }

  nav{
    display: flex;
    align-items: center;
    justify-content: center;
    height:40px;
    width:100%;
    position: fixed;
  }
  
  
.shrink .text-block {
  letter-spacing: 15px;
  font-size: 11px;
  padding: 10px 0;
  transform: translateY(0%);
  z-index:50;
}

  
  .container-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    min-height: auto;
    max-height: none;
    display: flex;
  }
  
  #book-intro-a{
    font-family: "Avenirltstd";
    height: 80px;
    width:180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 0px;
    font-size: 20px;
    background-color: #d9d9d9;
    color:#1e1e1e;
  }
  
  
  .div-block-5 {
    transform: translateY(-50%);
    transition: transform 4s ease-in-out;
  }
  
  .div-block-6 {
    transform: translateY(0%);
    transition: transform 4s ease-in-out;
  }
  
  .container-4 {
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 100%;
    display: flex;
    padding-left:24px;
  }
  
  .container-5 {
    width: 100%;
    height: 100%;
  }
  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    width: auto;
    margin-right: 20px;
    display: flex;
  }
  
  
  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    font-size:45px;
    line-height: 54px;
    opacity:0%;
    transform: translateY(20%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  
  .text-block-3, .text-block-4 {
    font-family: Avenirltstd Book, sans-serif;
    font-size: 14px;
    line-height: 24px;
    opacity:0%;
    transition: opacity 1s ease-in-out 500ms;
  }
  
  .section-2 {
    background-color: #1e1e1e;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    padding-left: 24px;
    padding-right:24px;
    display: flex;
  }
  
  .div-block-7{
    margin:0px;
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    height: 60%;
    width:100%;
    display: flex;
  }
  
  .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    height: 50%;
    display: flex;
  }
  
  #rectangle{
    height: 150px;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: flex-start;
    overflow: hidden;
    gap:20px;
  }
  
  .b{
    border-radius: 15px;
    height:150px;
    width: 150px;
  }
  .show23{
    display: flex;
  }
  
  #a, #e, #d{
    height:150px;
    width: 150px;
    border-radius: 20px;
    transition: opacity 0.2s ease-in-out 500ms, transform 0.5s ease-in-out 500ms;
  }
  
  #c{
    height:150px;
    width: 150px;
    border-radius: 20px;
    transition: opacity 0.2s ease-in-out 900ms, transform 0.5s ease-in-out 500ms;
  }
  
  
  #a-e{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height:500px;
    width:150px;
    transition: transform 0.5s ease-in-out 500ms;
  }
  
  #c-d{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height:500px;
    width:150px;
    transition: transform 0.5s ease-in-out 900ms;
  }
  
  .show20{
  transform: translateY(-350px);
  }
  
  .show21{
    opacity:0%;
    }
  
    #b-button{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      width:150px;
      height:500px;
      transition: transform 0.5s ease-in-out 1400ms;
    }
  
    
  .show19{
    transform: translateY(-350px);
  }
  
  #book-intro-a-div{
    width: 150px;
    height: 150px;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  
  
  
  #book-intro-a{
    font-family: "Avenirltstd";
    height: 50px;
    width:120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 0px;
    font-size: 14px;
    background-color: #d9d9d9;
    color:#1e1e1e;
  }
  
  
  .show16{
    transform: translateY(-350px);
    }
    
    .show17{
    opacity:0%;
    }
  
  
  
  .heading-2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    font-size: 32px;
    line-height: 80px;
    opacity:0%;
    transform: translateY(30%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  
  .paragraph {
    color: #fff;
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 14px;
    line-height: 21px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  .paragraph-2 {
    color: #fff;
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    opacity:100%;
  }
  
  .heading-11 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 150px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    padding-left:24px;
    padding-right:24px;
    font-size:32px;
    display: flex;
    opacity:0%;
    transform: translateY(30%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

  .heading-3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 20px;
    line-height: 28px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  .paragraph-3 {
    text-align: center;
    width: 75%;
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-size:14px;
    line-height: 21px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 800ms;
  }

  .image-5 {
    height: 100%;
  }
  
  .image-6 {
    border-radius: 25px;
    height: 25%;
    position: absolute;
    overflow: visible;
  }
  
  .image-7 {
    border-radius: 10px;
    height: 25%;
    display: block;
    position: absolute;
    transition: transform 0.5s ease;
  }
  
  .image-8 {
    vertical-align: baseline;
    border-radius: 10px;
    height: 25%;
    position: absolute;
    transition: transform 0.5s ease;
  }
  
  
  
  /*model-walking*/
  .div-block-16 {
    width: 100%;
    height: 600px;
  }
  
  
  .section-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    padding-left:24px;
    padding-right:24px;
  }
  
  .image-9 {
    height: 90%;
    transform:translateY(100%);
    transition: transform 1s ease-in-out 1000ms;
  }
  
  .image-10 {
    margin-top:50px;
    height: 450px;
    margin-left:10px;
    position: absolute;
    z-index:2;
  }
  
  .div-block-15 {
    background-color: #d9d9d9;
    border-radius: 25px;
    justify-content: flex-end;
    align-items: flex-end;
    width: 50%;
    height: 40%;
    display: flex;
    overflow: hidden;
    transition: width 1s ease-in-out;
  }
  
  
  .paragraph-4 {
    width: 55%;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 5%;
    font-family: Avenirltstd Book, sans-serif;
    font-size:14px;
    line-height: 21px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 800ms;
  }
  
  .div-block-18 {
    width: 80%;
  }
  
  .heading-4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 20px;
    margin-bottom:20px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  
  
  /*team training*/
  
  
  
  .section-5 {
    height: 100vh;
    padding-top: 100px;
  }
  
  .heading-5 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 10%;
    margin: 0 24px;
    font-family: 'Avenirltstd';
    font-size: 20px;
    display: flex;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  .div-block-19 {
    background-image: url('../images/pexels-fauxels-3183197.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
    height: 90%;
    padding-right:24px;
    display: flex;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
  }
  
  .div-block-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-radius: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:300px;
    height: auto;
    padding: 20px;
    padding-bottom: 10px;
    opacity: 0%;
    display: flex;
    transition: opacity 500ms ease-in-out 500ms;
  }
  
  .paragraph-5b {
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    opacity:0%;
    font-size: 14px;
    line-height: 21px;
    transition: opacity 0.5s ease-in-out 1000ms;
  }
  
  .paragraph-12 {
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-style: italic;
    font-size: 14px;
    line-height: 21px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 1500ms;
  }
  





/*video*/
#video-section{
  display:flex;
  justify-content:center;
  align-items: center;
  background-color: #d9d9d9;
  padding: 10px;
  border-radius: 20px;
  height: auto;
  width: auto;
  margin-left: 24px;
  margin-right: 24px;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap:50px;
  width: auto; /* Set the container width */
  margin: 0 auto; /* Center the video */
 /* Optional background color */
}

video {
  width: 100%; /* Make the video responsive */
  height: auto; /* Maintain aspect ratio */
}
#video-text{
  padding-left: 24px;
  padding-right: 24px;
width: 100%;
}

#video-text > h1{
  text-align: center;
  font-family: 'Avenirltstd';
  font-size: 20px;
line-height: 64px;
margin:0px;
}


#video-text > p{
  text-align: center;
  font-family: 'Avenirltstd Book';
  font-size: 14px;
  }
/*video-out*/








  /*FAQ*/
  
  
  .heading-6 {
    margin: 0 0 20px;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    font-size: 32px;
    opacity:0%;
    transform: translateY(20%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  
  .div-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin:0px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }
  
  .div-block-22-1, .div-block-22-2, .div-block-22-3, .div-block-22-4, .div-block-22-5, .div-block-22-6, .div-block-22-7, .div-block-22-8, .div-block-22-9, .div-block-22-0 { 
    flex-flow: row;
    display: flex;
  }
  
  #div-block-22-4-div{
    display: none;
    flex-direction: column;
    opacity:0;
    transition: opacity 0.5s ease-in-out;
  }
  
  .paragraph-6 {
    width: 95%;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 16px;
    font-weight: 900;
    opacity:0%;
    transition: opacity 0.5s ease-in-out;
  }
  
  .paragraph-7-plus0,
  .paragraph-7-plus1,
  .paragraph-7-plus2,
  .paragraph-7-plus3,
  .paragraph-7-plus4,
  .paragraph-7-plus5,
  .paragraph-7-plus6,
  .paragraph-7-plus7,
  .paragraph-7-plus8,
  .paragraph-7-plus9{
    color: #000;
    justify-content: center;
    align-items: center;
    width: 5%;
    height: auto;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 16px;
    font-weight: 900;
    display: flex;
    opacity:0%;
    transition: opacity 0.5s ease-in-out;
  }
  
  .section-6 {
    padding-left: 24px;
    padding-right: 24px;
    justify-content: top;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom:100px;
    display: flex;
  }
  
  #div-block-22-0-div, #div-block-22-1-div, #div-block-22-2-div, #div-block-22-3-div, #div-block-22-4-div, #div-block-22-5-div, #div-block-22-6-div, #div-block-22-7-div, #div-block-22-8-div, #div-block-22-9-div {
    display:none;
    padding-top:0px;
    padding-bottom:0px;
    font-size: 14px;
    line-height:21px;
    font-family: 'Avenirltstd Book';
  }
  
  
  #div-block-22-0-paragraph,
  #div-block-22-1-paragraph,
  #div-block-22-2-paragraph,
  #div-block-22-3-paragraph,
  #div-block-22-4-paragraph,
  #div-block-22-5-paragraph,
  #div-block-22-6-paragraph,
  #div-block-22-7-paragraph, 
  #div-block-22-8-paragraph,
  #div-block-22-9-paragraph{
    font-family: 'Avenirltstd Book';
    font-size:14px;
    line-height:21px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  
  .divb22-paragraph{
    font-family: 'Avenirltstd book';
    font-size: 14px;
  }
  
  /**/
  .section-8 {
    background-color: #1e1e1e;
    border-radius: 0;
    height: 100vh;
    padding-top: 20px;
    padding-bottom:20px;
    transform: translateY(25%);
    padding-left:24px;
    padding-right:24px;
    transition: transform 1s ease-in-out;
  }
  .div-block-26 {
    height: 150px;
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .div-block-27 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    height: 700px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
  }
  
  .heading-8 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 20px;
    height:20px;
    display:flex;
    align-items:center;
    flex-direction: row;
    margin-bottom:10px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 500ms;
  }
  
  .heading-9 {
    color: #fdfdfd;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 20px;
    height:20px;
    display:flex;
    align-items:center;
    flex-direction: row;
    margin-bottom:10px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 500ms;
  }
  
  .heading-10 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 20px;
    height:20px;
    display:flex;
    align-items:center;
    flex-direction: row;
    margin-bottom:10px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 500ms;
  }
  
  .paragraph-8, .paragraph-9, .paragraph-10 {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    font-size: 14px;
    line-height: 21px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 1000ms;
  }
  .paragraph-11 {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 1000ms;
  }
  .div-block-28 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 20%;
  }
  
  .div-block-30 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height:20%;
  }
  
  .div-block-31 {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 100%;
    height:50%;
    gap:25px;
  }
  
  .image-11 {
    border-radius: 20px;
    height: 100%;
    width:auto;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 1500ms;
  }
  .button {
    color: rgba(217,217,217,0.0);
    background-color: #1e1e1e;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 50px;
    width:2px;
    font-family: 'Avenirltstd';
    display: flex;
    transform: translateY(700%);
    transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
  }
  
  .div-block-29 {
    width: 100%;
    height: 50%;
    font-family: 'Avenirltstd Book';
  }
  
  .div-block-29b {
    width: 100%;
    height: 100%;
    font-family: 'Avenirltstd Book';
    display:flex;
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  
  .heading-7 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    font-size: 20px;
    line-height: 40px;
    opacity: 0%;
    transform: translateY(20%);
    transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
    transition-delay: 500ms;
  }
  
  .div-block-23 {
    justify-content: center;
    align-items: center;
    height: 50%;
    gap:20px;
    display: flex;
  }
  
  
  .div-block-24 {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 300px;
    height: 30px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out;
    transition-delay: 1500ms;
  }
  
  .button-2 {
    color: rgba(30,30,30,0.0);
    background-color: #ffffff;
    border-radius: 50px;
    font-size: 16px;
    font-family: 'Avenirltstd';
    padding:0px;
    height:30px;
    width:2px;
    display:flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-500%);
    transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
  }
  
  
  .div-block-29c {
    width: 100%;
    height: 20%;
    font-family: 'Avenirltstd Book';
    display:flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
    gap:20px;
  }
  
  #instagram{
    height:20px;
    width: auto;
  }
  
  #linkedin{
    height:20px;
    width: auto;
  }
  
  .text-block-5 {
    height:50px;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Avenirltstd Book';
    display: flex;
  }
  
  
  
  
  
  #as-mentioned{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left:16px;
    margin-right:16px;
    gap:100px;
    margin-bottom:100px;
  }
  
  #as-mentioned-h4{
    font-family: 'Avenirltstd Book';
    font-size: 14px;
  }
  
  #mentioned-logos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10%;
    width: 100%;
  }
  
  #mentioned-logo1, #mentioned-logo2, #mentioned-logo3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 20%;
    opacity:50%;
  }

  
  
  
  
  .show5{
    width: 100%;
  }
  
  .show6{
    transform: translateY(0%);
  }
  
  
  .show7{
    opacity:100%;
  }
  
  
  .show8{
    opacity:100%;
    transform: translateY(0%);
  }
  
  
  .show9{
    opacity:100%;
  }
  
  .show10{
    opacity: 100%;
  }
  
  
  .show11{
    transform: translateY(0%);
  }
  
  .show12{
    background-color: #d9d9d9;
    transform: translateY(0%);
    opacity: 100%;
    color: rgba(30,30,30,1.0);
    border-radius: 10px;
    width:80px;
  }
  
  .show14{
    background-color: #1e1e1e;
    font-size: 14px;
    transform: translateY(0%);
    opacity: 100%;
    color: rgba(217,217,217,1.0);
    border-radius: 15px;
    height:50px;
    width:120px;
  }
  
}


@media only screen and (max-width: 375px) and (max-height: 667px) {
  .herosection {
    background-image: url('../images/ComfyUI_00085_.png');
    background-position: 70%;
  }

  .text-block{
    font-size: 8px;
  }
  .paragraph {
    color: #fff;
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 14px;
    line-height: 21px;
    opacity:100%;
  }
  
  .paragraph-2 {
    color: #fff;
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    opacity:100%;
  }








#as-mentioned{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left:16px;
  margin-right:16px;
  gap:100px;
  margin-bottom:100px;
}

#as-mentioned-h4{
  font-family: 'Avenirltstd Book';
  font-size: 14pt;
}

#mentioned-logos{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap:20%;
  width: 100%;
}

#mentioned-logo1, #mentioned-logo2, #mentioned-logo3{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  width: 10%;
  opacity:50%;
}











  
  .show16{
    transform: translateY(-400px);
    }
    
    .show17{
    opacity:0%;
    }
    
    .show{
      transform: translateX(80px) translateY(-10px) rotate(15deg);
    }
    
    .show2{
      transform: translateX(-80px) translateY(30px) rotate(-15deg);
    }

    .show5{
      width: 100%;
    }
    
    .show6{
      transform: translateY(0%);
    }
    .show7{
      opacity:100%;
    }
    
    
    .show8{
      opacity:100%;
      transform: translateY(0%);
    }
    
    
    .show9{
      opacity:100%;
    }
    
    
    .show10{
      opacity: 100%;
    }
    
.wrapper ul{
  position: initial;
  top: 0%;
  left: 0%;
  height: 100%;
  transform: translate(0%, 0%);
    padding:0px;
  list-style: none;
  text-align: center;
  display:flex;
    flex-direction:column;
  justify-content:center;
  align-items:center;
}

}
  
@media only screen and (max-width: 414px) and (max-height: 896px) {
  .herosection {
    background-image: url('../images/ComfyUI_00085_.png');
    background-position: 70%;
  }

  .paragraph {
    color: #fff;
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 14px;
    line-height: 21px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  .paragraph-2 {
    color: #fff;
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    opacity:0%;
    transition: opacity 500ms ease-in-out 500ms;
  }


 .text-block {
    display: flex;
    align-items: center;
    justify-content: center;
    height:40px;
    font-size: 16px;
    letter-spacing: 15px;
      transform: translateY(450%);
  }
  
  .div-block-4 {
    width: 95%;
  }

  nav{
    display: flex;
    align-items: center;
    justify-content: center;
    height:40px;
    width:100%;
    position: fixed;
  }
  
  
.shrink .text-block {
  letter-spacing: 10px;
  font-size: 9px;
  padding: 10px 0;
  transform: translateY(0%);
}

  
  .container-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    min-height: auto;
    max-height: none;
    display: flex;
  }
  
  #book-intro-a{
    font-family: "Avenirltstd";
    height: 80px;
    width:180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 0px;
    font-size: 20px;
    background-color: #d9d9d9;
    color:#1e1e1e;
  }
  
  
  .div-block-5 {
    transform: translateY(-50%);
    transition: transform 4s ease-in-out;
  }
  
  .div-block-6 {
    transform: translateY(0%);
    transition: transform 4s ease-in-out;
  }
  
  .container-4 {
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 100%;
    display: flex;
    padding-left:16px;
  }
  
  .container-5 {
    width: 100%;
    height: 100%;
  }
  .div-block-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    width: auto;
    margin-right: 20px;
    display: flex;
  }
  
  
  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    font-size:28px;
    line-height: 36px;
    opacity:0%;
    transform: translateY(20%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  
  .text-block-3, .text-block-4 {
    font-family: Avenirltstd Book, sans-serif;
    font-size: 14px;
    line-height: 21px;
    opacity:0%;
    transition: opacity 1s ease-in-out 500ms;
  }
  
  .section-2 {
    background-color: #1e1e1e;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    padding-left: 24px;
    padding-right:24px;
    display: flex;
  }
  
  .div-block-7{
    margin:0px;
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    height: 70%;
    width:100%;
    display: flex;
  }
  
  .div-block-9 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    height: 50%;
    display: flex;
  }
  
  #rectangle{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: flex-start;
    overflow: hidden;
    gap:20px;
  }
  
  .b{
    border-radius: 15px;
    height:100px;
    width: 100px;
  }
  .show23{
    display: flex;
  }
  
  #a, #e, #d{
    height:100px;
    width: 100px;
    border-radius: 20px;
    transition: opacity 0.2s ease-in-out 500ms, transform 0.5s ease-in-out 500ms;
  }
  
  #c{
    height:100px;
    width: 100px;
    border-radius: 20px;
    transition: opacity 0.2s ease-in-out 900ms, transform 0.5s ease-in-out 500ms;
  }
  
  
  #a-e{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height:500px;
    width:100px;
    transition: transform 0.5s ease-in-out 500ms;
  }
  
  #c-d{
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    height:500px;
    width:100px;
    transition: transform 0.5s ease-in-out 900ms;
  }
  
  
  
  
  
  

  #as-mentioned{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left:16px;
    margin-right:16px;
    gap:100px;
    margin-bottom:100px;
  }
  
  #as-mentioned-h4{
    font-family: 'Avenirltstd Book';
    font-size: 14px;
  }
  
  #mentioned-logos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10%;
    width: 100%;
  }
  
  #mentioned-logo1, #mentioned-logo2, #mentioned-logo3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 20%;
    opacity:50%;
  }
  
  
  
  
  
  
  
  
  
  
  
  .show20{
  transform: translateY(-400px);
  }
  
  .show21{
    opacity:0%;
    }
  
    #b-button{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      width:100px;
      height:500px;
      transition: transform 0.5s ease-in-out 1400ms;
    }
  
    
  .show19{
    transform: translateY(-400px);
  }
  
  #book-intro-a-div{
    width: 100px;
    height: 100px;
    display:flex;
    justify-content: center;
    align-items: center;
  }
  
  
  
  #book-intro-a{
    font-family: "Avenirltstd";
    height: 40px;
    width:120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 0px;
    font-size: 12px;
    background-color: #d9d9d9;
    color:#1e1e1e;
  }
  
  .section-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-left: 20px;
    padding-right:20px;
    display: flex;
  }


  
  .heading-3 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 18px;
    line-height: 21px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  .paragraph-3 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-size:14px;
    line-height: 21px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 800ms;
  }
  
  
  .show16{
  transform: translateY(-400px);
  }
  
  .show17{
  opacity:0%;
  }
  
  .show{
    transform: translateX(80px) translateY(-10px) rotate(15deg);
  }
  
  .show2{
    transform: translateX(-80px) translateY(30px) rotate(-15deg);
  }
  

  .div-block-13 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40%;
    display: flex;
  }
  
  .image-5 {
    height: 100%;
  }
  
  .image-6 {
    border-radius: 25px;
    height: 15%;
    position: absolute;
    overflow: visible;
  }
  
  .image-7 {
    border-radius: 10px;
    height: 15%;
    display: block;
    position: absolute;
    transition: transform 0.5s ease;
  }
  
  .image-8 {
    vertical-align: baseline;
    border-radius: 10px;
    height: 15%;
    position: absolute;
    transition: transform 0.5s ease;
  }
  
  .section-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }
  
  .image-9 {
    height: 80%;
    transform:translateY(100%);
    transition: transform 1s ease-in-out 1000ms;
  }
  
  .image-10 {
    height: 400px;
    margin-left: 10px;
    margin-top:20px;
    position: absolute;
  }
  
  .div-block-15 {
    background-color: #d9d9d9;
    border-radius: 15px;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 30%;
    display: flex;
    overflow: hidden;
    transition: width 1s ease-in-out;
  }
  
  .show5{
    width: 100%;
  }
  
  .show6{
    transform: translateY(0%);
  }
  
  .div-block-16 {
    width: 100%;
    height: 600px;
  }
  
  .div-block-17 {
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    height: 40%;
    display: flex;
  }
  
  .paragraph-4 {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0%;
    font-family: 'Avenirltstd Book';
    line-height: 21px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 800ms;
  }
  
  .div-block-18 {
    width: 80%;
  }
  
  .heading-4 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 18px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  .section-5 {
    height: 100vh;
    padding-top: 10px;
  }
  
  .heading-5 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 10%;
    margin: 0 24px;
    font-family: 'Avenirltstd';
    font-size: 18px;
    display: flex;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  .div-block-19 {
    background-image: url('../images/pexels-fauxels-3183197.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    align-items: center;
    height: 90%;
    padding-right: 24px;
    padding-left: 24px;
    display: flex;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
  }
  
  .div-block-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-radius: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px;
    padding-bottom: 10px;
    opacity: 0%;
    display: flex;
    transition: opacity 500ms ease-in-out 500ms;
  }
  
  .paragraph-5b {
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    opacity:0%;
    transition: opacity 0.5s ease-in-out 1000ms;
  }
  
  .heading-6 {
    margin: 0 0 40px;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    opacity:0%;
    transform: translateY(20%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  
  .div-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
  }
  
  .div-block-22-1, .div-block-22-2, .div-block-22-3, .div-block-22-4, .div-block-22-5, .div-block-22-6, .div-block-22-7, .div-block-22-8, .div-block-22-9, .div-block-22-0 { 
    flex-flow: row;
    display: flex;
  }
  
  #div-block-22-4-div{
    display: none;
    flex-direction: column;
    opacity:0;
    transition: opacity 0.5s ease-in-out;
  }
  
  .paragraph-6 {
    width: 95%;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 14px;
    font-weight: 900;
    opacity:0%;
    transition: opacity 0.5s ease-in-out;
  }
  
  .paragraph-7-plus0,
  .paragraph-7-plus1,
  .paragraph-7-plus2,
  .paragraph-7-plus3,
  .paragraph-7-plus4,
  .paragraph-7-plus5,
  .paragraph-7-plus6,
  .paragraph-7-plus7,
  .paragraph-7-plus8,
  .paragraph-7-plus9{
    color: #000;
    justify-content: center;
    align-items: center;
    width: 5%;
    height: auto;
    margin-bottom: 0;
    font-family: 'Avenirltstd';
    font-size: 14px;
    font-weight: 900;
    display: flex;
    opacity:0%;
    transition: opacity 0.5s ease-in-out;
  }
  


/*video*/
#video-section{
  display:flex;
  justify-content:center;
  align-items: center;
  background-color: #d9d9d9;
  padding: 10px;
  border-radius: 20px;
  height: auto;
  width: auto;
  margin-left: 16px;
  margin-right: 16px;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap:50px;
  width: auto; /* Set the container width */
  margin: 0 auto; /* Center the video */
 /* Optional background color */
}

video {
  width: 100%; /* Make the video responsive */
  height: auto; /* Maintain aspect ratio */
}
#video-text{
  padding-left: 16px;
  padding-right: 16px;
width: 100%;
}





#video-text > h1{
  text-align: center;
  font-family: 'Avenirltstd';
  font-size: 18px;
line-height: 64px;
margin:0px;
}


#video-text > p{
  text-align: center;
  font-family: 'Avenirltstd Book';
    font-size: 14px;
  }
/*video-out*/



  .section-6 {
    justify-content: top;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom:100px;
    padding-left:16px;
    padding-right:16px;
    display: flex;
  }
  .section-7 {
    justify-content: center;
    align-items: center;
    height: 100px;
    display: flex;
  }
  
  
  .section-8 {
    background-color: #1e1e1e;
    border-radius: 0;
    height: auto;
    padding-top: 20px;
    padding-bottom:20px;
    padding-left:16px;
    padding-right:16px;
    transform: translateY(25%);
    transition: transform 1s ease-in-out;
  }
  
  .show11{
    transform: translateY(0%);
  }
  
  .div-block-23 {
    justify-content: center;
    align-items: center;
    height: 50%;
    gap:20px;
    display: flex;
  }
  
  
  .div-block-24 {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 240px;
    height: 30px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out;
    transition-delay: 1500ms;
  }
  
  .div-block-25 {
    background-color: #d9d9d9;
    border-radius: 10px;
    width: 10%;
    height: 40px;
  }
  
  .div-block-26 {
    height: 100px;
    margin-left: 0px;
    margin-right: 0px;
  }
  
  .heading-7 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    font-size: 20px;
    opacity: 0%;
    transform: translateY(20%);
    transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
    transition-delay: 500ms;
  }
  
  .button {
    color: rgba(217,217,217,0.0);
    background-color: #1e1e1e;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 40px;
    width:2px;
    display: flex;
    transform: translateY(650%);
    transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
  }
  
  .show14{
    background-color: #1e1e1e;
    font-size:12px;
    padding: 1px 6px;
    transform: translateY(0%);
    opacity: 100%;
    color: rgba(217,217,217,1.0);
    border-radius: 15px;
    width:100px;
  }
  
  .button-2 {
    color: rgba(30,30,30,0.0);
    background-color: #ffffff;
    border-radius: 50px;
    font-family: 'Avenirltstd';
    height:30px;
    width:2px;
    display:flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-500%);
    transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
  }
  
  .show12{
    background-color: #d9d9d9;
    font-size:12px;
    transform: translateY(0%);
    opacity: 100%;
    color: rgba(30,30,30,1.0);
    border-radius: 10px;
    width:80px;
  }
  
  .div-block-27 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    height: 450px;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
  }
  
  .div-block-28 {
    width: 100%;
    height: 30%;
  }
  
  .div-block-29 {
    width: 100%;
    height: 100%;
    font-family: 'Avenirltstd Book';
  }
  
  .div-block-29b {
    width: 60%;
    height: 100%;
    font-family: 'Avenirltstd Book';
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .div-block-29c {
    width: 40%;
    height: 20%;
    font-family: 'Avenirltstd Book';
    display:flex;
    align-items: center;
    justify-content: left;
    flex-direction: row;
    gap:15px;
  }
  
  
  .div-block-30 {
    height: 30%;
    width: 100%;
  }
  
  .div-block-31 {
    height:40%;
    width: 100%;
    display:flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
  }
  
  .heading-8 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    font-size: 18px;
    height:20px;
    display:flex;
    align-items:center;
    flex-direction: row;
    margin-bottom:10px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 500ms;
  }
  
  .heading-9 {
    color: #fdfdfd;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    font-size: 18px;
    height:20px;
    display:flex;
    align-items:center;
    flex-direction: row;
    margin-bottom:10px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 500ms;
  }
  
  .heading-10 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    font-size: 18px;
    height:20px;
    display:flex;
    align-items:center;
    flex-direction: row;
    margin-bottom:10px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 500ms;
  }
  
  .paragraph-8, .paragraph-9, .paragraph-10 {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    font-size:12px;
    line-height:18px;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 1000ms;
  }
  
  .paragraph-11 {
    font-size:12px;
    color: #fff;
    margin-bottom: 0;
    height: 25%;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 1000ms;
  }
  
  .div-block-32 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    display: flex;
    gap:80px;
  }
  
  .text-block-5 {
    font-size:10px;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Avenirltstd Book';
    display: flex;
  }
  
  .image-11 {
    border-radius: 20px;
    height: 100%;
    width:auto;
    opacity: 0%;
    transition: opacity 1s ease-in-out;
    transition-delay: 1500ms;
  }
  
  .heading-11 {
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 150px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    font-size: 28px;
    line-height: 32px;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    opacity:0%;
    transform: translateY(30%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }
  
  .paragraph-12 {
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    font-style: italic;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 1500ms;
  }
  
  .buttonb{
    background-color: #1e1e1e;
  }
  
  
  
  .bold-text{
    font-family: 'Avenirltstd';
  }
  
  
  
  
  #div-block-22-0-paragraph,
  #div-block-22-1-paragraph,
  #div-block-22-2-paragraph,
  #div-block-22-3-paragraph,
  #div-block-22-5-paragraph,
  #div-block-22-6-paragraph,
  #div-block-22-7-paragraph, 
  #div-block-22-8-paragraph,
  #div-block-22-9-paragraph{
    display:none;
    margin-top:20px;
    margin-bottom:20px;
    opacity:0;
    transition: opacity 0.5s ease-in-out;
    font-family: 'Avenirltstd Book';
  }
  
  
  #div-block-22-4-paragraph{
    display:none;
    margin-top:20px;
    margin-bottom:20px;
    opacity:0;
    transition: opacity 0.5s ease-in-out;
    font-family: 'Avenirltstd Book';
    flex-direction: column;
  }
  
  #instagram{
  height: 20px;
  width:auto;
  }
  
  #linkedin{
    height: 20px;
  width:auto;
  }


 
  














  .show7{
    opacity:100%;
  }
  
  
  .show8{
    opacity:100%;
    transform: translateY(0%);
  }
  
  
  .show9{
    opacity:100%;
  }
  
  
  .show10{
    opacity: 100%;
  }
  .show{
    transform: translateX(80px) translateY(-10px) rotate(15deg);
  }
  
  .show2{
    transform: translateX(-80px) translateY(30px) rotate(-15deg);
  }

  .show5{
    width: 100%;
  }
  
  .show6{
    transform: translateY(0%);
  }
  .show7{
    opacity:100%;
  }
  
  
  .show8{
    opacity:100%;
    transform: translateY(0%);
  }
  
  
  .show9{
    opacity:100%;
  }
  
  
  .show10{
    opacity: 100%;
  }
  
    #video-section{
    padding: 10px;
  }





}

@media only screen and (max-width: 390px) and (max-height: 844px) {
  .herosection {
    background-image: url('../images/ComfyUI_00085_.png');
    background-position: 70%;
  }

  .text-block {
     display: flex;
     align-items: center;
     justify-content: center;
     height:40px;
     font-size: 16px;
     letter-spacing: 15px;
       transform: translateY(450%);
   }
   
   .div-block-4 {
     width: 95%;
   }
 
   nav{
     display: flex;
     align-items: center;
     justify-content: center;
     height:40px;
     width:100%;
     position: fixed;
   }
   
   
 .shrink .text-block {
   letter-spacing: 10px;
   font-size: 9px;
   padding: 10px 0;
   transform: translateY(0%);
 }
 
   
   .container-2 {
     justify-content: center;
     align-items: center;
     width: 100%;
     max-width: 100vw;
     height: 100%;
     min-height: auto;
     max-height: none;
     display: flex;
   }
   
   #book-intro-a{
     font-family: "Avenirltstd";
     height: 80px;
     width:180px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 15px;
     border: 0px;
     font-size: 20px;
     background-color: #d9d9d9;
     color:#1e1e1e;
   }
   
   
   .div-block-5 {
     transform: translateY(-50%);
     transition: transform 4s ease-in-out;
   }
   
   .div-block-6 {
     transform: translateY(0%);
     transition: transform 4s ease-in-out;
   }
   
   .container-4 {
     justify-content: center;
     align-items: center;
     width: 95%;
     height: 100%;
     display: flex;
     padding-left:16px;
   }
   
   .container-5 {
     width: 100%;
     height: 100%;
   }
   .div-block-3 {
     grid-column-gap: 20px;
     grid-row-gap: 20px;
     flex-flow: column;
     justify-content: space-between;
     width: auto;
     margin-right: 20px;
     display: flex;
   }
   
   
   .heading {
     margin-top: 0;
     margin-bottom: 0;
     font-family: Playfairdisplay Variablefont Wght, sans-serif;
     font-size:28px;
     line-height: 36px;
     opacity:0%;
     transform: translateY(20%);
     transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
   }
   
   .text-block-3, .text-block-4 {
     font-family: Avenirltstd Book, sans-serif;
     font-size: 14px;
     line-height: 21px;
     opacity:0%;
     transition: opacity 1s ease-in-out 500ms;
   }
   
   .section-2 {
     background-color: #1e1e1e;
     justify-content: center;
     align-items: center;
     height: 100vh;
     width: 100%;
     padding-left: 16px;
     padding-right:16px;
     display: flex;
   }
   
   .div-block-7{
     margin:0px;
     width: 100%;
     height: 90%;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
   }
   
   .div-block-8 {
     grid-column-gap: 20px;
     grid-row-gap: 20px;
     flex-flow: column;
     justify-content: flex-start;
     height: 70%;
     width:100%;
     display: flex;
   }
   
   .div-block-9 {
     grid-column-gap: 20px;
     grid-row-gap: 20px;
     justify-content: center;
     align-items: center;
     height: 50%;
     display: flex;
   }
   
   #rectangle{
     height: 100px;
     width: 100%;
     display: flex;
     justify-content: right;
     align-items: flex-start;
     overflow: hidden;
     gap:20px;
   }
   
   .b{
     border-radius: 15px;
     height:100px;
     width: 100px;
   }
   .show23{
     display: flex;
   }
   
   #a, #e, #d{
     height:100px;
     width: 100px;
     border-radius: 20px;
     transition: opacity 0.2s ease-in-out 500ms, transform 0.5s ease-in-out 500ms;
   }
   
   #c{
     height:100px;
     width: 100px;
     border-radius: 20px;
     transition: opacity 0.2s ease-in-out 900ms, transform 0.5s ease-in-out 500ms;
   }
   
   
   #a-e{
     display:flex;
     flex-direction: column;
     justify-content: space-between;
     height:500px;
     width:100px;
     transition: transform 0.5s ease-in-out 500ms;
   }
   
   #c-d{
     display:flex;
     flex-direction: column;
     justify-content: space-between;
     height:500px;
     width:100px;
     transition: transform 0.5s ease-in-out 900ms;
   }
   
   
   
   
   
   
   
   
   #as-mentioned{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left:16px;
    margin-right:16px;
    gap:100px;
    margin-bottom:100px;
  }
  
  #as-mentioned-h4{
    font-family: 'Avenirltstd Book';
    font-size: 14px;
  }
  
  #mentioned-logos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10%;
    width: 100%;
  }
  
  #mentioned-logo1, #mentioned-logo2, #mentioned-logo3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 20%;
    opacity:50%;
  }

   
   
   
   
   
   
   
   
   
   
   
   
   
   .show20{
   transform: translateY(-400px);
   }
   
   .show21{
     opacity:0%;
     }
   
     #b-button{
       display: flex;
       flex-direction: column;
       justify-content: space-between;
       align-items: center;
       width:100px;
       height:500px;
       transition: transform 0.5s ease-in-out 1400ms;
     }
   
     
   .show19{
     transform: translateY(-400px);
   }
   
   #book-intro-a-div{
     width: 100px;
     height: 100px;
     display:flex;
     justify-content: center;
     align-items: center;
   }
   
   
   
   #book-intro-a{
     font-family: "Avenirltstd";
     height: 40px;
     width:120px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 10px;
     border: 0px;
     font-size: 12px;
     background-color: #d9d9d9;
     color:#1e1e1e;
   }
   
   .section-3 {
     flex-flow: column;
     justify-content: center;
     align-items: center;
     height: 100vh;
     padding-left: 20px;
     padding-right:20px;
     display: flex;
   }
 
 
   
   .heading-3 {
     text-align: center;
     margin-top: 0;
     margin-bottom: 0;
     font-family: 'Avenirltstd';
     font-size: 18px;
     line-height: 21px;
     opacity:0%;
     transition: opacity 0.5s ease-in-out 500ms;
   }
   
   .paragraph-3 {
     text-align: center;
     width: 100%;
     margin-bottom: 0;
     font-family: Avenirltstd Book, sans-serif;
     font-size:14px;
     line-height: 21px;
     opacity:0%;
     transition: opacity 0.5s ease-in-out 800ms;
   }
   
   
   .show16{
   transform: translateY(-400px);
   }
   
   .show17{
   opacity:0%;
   }
   
   .show{
     transform: translateX(80px) translateY(-10px) rotate(15deg);
   }
   
   .show2{
     transform: translateX(-80px) translateY(30px) rotate(-15deg);
   }
   
 
   .div-block-13 {
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 40%;
     display: flex;
   }
   
   .image-5 {
     height: 100%;
   }
   
   .image-6 {
     border-radius: 25px;
     height: 15%;
     position: absolute;
     overflow: visible;
   }
   
   .image-7 {
     border-radius: 10px;
     height: 15%;
     display: block;
     position: absolute;
     transition: transform 0.5s ease;
   }
   
   .image-8 {
     vertical-align: baseline;
     border-radius: 10px;
     height: 15%;
     position: absolute;
     transition: transform 0.5s ease;
   }
   
   .section-4 {
     flex-flow: column;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 100vh;
     padding-left: 20px;
     padding-right: 20px;
     display: flex;
   }
   
   .image-9 {
     height: 80%;
     transform:translateY(100%);
     transition: transform 1s ease-in-out 1000ms;
   }
   
   .image-10 {
     height: 400px;
     margin-left: 10px;
     margin-top:20px;
     position: absolute;
   }
   
   .div-block-15 {
     background-color: #d9d9d9;
     border-radius: 15px;
     justify-content: flex-end;
     align-items: flex-end;
     width: 100%;
     height: 30%;
     display: flex;
     overflow: hidden;
     transition: width 1s ease-in-out;
   }
   
   .show5{
     width: 100%;
   }
   
   .show6{
     transform: translateY(0%);
   }
   
   .div-block-16 {
     width: 100%;
     height: 600px;
   }
   
   .div-block-17 {
     justify-content: flex-end;
     align-items: stretch;
     width: 100%;
     height: 40%;
     display: flex;
   }
   
   .paragraph-4 {
     width: 50%;
     margin-top: 10px;
     margin-bottom: 0;
     margin-right: 0%;
     font-family: 'Avenirltstd Book';
     font-size:14px;
     line-height: 21px;
     opacity:0%;
     transition: opacity 0.5s ease-in-out 800ms;
   }
   
   .div-block-18 {
     width: 80%;
   }
   
   .heading-4 {
     text-align: center;
     margin-top: 0;
     margin-bottom: 0;
     font-family: 'Avenirltstd';
     font-size: 18px;
     opacity:0%;
     transition: opacity 0.5s ease-in-out 500ms;
   }
   
   .section-5 {
     height: 100vh;
     padding-top: 10px;
   }
   
   .heading-5 {
     text-align: center;
     justify-content: center;
     align-items: center;
     height: 10%;
     margin: 0 24px;
     font-family: 'Avenirltstd';
     font-size: 18px;
     display: flex;
     opacity:0%;
     transition: opacity 0.5s ease-in-out 500ms;
   }
   
   .div-block-19 {
     background-image: url('../images/pexels-fauxels-3183197.jpg');
     background-position: 50%;
     background-size: cover;
     justify-content: flex-end;
     align-items: center;
     height: 90%;
     padding-right: 24px;
     padding-left: 24px;
     display: flex;
     opacity: 0%;
     transition: opacity 1s ease-in-out;
   }
   
   .div-block-20 {
     grid-column-gap: 20px;
     grid-row-gap: 20px;
     background-color: #fff;
     border-radius: 15px;
     flex-flow: column;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: auto;
     padding: 20px;
     padding-bottom: 10px;
     opacity: 0%;
     display: flex;
     transition: opacity 500ms ease-in-out 500ms;
   }
   
   .paragraph-5b {
     margin-bottom: 0;
     font-family: 'Avenirltstd Book';
     opacity:0%;
     transition: opacity 0.5s ease-in-out 1000ms;
   }
   
   .heading-6 {
     margin: 0 0 40px;
     font-family: Playfairdisplay Variablefont Wght, sans-serif;
     opacity:0%;
     transform: translateY(20%);
     transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
   }
   
   .div-block-21 {
     grid-column-gap: 20px;
     grid-row-gap: 20px;
     flex-flow: column;
     width: 100%;
     margin-left: 0px;
     margin-right: 0px;
     display: flex;
   }
   
   .div-block-22-1, .div-block-22-2, .div-block-22-3, .div-block-22-4, .div-block-22-5, .div-block-22-6, .div-block-22-7, .div-block-22-8, .div-block-22-9, .div-block-22-0 { 
     flex-flow: row;
     display: flex;
   }
   
   #div-block-22-4-div{
     display: none;
     flex-direction: column;
     opacity:0;
     transition: opacity 0.5s ease-in-out;
   }
   
   .paragraph-6 {
     width: 95%;
     margin-bottom: 0;
     font-family: 'Avenirltstd';
     font-size: 14px;
     font-weight: 900;
     opacity:0%;
     transition: opacity 0.5s ease-in-out;
   }
   
   .paragraph-7-plus0,
   .paragraph-7-plus1,
   .paragraph-7-plus2,
   .paragraph-7-plus3,
   .paragraph-7-plus4,
   .paragraph-7-plus5,
   .paragraph-7-plus6,
   .paragraph-7-plus7,
   .paragraph-7-plus8,
   .paragraph-7-plus9{
     color: #000;
     justify-content: center;
     align-items: center;
     width: 5%;
     height: auto;
     margin-bottom: 0;
     font-family: 'Avenirltstd';
     font-size: 14px;
     font-weight: 900;
     display: flex;
     opacity:0%;
     transition: opacity 0.5s ease-in-out;
   }
   





/*video*/
#video-section{
  display:flex;
  justify-content:center;
  align-items: center;
  background-color: #d9d9d9;
  padding: 10px;
  border-radius: 20px;
  height: auto;
  width: auto;
  margin-left: 16px;
  margin-right: 16px;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap:50px;
  width: auto; /* Set the container width */
  margin: 0 auto; /* Center the video */
 /* Optional background color */
}

video {
  width: 100%; /* Make the video responsive */
  height: auto; /* Maintain aspect ratio */
}

#video-text{
  padding-left: 16px;
  padding-right: 16px;
width: 100%;
}


#video-text > h1{
  text-align: center;
  font-family: 'Avenirltstd';
  font-size: 18px;
line-height: 64px;
margin:0px;
}


#video-text > p{
  text-align: center;
  font-family: 'Avenirltstd Book';
  font-size: 14px;
  }
/*video-out*/






   .section-6 {
    justify-content: top;
     width: 100%;
     height: auto;
     padding-top: 60px;
     padding-bottom:100px;
     padding-left:16px;
     padding-right:16px;
     display: flex;
   }
   
   .section-7 {
     justify-content: center;
     align-items: center;
     height: 100px;
     display: flex;
   }
   
   
   .section-8 {
     background-color: #1e1e1e;
     border-radius: 0;
     height: auto;
     padding-top: 20px;
     padding-bottom:20px;
     padding-left:16px;
     padding-right:16px;
     transform: translateY(25%);
     transition: transform 1s ease-in-out;
   }
   
   .show11{
     transform: translateY(0%);
   }
   
   .div-block-23 {
     justify-content: center;
     align-items: center;
     height: 50%;
     gap:20px;
     display: flex;
   }
   
   
   .div-block-24 {
     -webkit-text-stroke-width: 0px;
     -webkit-text-stroke-color: #fff;
     border: 1px solid #fff;
     border-radius: 10px;
     width: 240px;
     height: 30px;
     opacity:0%;
     transition: opacity 0.5s ease-in-out;
     transition-delay: 1500ms;
   }
   
   .div-block-25 {
     background-color: #d9d9d9;
     border-radius: 10px;
     width: 10%;
     height: 40px;
   }
   
   .div-block-26 {
     height: 100px;
     margin-left: 0px;
     margin-right: 0px;
   }
   
   .heading-7 {
     color: #fff;
     text-align: center;
     margin-top: 0;
     margin-bottom: 0;
     padding-bottom: 0;
     font-family: Playfairdisplay Variablefont Wght, sans-serif;
     font-size: 20px;
     opacity: 0%;
     transform: translateY(20%);
     transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
     transition-delay: 500ms;
   }
   
   .button {
     color: rgba(217,217,217,0.0);
     background-color: #1e1e1e;
     border-radius: 50px;
     justify-content: center;
     align-items: center;
     height: 40px;
     width:2px;
     display: flex;
     transform: translateY(650%);
     transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
   }
   
   .show14{
     background-color: #1e1e1e;
     font-size:12px;
     padding: 1px 6px;
     transform: translateY(0%);
     opacity: 100%;
     color: rgba(217,217,217,1.0);
     border-radius: 15px;
     width:100px;
   }
   
   .button-2 {
     color: rgba(30,30,30,0.0);
     background-color: #ffffff;
     border-radius: 50px;
     font-family: 'Avenirltstd';
     height:30px;
     width:2px;
     display:flex;
     align-items: center;
     justify-content: center;
     transform: translateY(-500%);
     transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
   }
   
   .show12{
     background-color: #d9d9d9;
     font-size:12px;
     transform: translateY(0%);
     opacity: 100%;
     color: rgba(30,30,30,1.0);
     border-radius: 10px;
     width:80px;
   }
   
   .div-block-27 {
     flex-flow: column;
     justify-content: space-between;
     align-items: stretch;
     width: auto;
     height: 450px;
     margin-left: 0px;
     margin-right: 0px;
     display: flex;
   }
   
   .div-block-28 {
     width: 100%;
     height: 30%;
   }
   
   .div-block-29 {
     width: 100%;
     height: 100%;
     font-family: 'Avenirltstd Book';
   }
   
   .div-block-29b {
     width: 60%;
     height: 100%;
     font-family: 'Avenirltstd Book';
     display:flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
   }
   
   .div-block-29c {
     width: 40%;
     height: 20%;
     font-family: 'Avenirltstd Book';
     display:flex;
     align-items: center;
     justify-content: left;
     flex-direction: row;
     gap:15px;
   }
   
   
   .div-block-30 {
     height: 30%;
     width: 100%;
   }
   
   .div-block-31 {
     height:40%;
     width: 100%;
     display:flex;
     align-items: flex-end;
     justify-content: center;
     flex-direction: row;
   }
   
   .heading-8 {
     color: #fff;
     margin-top: 0;
     margin-bottom: 0;
     font-family: 'Avenirltstd Book';
     font-size: 18px;
     height:20px;
     display:flex;
     align-items:center;
     flex-direction: row;
     margin-bottom:10px;
     opacity: 0%;
     transition: opacity 1s ease-in-out;
     transition-delay: 500ms;
   }
   
   .heading-9 {
     color: #fdfdfd;
     margin-top: 0;
     margin-bottom: 0;
     font-family: 'Avenirltstd Book';
     font-size: 18px;
     height:20px;
     display:flex;
     align-items:center;
     flex-direction: row;
     margin-bottom:10px;
     opacity: 0%;
     transition: opacity 1s ease-in-out;
     transition-delay: 500ms;
   }
   
   .heading-10 {
     color: #fff;
     margin-top: 0;
     margin-bottom: 0;
     font-family: 'Avenirltstd Book';
     font-size: 18px;
     height:20px;
     display:flex;
     align-items:center;
     flex-direction: row;
     margin-bottom:10px;
     opacity: 0%;
     transition: opacity 1s ease-in-out;
     transition-delay: 500ms;
   }
   
   .paragraph-8, .paragraph-9, .paragraph-10 {
     color: #fff;
     margin-bottom: 0;
     font-family: 'Avenirltstd Book';
     font-size:12px;
     line-height:18px;
     opacity: 0%;
     transition: opacity 1s ease-in-out;
     transition-delay: 1000ms;
   }
   
   .paragraph-11 {
     font-size:12px;
     color: #fff;
     margin-bottom: 0;
     height: 25%;
     opacity: 0%;
     transition: opacity 1s ease-in-out;
     transition-delay: 1000ms;
   }
   
   .div-block-32 {
     flex-flow: column;
     justify-content: space-between;
     align-items: stretch;
     height: 100%;
     display: flex;
     gap:80px;
   }
   
   .text-block-5 {
     font-size:10px;
     color: #fff;
     justify-content: center;
     align-items: center;
     width: 100%;
     font-family: 'Avenirltstd Book';
     display: flex;
   }
   
   .image-11 {
     border-radius: 20px;
     height: 100%;
     width:auto;
     opacity: 0%;
     transition: opacity 1s ease-in-out;
     transition-delay: 1500ms;
   }
   
   .heading-11 {
     text-align: center;
     justify-content: center;
     align-items: center;
     height: 150px;
     margin-top: 0;
     margin-bottom: 0;
     font-family: Playfairdisplay Variablefont Wght, sans-serif;
     font-size: 28px;
     line-height: 32px;
     display: flex;
     padding-left: 20px;
     padding-right: 20px;
     opacity:0%;
     transform: translateY(30%);
     transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
   }
   
   .paragraph-12 {
     margin-bottom: 0;
     font-family: 'Avenirltstd Book';
     font-style: italic;
     opacity:0%;
     transition: opacity 0.5s ease-in-out 1500ms;
   }
   
   .buttonb{
     background-color: #1e1e1e;
   }
   
   
   
   .bold-text{
     font-family: 'Avenirltstd';
   }
   
   
   
   
   #div-block-22-0-paragraph,
   #div-block-22-1-paragraph,
   #div-block-22-2-paragraph,
   #div-block-22-3-paragraph,
   #div-block-22-5-paragraph,
   #div-block-22-6-paragraph,
   #div-block-22-7-paragraph, 
   #div-block-22-8-paragraph,
   #div-block-22-9-paragraph{
     display:none;
     margin-top:20px;
     margin-bottom:20px;
     opacity:0;
     transition: opacity 0.5s ease-in-out;
     font-family: 'Avenirltstd Book';
   }
   
   
   #div-block-22-4-paragraph{
     display:none;
     margin-top:20px;
     margin-bottom:20px;
     opacity:0;
     transition: opacity 0.5s ease-in-out;
     font-family: 'Avenirltstd Book';
     flex-direction: column;
   }
   
   #instagram{
   height: 20px;
   width:auto;
   }
   
   #linkedin{
     height: 20px;
   width:auto;
   }
   
   .show7{
     opacity:100%;
   }
   
   
   .show8{
     opacity:100%;
     transform: translateY(0%);
   }
   
   
   .show9{
     opacity:100%;
   }
   
   
   .show10{
     opacity: 100%;
   }
   
 }
 
@media only screen and (max-width: 430px) and (max-height: 932px) {

   .menu-btn{
    top: 20px;
    height: 40px;
    width: 40px;
  }
   
 
  .herosection {
    background-image: url('../images/ComfyUI_00085_.png');
    background-position: 70%;
  }

  .text-block {
     display: flex;
     align-items: center;
     justify-content: center;
     height:40px;
     font-size: 26px;
     letter-spacing: 12px;
       transform: translateY(650%);
   }
   
   .div-block-4 {
     width: 95%;
   }
 
   nav{
     display: flex;
     align-items: center;
     justify-content: center;
     height:40px;
     width:100%;
     position: fixed;
   }
   
   
 .shrink .text-block {
   letter-spacing: 10px;
   font-size: 9px;
   padding: 10px 0;
   transform: translateY(0%);
 }
 
   
   .container-2 {
     justify-content: center;
     align-items: center;
     width: 100%;
     max-width: 100vw;
     height: 100%;
     min-height: auto;
     max-height: none;
     display: flex;
   }
   
   #book-intro-a{
     font-family: "Avenirltstd";
     height: 80px;
     width:180px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 15px;
     border: 0px;
     font-size: 20px;
     background-color: #d9d9d9;
     color:#1e1e1e;
   }
   
   
   .div-block-5 {
     transform: translateY(-15%);
     transition: transform 4s ease-in-out;
   }

   .div-block-6 {
    transform: translateY(-30%);
    transition: transform 4s ease-in-out;
  }
  
   
   
   
   
   
   
   

  #as-mentioned{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left:16px;
    margin-right:16px;
    gap:100px;
    margin-bottom:100px;
  }
  
  #as-mentioned-h4{
    font-family: 'Avenirltstd Book';
    font-size: 14px;
  }
  
  #mentioned-logos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10%;
    width: 100%;
  }
  
  #mentioned-logo1, #mentioned-logo2, #mentioned-logo3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 20%;
    opacity:50%;
  }

   
   
   
   
   
   
   
   
   

   @keyframes downUp {
    0% {
      transform: translateY(-15%);
    }
    50% {
      transform: translateY(10%);
    }
    100% {
      transform: translateY(-15%);
    }
  }

  @keyframes upDown {
    0% {
      transform: translateY(-30%);
    }
    50% {
      transform: translateY(-50%);
    }
    100% {
      transform: translateY(-30%);
    }
  }
  
  .show3.infinite-animation {
    animation: downUp 20s infinite ease-in-out;
  }
  
  .show4.infinite-animation {
    animation: upDown 20s infinite ease-in-out;
  }




  

   .container-4 {
     justify-content: center;
     align-items: center;
     width: 95%;
     height: 100%;
     display: flex;
     padding-left:16px;
   }
   
   .container-5 {
     width: 100%;
     height: 100%;
   }
   .div-block-3 {
     grid-column-gap: 20px;
     grid-row-gap: 20px;
     flex-flow: column;
     justify-content: space-between;
     width: auto;
     margin-right: 20px;
     display: flex;
   }
   
   
   .heading {
     margin-top: 0;
     margin-bottom: 0;
     font-family: Playfairdisplay Variablefont Wght, sans-serif;
     font-size:28px;
     line-height: 36px;
     opacity:0%;
     transform: translateY(20%);
     transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
   }
   
   .text-block-3, .text-block-4 {
     font-family: Avenirltstd Book, sans-serif;
     font-size: 14px;
     line-height: 21px;
     opacity:0%;
     transition: opacity 1s ease-in-out 500ms;
   }
   
   .section-2 {
     background-color: #1e1e1e;
     justify-content: center;
     align-items: center;
     height: 100vh;
     width: 100%;
     padding-left: 16px;
     padding-right:16px;
     display: flex;
   }
   
   .div-block-7{
     margin:0px;
     width: 100%;
     height: 90%;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
   }
   
   .div-block-8 {
     grid-column-gap: 20px;
     grid-row-gap: 20px;
     flex-flow: column;
     justify-content: flex-start;
     height: 70%;
     width:100%;
     display: flex;
   }
   
   .div-block-9 {
     grid-column-gap: 20px;
     grid-row-gap: 20px;
     justify-content: center;
     align-items: center;
     height: 50%;
     display: flex;
   }
   
   #rectangle{
     height: 100px;
     width: 100%;
     display: flex;
     justify-content: right;
     align-items: flex-start;
     overflow: hidden;
     gap:20px;
   }
   
   .b{
     border-radius: 15px;
     height:100px;
     width: 100px;
   }
   .show23{
     display: flex;
   }
   
   #a, #e, #d{
     height:100px;
     width: 100px;
     border-radius: 20px;
     transition: opacity 0.2s ease-in-out 500ms, transform 0.5s ease-in-out 500ms;
   }
   
   #c{
     height:100px;
     width: 100px;
     border-radius: 20px;
     transition: opacity 0.2s ease-in-out 900ms, transform 0.5s ease-in-out 500ms;
   }
   
   
   #a-e{
     display:flex;
     flex-direction: column;
     justify-content: space-between;
     height:500px;
     width:100px;
     transition: transform 0.5s ease-in-out 500ms;
   }
   
   #c-d{
     display:flex;
     flex-direction: column;
     justify-content: space-between;
     height:500px;
     width:100px;
     transition: transform 0.5s ease-in-out 900ms;
   }
   
   .show20{
   transform: translateY(-400px);
   }
   
   .show21{
     opacity:0%;
     }
   
     #b-button{
       display: flex;
       flex-direction: column;
       justify-content: space-between;
       align-items: center;
       width:100px;
       height:500px;
       transition: transform 0.5s ease-in-out 1400ms;
     }
   
     
   .show19{
     transform: translateY(-400px);
   }
   
   #book-intro-a-div{
     width: 100px;
     height: 100px;
     display:flex;
     justify-content: center;
     align-items: center;
   }
   
   
   
   #book-intro-a{
     font-family: "Avenirltstd";
     height: 40px;
     width:120px;
     display: flex;
     align-items: center;
     justify-content: center;
     border-radius: 10px;
     border: 0px;
     font-size: 12px;
     background-color: #d9d9d9;
     color:#1e1e1e;
   }
   
   .section-3 {
     flex-flow: column;
     justify-content: center;
     align-items: center;
     height: 100vh;
     padding-left: 20px;
     padding-right:20px;
     display: flex;
   }
 
 
   
   .heading-3 {
     text-align: center;
     margin-top: 0;
     margin-bottom: 0;
     font-family: 'Avenirltstd';
     font-size: 18px;
     line-height: 21px;
     opacity:0%;
     transition: opacity 0.5s ease-in-out 500ms;
   }
   
   .paragraph-3 {
     text-align: center;
     width: 100%;
     margin-bottom: 0;
     font-family: Avenirltstd Book, sans-serif;
     font-size:14px;
     line-height: 21px;
     opacity:0%;
     transition: opacity 0.5s ease-in-out 800ms;
   }
   
   
   .show16{
   transform: translateY(-400px);
   }
   
   .show17{
   opacity:0%;
   }
   
   .show{
     transform: translateX(80px) translateY(-10px) rotate(15deg);
   }
   
   .show2{
     transform: translateX(-80px) translateY(30px) rotate(-15deg);
   }
   
 
   .div-block-13 {
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 45%;
     display: flex;
   }
   
   .image-5 {
     height: 100%;
   }
   
   .image-6 {
     border-radius: 25px;
     height: 20%;
     position: absolute;
     overflow: visible;
   }
   
   .image-7 {
     border-radius: 10px;
     height: 20%;
     display: block;
     position: absolute;
     transition: transform 0.5s ease;
   }
   
   .image-8 {
     vertical-align: baseline;
     border-radius: 10px;
     height: 20%;
     position: absolute;
     transition: transform 0.5s ease;
   }
   
   .section-4 {
     flex-flow: column;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: 100vh;
     padding-left: 20px;
     padding-right: 20px;
     display: flex;
   }
   
   .image-9 {
     height: 80%;
     transform:translateY(100%);
     transition: transform 1s ease-in-out 1000ms;
   }
   
   .image-10 {
     height: 400px;
     margin-left: 10px;
     margin-top:20px;
     position: absolute;
   }
   
   .div-block-15 {
     background-color: #d9d9d9;
     border-radius: 15px;
     justify-content: flex-end;
     align-items: flex-end;
     width: 100%;
     height: 30%;
     display: flex;
     overflow: hidden;
     transition: width 1s ease-in-out;
   }
   
   .show5{
     width: 100%;
   }
   
   .show6{
     transform: translateY(0%);
   }
   
   .div-block-16 {
     width: 100%;
     height: 600px;
   }
   
   .div-block-17 {
     justify-content: flex-end;
     align-items: stretch;
     width: 100%;
     height: 40%;
     display: flex;
   }
   
   .paragraph-4 {
     width: 50%;
     margin-top: 30px;
     margin-bottom: 0;
     margin-right: 0%;
     font-family: 'Avenirltstd Book';
     line-height: 21px;
     font-size:14px;
     opacity:0%;
     transition: opacity 0.5s ease-in-out 800ms;
   }
   
   .div-block-18 {
     width: 80%;
   }
   
   .heading-4 {
     text-align: center;
     margin-top: 0;
     margin-bottom: 0;
     font-family: 'Avenirltstd';
     font-size: 18px;
     opacity:0%;
     transition: opacity 0.5s ease-in-out 500ms;
   }
   
   .section-5 {
     height: 100vh;
     padding-top: 10px;
   }
   
   .heading-5 {
     text-align: center;
     justify-content: center;
     align-items: center;
     height: 10%;
     margin: 0 24px;
     font-family: 'Avenirltstd';
     font-size: 18px;
     display: flex;
     opacity:0%;
     transition: opacity 0.5s ease-in-out 500ms;
   }
   
   .div-block-19 {
     background-image: url('../images/pexels-fauxels-3183197.jpg');
     background-position: 50%;
     background-size: cover;
     justify-content: flex-end;
     align-items: center;
     height: 90%;
     padding-right: 24px;
     padding-left: 24px;
     display: flex;
     opacity: 0%;
     transition: opacity 1s ease-in-out;
   }
   
   .div-block-20 {
     grid-column-gap: 20px;
     grid-row-gap: 20px;
     background-color: #fff;
     border-radius: 15px;
     flex-flow: column;
     justify-content: center;
     align-items: center;
     width: 100%;
     height: auto;
     padding: 20px;
     padding-bottom: 10px;
     opacity: 0%;
     display: flex;
     transition: opacity 500ms ease-in-out 500ms;
   }
   
   .paragraph-5b {
     margin-bottom: 0;
     font-family: 'Avenirltstd Book';
     opacity:0%;
     transition: opacity 0.5s ease-in-out 1000ms;
   }
   
   .heading-6 {
     margin: 0 0 40px;
     font-family: Playfairdisplay Variablefont Wght, sans-serif;
     opacity:0%;
     transform: translateY(20%);
     transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
   }
   

   
   
   .div-block-22-1, .div-block-22-2, .div-block-22-3, .div-block-22-4, .div-block-22-5, .div-block-22-6, .div-block-22-7, .div-block-22-8, .div-block-22-9, .div-block-22-0 { 
     flex-flow: row;
     display: flex;
   }
   
   #div-block-22-4-div{
     display: none;
     flex-direction: column;
     opacity:0;
     transition: opacity 0.5s ease-in-out;
   }
   
   .paragraph-6 {
     width: 95%;
     margin-bottom: 0;
     font-family: 'Avenirltstd';
     font-size: 14px;
     font-weight: 900;
     opacity:0%;
     transition: opacity 0.5s ease-in-out;
   }
   
   .paragraph-7-plus0,
   .paragraph-7-plus1,
   .paragraph-7-plus2,
   .paragraph-7-plus3,
   .paragraph-7-plus4,
   .paragraph-7-plus5,
   .paragraph-7-plus6,
   .paragraph-7-plus7,
   .paragraph-7-plus8,
   .paragraph-7-plus9{
     color: #000;
     justify-content: center;
     align-items: center;
     width: 5%;
     height: auto;
     margin-bottom: 0;
     font-family: 'Avenirltstd';
     font-size: 14px;
     font-weight: 900;
     display: flex;
     opacity:0%;
     transition: opacity 0.5s ease-in-out;
   }
   


/*video*/
#video-section{
  display:flex;
  justify-content:center;
  align-items: center;
  background-color: #d9d9d9;
  padding: 10px;
  border-radius: 20px;
  height: auto;
  width: auto;
  margin-left: 16px;
  margin-right: 16px;
}

.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap:50px;
  width: auto; /* Set the container width */
  margin: 0 auto; /* Center the video */
 /* Optional background color */
}

video {
  width: 100%; /* Make the video responsive */
  height: auto; /* Maintain aspect ratio */
}

#video-text{
  padding-left: 16px;
  padding-right: 16px;
width: 100%;
}


#video-text > h1{
  text-align: center;
  font-family: 'Avenirltstd';
  font-size: 18px;
line-height: 64px;
margin:0px;
}


#video-text > p{
  text-align: center;
  font-family: 'Avenirltstd Book';
  font-size: 18px;
  line-height: 24px;
  }
/*video-out*/





   .section-6 {
    justify-content: top;
     width: 100%;
     height: auto;
     padding-top: 60px;
     padding-left:16px;
     padding-right:16px;
     padding-bottom:100px;
     display: flex;
   }
   .section-7 {
     justify-content: center;
     align-items: center;
     height: 100px;
     display: flex;
   }
   
   
   .section-8 {
     background-color: #1e1e1e;
     border-radius: 0;
     height: auto;
     padding-top: 20px;
     padding-bottom:20px;
     padding-left:16px;
     padding-right:16px;
     transform: translateY(25%);
     transition: transform 1s ease-in-out;
   }
   
   .show11{
     transform: translateY(0%);
   }
   
   .div-block-23 {
     justify-content: center;
     align-items: center;
     height: 50%;
     gap:20px;
     display: flex;
   }
   
   
   .div-block-24 {
     -webkit-text-stroke-width: 0px;
     -webkit-text-stroke-color: #fff;
     border: 1px solid #fff;
     border-radius: 10px;
     width: 240px;
     height: 30px;
     opacity:0%;
     transition: opacity 0.5s ease-in-out;
     transition-delay: 1500ms;
   }
   
   .div-block-25 {
     background-color: #d9d9d9;
     border-radius: 10px;
     width: 10%;
     height: 40px;
   }
   
   .div-block-26 {
     height: 100px;
     margin-left: 0px;
     margin-right: 0px;
   }
   
   .heading-7 {
     color: #fff;
     text-align: center;
     margin-top: 0;
     margin-bottom: 0;
     padding-bottom: 0;
     font-family: Playfairdisplay Variablefont Wght, sans-serif;
     font-size: 20px;
     opacity: 0%;
     transform: translateY(20%);
     transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
     transition-delay: 500ms;
   }
   
   .button {
     color: rgba(217,217,217,0.0);
     background-color: #1e1e1e;
     border-radius: 50px;
     justify-content: center;
     align-items: center;
     height: 40px;
     width:2px;
     display: flex;
     transform: translateY(650%);
     transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
   }
   
   .show14{
     background-color: #1e1e1e;
     font-size:12px;
     padding: 1px 6px;
     transform: translateY(0%);
     opacity: 100%;
     color: rgba(217,217,217,1.0);
     border-radius: 15px;
     width:100px;
   }
   
   .button-2 {
     color: rgba(30,30,30,0.0);
     background-color: #ffffff;
     border-radius: 50px;
     font-family: 'Avenirltstd';
     height:30px;
     width:2px;
     display:flex;
     align-items: center;
     justify-content: center;
     transform: translateY(-500%);
     transition: color 1s ease-in-out 1200ms, border-radius 0.5s ease-in-out 800ms, width 500ms ease-in-out 800ms, transform 500ms ease-in-out 500ms, background-color 500ms ease-in-out 500ms ;
   }
   
   .show12{
     background-color: #d9d9d9;
     font-size:12px;
     transform: translateY(0%);
     opacity: 100%;
     color: rgba(30,30,30,1.0);
     border-radius: 10px;
     width:80px;
   }
   
   .div-block-27 {
     flex-flow: column;
     justify-content: space-between;
     align-items: stretch;
     width: auto;
     height: 450px;
     margin-left: 0px;
     margin-right: 0px;
     display: flex;
   }
   
   .div-block-28 {
     width: 100%;
     height: 30%;
   }
   
   .div-block-29 {
     width: 100%;
     height: 100%;
     font-family: 'Avenirltstd Book';
   }
   
   .div-block-29b {
     width: 60%;
     height: 100%;
     font-family: 'Avenirltstd Book';
     display:flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
   }
   
   .div-block-29c {
     width: 40%;
     height: 20%;
     font-family: 'Avenirltstd Book';
     display:flex;
     align-items: center;
     justify-content: left;
     flex-direction: row;
     gap:15px;
   }
   
   
   .div-block-30 {
     height: 30%;
     width: 100%;
   }
   
   .div-block-31 {
     height:40%;
     width: 100%;
     display:flex;
     align-items: flex-end;
     justify-content: center;
     flex-direction: row;
   }
   
   .heading-8 {
     color: #fff;
     margin-top: 0;
     margin-bottom: 0;
     font-family: 'Avenirltstd Book';
     font-size: 18px;
     height:20px;
     display:flex;
     align-items:center;
     flex-direction: row;
     margin-bottom:10px;
     opacity: 0%;
     transition: opacity 1s ease-in-out;
     transition-delay: 500ms;
   }
   
   .heading-9 {
     color: #fdfdfd;
     margin-top: 0;
     margin-bottom: 0;
     font-family: 'Avenirltstd Book';
     font-size: 18px;
     height:20px;
     display:flex;
     align-items:center;
     flex-direction: row;
     margin-bottom:10px;
     opacity: 0%;
     transition: opacity 1s ease-in-out;
     transition-delay: 500ms;
   }
   
   .heading-10 {
     color: #fff;
     margin-top: 0;
     margin-bottom: 0;
     font-family: 'Avenirltstd Book';
     font-size: 18px;
     height:20px;
     display:flex;
     align-items:center;
     flex-direction: row;
     margin-bottom:10px;
     opacity: 0%;
     transition: opacity 1s ease-in-out;
     transition-delay: 500ms;
   }
   
   .paragraph-8, .paragraph-9, .paragraph-10 {
     color: #fff;
     margin-bottom: 0;
     font-family: 'Avenirltstd Book';
     font-size:12px;
     line-height:18px;
     opacity: 0%;
     transition: opacity 1s ease-in-out;
     transition-delay: 1000ms;
   }
   
   .paragraph-11 {
     font-size:12px;
     color: #fff;
     margin-bottom: 0;
     height: 25%;
     opacity: 0%;
     transition: opacity 1s ease-in-out;
     transition-delay: 1000ms;
   }
   
   .div-block-32 {
     flex-flow: column;
     justify-content: space-between;
     align-items: stretch;
     height: 100%;
     display: flex;
     gap:80px;
   }
   
   .text-block-5 {
     font-size:10px;
     color: #fff;
     justify-content: center;
     align-items: center;
     width: 100%;
     font-family: 'Avenirltstd Book';
     display: flex;
   }
   
   .image-11 {
     border-radius: 20px;
     height: 100%;
     width:auto;
     opacity: 0%;
     transition: opacity 1s ease-in-out;
     transition-delay: 1500ms;
   }
   
   .heading-11 {
     text-align: center;
     justify-content: center;
     align-items: center;
     height: 150px;
     margin-top: 0;
     margin-bottom: 0;
     font-family: Playfairdisplay Variablefont Wght, sans-serif;
     font-size: 28px;
     line-height: 32px;
     display: flex;
     padding-left: 20px;
     padding-right: 20px;
     opacity:0%;
     transform: translateY(30%);
     transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
   }
   
   .paragraph-12 {
     margin-bottom: 0;
     font-family: 'Avenirltstd Book';
     font-style: italic;
     opacity:0%;
     transition: opacity 0.5s ease-in-out 1500ms;
   }
   
   .buttonb{
     background-color: #1e1e1e;
   }
   
   
   
   .bold-text{
     font-family: 'Avenirltstd';
   }
   
   .div-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
  }
   
   
   #div-block-22-0-paragraph,
   #div-block-22-1-paragraph,
   #div-block-22-2-paragraph,
   #div-block-22-3-paragraph,
   #div-block-22-5-paragraph,
   #div-block-22-6-paragraph,
   #div-block-22-7-paragraph, 
   #div-block-22-8-paragraph,
   #div-block-22-9-paragraph{
     display:none;
     margin-top:10px;
     margin-bottom:20px;
     opacity:0;
     transition: opacity 0.5s ease-in-out;
     font-family: 'Avenirltstd Book';
     line-height: 21px;
     font-size: 14px;
   }
   
   
   #div-block-22-4-paragraph{
     display:none;
     margin-top:10px;
     margin-bottom:20px;
     line-height: 21px;
     font-size: 14px;
     opacity:0;
     transition: opacity 0.5s ease-in-out;
     font-family: 'Avenirltstd Book';
     flex-direction: column;
   }

   .divb22-paragraph{
    font-family: 'Avenirltstd book';
    line-height: 21px;
    font-size: 14px;
  }
   
   #instagram{
   height: 20px;
   width:auto;
   }
   
   #linkedin{
     height: 20px;
   width:auto;
   }
   


   .paragraph-3 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-size:14px;
    line-height: 21px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 800ms;
  }
  

   .show7{
     opacity:100%;
   }
   
   
   .show8{
     opacity:100%;
     transform: translateY(0%);
   }
   
   
   .show9{
     opacity:100%;
   }
   
   
   .show10{
     opacity: 100%;
   }
   
}


@media only screen and (max-width: 360px) and (max-height: 740px) {

  .herosection {
    background-image: url('../images/ComfyUI_00085_.png');
    background-position: 70%;
  }

  
  .paragraph {
    color: #fff;
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 14px;
    line-height: 21px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 500ms;
  }
  
  .paragraph-2 {
    color: #fff;
    margin-bottom: 0;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    opacity:100%;
    
  }
  .paragraph-4 {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0%;
    font-size: 14px;
    font-family: 'Avenirltstd Book';
    line-height: 21px;
    opacity:0%;
    transition: opacity 0.5s ease-in-out 800ms;
  }
  

  .paragraph-5b, .paragraph-12 {
    font-size: 14px;
    line-height: 18px;
  }

  
  #div-block-22-0-div, #div-block-22-1-div, #div-block-22-2-div, #div-block-22-3-div, #div-block-22-4-div, #div-block-22-5-div, #div-block-22-6-div, #div-block-22-7-div, #div-block-22-8-div, #div-block-22-9-div {
    display:none;
    padding-top:10px;
    padding-bottom:0px;
    font-size: 14px;
    line-height:21px;
    font-family: 'Avenirltstd Book';
  }
  
  .heading-6 {
    margin: 0 0 20px;
    font-family: Playfairdisplay Variablefont Wght, sans-serif;
    font-size:24px;
    opacity:0%;
    transform: translateY(20%);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  }

  #video-section{
    display:flex;
    justify-content:center;
    align-items: center;
    background-color: #d9d9d9;
    padding: 10px;
    border-radius: 20px;
    height: auto;
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

.section-6{
  padding-top:40px;
  padding-bottom:100px;
}


  .div-block-21 {
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
  }
  


  #div-block-22-0-paragraph,
#div-block-22-1-paragraph,
#div-block-22-2-paragraph,
#div-block-22-3-paragraph,
#div-block-22-4-paragraph,
#div-block-22-5-paragraph,
#div-block-22-6-paragraph,
#div-block-22-7-paragraph, 
#div-block-22-8-paragraph,
#div-block-22-9-paragraph{
  font-family: 'Avenirltstd Book';
  margin:0px;
  font-size:14px;
  line-height: 18px;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Avenirltstd';
  font-size: 18px;
  line-height: 21px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 500ms;
}

.paragraph-3 {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-family: Avenirltstd Book, sans-serif;
  font-size:14px;
  line-height: 18px;
  opacity:0%;
  transition: opacity 0.5s ease-in-out 800ms;
}


.text-block-3, .text-block-4 {
  font-family: Avenirltstd Book, sans-serif;
  font-size: 14px;
  line-height: 18px;
  opacity:0%;
  transition: opacity 1s ease-in-out 500ms;
}


.heading-2{
  font-size:24px;
}













#as-mentioned{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left:16px;
  margin-right:16px;
  gap:100px;
  margin-bottom:100px;
}

#as-mentioned-h4{
  font-family: 'Avenirltstd Book';
  font-size: 14px;
}

#mentioned-logos{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap:10%;
  width: 100%;
}

#mentioned-logo1, #mentioned-logo2, #mentioned-logo3{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  width: 20%;
  opacity:50%;
}












.show16{
transform: translateY(-400px);
}

.show17{
opacity:0%;
}

.show{
  transform: translateX(80px) translateY(-10px) rotate(15deg);
}

.show2{
  transform: translateX(-80px) translateY(30px) rotate(-15deg);
}


.show8{
  opacity:100%;
  transform: translateY(0%);
}

.show9{
  opacity:100%;
}


.show10{
  opacity: 100%;
}




/*video*/


.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap:50px;
  width: auto; /* Set the container width */
  margin: 0 auto; /* Center the video */
 /* Optional background color */
}

video {
  width: 100%; /* Make the video responsive */
  height: auto; /* Maintain aspect ratio */
}
#video-text{
  padding-left: 16px;
  padding-right: 16px;
width: 100%;
}

#video-text > h1{
  text-align: center;
  font-family: 'Avenirltstd';
  font-size: 18px;
line-height: 64px;
margin:0px;
}


#video-text > p{
  text-align: center;
  font-family: 'Avenirltstd Book';
  font-size: 14px;
  }
/*video-out*/

  
}

@media only screen and (max-width: 412px) and (max-height: 915px) {

  .herosection {
    background-image: url('../images/ComfyUI_00085_.png');
    background-position: 70%;
  }


  .container-4 {
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 100%;
    display: flex;
    padding-left:16px;
  }
  .paragraph {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    font-size: 14px;
    line-height: 24px;
    opacity:100%;
  }
  
  .paragraph-2 {
    color: #fff;
    margin-bottom: 0;
    font-family: 'Avenirltstd Book';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    opacity:100%;
  }


  /*video*/

  #video-section{
    display:flex;
    justify-content:center;
    align-items: center;
    background-color: #d9d9d9;
    padding: 10px;
    border-radius: 20px;
    height: auto;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  gap:50px;
  width: auto; /* Set the container width */
  margin: 0 auto; /* Center the video */
 /* Optional background color */
}

video {
  width: 100%; /* Make the video responsive */
  height: auto; /* Maintain aspect ratio */
}

#video-text{
  padding-left: 20px;
  padding-right: 20px;
width: 100%;
}

#video-text > h1{
  text-align: center;
  font-family: 'Avenirltstd';
font-size: 18px;
line-height: 24px;
margin:0px;
margin-bottom: 20px;
}


#video-text > p{
  text-align: center;
  font-family: 'Avenirltstd Book';
  font-size: 14px;
  line-height: 21px;
  }
/*video-out*/




#div-block-22-0-paragraph,
#div-block-22-1-paragraph,
#div-block-22-2-paragraph,
#div-block-22-3-paragraph,
#div-block-22-5-paragraph,
#div-block-22-6-paragraph,
#div-block-22-7-paragraph, 
#div-block-22-8-paragraph,
#div-block-22-9-paragraph{
  display:none;
  margin-top:10px;
  margin-bottom:20px;
  font-size: 14px;
  opacity:0;
  transition: opacity 0.5s ease-in-out;
  font-family: 'Avenirltstd Book';
}


#div-block-22-4-paragraph{
  display:none;
  margin-top:10px;
  margin-bottom:20px;
  font-size: 14px;
  opacity:0;
  transition: opacity 0.5s ease-in-out;
  font-family: 'Avenirltstd Book';
  flex-direction: column;
}

.wrapper{
  width: 100%;
}

.wrapper ul li{
  height: 10%;
  margin: 0px 0;
  display: flex;
  justify-content: center;
    align-items:center;
  width: 100%;
}

.wrapper ul li a{
  padding:0;
  margin:0;
  display: flex;
  justify-content: center;
  width: 100%;
}



.wrapper ul{
  position: initial;
  top: 0%;
  left: 0%;
  height: 100%;
  padding:0px;
  transform: translate(0%, 0%);
    padding:0px;
  list-style: none;
  text-align: center;
  flex-direction:column;
  display:flex;
    flex-direction:column;
  justify-content:center;
  align-items:center;
}







#as-mentioned{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left:16px;
  margin-right:16px;
  gap:100px;
  margin-bottom:100px;
}

#as-mentioned-h4{
  font-family: 'Avenirltstd Book';
  font-size: 14px;
}

#mentioned-logos{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap:10%;
  width: 100%;
}

#mentioned-logo1, #mentioned-logo2, #mentioned-logo3{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  width: 20%;
  opacity:50%;
}








}




@media only screen and (max-width: 344px) and (max-height: 882px){

  .herosection {
    background-image: url('../images/ComfyUI_00085_.png');
    background-position: 70%;
  }



  #as-mentioned{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left:16px;
    margin-right:16px;
    gap:100px;
    margin-bottom:100px;
  }
  
  #as-mentioned-h4{
    font-family: 'Avenirltstd Book';
    font-size: 14px;
  }
  
  #mentioned-logos{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap:10%;
    width: 100%;
  }
  
  #mentioned-logo1, #mentioned-logo2, #mentioned-logo3{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: auto;
    width: 20%;
    opacity:50%;
  }

#modelagency-button{
  display:flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width:100%;
  display: flex;
  justify-content: right;
  align-items: flex-end;
  padding-right: 10%;
}

.show9{
  opacity:100%;
}
#workshop-button{
  display:flex;
  height: 60px;
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#book-intro-b, #book-intro-c{
  font-family: "Avenirltstd";
  height: 50px;
  width:120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 0px;
  font-size: 12px;
  background-color: #1e1e1e;
  color:#d9d9d9;
}

}