/* ////////////// BalanceAI Network, All Rigths Reserved  ////////////////// */


/* ////////////// Header  ////////////////// */
/* style.css */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body{
  margin-top: 0.0px !important;
  line-height: 1.4;
  background: #ffffff;
  overflow-x: hidden; 

}
:root {
  
  --dark-grey: #333333;
  --medium-grey: #636363;
  --light-grey: #eeeeee;
  --ash: #f2f2f2;
  --primary-color: #19B7EA;
  --secondary-color: #EAFAFF;
  --white: white;
  --border: 2px solid var(--light-grey);
  --shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
/* ////////////// Alert INFO  ////////////////// */

.alert {
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%;
  /* background-color: #f5f5f5; */
  background-color: #EAFAFF;

  /* border: 1px solid #b6effb; */
  color: #2b2b2b;
  z-index: 10111; 
  opacity: 1; 
  transition: opacity 0.15s linear, top 0.15s linear; 
  /* display: flex; */
  justify-content: center; 
  align-items: center; 
}

.alert i[class^="fa-"] {
  font-size: 1.2em;
  align-items: center;
  justify-content: center; 


}

.alert .alert-content {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 14px;
  width: 100%;
  justify-content: center; 
  position: relative; 
}

.alert .alert-message {
  margin-right: 0.1rem; 
}

.alert .alert-text {
  flex-grow: 1; 
  text-align: center; 
  letter-spacing: 0.2px; 

  /* margin-left: 85px; */
}

.alert .alert-link {
  font-weight: bold;
  text-decoration: underline;
  color: #2b2b2b;
}

.alert .alert-link:hover {
  color: #19B7EA; 
}

.alert .btn-close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 0.5rem;
  margin-left: 5px;
  color: #2b2b2b;

}

.alert .btn-close i {
  font-size: 1.5em;
}


/* ######### */


body {
  font-family: inherit;
  color: var(--dark-grey);
  letter-spacing: -0.4px;
}

ul {
  list-style: none;
}

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

button {
  border: none;
  cursor: pointer;
}

.btn {
  display: block;
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  padding: 0.6rem 1.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 5px;
}

.btn:hover {
  background-color: #2b2b2b;
  color: #fff;
}

.icon {
  display: flex;
  justify-content: center; 
  align-items: center; 
  width: 15px; 
  height: 15px;
  padding: 0.6rem;
  margin-right: 5px;
  background-color: #f2f2f2;
  border-radius: 5px;
  flex-shrink: 0; 

}
.square-icon {
  display: none;


}

.dropdown-link:hover .icon .square-icon {
  display: inline-block;
  width: 9px; 
  height: 9px;
  background-color: var(--primary-color);

}


.dropdown-link:hover  {
  background-color: #f2f2f2;
}

.logo {
  margin-top: 0.3rem;
  margin-right: 1.5rem;
}

#nav-menu {
  border-bottom: var(--border);
}

.navcontainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999; 
  background-color: rgba(242, 242, 242, 0.8); 
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 2rem;
  height: 90px;
  padding: 1.2rem 6rem;
  top: 35px;
  backdrop-filter: blur(10px); 
}


.nav-start {
  display: flex;
  align-items: center;
  column-gap: 2rem;
}

.nav-end {
  display: flex;
  align-items: center;
  column-gap: 2rem; 
}

.menu-bar {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  /* background-color: #fff; */
}


.menu-bar .nav-link {
  margin-left: auto; 
  background: none;
  background-color: var(--white);


}

.menu {
  position: relative;
  display: flex;

}

.menu-bar li:first-child .dropdown {
  flex-direction: initial;
  padding: 1.2rem 5rem !important;
  margin-top: 29px;
  min-width: 1100px;
  background-color: #fff;


}

.menu-bar li:first-child ul:nth-child(1) {
  border-right: var(--border);
}
.menu-bar li:first-child ul:nth-child(2) {
  border-right: var(--border);
}
.menu-bar li:nth-child(n + 2) ul:nth-child(1) {
  border-bottom: var(--border);
}

.menu-bar .dropdown-link-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--dark-grey);
}

.menu-bar .nav-link {
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: -0.6px;
  padding: 0.3rem;
  min-width: 60px;
  margin: 0 0.6rem;
      background: none;

}

