@import url('https://fonts.googleapis.com/css?family=Poppins|Helvetica+Neue:200,300,400,500,600,700');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body{
    margin: 0;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    background-color: #fff;
    color: #1d1d1f;
    font-style: normal;
}

.the_MaxWidth{
  max-width: 97em;
  width: 81em;
  overflow: auto;
}
#theDispear{
  display: block;
}
.Navbar-div{
    display: flex;
    justify-content: center;
    background-color: rgb(242,242,242);
    margin: 0;
    width: 100%;
    height: 2.9em;
    margin-bottom: 0.4em;
}
.the-Nav{
    align-items: center;
    text-align: center;
    justify-content: center;
    padding-top: 1em;
    padding-left: 2.6em;
    background-color: rgb(242,242,242);
    width: 100%;
    overflow: hidden;
}
.navBar-list{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -4px;
    width: 100%;
    position: relative;
}
.List-Nav{
    padding-right: 37px;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -.01em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    line-height: 1;
    cursor: pointer;
    color: #080808;
}
.List-Nav:first-child {
    padding-right: 40px;
    padding-bottom: 2px;
    display: flex;
    cursor: pointer;
}
.The_Links{
  text-decoration: none;
  color: #080808;
}
.The_Links-2{
  text-decoration: none;
  color: #fff;
}
/* .List-Nav a{
  color: #080808;
} */
.icon-img{
    padding-top: 2px;
}
.D1-last-img{
    padding-top: 0;
    /* display: flex; */
    /* display: none; */
}
#menu-icon{
  display: none;
}

                                    /* The Menu inside */

#menu-list {
  display: none;
}


.container-D1{
  width: 100%;
  /* height: 100vh; */
  max-height: 0;
  /* transition: max-height 1s forwards; */

  padding: 1em 0 3em 4em;
  background-color: #fafafc;
  font-family: 'Poppins', sans-serif; 
  overflow-x: hidden;
}
.container-D1.show {
  animation: slideDown 0.5s forwards;
}

@keyframes slideDown {
  from {
    max-height: 0;
  }
  to {
    max-height: 100vh; /* Adjust the maximum height as per your content */
  }
}
.top-ul-2{
  display: block;
  list-style: none;
  position: relative;
}
.D1-text-2{
  font-size: 1.85em;
  font-weight: 600;
  padding: 4px 0;
  color: rgb(53, 53, 53);
}
li.D1-text-2:nth-child(2){
  padding-top: 1.5em;
}
.D1-close-img{
  position: absolute;
  left: 95%;
  margin-bottom: 1em;
  padding-right: 1em;
}

                            /* Div 2 */

