.elementor-398 .elementor-element.elementor-element-5f0479f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-3px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-398 .elementor-element.elementor-element-5f0479f:not(.elementor-motion-effects-element-type-background), .elementor-398 .elementor-element.elementor-element-5f0479f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-398 .elementor-element.elementor-element-9788817{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-398 .elementor-element.elementor-element-9788817:not(.elementor-motion-effects-element-type-background), .elementor-398 .elementor-element.elementor-element-9788817 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-398 .elementor-element.elementor-element-d86cfcc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-398 .elementor-element.elementor-element-d86cfcc:not(.elementor-motion-effects-element-type-background), .elementor-398 .elementor-element.elementor-element-d86cfcc > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-398 .elementor-element.elementor-element-d482e02{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-398 .elementor-element.elementor-element-d482e02:not(.elementor-motion-effects-element-type-background), .elementor-398 .elementor-element.elementor-element-d482e02 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-6948ee3 *//* GOOGLE FONT */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

/* SECTION */

.pv-about-section{
  width:100%;
  min-height:100vh;
  background:#02050d;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:80px 8%;
  overflow:hidden;
  font-family:'Inter',sans-serif;
}

/* CONTAINER */

.pv-about-container{
  width:100%;
  max-width:1400px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:80px;
}

/* LEFT SIDE */

.pv-about-content{
  flex:1;
  max-width:820px;
}

.pv-about-content h1{
  font-size:72px;
  color:#fff;
  font-weight:500;
  margin-bottom:35px;
  line-height:1.1;
}

.pv-about-content h1 span{
  color:#ffd43b;
}

.pv-about-content p{
  font-size:22px;
  line-height:1.8;
  color:rgba(255,255,255,0.75);
  margin-bottom:35px;
  font-weight:300;
}

/* RIGHT SIDE */

.pv-about-image{
  flex:1;
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
}

.pv-about-image img{
  width:100%;
  max-width:550px;
  object-fit:contain;
  animation:pvFloat 4s ease-in-out infinite;
}

/* FLOAT EFFECT */

@keyframes pvFloat{
  0%{
    transform:translateY(0px);
  }
  50%{
    transform:translateY(-15px);
  }
  100%{
    transform:translateY(0px);
  }
}

/* RESPONSIVE */

@media(max-width:991px){

  .pv-about-container{
    flex-direction:column;
    text-align:center;
  }

  .pv-about-content h1{
    font-size:52px;
  }

  .pv-about-content p{
    font-size:18px;
  }

  .pv-about-image img{
    max-width:450px;
  }
}

@media(max-width:600px){

  .pv-about-section{
    padding:60px 20px;
  }

  .pv-about-content h1{
    font-size:42px;
  }

  .pv-about-content p{
    font-size:16px;
    line-height:1.8;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7fa9c02 *//* =========================
   GOOGLE FONT
========================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* =========================
   MISSION & VISION SECTION
========================= */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  background:#000;
  font-family:'Poppins',sans-serif;
}

.mv-section{
  width:100%;
  padding:100px 8%;
  background:#000;
  color:#fff;
  overflow:hidden;
}

.mv-container{
  max-width:1300px;
  margin:auto;
}

.mv-heading{
  text-align:center;
  margin-bottom:70px;
}

.mv-heading h2{
  font-size:58px;
  font-weight:600;
  color:#fff;
}

.mv-heading h2 span{
  color:#2f6bff;
}

/* WRAPPER */

.mv-wrapper{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:60px;
  align-items:flex-start;
}

/* BOX */

.mv-box{
  text-align:center;
  position:relative;
}

.mv-icon{
  margin-bottom:35px;
}

.mv-icon i{
  font-size:70px;
  color:#fff;
}

.mv-box p{
  font-size:20px;
  line-height:1.9;
  color:#b7b7b7;
  max-width:560px;
  margin:auto;
  font-weight:300;
}

/* RESPONSIVE */

@media(max-width:991px){

  .mv-heading h2{
    font-size:42px;
  }

  .mv-wrapper{
    grid-template-columns:1fr;
    gap:70px;
  }

  .mv-box p{
    font-size:18px;
  }
}

@media(max-width:600px){

  .mv-section{
    padding:70px 20px;
  }

  .mv-heading h2{
    font-size:34px;
  }

  .mv-icon i{
    font-size:55px;
  }

  .mv-box p{
    font-size:17px;
    line-height:1.8;
  }
}
.mv-heading h2 span{
  color:#ffd700;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2f384a4 *//* =========================
   GOOGLE FONT
========================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* =========================
   GLOBAL
========================= */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  background:#000;
  font-family:'Poppins',sans-serif;
}

/* =========================
   VALUES SECTION
========================= */

.values-section{
  width:100%;
  padding:100px 8%;
  background:#000;
  overflow:hidden;
}

.values-container{
  max-width:1400px;
  margin:auto;
}

/* HEADING */

.values-heading{
  text-align:center;
  margin-bottom:70px;
}

.values-heading h2{
  font-size:58px;
  font-weight:600;
  color:#fff;
}

.values-heading h2 span{
  color:#ffd700;
}

/* GRID */

.values-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:35px;
}

/* CARD */

.value-card{
  background:linear-gradient(135deg,#081327,#07101f);
  border-radius:28px;
  padding:45px 35px;
  text-align:center;
  transition:0.4s ease;
  border:1px solid rgba(255,255,255,0.04);

  box-shadow:
  0 10px 40px rgba(0,0,0,0.35),
  inset 0 0 20px rgba(255,215,0,0.03);
}

.value-card:hover{
  transform:translateY(-8px);
  border-color:rgba(255,215,0,0.18);

  box-shadow:
  0 15px 50px rgba(255,215,0,0.08);
}

/* TITLE */

.value-card h3{
  font-size:28px;
  font-weight:500;
  color:#fff;
  margin-bottom:25px;
}

/* TEXT */

.value-card p{
  font-size:18px;
  line-height:1.8;
  color:#b6b6b6;
  font-weight:300;
}

/* WIDE CARDS */

.wide-card{
  grid-column:span 1;
}

/* RESPONSIVE */

@media(max-width:1100px){

  .values-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:768px){

  .values-heading h2{
    font-size:42px;
  }

  .values-grid{
    grid-template-columns:1fr;
  }

  .value-card{
    padding:40px 28px;
  }

  .value-card h3{
    font-size:24px;
  }

  .value-card p{
    font-size:17px;
  }

}

@media(max-width:480px){

  .values-section{
    padding:70px 20px;
  }

  .values-heading h2{
    font-size:34px;
  }

}
/* GRID */

.values-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:35px;
}

/* TOP 3 CARDS */

.value-card:nth-child(1),
.value-card:nth-child(2),
.value-card:nth-child(3){
  grid-column:span 2;
}

/* BOTTOM 2 CARDS */

.value-card:nth-child(4),
.value-card:nth-child(5){
  grid-column:span 3;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5fa222a *//* =========================
   GOOGLE FONT
========================= */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* =========================
   GLOBAL
========================= */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  background:#000;
  font-family:'Poppins',sans-serif;
}

/* =========================
   TEAM SECTION
========================= */

.team-section{
  width:100%;
  padding:100px 8%;
  background:
  radial-gradient(circle at right,#1d1600 0%, #000 45%);
  overflow:hidden;
}

.team-container{
  max-width:1400px;
  margin:auto;
}

/* HEADING */

.team-heading{
  text-align:center;
  margin-bottom:70px;
}

.team-heading h2{
  font-size:58px;
  font-weight:600;
  color:#fff;
}

.team-heading h2 span{
  color:#ffd700;
}

/* WRAPPER */

.team-wrapper{
  display:grid;
  grid-template-columns:1.2fr 0.8fr;
  gap:60px;
  align-items:center;
}

/* CONTENT */

.team-content p{
  font-size:20px;
  line-height:1.8;
  color:#fff;
  margin-bottom:28px;
  font-weight:300;
  max-width:900px;
}

/* RIGHT IMAGE */

.team-image{
  display:flex;
  justify-content:center;
  align-items:center;
}

.team-image img{
  width:100%;
  max-width:420px;
  object-fit:contain;

  filter:
  drop-shadow(0 20px 40px rgba(255,215,0,0.12));
}

/* RESPONSIVE */

@media(max-width:1100px){

  .team-wrapper{
    grid-template-columns:1fr;
    text-align:center;
  }

  .team-content p{
    margin-left:auto;
    margin-right:auto;
  }

}

@media(max-width:768px){

  .team-heading h2{
    font-size:42px;
  }

  .team-content p{
    font-size:18px;
  }

  .team-image{
    width:340px;
    height:340px;
  }

  .circle{
    width:110px;
    height:110px;
  }

  .user-icon{
    width:55px;
    height:55px;
  }

  .user-icon::before{
    width:38px;
    height:38px;
    left:8px;
    top:-32px;
  }

  .user-icon::after{
    width:14px;
    height:42px;
    left:20px;
  }

}

@media(max-width:480px){

  .team-section{
    padding:70px 20px;
  }

  .team-heading h2{
    font-size:34px;
  }

  .team-image{
    width:280px;
    height:280px;
  }

}/* End custom CSS */