.menu-bar .nav-link:hover {
  color: var(--primary-color);

}



.dropdown {
  display: flex;
  flex-direction: column;
  /* min-width: 230px; */
  background-color: var(--white);
  border-radius: 0px;
  position: fixed;
  /* top: 75%; */
  left: -1%;
  width: 101%; 
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.97) translateX(-30px);
  transition: 0.1s ease-in-out;
  box-shadow: var(--shadow);
}

.dropdown.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1) translateX(5px);
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff86; 
  backdrop-filter: blur(8px); 
  display: none; 
  z-index: 1; 

}
.dropdown ul {
  display: flex;
  flex-direction: column;
  padding: 1.2rem 0.1rem;
  font-size: 0.95rem;
  min-width: 400px;
}

.dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.15rem;
}

.dropdown-link {
  display: flex;
  gap: 0.3rem;
  padding: 0.8rem 1.5rem;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px;
  transition: 0.1s ease-in-out;
}

.dropdown-link p {
  font-size: 1rem;
  color: var(--medium-grey);
}

.right-container {
  display: flex;
  align-items: center;
  column-gap: 1rem;
}

.right-container img {
  border-radius: 50%;
}


.dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dropdown-icon {
  color: var(--dark-grey); 
  margin-top: 2px;
  width: 10px; 
  height: 10px;
  margin-left: 5px;
}

.dropdown-btn:hover .dropdown-icon {
  color: var(--primary-color-hover);
}
.promo-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  background-color: #EAFAFF; 

}

.promo-item {
  display: flex;
  justify-content: center;
  width: 100%;
}

.promo-content {
  text-align: left;
  max-width: 600px;
  margin: 20px;
  padding: 20px;
  background-color: #EAFAFF; 

}

.promo-title {
  color: var(--dark-grey);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.promo-subtitle {
  color: var(--medium-grey);
  font-size: 16px;
  margin-bottom: 20px;
}

.promo-button .btn {
  padding: 10px 20px;
  font-size: 16px;
}


#hamburger {
  display: none;
  padding: 0.1rem;
  margin-left: 1rem;
  font-size: 1.9rem;
  background-color: transparent; 

}

.burger-icon {
  width: 24px; 
  height: 24px;
}

@media (max-width: 1200px) {
  #hamburger {
    display: block;
  }
  .navcontainer{
    padding: 1.2rem 3rem;
  }
  .container {
    padding: 1.2rem;
  }

  .menu {
    display: none;
    position: absolute;
    top: 85px;
    left: 0;
    width: 100vw;
    color: var(--white);
    overflow-y: auto; 
    max-height: calc(100vh - 10px); 
    background-color: #fff;
  }

  .menu-bar li:first-child ul:nth-child(1) {
    border-right: none;
    border-bottom: var(--border);
  }

  .dropdown {
    display: none;
    min-width: 100%;
    border: none !important;
    border-radius: 5px;
    position: static;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    transform: none;
    box-shadow: none;
  }

  .dropdown-link {
    padding: 0.1rem 0rem;
  }

  .menu.show,
  .dropdown.active {
    display: block;
    padding: 1.1rem 1.5rem;

  }

  .dropdown ul {
    padding-left: 0.3rem;
    border-bottom: var(--border);
  }

  .menu-bar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 1rem;
    padding: 1rem;
    border-bottom: var(--border);
    background-color: #fff;
  }

  .menu-bar .nav-link {
    display: flex;
    justify-content: space-between;
    padding: 0rem 1rem;
    width: 100%;
    font-weight: 500;
    font-size: 1.1rem;
    margin: 0;
    background: none;
  }

  .menu-bar li:first-child .dropdown {
    min-width: 100%;
    padding: 0.2rem 0.5rem !important;
    margin-top: 0px; 
    background-color: #fff;
  }

  .menu-bar > li:not(:last-child) {
    padding-bottom: 0.5rem;
    border-bottom: var(--border);
  }
}

@media (max-width: 534px) {
  .right-container {
    display: none;
  }
  .navcontainer {
    top: 50px;
  }
}


/* ////////////// Header  ////////////////// */




/* //////////////  Cookies ////////////////// */