.Div-2{
    justify-content: center; 
    text-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    display: flex;
}
/* .scroll-wrapper {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  align-items: center;
  justify-content: center;
} */
/* .image-text-list {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  } */
  .image-text-list {
    display: flex;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    overflow-x: hidden;
    white-space: nowrap;
    margin-top: 0.5em;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .image-text-list li {
    display: inline-block;
  }
  .List-Nav2 {
    display: flex;
    flex-direction: column; 
  }

  .List-Nav2:first-child{
    margin-left: 1em;
  }
 /*  .List-Nav2:last-child{
    margin-right: 60px;
  } */

  .icon2-img {
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
    cursor: pointer;
    align-items: center;
    text-align: center;
    background-size: 58px 54px;
  }
  
  .image-text {
    font-size: 12.1px;
    line-height: 1.3333733333;
    font-weight: 400;
    letter-spacing: -0.01em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    cursor: pointer;
    margin: 0;
    align-items: center;
    text-align: center;
  }
  .image-text:hover{
    color: #06c;
  }
.a-Nav{
    color: black;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}
.a-Nav:hover{
    color: #06c;
    text-decoration: none;
    
}
.preview-text{
    font-size: 11px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.008em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #bf4800;
    margin: 0;
    padding: 0;
    position: relative;
    left: 2%;
    /* bottom: -9%; */
}



.scroll-button {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
}

.scroll-left {
  margin-right: 10px;
}

.scroll-right {
  margin-left: 10px;
}
.scroll-left:hover {
  background: transparent;
  color: black;
}

.scroll-right:hover {
  background: transparent;
  color: black;
}



                                      /* Div 3 */

.tiny-text {
    position: relative;
    top: -9px;
    right: 0.4%;
    font-size: 10px;
    font-weight: 800;
  }
.Div-3{
    align-items: center;
    text-align: center;
    background-color: rgb(242,242,242);
    margin-top: 1.7em;
}
.Div-3 p{
    padding: 30px;
    color: #1d1d1f;
    font-weight: normal;
    text-shadow: -0.1px -0.1px #c2bfbf;
    font-size: 21px;
    line-height: 1.19048;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.tiny-a{
  text-decoration: none;
  color: #1d1d1f;
}
.tiny-a:hover{
  color: #06c;
}
.shop-link{
  text-decoration: none;
  color: #06c;
}
.shop-link::after{
  content: '>';
  text-decoration: none;
  font-size: 23px;
  position: absolute;
  color: #06c;
  padding-top: 1px;
  padding-left: 1.8px;
}
.shop-link:hover{
  text-decoration: underline;
  color: #2997ff;

}

.arrow-1{
  padding-bottom: 0.5px;
}
.arrow-2{
  padding-bottom: 1px;
}
.arrow-D6{
  padding-bottom: 1px;
  padding-left: 5px;
}
.arrow-3{
  padding-top: 3px;
}
.arrow-3-D18{
  padding-top: 3px;
}


                                        /* Div 4 */

.Div-4{
  display: block;
  justify-items: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  align-items: center;
  margin-top: 0;
  background: #000;
}
.D4-text-p{
  font-size: 12.5px;
  line-height: 1.3333733333;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  border-radius: 12px;

  background: transparent;
  border-color: #f56300;
  color: #dd5a03;
  padding-right: 1em;
  padding-top: 7.5em;
  margin-bottom: 1em;
}
.iPhone-img3{
  margin-bottom: 0.8em;
}
.iPhone-img3-2{
  margin-bottom: 0.8em;
}
.next-price{
  font-size: 21px;
  line-height: 1.381002381;
  font-weight: 500;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  margin: 0;
  margin-bottom: -0.3em;
}
.tiny-text-D4 {
  position: relative;
  top: -9px;
  right: 0.6%;
  font-size: 10px;
  font-weight: 800;
  color: #fff;
}
.tiny-text-D4:hover{
  color: #06c;
}

.button-1 {
  cursor: pointer;
  white-space: nowrap;
  font-size: 17px;
  line-height: 1.1764805882;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  min-width: 28px;
  padding: 8px 16px;
  border-radius: 980px;
  background: #0071e3;
  color: #fff;
  border: none;
  margin-top: 0;
  margin-right: 10px;
  margin-bottom: 0.8em;
}
.button-1:hover{
  background: #2997ff;
}
.Learn-link-D4{
    font-size: 21px;
    line-height: 1.381002381;
    font-weight: 400;
    letter-spacing: .011em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-decoration: none;
    color: #2997ff;
}
.Learn-link-D4:hover{
  text-decoration: underline;
  color: #2997ff;
}
.img-D4{
  margin-top: 4.5em;
  margin-bottom: 5.8em;
  margin-left: 18.6em;
}




                                  /* Div 5 */

.Div-5{
  display: block;
  justify-items: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  align-items: center;
  margin-top: 0;
  background: #fff;
  width: 100%;
}
.D5-H2{
  font-size: 48px;
  line-height: 1.0834933333;
  font-weight: 600;
  letter-spacing: -0.03em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 0;
  color: #1d1d1f;
  margin-bottom: 10px;
}
.D4-text-p{
  font-size: 14px;
  line-height: 1.3333733333;
  font-weight: 500;
  letter-spacing: -0.01em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  border-radius: 12px;

  background: transparent;
  border-color: #f56300;
  color: #c45206;
  padding-right: 1em;
  padding-top: 6.5em;
  margin-bottom: 1em;
}
.iPhone-img3{
  margin-bottom: 0.8em;
}
.next-price-D5{
  font-size: 21px;
  line-height: 1.381002381;
  font-weight: 500;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #000;
  margin: 0;
  margin-bottom: -0.3em;
}
.tiny-text-D5 {
  position: relative;
  top: -9px;
  right: 0.6%;
  font-size: 10px;
  font-weight: 800;
  color: #000;
}
.tiny-text-D5:hover{
  color: #06c;
}
.Learn-link-2_0{
  font-size: 22px;
  line-height: 1.381002381;
  font-weight: 400;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-decoration: none;
  color: #06c;
}
.Learn-link-2_0:hover{
text-decoration: underline;
color: #2997ff;
}
.div-5-Img{
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-D5{
  margin-top: 2.1em;
}
.iPhone-img3-3{
  margin-bottom: 0.8em;
}



.tiny-text-D6 {
  position: relative;
  top: -9px;
  right: 0.6%;
  font-size: 10px;
  font-weight: 800;
  color: #000;
}
.tiny-text-D6:hover{
  color: #06c;
}
                              /* Div 6 */


.Div-6 {
  display: flex;
  justify-content: space-between; /* Distribute space evenly */
  align-items: center;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
  background-color: rgb(253, 253, 253);
}

.Div-6 > div {
  flex: 1; /* Distribute available space equally */
}

.Div-6-1{
  display: block;
  justify-items: center;
  text-align: center;
  align-items: center;
  padding-left: 7em;
  
}

.Love-Power-text{
  -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(90deg,#1e3791 0%,#2948b1 40%,#3153c6 55%,#385fda 60%);
    color: transparent;
    margin-top: 16px;
    font-size: 43px;
    line-height: 1.0834933333;
    font-weight: 600;
    letter-spacing: -0.003em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 0;
    margin-bottom: 0.6em;
}
.space-D6{
  margin-bottom: 2em;
}



                              /* Div 7  */


.Div-7 {
  display: flex;
  justify-content: space-between; /* Distribute space evenly */
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background-image: url("Div7-Img.jpg");
  background-position: center;
  margin: 15px;
  border-radius: 20px;
  padding-top: 15em;
  padding-bottom: 18em;
  max-width: 97em;
  width: 95em;
}

.Div-7 > div {
  flex: 1; /* Distribute available space equally */
}

.Div-7-1{
  display: block;
  justify-items: center;
  align-items: center;
  padding-left: 13.5em;
  
}
.Div7-container{
  display: flex;
  justify-content: center;
}

.Tour-text{
    color: #fff;
    font-size: 26px;
    line-height: 1.1666666667;
    font-weight: 600;
    letter-spacing: -0.003em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    margin-bottom: 20px;
}
.Tour2-text{
    color: #fff;
    font-size: 49px;
    line-height: 1.0834933333;
    font-weight: 600;
    letter-spacing: -0.05em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 0;
}
.Tour-button{
  margin: 0;
  margin-top: 20px;
  background: white;
  color: #1d1d1f;
  padding: 8px 15px;
  border: none;
  border-radius: 20px;
  font-size: 17px;
  line-height: 1.1764805882;
  font-weight: 500;
  letter-spacing: -0.022em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  cursor: pointer;
  margin-bottom: 2em; 
} 
.Tour-button:hover{
  background: #d6d6da;
}

                            /* Div 8 */

.Div-8{
  display: block;
  justify-items: center;
  text-align: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.Div-8-2{
    /* max-width: 940px; */
    margin-top: 68px;
    margin-left: 2em;
    margin-right: 2em;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-row-gap: 40px;
    grid-column-gap: 34px;

}
/*
.Div-8-2 {
  display: flex;
  margin: 0;
  align-items: center;
  
}

.Div-8-2 > div {
  flex: 1; /* Distribute available space equally 
}
*/
.The4-center{
  display: flex;
  justify-content: center;
}
.color-p-D8{
  position: relative;
  height: 3.5em;
  padding: 0;
  margin: 0;
  display: block;
  padding-top: 1em;
}
.D8-text-p{
  display: block;
  font-size: 13px;
  line-height: 1.3333733333;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  border-radius: 12px;
  background: transparent;
  border-color: #f56300;
  color: #c45206;
  margin: 0;
  padding: 0;
  padding-top: 2px;
}


.h2-div8-text{
    margin-top: 2.5em;
    margin-bottom: 1.3em;
    font-size: 48px;
    line-height: 1.0834933333;
    font-weight: 600;
    letter-spacing: -0.003em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #202020;
}
/* .Imgs-D8,
.Imgs-D8-2  {
  margin-bottom: 15px;
} */
.Div8-logo{
  margin-top: 0.7em;
  margin-bottom: 0;
}
.Small-text-D8{
  margin: 0;
  margin-top: 0.5em;
  font-size: 18.4px;
  line-height: 1.4705882353;
  letter-spacing: -0.022em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #313133;
  font-style: normal;
}
.price-D8{
  margin-top: 2.5em;
  font-size: 16px;
  line-height: 1.4705882353;
  font-weight: normal;
  letter-spacing: -0.022em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #39393b;
  margin-bottom: 0.95em;
}
.price-D8-2{
  margin-top: 0.7em;
  font-size: 16px;
  line-height: 1.4705882353;
  font-weight: normal;
  letter-spacing: -0.022em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #39393b;
  margin-bottom: 0.95em;
}

.Top-ul{
  padding-bottom: 35px;
  border-bottom: 1px solid #d2d2d7;
  margin-bottom: 3em;
}
.button-D8{
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.3333733333;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  min-width: 23px;
  padding: 4px 11px;
  border-radius: 980px;
  background: #0071e3;
  color: #fff;
  border: none;
  margin-bottom: 1em;
}

.button-D8:hover{
  background: #2997ff;
}
.Learn-link-D8{
  font-size: 15px;
  line-height: 1.381002381;
  font-weight: 400;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-decoration: none;
  color: #06c;
  margin-top: 2em;
  
}
.Learn-link-D8:hover{
  text-decoration: underline;
  color: #2997ff;
}
.arrow-D8{
  margin: 0;
}
.Div8-h4{
  font-size: 22px;
  line-height: 1.7;
  color: #313131;
  font-weight: normal;
  text-shadow: -0.6px -0.5px #000;
  letter-spacing: 0em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 0;
}
.div8-p-text{
    padding-bottom: 0.5em;
    font-size: 14.5px;
    margin: 0;
    line-height: 1.4285914286;
    font-weight: 400;
    letter-spacing: -0.016em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #2e2e2e;
}
.small-up-D8{
  font-size: 12px;
  color: #000;
  font-weight: normal;
  text-shadow: -0.1px -0.1px #333232;
  letter-spacing: .004em;
}
.big-up-D8{
  font-size: 33px;
  line-height: 1.125;
  font-weight: 600;
  letter-spacing: .074em;
  color: #1d1d1f;
}
.down-text-D8{
  margin-top: 2.3em;
}
.tiny-text3 {
    position: relative;
    top: -5px;
    font-size: 9px;
  }
.the-4-div{
  padding-bottom: 35px;
  border-bottom: 1px solid #d2d2d7;
  margin-bottom: 2.8em;
}

.shop-link-D8{
  text-decoration: none;
  font-size: 21px;
  line-height: 1.381002381;
  font-weight: 400;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #0066CC;
  margin-right: 2em;
}
.shop-link-D8:hover{
  text-decoration: underline;
  color: #2997ff;
}




                                          /*  Div 9 About 11 */


.Div-9-11{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  justify-items: center;
  background-color: rgb(242,242,242);
  margin-top: 7.5em;
  padding: 30px;
  padding-bottom: 1em;
}




                                          /*  Div 9 */

/* .Div-9 {
  display: flex;
  align-items: center;
} */
.Div-9{
  position: relative;
  justify-items: center;
  text-align: center;
  align-items: center;
  /* max-width: 1240px; */
  margin-top: 68px;
  margin-bottom: 1.5em;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-row-gap: 25px;
  grid-column-gap: 20px;
  overflow: hidden;

}

/* .first-row-D9,
.second-row-D9,
.third-row-D9 {
  flex: 1;
  margin: 10px;
} */

.h2-D9{
  font-size: 56px;
  line-height: 1.0714285714;
  font-weight: 600;
  letter-spacing: -0.005em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  padding-top: 0.8em;
  margin-bottom: 1.2em;
}
.first-row-D9,
.second-row-D9,
.third-row-D9{
  background: #ffffff;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 41em;
  overflow: hidden;
  position: relative;
}

.D9-text{
  font-size: 25px;
  padding: 2.6em 2.35em;
  padding-bottom: 10px;
  margin: 0;
  line-height: 1.1666666667;
  font-weight: normal;
  text-shadow: -0.5px -0.5px #000;
  letter-spacing: -0.008em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.shop-link-D9{
  text-decoration: none;
  font-size: 18px;
  line-height: 1.381002381;
  font-weight: 400;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #1c78d4;

}
.shop-link-D9:hover{
  text-decoration: underline;
  color: #2997ff;
}
.arrow-D9{
  padding-top: 0;
}
.D9-row1-img{
  margin-top: 5em;
  width: 100%;
}
.second-row-p-D9{
  margin-top: 4em;
  font-size: 12px;
  line-height: 1.3333733333;
  letter-spacing: -0.01em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  border-radius: 0;
  padding: 0;
  display: block;
}
.D9-text2{
  font-size: 25px;
  padding: 0.6em 2em;
  padding-bottom: 7px;
  margin: 0;
  line-height: 1.1666666667;
  font-weight: normal;
  text-shadow: -0.5px -0.5px #000;
  letter-spacing: -0.003em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.D9-row2-img{
  margin-top: 3em;
  margin-bottom: 2.5em;
}
.second-D9-tinyText{
  padding-top: 4em;
  font-size: 12px;
  line-height: 1.33337;
  font-weight: 400;
  letter-spacing: -0.01em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgb(110, 110, 115);
  max-width: 235px;
  margin: 0px auto 1px;
}



.D9-text3{
  font-size: 25px;
  padding: 2em 2em;
  padding-bottom: 0;
  margin: 0;
  line-height: 1.1666666667;
  font-weight: normal;
  text-shadow: -0.6px -0.5px #000;
  letter-spacing: -0.003em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.third-D9-tinyText{
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-size: 18px;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: -0.01em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #363638;
  max-width: 267px;
  margin: 0px auto 0px;
}
.tiny-text-D9 {
  position: absolute;
  top: 29%;
  font-size: 1em;
  right: 11.3%;
}
.tiny-a-3{
  text-decoration: none;
  color: #1d1d1f;
}
.tiny-a-3:hover{
  color: #06c;
}
.D9-row3-img{
  margin-top: 5.1em;
}



                            /* Div 10 */

.Div-10{
  position: relative;
  justify-items: center;
  text-align: center;
  align-items: center;
  background-image: url("Div-10-Background.jpg");
  background-size: contain;
  /* width: 1180px; */
  height: 560px; 
  background-size: 1380px 560px;
  background-repeat: no-repeat;
  background-position: center;

  margin-left: 0.5em;
  margin-top: 0.7em;
  padding-top: 2.8em;
}
.D10-h1{
  font-size: 40px;
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: 0em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.D10-text{
    font-size: 21px;
    line-height: 1.381002381;
    font-weight: 400;
    letter-spacing: .011em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    padding-bottom: 0.7em;
}
.D10-Learn-link-2_0{
  font-size: 22px;
  line-height: 1.381002381;
  font-weight: 400;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-decoration: none;
  color: #06c;
}
.D10-Learn-link-2_0:hover{
text-decoration: underline;
color: #2997ff;
}





                            /* Div 11 */
.Div-11 {
  display: flex;
  align-items: center;
  background: #fff;
  margin-bottom: 1em;
  overflow: hidden;
}

.D11-first-row,
.D11-second-row {
  flex: 1;
  margin: 0;
}
.D11-first-row{
  align-items: center;
  text-align: center;
  /* width: 1em; */
  height: 35.5em;
}
.D11-second-row{
  align-items: center;
  text-align: center;
  width: 45em;
  height: 35.5em;
}
.h2-D11{
  font-size: 56px;
  line-height: 1.0714285714;
  font-weight: 600;
  letter-spacing: -0.005em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  padding-top: 1em;
  margin-bottom: 1.2em;
}
.D11-h2{
  font-size: 48px;
  line-height: 1.0834933333;
  font-weight: 600;
  letter-spacing: -0.003em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 0;
  margin-top: 3.5em;
  margin-bottom: 0.4em;
}
.D11-text{
  font-size: 21px;
  line-height: 1.381002381;
  font-weight: 400;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;  
  padding-bottom: 0.6em;
}
.Learn-link-2_2{
  font-size: 22px;
  line-height: 1.381002381;
  font-weight: 400;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-decoration: none;
  color: #06c;
}
.Learn-link-2_2:hover{
text-decoration: underline;
color: #2997ff;
}
.D11-img{
  padding-top: 4.9em;
}



                        /* Div 12 */

.D12-h2{
  font-size: 48px;
  line-height: 1.0834933333;
  font-weight: 600;
  letter-spacing: -0.003em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 0;
  margin-top: 2.5em;
  margin-bottom: 0.4em;
}





                            /* Div 13 */

.Div-13 {
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0;
  margin-bottom: 3.1em;
  overflow: hidden;

}
.Div-13-inside {
  
  background-image: url("Div-13.jpg");
  

  width: 1063px;
  height: 698px;
  background-size: 1063px 498px;
  background-repeat: no-repeat;
  position: relative;
  background-position-y: 82%;
  /* left: 50%;
  margin-left: -531.5px; */
}

.D13-h2{
  font-size: 48px;
  line-height: 1.0834933333;
  font-weight: 600;
  letter-spacing: -0.003em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  
  margin: 0;
  margin-top: 1.05em;
  margin-bottom: 0.2em;
}



                            /* Div 14 */


.D14-Learn-link{
  font-size: 24px;
  line-height: 1.381002381;
  font-weight: 400;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-decoration: none;
  color: #0066cc;
}
.D14-Learn-link:hover{
text-decoration: underline;
color: #2997ff;
}
.arrow-14{
  padding-bottom: 1px;
  padding-left: 6px;
}

.Div-14 {
  display: flex;
  align-items: center;
  
}

.first-row-D14,
.second-row-D14,
.third-row-D14 {
  flex: 1;
  margin: 10px;
}

.first-row-D14,
.second-row-D14,
.third-row-D14{
  align-items: center;
  text-align: center;
  width: 20em;
  height: 19em;
  margin-top: 5em;
}
.D14-h3{
  font-size: 22px;
  line-height: 1.381002381;
  font-weight: 600;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 0;
  margin-bottom: 0.38em;
}
.D14-text{
  font-size: 21px;
  padding-right: 1em;
  line-height: 1.381002381;
  font-weight: 400;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 0;
  margin-bottom: 0.3em;
}



                          /* Div - 15 */

.Div-15 {
  display: flex;
  background: #fff;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 1.5em;

}
.Div-15-inside {

  background-image: url("Div-15-Background.jpg");
  background-position: bottom;
  text-align: center;
  padding-top: 42px;
  padding-bottom: 520px;
  width: 1380px;
  height: 5px;
  background-size: 1380px 560px;
  background-repeat: no-repeat;
}
.D15-h2{
  font-size: 48px;
  line-height: 1.0834933333;
  font-weight: 600;
  letter-spacing: -0.003em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 0;
}
.D15-text{
  font-size: 21px;
  line-height: 1.381002381;
  font-weight: 400;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 0;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
}



                         /* Div - 16 */

.Div-16 {
  display: flex;
  align-items: center; 
  width: 100%;
  margin-bottom: 4.2em;
}
.first-row-D16,
.second-row-D16{
  flex: 1;
  margin: 20px; 
}
.first-row-D16{
  background: #fff;
  align-items: center;
  text-align: center;
  width: 20em;
  margin-right: 2em;
  height: 37em;
}
.second-row-D16{
  /* background-image: url("Div-16-Img-2.jpg");
  background-position: center; */
  background: #fff;
  align-items: center;
  text-align: center;
  width: 20em;
  height: 38.5em;
  margin-top: 2.7em;
  position: relative;
  
}
.D16-Img-1{
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
}
.D16-Img-1-2{
  overflow: hidden;
  padding-top: 2em;
  width: 100%;
  display: flex;
  justify-content: center;
}
.D16-Img-2{
  width: 615px;
  height: 328px;
  margin-top: 0.5em;
  /* margin-top: 1em; */
  /* background-size: 675px 357px; */
}
.D16-Img-3 {
  width: 100%;
  padding-top: 0;
  position: absolute;
  bottom: 0%;
  /* right: 0%; */
  /* margin-top: 0.5em; */
  /* background-size: 675px 357px; */
}
.D16-h2{
  font-size: 48px;
  line-height: 1.0834933333;
  font-weight: 600;
  letter-spacing: -0.003em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 0;
  margin-top: 1.4em;
  margin-bottom: 0.4em;
}






                         /* Div - 17 */

.Div-17 {
  display: flex;
  align-items: center; 
  background: #fff;
  margin-top: 2.5em;
}
.first-row-D16,
.second-row-D17{
  flex: 1;
  margin: 10px;
}
.first-row-D17{
  background: #fff;
  align-items: center;
  text-align: center;
  /* width: 20em; */
  height: 37em;
  overflow: hidden;
}
.second-row-D17{
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 20em;
  height: 37em;
}

.Div-17-Img-1{
    margin-top: 9em;
    margin-left: 6em;
}
.Div-17-Img-2{
  margin-top: 9em;
}
.D17-div-text{
  width: 100%;
  justify-content: center;
  display: flex;
}
.D17-text{
  max-width: 520px;
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 28px;
  color: #000;
  text-shadow: -0.6px -0.6px #000;
  line-height: 1.1428571429;
  font-weight: normal;
  letter-spacing: .007em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  padding-left: 2em;
}
.tiny-a17{
  color: #06c;
  text-decoration: none;
}
.tiny-a17:hover{
  text-decoration: underline;
}
.Learn-link-D17{
  font-size: 21px;
  line-height: 1.381002381;
  font-weight: 400;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-decoration: none;
  color: #06c;
  margin-left: 2.5em;
}
.Learn-link-D17:hover{
  text-decoration: underline;
  color: #2997ff;
}
.arrow-17{
  padding-bottom: 0.5px;
}
.arrow-17:hover{
  padding-bottom: 0.5px;
  text-decoration: underline;
}



                       /* Div - 18 */

.D18-center{
  display: flex;
  position: relative;
  justify-content: center;
  overflow: hidden;
}
.Div-18 {
  display: flex;
  align-items: center; 
   max-width: 1240px;
   margin-left: 2em;
   margin-top: 68px;
   margin-bottom: 1.5em;
   display: grid;
   grid-template-columns: repeat(3,1fr);
   grid-row-gap: 25px;
   grid-column-gap: 25px;
}
.first-row-D18,
.second-row-D18{
  align-items: center;
  text-align: center;
  width: 39em;
  height: 42em;
}
.first-row-D18{
  background-color: #090a0e;
  overflow: hidden;
  position: relative;
  align-items: center;
  text-align: center;
}
.second-row-D18{
  background: linear-gradient(rgb(126, 181, 167), rgb(155, 213, 198));
  color: #000;
  overflow: hidden;
  position: relative;
  align-items: center;
  text-align: center;
}

.D18-text{
  position: relative;
  font-size: 21px;
  line-height: 1.381002381;
  font-weight: 400;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #f5f5f7;
  margin-top: 15px;
}
.Learn-link{
  font-size: 21px;
  line-height: 1.381002381;
  font-weight: 400;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-decoration: none;
  color: #2997ff;
}
.Learn-link:hover{
text-decoration: underline;
color: #06c;
}
.arrow-18{
  padding-left: 7px;
  margin-right: 1em;
}


/* The Play arrows  */


.arrow-button{
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
  text-decoration: none;
  
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1.1764805882;
  font-weight: 400;
  letter-spacing: -0.022em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  min-width: 30px;
  padding: 7px 0;
  padding-left: 20px;
  padding-right: 40px;
  border-radius: 980px;
  background: #fff;
  color: #000;
  border: 1px solid transparent;
}


.arrow-button:hover{
  background: #d6d6da;
  color: #000;
  border-color: transparent;
}

.circle {
  width: 20px;
  height: 20px;
  background-color: black;
  border-radius: 50%;
  position: absolute;
  margin-left: 6px;
}

.arrow {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

          /* The Video Marquee */


.D18-Vedio-List{
  display: block;
}
.D18-Vedio-List li{
  padding-right: 1em;
  list-style: none;
  position: relative;

}
.tiny-text-D18New {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: 56.3%;
}

#marqueeContainer {
  /* Set initial position or styles for the div */
  display: flex;
  position: absolute;
  transform: translateX(0); /* Center the element horizontally */
  animation: marqueeAnimation 150s linear infinite;
  margin-top: 4em; 
}
#marqueeContainer:hover {
  animation-play-state: paused; /* Pause the animation on hover */
}
/* @keyframes marqueeAnimation {
  0% {
    transform: translateX(100%); 
  }
  100% {
    transform: translateX(-100%); 
  }
} */
@keyframes marqueeAnimation {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(-4780px, 0px, 0px);
  }
}


#marqueeContainer2 {
  margin-top: 14.3em;
  display: flex;
  position: absolute;
  transform: translateX(0);
  white-space: nowrap;
  animation: marqueeAnimation 120s linear infinite;
}
#marqueeContainer2:hover {
  animation-play-state: paused; /* Pause the animation on hover */
}

/* @keyframes marqueeAnimation2 {
  0% {
    transform: translateX(100%); 
  }
  100% {
    transform: translateX(-100%); 
  }
} */
@keyframes marqueeAnimation2 {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(-4780px, 0px, 0px);
  }
}


.PauseButton{
  display: block;
  position: absolute;
  right: 20px;
}


.arrow-button-D18::before {
  text-decoration: none;
}
.arrow-button-D18:hover img{
  background-color: rgba(0, 0, 0, 0.4); /* Adjust the transparency here */
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.arrow-button-D18 .D18-vedio-button {
  position: absolute;
  top: 46%;
  margin-left: 8.5em;
  
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4285914286;
  letter-spacing: -0.016em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  min-width: 50px;
  padding: 7px 0;
  padding-left: 20px;
  padding-right: 40px;
  border-radius: 980px;
  border: 1px solid white;
  font-weight: 600;
  white-space: nowrap; 

  
  background: #fff;
  transform: translate(-50%, -50%);
  color:#1d1d1f;  
  opacity: 0;
  transition: opacity 0.3s ease;
}

.arrow-button-D18:hover .D18-vedio-button{
  opacity: 1;
  box-shadow: 0 0 10px white;
  text-shadow: 0 0 20px white;

}









                            /* Part 2 Div -18 */

.D18-h2_P2{
  font-size: 48px;
  line-height: 1.0834933333;
  font-weight: 500;
  letter-spacing: -0.003em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 0;
  margin-top: 1.4em;
  margin-bottom: 0.4em;
  color: #000;
  position: relative;
}
.Part-2-logo{
  width: 40px;
}   
.tiny-text-D18S {
  position: relative;
  top: -9px;
  right: 0.4%;
  font-size: 10px;
  font-weight: 800;
}
.tiny-text-D18{
  color: #000;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  top: 27.3%;
  
}  
.tiny-text-D18:hover{
  color: #06c;
  cursor: pointer;
}           
.arrow-18-2{
  padding-left: 6px;
  margin-right: 1em;
}
.tiny-a18_P2{
  text-decoration: none;
  position: absolute;
  left: 41.8%;
  bottom: 64.5%;
  color: #06c;
  font-weight: 600;
  z-index: 1;
}
.tiny-a18_P2:hover{
  color: #06c;
}
.Learn-link-D18_P2,
.Learn-link-D18_P2_2{
  font-size: 21px;
  line-height: 1.381002381;
  font-weight: 400;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-decoration: none;
  color: #06c;
  margin: 0;
  z-index: 1;
  position: relative;
}
.Learn-link-D18_P2:hover{
text-decoration: underline;
}
.Learn-link-D18_P2_2:hover{
  text-decoration: underline;
  }





.second-row-D18 .D18-text_P2 {
  transition: background-color 0.3s, color 0.3s;
  color: white;
  align-items: center;
  text-align: center;
  margin: 0;
  font-weight: 500;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  color: #000; 
  font-size: 20px;
}

.D18-Vedio-List_P2 li img{
  transition: transform 0.3s, background-color 0.3s, color 0.3s;
}







.D18-h2_P2{
  
  line-height: 1.0834933333;
  font-weight: 500;
  letter-spacing: -0.003em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 0;
  margin-top: 1.4em;
  color: #000;
}

.Part-2-logo{
  width: 40px;
} 





                                              /* The Marquee Part-2 */

                                              
.D18-Vedio-List_P2{
  display: block;
}
.D18-Vedio-List_P2 li{
  padding-right: 1em;
  list-style: none;
  position: relative;

}
.MusicListUl{
  display: block;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  
}

#marqueeContainer_P2 {
  /* Set initial position or styles for the div */
  display: flex;
  position: absolute;
  justify-content: center;
  align-items: center;
  width: 49em; 
  height: 45em;
  top: -11em;
  right: -3.5em;
}



@keyframes marqueeAnimation_P2 {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(-5506px, 0px, 0px);
  }
}
#marqueeContainer_P2:hover {
  animation-play-state: paused; /* Pause the animation on hover */
}

.PauseButton_P2{
  display: block;
  position: absolute;
  right: 20px;
  top: 35%;
  z-index: 1;
}


.MusicListImg{
  width: 17em;
  height: 22em;
  border-radius: 5%;
  cursor: none;
}


div.carousel{
  /* height: 500px;  */
  perspective: 59em; 
  position: relative;
  overflow: visible;
}
.carousel .carousel-item {
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding-bottom: 17em;
  cursor: none;
}



.arrow-button-D18_P2::before {
  text-decoration: none;
}
.arrow-button-D18_P2:hover img{
  background-color: rgba(0, 0, 0, 0.4); /* Adjust the transparency here */
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.arrow-button-D18_P2 .D18-vedio-button {
  position: absolute;
  top: 46%; 
  margin-left: 8.5em;
  
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4285914286;
  letter-spacing: -0.016em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  min-width: 50px;
  padding: 7px 0;
  padding-left: 20px;
  padding-right: 40px;
  border-radius: 980px;
  border: 1px solid white;
  font-weight: 600;
  white-space: nowrap; 
  background: #fff;
  transform: translate(-50%, -50%);
  color:#1d1d1f;  
  opacity: 0;
  transition: opacity 0.3s ease;

}

.arrow-button-D18_P2:hover .D18-vedio-button{
  opacity: 1;
}





                       /* Div - 19 */


.Div-19 {
  display: flex;
  align-items: center; 
  margin-top: 0.8em;
}
.first-row-D19,
.second-row-D19{
  flex: 1;
  margin: 10px;
}
.first-row-D19{
  background-color: #f9f9f9;
  overflow: hidden;
  position: relative;
  align-items: center;
  text-align: center;
  width: 20em;
  height: 42em;
}
.second-row-D19{
  background: #f9f9f9;
  color: #000;
  overflow: hidden;
  position: relative;
  align-items: center;
  text-align: center;
  width: 20em;
  height: 42em;
}

.D19-h2{
  margin: 0;
  margin-top: 1.7em;
}
.D19-text{
  font-size: 21px;
  line-height: 1.381002381;
  font-weight: 400;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #000;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.tiny-text-D19 {
  position: relative;
  top: -10px;
  right: 1%;
  font-size: 11px;
}
.tiny-D19{
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.tiny-D19:hover{
  color: #06c;
}
.D19-Img-1{
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 5em;
  
}
.D19-Img-2{
  justify-content: center;
  align-items: center;
  margin: 0;
  padding-top: 1.5em;
}
.tiny-text-D19-2 {
  position: relative;
  top: -8.5px;
  right: 7.6%;
  font-size: 10.5px;
}
.tiny-D19-2{
  text-decoration: none;
  color: #06c;
  font-weight: 600;
}
.tiny-D19-2:hover{
  color: rgb(7, 59, 110);
}




                       /* Div - 20 */


.D20-Img-1{
  justify-content: center;
  align-items: center;
  margin: 0;
  
}
.D20-Img-4{
  padding-top: 4em;
  justify-content: center;
  align-items: center;
  margin: 0;
  
}
.arrow-3-D19-2{
  padding-left: 6px;
  margin-right: 1em;
  width: 13.5px;
}
.arrow-3-D19{
  width: 12px;
}
.arrow-3-D19-3{
  padding-right: 18px;
  margin-right: 1em;
  width: 13.5px;
}




                      /* Div - 21  */


.Div-21 {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  margin-bottom: 1em;
  margin-top: 1.3em;
  position: relative;
  overflow: hidden;
}

.D21-first-row,
.D21-second-row {
  flex: 1;
  margin: 0;
}
.D21-first-row{
  align-items: center;
  text-align: center;
  width: 1em;
  height: 26.5em;
  margin-bottom: 5em;
}
.D21-second-row{
  align-items: center;
  text-align: center;
  width: 45em;
  height: 26.5em;
}
.D21-h2{
  font-size: 48px;
  line-height: 1.0834933333;
  font-weight: 600;
  letter-spacing: -0.003em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 0;
  margin-top: 2.8em;
}
.D21-img{
  padding-top: 3.1em;
  left: 41.2%;
  position: absolute;
}
.D21-text{
  font-size: 21px;
  line-height: 1.381002381;
  font-weight: 400;
  letter-spacing: .011em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;  
  padding-bottom: 0.6em;
}



                              /* Div - 22  */


.Div-22{
  display: block;
  margin: 3em 4em 0 5.8em;
}
.D22-Text{
  font-size: 12.5px;
  line-height: 1.33337;
  font-weight: 23em;
  letter-spacing: 0.01em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #727070;
  text-align: left;
  margin-bottom: 0.7em;
}
.a-22-link{
  font-size: 12.5px;
  line-height: 1.33337;
  font-weight: 400;
  letter-spacing: -.01em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;  
  color: #4d4c4c;
  text-decoration: underline;
}
.bold{
  font-size: 13px;
  line-height: 1.33337;
  font-weight: 400;
  letter-spacing: -.02em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;  color: #424245;
  text-align: left;
  color: #131212;
}

.D22-li{
  font-size: 13px;
  line-height: 1.33337;
  font-weight: 400;
  letter-spacing: -.02em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;  color: #6E6E73;
  text-align: left;
}
.bottom-D23{
  border: none;
  border-bottom: 1px solid #b9b9bd;
  width: 100%;
  margin-top: 23px;
  position: relative;
  right: 1.6%;
}




                                        /* Div - 23 */


.Div-23{
  display: block;
  /* width: 70em; */
  margin: 0;
  /* margin-left: 6.5em; */
  margin-top: 1em;
}
.Div-23-2{
  /* width: 66em; */
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  grid-template-columns: 1fr 1fr 1fr 12.5em 1fr; /* Adjust the pixel value for the third column */
  grid-row-gap: 10px;
  grid-column-gap: 4em;

}
/* .Div-23-2 > div:nth-child(4) {
  grid-column: span 700px; /* Adjust the span value to determine the width of the third column *\/
} */
.the-4-div23{
  margin-bottom: 0.8em;
}
.h2-div23-text{
  font-size: 13px;
  line-height: 1.33337;
  font-weight: 400;
  letter-spacing: -.01em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;  position: relative;
  z-index: 1;
  color: #424245;
  text-align: left;
  margin: 0;
  display: flex;
  margin-left: 5px;
}
/* .Img-23{
  width: 15px;
  height: 15px;
  padding-left: 2.5em;
  margin-right: 10px;
} */
.Img-23-2{
  width: 15px;
  height: 15px;
  margin-right: 8px;
  cursor: pointer;
}
.ul-D23{
  display: block;
  margin-top: 1em;
  margin-bottom: 1.5em;
}
.ul-D23 li{
  font-size: 12.5px;
  text-align: left;
  margin-top: 0.5em;
  text-decoration: none;
  list-style: none;
}
.ul-D23 li a{
  font-size: 12.5px;
  line-height: 1.33337;
  font-weight: normal;
  letter-spacing: -.02em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;  
  color: #525255;
  text-align: left;
  text-decoration: none;
  list-style: none;
}
.ul-D23 li a:hover{
  text-decoration: underline;
}
.h4-D23{
  font-size: 13.5px;
  line-height: 1.33337;
  font-weight: normal;
  text-shadow: -0.1px -0.1px #969696;
  color: #000;
  letter-spacing: -.02em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
  text-align: left;
  margin: 0;
  width: 100%;
  position: relative;
}
.h4-D23 span{
  display: none;
}





                                      /* Div -24 footer */

.Div-24{
  display: block;
  /* width: 70em; */
  /* margin-left: 5.7em; */
  width: 100%;
}
.D24-h3{
  font-size: 13px;
  line-height: 1.33337;
  font-weight: 400;
  letter-spacing: -.02em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;  color: #6E6E73;
  /* text-align: left; */
  margin: 0;
  display: flex;
  position: relative;
}
.D24-h3-text{
  font-size: 13px;
  line-height: 1.33337;
  font-weight: 400;
  letter-spacing: -.02em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;  color: #6E6E73;
  text-align: left;
  margin: 0;
  display: flex;
  margin-right: 2.5em;
}
.D24-a{
  font-size: 13px;
  line-height: 1.33337;
  font-weight: 400;
  letter-spacing: -.02em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;  
  color: #086fd6;
  text-align: left;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: underline;
}
.bottom-D24{
  border: none;
  border-bottom: 1px solid #b9b9bd;
  width: 100%;
  /* width: 80.3vw67.3em; */
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 10em;
}
.ul-D24{
  display: flex;
  margin: 0;
}

.ul-D24 li{
  font-size: 12px;
  text-decoration: none;
  list-style: none;
  border-right: 1px solid #656569;
  margin-right: 1em;
}
.ul-D24 li a{
  font-size: 13px;
  line-height: 1.33337;
  font-weight: 400;
  letter-spacing: -.02em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;  
  color: #3b3b3d;
  text-decoration: none;
  list-style: none;
  margin-right: 1em;
}
.ul-D24 li a:hover{
  text-decoration: underline;
}
.ul-D24 .first-li{
  font-size: 12px;
  text-decoration: none;
  list-style: none;
  border: none;
}
.ul-D24 .last-li{
  font-size: 12px;
  text-decoration: none;
  list-style: none;
  border: none;
}
.ul-D24 .last-li-2 {
  position: absolute;
  right: 1%;
  border: none;
}

.Bil_Portfolio{
  color: #086fd6;
  text-decoration: underline;
}