.alert2 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #EAFAFF;
  color: #060606;
  z-index: 1050;
  opacity: 1;
  transition: opacity 0.15s linear, bottom 0.15s linear;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem; 
}

.alert2 .alert-content {
  padding: 0.5rem 1rem;
  font-size: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; 
  justify-content: center; 
}

.alert2 .alert-message {
  margin-right: 0.5rem;
  flex-grow: 1;
}

.alert2 .alert-text {
  flex-grow: 1;
  text-align: center; 
}

.alert2 .btn-accept,
.alert2 .btn-deny {
  font-size: 14px;
  background-color: #2b2b2b;
  color: #ffffff;
  border: none;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.alert2 .btn-accept:hover,
.alert2 .btn-deny:hover {
  background-color: #19B7EA;
}

@media screen and (max-width: 1000px) {
  .alert2 .alert-content {
    flex-direction: column;
    text-align: center;
  }

  .alert2 .btn-accept,
  .alert2 .btn-deny {
    margin-left: 0;
    margin-top: 0.5rem; 
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 700px) {
  .alert2 {
    flex-direction: column;
    padding: 0.5rem;
  }

  .alert2 .alert-content {
    padding: 0.5rem;
    font-size: 14px;
    text-align: center;
  }

  .alert2 .btn-accept,
  .alert2 .btn-deny {
    font-size: 12px;
    padding: 0.5rem 0.8rem;
    margin-top: 0.5rem;
    width: 100%;
    text-align: center;
  }

  .alert2 .alert-message {
    margin-bottom: 0.5rem;
  }
}



/* ////////////// Hero section ////////////////// */



.hero-block {
  background:#ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding:20px 100px;
  max-width: auto;
  padding-top: 100px; 
  flex-direction: row; 
  text-align: left; 
}

.min-header {
  font-size: 16px; 
  color: #c4c4c4; 
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
}

.block-title {
  font-size: 60px;
  font-weight: 700;
  /* margin-top: 30px; */
  margin-bottom: 20px;
  color: #2b2b2b;
  line-height: 1.2; 

}
p.block-main {
  font-size: 20px;
  margin-bottom: 20px;
  color: #5f5f5f;
}
p.block-sub {
  font-size: 18px;
  margin-bottom: 20px;
  color: #5f5f5f;
}

.hero-block .img img {
  width: 800px;
  max-width: 900px;
  margin-left: 40px;
}

.hero-block .buttons {
  margin-top: 20px;
}

.hero-block .buttons a:not(:last-child) {
  margin-right: 0px;
}

.hero-block .buttons .learn {
  border: 1px solid #fff;
  border-radius: 0.375rem;
}

@media (max-width: 1200px) {
  .block {
    padding: 0px;
  }

  .hero-block {
    display: flex;
    align-items: center;
    justify-content: center; 
    height: 95vh;
    padding: 0 20px;
    padding-top: 350px;
    margin: 0 auto;
    margin-top: 40px;
    flex-direction: column; 
    text-align: center; 
  }

  .block-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2b2b2b;
  }

  .block-text p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #5f5f5f;
  }

  .center-block-section p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #5f5f5f;
  }

  .hero-block .img img {
    width: 100%; 
    margin: 20px 0; 
    max-width: 600px;

  }

  .hero-block .buttons {
    margin-top: 20px; 
    text-align: center; 
  }

  .hero-block .buttons a {
    text-decoration: none;
  }

  .hero-block .buttons a:not(:last-child) {
    margin-right: 0; 
  }

  /* .buttons .join {
    background-color: #19B7EA;
  } */

  .hero-block .buttons .learn {
    border: 1px solid #fff;
    border-radius: 0.375rem;
  }

  /* .hero-block .buttons a:hover {
    background-color: #19B7EA;
  } */
  .hero-block .img img {
    width: 100%;
  }
}

/* //////////// 6 text blocks //////////// */

.title-container {
  text-align: center; 
  max-width: 60%; 
  margin: 0 auto; 
    margin-bottom: 80px; 
}
.min-header2 {
  font-size: 16px; 
  color: #a6a6a6;
  margin-bottom: 10px; 
  font-weight: 500;
  align-items: center;
  justify-content: center;
  
}
.min-header3 {
  font-size: 16px; 
  color: #c4c4c4; 
  margin-bottom: 10px; 
  font-weight: 600;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  
}
.section-title {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2b2b2b;
  line-height: 1.2; 
}
@media screen and (max-width: 600px) {
  .section-title {
      font-size: 40px; 
  }
}

.section-subtitle {
  font-size: 20px;
  margin-bottom: 20px;
  color: #5f5f5f;
}

.text-blocks-section {
  padding: 80px 100px;
}

.text-block-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 0px;


}

.text-block {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  border: 2px solid #f4f3f3; 
  box-shadow: 0 1px 15px rgba(210, 210, 210, 0.4);
  flex: 1 1 calc(33.333% - 60px); 
  box-sizing: border-box;
}



.text-block h3 {
  color: #19B7EA;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}

@media screen and (max-width: 1330px) {
  
  .text-blocks-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    padding: 20px;
    margin-top: 20%;
  }

  .text-block {
      flex: 1 1 calc(50% - 40px); 
      margin-bottom: 10px;
      padding: 30px; 
  }
}

@media screen and (max-width: 1200px) {
  .text-blocks-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    margin-top: 30%;
  }

  .text-block {
      flex: 1 1 100%; 
      padding: 20px; 
  }
}


/* ////////////// Sections Blocks ////////////////// */
.section-block {
  
  background:#ffffff;
  /* margin-top: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 100px;
  max-width: auto;
  /* padding-top: 50px;  */
  flex-direction: row; 
  text-align: left; 
}
/* .block-text {
  background-color: #e5faff; 
  border-radius: 15px; 
  padding: 80px; 
  margin-bottom: 20px; 
} */



.block-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2b2b2b;
  line-height: 1.2; 

}
p.block-main {
  font-size: 20px;
  margin-bottom: 20px;
  color: #5f5f5f;
}
p.block-sub {
  font-size: 18px;
  margin-bottom: 20px;
  color: #5f5f5f;
}

.section-block .img img {
  width: 670px;
  margin-left: 40px;
}

.section-block .buttons {
  margin-top: 40px;
}


.section-block .buttons a:not(:last-child) {
  margin-right: 0px;
}

.buttons .join {
  background-color: #19B7EA;
}

.section-block .buttons .learn {
  border: 1px solid #fff;
  border-radius: 0.375rem;
}




@media (max-width: 1200px) {
  .block {
    padding: 0px;
  }

  .section-block {
    display: flex;
    align-items: center;
    justify-content: center; 
    height: 80vh;
    padding:20px;
    margin-top: 40px;
    flex-direction: column; 
    text-align: center; 
  }

  .block-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #2b2b2b;
  }

  .block-text p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #5f5f5f;
  }

  .section-block .img img {
    width: 100%; 
    margin: 20px 0; 
    max-width: 600px;

  }

  .section-block .buttons {
    margin-top: 20px; 
    text-align: center; 
  }

  .section-block .buttons a {
    text-decoration: none;
    color: #fff;
    border-radius: 0.375rem;
    font-weight: 600;
    transition: 0.2s ease;
    display: inline-block;
    margin-bottom: 10px; 
  }


}
  
/*-----------Center Block---------------*/


.center-block-section {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 6vw; 
}

.title2-container {
  text-align: center;
  max-width: 80%; 
  margin: 0 auto;
  margin-bottom: 5vw; 
}

.img2 {
  display: flex;
  justify-content: center;
}

.img2 img {
  margin-top: 20px;
  max-width: 800px;
}

.section-title2 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2b2b2b;
  line-height: 1.2; 
}
@media screen and (max-width: 600px) {
  .title2-container {
    margin-top: 20vw; 
  }
  .section-title2 {
      font-size: 40px; 
  }
}
.section-subtitle2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #5f5f5f;
}

.background2 {
  position: absolute; 
  bottom: 0; 
  left: 0;
  width: 100%;
  height: 100%; 
  background: rgb(234,250,255);
  background: linear-gradient(0deg, rgba(234,250,255,1) 0%, rgba(255,255,255,1) 66%);  
  z-index: -1; 
}
.button{
  font-size: 18px;
    font-weight: 500;
    background: #19B7EA;
    border: 2px solid #19B7EA;
    color: #ffffff;
    border-radius: 5px;
    padding: 0.5rem 1.3rem;
    transition: all 0.5s ease;
    cursor: pointer;
    margin-left: 20px;
}
.button:hover{
    background: #2b2b2b;
    color: #ffffff;
    border: 2px solid #2b2b2b;

}
.button1{
  font-size: 18px;
  font-weight: 500;
  background: #ffffff;
  color: #4b4b4b;
  border: 1px solid #4b4b4b;
  border-radius: 5px;
  padding: 0.5rem 1.3rem;
  transition: all 0.5s ease;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 10px;
}

.button1:hover{
  background: #bebebe;
  border: 1px solid #bebebe;
  color: #ffffff;
/* box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);  */


}

.button2{
  font-size: 18px;
  font-weight: 500;
  background: #19B7EA;
  border: 2px solid #19B7EA;
  color: #ffffff;
  border-radius: 5px;
  padding: 0.5rem 1.3rem;
  transition: all 0.5s ease;
  cursor: pointer;
  margin-right: 20px;
}
.button2:hover{
  background: #ffffff;
  border: 2px solid #19B7EA;
  color: #19B7EA;
  font-weight: 700;
/* box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);  */
}    
.button3 {
  font-size: 18px;
  font-weight: 500;
  background: #ffffff;
  color: #4b4b4b;
  border: 1px solid #4b4b4b;
  border-radius: 5px;
  padding: 0.5rem 1.3rem;
  transition: all 0.5s ease;
  cursor: pointer;
  margin-bottom: 10px;
}

.button3:hover {
  background: #bebebe;
  border: 1px solid #bebebe;
  color: #ffffff;
}

.button4 {
  font-size: 18px;
  font-weight: 500;
  background: #19B7EA;
  border: 1px solid #19B7EA;
  color: #ffffff;
  border-radius: 5px;
  padding: 0.5rem 1.3rem;
  transition: all 0.5s ease;
  cursor: pointer;
  margin-right: 20px;
}

.button4:hover {
  background: #ffffff;
  color: #4b4b4b;
  border: 1px solid #4b4b4b;
}

.perspective-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; 
}

.grid-containers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 10px;
  transform: rotateY(-20deg);
  /* margin-right: 80px; */
}

.containers-grid {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, opacity 0.3s, z-index 0s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 35px;
  position: relative;
}

.containers-grid p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #2b2b2b;
}

.containers-grid button {
  padding: 5px 10px;
  border: none;
  background-color: #ffffff;
  color: #19B7EA;
  border: 1px solid #19B7EA;
  border-radius: 5px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 500;
  margin-left: 10px;
}

.containers-grid.hovered {
  transition: 0.3s ease; 
  transform: scale(1.15) translateZ(20px);
  z-index: 10;
}

.containers-grid.dimmed {
  opacity: 0.5;
}


/* Media */


@media (max-width: 800px) {
  .center-block-section {
    margin-bottom: 10vw; 
    padding-top: 100px; 
  }

  .title2-container {
    max-width: 90%; 
  }

  .grid-containers {
    grid-template-columns: repeat(3, 1fr); 
    grid-template-rows: repeat(6, 1fr); 
    gap: 10px; 
    transform: none; 
    padding: 0; 
    margin-right: 0; 
  }

  .containers-grid {
    padding: 14px 10px;
    font-size: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .containers-grid p {
    margin: 0;
    margin-bottom: 5px; 
  }

  .containers-grid button {
    padding: 5px 10px;
    font-size: 10px;
    width: 100px; 
  }
}


/*--------------------------*/



.center-block-section2 {
  position: relative; 
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center; 

  /* min-height: 100vh; */ 
  padding: 160px 80px;
  margin: 0 auto; 
  /* height: 120vh; */ 
}
@media screen and (max-width: 600px) {
  .center-block-section2 {
    padding: 10px;
  }
}


.perspective-container2 {
  display: flex;
  margin-top: 50px;
  margin-left: 50px;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
}

.grid-containers2 {
  display: grid;
  /* width: 600px; */
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 10px;
}

.containers-grid2 {
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, opacity 0.3s, z-index 0s;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 10px 15px;
  position: relative;
  text-align: left;
}

.containers-grid2 p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  min-width: 130px;
  color: #2b2b2b;
  position: relative;
  display: inline-block;
}

.containers-grid2 p::before {
  content: "";
  display: inline-block;
  align-items: center;
  width: 10px;
  height: 10px;
  background: #19B7EA;
  border-radius: 2px;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
}
.containers-grid2:hover {
  /* border: 2px solid #19B7EA; */
  transition:  0.3s ease; 
  transform: scale(1.1);
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .grid-containers2 {
    /* padding: 10px 55px; */
    margin-left: 0px;
    
  }

  .perspective-container2 {
    margin-left: 0px;

  }
}

@media screen and (max-width: 700px) {
  .grid-containers2 {
    margin-left: 0px;
    
  }

  .perspective-container2 {
    margin-left: 0px;

  }
  .containers-grid2 {

  padding: 0px;
  }
  .containers-grid2 p {
    font-size: 12px;
    font-weight: 600;
    padding:5px 0px;
    min-width: 100px;

  }
}


/* ////// Sections Blocks end ///////// */



/* //////////// Banner Img //////////// */
    
.banner-section {
  display: flex;
  width: 100%;
  height: 50vh;
}

.banner {
  flex: 1;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
} 

/* //////////// Folder Motion //////////// */

.baiw {
  align-self: flex-start; 
}

.baiw img {
  height: 35px; 

}
.folders-container {
  flex: 1;
  width: 800px;
  height: 700px;
  border-radius: 0px;
  /* padding: 120px 0px; */
  display: flex;
  justify-content: center; 
  align-items: self-end;
  flex-direction: column;
  gap: 5px;
  /* margin-left: 20px; */
  /* background: #EAFAFF;  */
  border-radius: 10px; 

}


.folder {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 700;
  width: 800px;
  max-width: 90%;
  border-radius: 8px;
  transition: border-color 0.3s ease; 
  overflow: hidden;
  border: 2px solid #f4f3f3; 
  box-shadow: 0 4px 26px rgba(0, 0, 0, 0.1);
  background-color: #fff; 
  align-items: center;
  /* transform: rotateY(-20deg); */
}

.folder:hover {
  transform: scale(1.04) ;
  border-color: #19B7EA; 
  color: #3c3c3c;
}

.folder.open:hover {
  transform: scale(1) ;
  border: 3px;
  border-color: #19B7EA; 
  z-index: 10;
}

.folder-summary {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: top;
  padding: 10px;
  background: #ffffff;
  cursor: pointer;
  height: 65px; 
}

.folder-summary__end1 .fa-chevron-down {
  color: #9f9f9f; 
  font-size: 18px; 
  margin-right: 20px; 
}

.folder-summary__end2 .fa-chevron-up {
  color: #9f9f9f; 
  font-size: 18px; 
  margin-right: 20px; 
}

.folder-summary__details {
  flex-grow: 1; 
  text-align: left;
  margin-left: 20px; 
}

.folder-summary__end {
  margin-left: 20px; 
}

.folder-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #fff; 
  padding: 0px 20px;
}

.folder-content.open {
  max-height: 550px; 
  margin: 0;
  padding: 0px 20px;
}

.label-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 10px;
  justify-content: flex-start; 
  margin-bottom: 30px;
}

.label-textintro {
  width: 100%; 
  text-align: left; 
  margin-bottom: 20px; 
  color: #202020;
  font-size: 14px;
  font-weight: 400;
}

.folder-item__label {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 15px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  white-space: nowrap; 
  text-align: center;
  flex: 0 0 calc(25% - 20px);
  box-sizing: border-box;
  background-color: #f7f7f7; 
}

.folder-item__label:hover {
  color: #1e1e1e;
  border: 1px solid #656565;
  border-radius: 5px;
  background-color: #ffffff; 
}

.hidden {
  display: none;
}

/* Media query */
@media (max-width: 1400px) {
  .folders-container {
    width: 100%; 
    max-width: 700px;
    align-items: center;

    /* margin-left: 20px; */
    /* padding: 20px; */
  }
  .folders {
    width: 800px;
    height: 700px;
    max-width: none; 
    margin-left: 0;
    padding: 20px;
  }
}
/* Media q */
@media (min-width: 1401px) {
  .folders-container {
    width: 1000px;
    /* height: 700px; */
    width: 100%; 
    max-width: none; 
    /* margin-left: 20px; */
    /* padding: 20px; */
  }
  .folders {
    width: 1000px;
    height: 800px;
    width: 90%; 
    max-width: none; 
    margin-left: 0;
    padding: 20px;
  }
}




/* /////////// Motion 3 boxes //////////// */

:root {

  --blue: #19B7EA ;
  --gray: #9aa4a6;
  --black: black;
  --white: whitesmoke;
}

.main {
  display: flex;
  flex-direction: column;
  padding: 20px 60px;
  justify-content: center;
  row-gap: 2rem;
}

.container {
  width: 14rem;
  height: 12rem;
  margin: 0 auto;
  /* border: 1px solid #2b2b2b; */
  border-radius: 0.4rem;
  background-color: #EAFAFF;
  display: grid;
  grid-template-columns: 1fr;
  /* grid-template-rows: 1fr 2.5rem; */
  overflow: hidden;
  align-items: center;
}

.controls {
  padding-top: 0.5rem;
  border: 0;
  height: 100%;
  border-top: 1px solid var(--gray);
}

.one-grid-layout {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(5, 1.2rem);
  grid-template-rows: auto;
  grid-gap: 0.8rem;
}

.four-grids-layout {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-gap: 1.5rem;
  justify-content: center;
}

.four-grids-layout .grid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1.2rem);
  grid-gap: 0.5rem;
}

.shape {
  width: 0.4rem;
  height: 0.4rem;
  background-color: transparent;
}

.circle {
  border-radius: 0%;
}

.square {
  border-radius: 0rem;
}

#example-one .shape {
  border-color: var(--black);
  background-color: var(--blue);
}

#example-two .shape {
  border-color: var(--blue);
  background-color: var(--blue);
}

#example-three .shape {
  border-color: var(--gray);
}

#example-three .first-grid .shape {
  border-color: var(--yellow);
}

/*MEDIA QUERIES*/
@media screen and (max-width: 800px) {
  .main-container {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .main {
    padding-top: 100px;
    margin-bottom: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2rem;
  }

  .container {
    width: 14rem;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
  }

  .grid-containers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-right: 0;
    transform: none;
  }

  .containers-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .containers-grid p {
    margin: 0 0 5px 0;
  }

  .containers-grid button {
    padding: 5px 10px;
    font-size: 10px;
    width: 100px;
  }
}

@media screen and (min-width: 801px) {
  .main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:0rem;
  }

  .container {
    width: 15rem;
    height: 10rem;
  }

  .grid-containers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 10px;
    transform: none;
  }
}

/* FAQ section styling */
.faq {
  width: 90%;
  justify-content: center; 
  align-items: center; 
}

.faq-container {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: black;
  border-radius: 10px;
  box-shadow: 0 2px 20px 0 rgb(0,0,0,0.15);
  margin: 10px 0;
  justify-content: center; 
  align-items: center; 
}
.faq-container:hover {
  border: 3px solid #19B7EA;
  transition: 0.6s ease; 
}

.question {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 40px 20px; 
  position: relative;
  display: flex;
  margin-left: 50px;
  align-items: center;
  justify-content: left; 
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 1.8rem;
  position: absolute;
  right: 60px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  overflow: hidden;
  max-height: 0; 
  transition: max-height 0.3s ease-in-out;
}

.answer {
  padding: 0 20px;
  font-size: 18px;
  color: #797979;
  line-height: 1.5rem;
  margin-bottom: 50px;
  margin-left: 50px;
  margin-right: 50px;
  text-align: left; 
}

@media screen and (max-width: 1000px) {
  .faq {
    width: 100%;
  }

  .question {
    font-size: 1rem;
    padding: 10px 10px; 
    margin-left: 0px;
    margin-right: 20px;
  }

  .question::after {
    right: 0px;
    content: "\002B";
    font-size: 1.0rem;
    position: absolute;

  }
  .answer {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .faq-container {
    margin: 5px 0;
  }
}


