@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
  overflow-x: hidden
}

:root {
  --font-heading: "Inter", sans-serif;
  --site-color: #f7941e;
  --site-color1: #3aa900;
  --site-color2: #e9e7fc;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  background: #0a0e27;
  color: #fff;
  overflow-x: hidden
}
p{margin: 1rem 0}
.gap1{gap: 1.5rem}

.mt30 {
  margin-top: 30px;
}

.mt70 {
  margin-top: 70px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.margin-none {
  margin-bottom: 0 !important;
}

p a {
  color: var(--green-color);
  font-weight: 600;
}

.padt40 {
  padding-top: 2.5rem;
}

.padt70 {
  padding-top: 4.7rem;
}

.padt80 {
  padding-top: 5rem;
}

.padt90 {
  padding-top: 5.6rem;
}

.padtb60 {
  padding-bottom: 3.75rem;
}

.padtb70 {
  padding-bottom: 4.7rem;
}

.padtb80 {
  padding-bottom: 5rem;
}

.padtb90 {
  padding-bottom: 5.6rem;
}

.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

.relative {
  position: relative;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.jsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}


img {
  max-width: 100%;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.align-center {
  align-items: center;
}


#ct {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px 5rem;
  border-radius: 0;
  font-size: 10px;
  line-height: 14px;
  z-index: 1;
  color: #fff;
}
footer {
  background:#2f7cf8;
  font-size: 14px;
  padding: 15px 0;
  color: #fff;
}
.footnote{top: -5px; position: relative; display: inline-block;}
.mouse-scroll{position: absolute; left: 0; right: 0; bottom: 80px; margin: auto; width: 50px; z-index:99;
  --distance: 15px; 
  --duration: 0.6s; 
  animation: bob var(--duration) ease-in-out infinite alternate;
  will-change: transform; }
@keyframes bob {
  from { transform: translateY(0); }
  to   { transform: translateY(var(--distance)); }
}
.margin-none {
  margin-bottom: 0 !important;
}

.z-index {
  z-index:9;
}

.grid-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(90deg, rgba(0, 255, 157, 0.05) 1px, transparent 1px),
        linear-gradient(rgba(0, 255, 157, 0.05) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: gridMove 20s linear infinite;
    z-index: 0;
}
   @keyframes gridMove {
            0% { transform: translate(0, 0); }
            100% { transform: translate(50px, 50px); }
        }
 /* Energy Particles */
        .particles {
            position: fixed;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 0;
        }

        .particle {
            position: absolute;
            width: 4px;
            height: 4px;
            background: #00ff9d;
            border-radius: 50%;
            box-shadow: 0 0 10px #00ff9d;
            opacity: 0;
            animation: float 15s infinite ease-in-out;
        }

        @keyframes float {
            0%, 100% { opacity: 0; transform: translateY(100vh) scale(0); }
            10% { opacity: 1; }
            90% { opacity: 0.6; }
            100% { transform: translateY(-100vh) scale(1); }
        }

.bg-round-one {
    width: 490px;
    height: 490px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
    position: absolute;
    top: -180px;
    left: -181px;
    z-index: 1;
}
.bg-round-two {
    width: 650px;
    height: 650px;
    background: #ffffff10;
    border-radius: 50%;
    position: absolute;
    bottom: -90px;
    right: -205px;
    z-index: 1;
}
.bg-round-three {
    width: 150px;
    height: 150px;
    background: #ffffff10;
    border-radius: 40%;
    position: absolute;
    transform: rotate(-15deg);
    bottom: 40%;
    left: 20%;
    z-index: 1;
}

.overlay:before {
  content: '';
  background: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.overlay:after {
  content: "";
    position: absolute;
    width: 100%;
    height: 753px;
    background: url(../images/header_curve.svg) no-repeat left bottom;
    background-position: center bottom;
    background-size: cover;
    bottom: -100px;
    opacity: 0.2;
    left: 0;
    z-index: 2;
}

header {
  height: 100vh;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  color: #000;
  border-radius: 0 0 5rem 5rem;
  margin:auto;
  max-width: 96%;
}

header>.container {
  padding-top: 100px;
}


header h1.site-title {
  font-size: 50px;
  max-width: 100%;
  margin: 0 0 40px 0;
  color: #fff;
}
header h1.site-title span{
      background: linear-gradient(135deg, #fff 0%, #00ff9d 50%, #00b8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 5s ease infinite;
}
header h1.site-title + p{
  color: #fff;
  max-width: 70%;
  margin: auto;
  font-size: 20px;
}
header h1.site-title + p strong{color: #00c2ff;}
.logo {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #2b2b2b;
background: linear-gradient(-180deg, #00513c 0%, rgba(10, 10, 10, 1) 80%);
}
.logo:after{ content:''; background:url(../images/strip_bg.png) bottom; bottom:-7px; position: absolute; height:8px; width:100%; z-index:1 }

.symbol {
  background: #2f7cf8;
    color: #fff;
    padding: 5px 25px;
    border-radius: 40px;
    font-weight: 900;
    display: inline-block;
    font-size: 2rem;
    border: 1px solid #00bbff;
    animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0, 212, 255, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(0, 212, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 212, 255, 0); }
}

.paid-advert {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 4;
}

.paid-advert span {
  background:#666;
  display: inline-block;
  padding: 8px 10px 2px;
  font-size: 15px;
  border-radius: 0 0 6px 6px;
  color: #fff;
  font-weight: 700;
  line-height: 22px;
}

.paid-advert a {
  color: #fff;
  text-decoration: none;
}

header video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width:100%;
  height:100%;
}


.site-title {
  font-size: 42px;
  line-height: 1.3;
  font-family: var(--font-heading);
  font-weight: 900;
  margin: 0 0 30px 0;
}

.sub-title {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 800;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

.site-color {
  color: var(--site-color);
}

.site-color1 {
  color: var(--site-color1);
}


.testimonial {
    background: url(../images/img/map.png) center no-repeat;
    background-size: contain;
    text-align: center;
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
}
.testi-box {
    background: #ffe057;
    color: #000;
    font-style: italic;
    font-size: 1.5rem;
    padding: 40px 50px 40px;
    border-radius: 50px;
    position: relative;
    text-align: left;
}
.testi-box:before {
    content: '';
    background: url(../images/img/quote-left-solid.svg);
    background-size: 100%;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50px;
    top: -30px;
    z-index: 1;
}


.tile-bg span {
  background: linear-gradient(135deg, #2962ff 0%, #0dbb78 50%, #00a0dd 100%);
  color: #fff;
  padding: 4px 20px;
  display: inline-block;
  border-radius: 0 10px;
}

.tile-bg {
  margin: 0 0 10px 0;
}


.two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  text-align: left;
}

.three-col {
  display: grid;
  grid-template-columns:1fr 1fr 1fr;
  gap: 30px;
  text-align: left;
}


.shake {
  animation: shake-animation 4.72s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes shake-animation {
  0% {
    transform: translate(0, 0)
  }

  1.78571% {
    transform: translate(5px, 0)
  }

  3.57143% {
    transform: translate(0, 0)
  }

  5.35714% {
    transform: translate(5px, 0)
  }

  7.14286% {
    transform: translate(0, 0)
  }

  8.92857% {
    transform: translate(5px, 0)
  }

  10.71429% {
    transform: translate(0, 0)
  }

  100% {
    transform: translate(0, 0)
  }
}

.note-a {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  background: #dde5ed;
  padding: 6px 10px;
  border-radius: 6px;
  border-left: 3px solid #1c4369;
}


.m-none {
  margin-bottom: 0 !important;
}

.section1{border-radius: 2rem 2rem 0 0}


.dark {
  color: #fff;
}
.highlight-box1{
      background: linear-gradient(135deg, #00ff9d, #00b8ff);
      color: #0a0e27;
      transition: all 0.3s ease;
      padding: 30px 40px 20px;
      border-radius: 12px;
      box-shadow: 0 15px 40px rgba(0, 255, 157, 0.5);
}

.highlight-text {
  background: #fff;
  box-shadow:0 15px 35px #00b9ef;
  padding: 30px;
  color: #000;
  border-radius: 10px;
  border-top:10px solid #00d1ff;
}

.highlight-text.v1 {
  background:#001a49;
  color: #fff;
  box-shadow: 0 15px 0 #063c80;
}
.imgboxs{max-width: fit-content; margin: auto;}

.ship-with-me span{color: #ff0000; font-size: 2rem;}

.list-ul {padding: 0;}

.list-ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}

.list-ul li .icon {
  width: 5%;
  font-size: 40px;
  line-height: 40px;
}

.list-ul li .li-content {
  width: 93%;
  font-size: 18px;
  line-height: 28px;
  padding-top: 8px;
}

.problem-section {
    background: rgba(255, 59, 48, 0.05);
    border: 1px solid rgba(255, 59, 48, 0.2);
    border-radius: 3rem;
    padding: 70px 50px;
    margin: auto;
    max-width: 96%;
}
.problem-section h2 {color: #ff6b6b;}
.pattern-white {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.pattern-white img{display: block;}


.problem-section .grid-breakling-col { border: 1px solid #f66a68; box-shadow: 0 10px 0 #f66a68;}
.problem-section .grid-breakling-col .site-title {
    background: #f66a68;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.grid-breakling-col .two-col { padding: 20px;}

.ul-point{ margin: 0; padding: 0;}
.ul-point li {
    background: #000;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 15px;
    list-style: none;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 10px;
    align-items: center;
}
.ul-point.g-pr li .ul-icon {
    width: 40px;
    height: 40px;
    background: #f66a68;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 26px;
}
.ul-point.g-pr li p { margin: 0;}
.col-img img {
    border: 3px solid #ccc;
    border-radius: 15px;
    box-shadow: 5px 5px 0 #ccc;
}

.solution-section {
    background: linear-gradient(135deg, rgba(0, 255, 157, 0.08), rgba(0, 184, 255, 0.08));
    border: 1px solid rgba(0, 255, 157, 0.3);
    border-radius: 3rem;
    padding: 70px 50px;
    margin: auto;
    max-width: 96%;
}
.solution-section h2 {color: #00ff9d;}
.solution-section .grid-breakling-col { border: 1px solid #00ff9d; box-shadow: 0 10px 0 #00ff9d;}
.solution-section .grid-breakling-col .site-title {
    background: #00ff9d;
    color: #000;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.solution-section .ul-point.g-pr li .ul-icon {background: #00ff9d; color: #000}
.white-box{ text-align: left;
    border: 1px solid #00ff9d;
    border-radius: 15px;
    padding: 20px;
  }

.driving-growth{}
.grid-breakling-col { border: 1px solid #2962ff; box-shadow: 0 10px 0 #2962ff;}
.grid-breakling-col .site-title {
    background: #2962ff;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 10px;
}
.ul-point.no-grid li { display:block; }

.border-content { padding: 20px;}
.driving-growth .ul-point li {
    background: #2962ff1f;
    box-shadow: 0 15px 35px #2962ff45;
    border: 1px solid #448aff75;
}


.white-bg {background: #fff;}

.market-size-block {background:#000 url(../images/lighting.jpg) no-repeat center top; position: relative; background-size: contain; padding: 80px 0}
.market-size-block .ul-point li {border: 1px solid #00bcd4;}
.overview-box{
    color: #ffffff;
    
    background: linear-gradient(135deg, rgba(0, 184, 255, 0.05), rgba(138, 43, 226, 0.05));
    border-radius: 30px;
    padding: 80px 50px;
    margin: 80px 0;
    border: 1px solid rgba(0, 184, 255, 0.2);
}

.section3 .sub-title { margin-bottom:-26px; }

.products-box {
  margin-bottom: 25px;
  background: url(../images/top-bg1.png) no-repeat bottom #fff;
  background-size: contain;
  padding: 40px;
  box-shadow: 0 15px 35px #e8e8e8;
  border-top: 10px solid var(--site-color1);
  border-radius: 20px;
}


.key-box{ background: var(--site-color2); border-radius:40px 0; padding:15px 20px }
.key-box h3{font-size: 1.5rem; color: #534899;}
.products-box.v1 {
  background: url(../images/top-bg.png) no-repeat bottom #fff;
  background-size: contain;
}

.product-text {
  padding-bottom: 40px;
}

.site-button a {
  background: var(--site-color);
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 5px;
}

.site-button a:hover {
  background: var(--site-color1);
}

.pr-img img {
  display: inline-block;
}

.top-reasons-block {overflow: hidden;}
.top-reasons-block video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.top-reasons ul {
  padding: 0;
  margin: 0;
  margin-bottom:20px;
}

.top-reasons ul li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:0px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 15px;
  align-items: center;
  border-bottom: 3px solid var(--site-color);
}

.top-reasons ul li a {
  color: #000;
}

.top-reasons ul li .count {
  font-size: 26px;
  font-weight: 800;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: linear-gradient(135deg, #2962ff 0%, #0dbb78 50%, #00a0dd 100%);
}
.top-reasons ul li:hover .count{ border-radius: 36px;}
.top-reasons ul li .tr-text {
  width: 94%;
}


.tech-section {
    background: linear-gradient(135deg, #fdd83517, #fdd8351a);
    border-radius: 3rem;
    padding: 80px 50px;
    margin: auto;
    max-width: 96%;
    border: 1px solid #fdd8354f;
}
.tech-card {
    background: #fdd83530;
    border: 1px solid #fdd83536;
    border-radius: 20px;
    padding: 30px 40px 30px;
    transition: all 0.3s ease;
}


.tech-innovation {
    background: rgba(138, 43, 226, 0.05);
    border: 1px solid rgba(138, 43, 226, 0.2);
    border-radius: 3rem;
    padding: 80px 50px;
    margin: auto;
    max-width: 96%;
}
.tech-innovation  h2 {
    color: #b794f4;
    font-size: 42px;
    margin-bottom: 30px;
    text-align: center;
}
.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.tech-grid-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(138, 43, 226, 0.2);
    border-radius: 20px;
    padding: 35px;
}

.tech-grid-card h3 {
    color: #b794f4;
    font-size: 20px;
    margin:0 ;
    margin-bottom: 15px;
}


.quote-box {
    font-size: 1.2rem;
    font-style: italic;
    border-left: 5px solid #396bf7;
    padding-left: 30px;
    margin: 40px 0;
    color: #d1d1d1;
}



.ex-summary .two-col {

            margin-bottom: 40px;
            align-items: flex-start;
        }

        .ex-summary-left h2 {
            margin-bottom: 30px;
            background: linear-gradient(135deg, #fff, #a0a0ff);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            animation: fadeInLeft 1s ease;
        }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .ex-summary-left p {
            font-size: 1.2em;
            line-height: 1.6;
            color: #b0b0b0;
            animation: fadeInLeft 1s ease 0.2s backwards;
        }

        .ex-summary-right {
            animation: fadeInRight 1s ease;
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translateX(50px);
            }
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        .features-list {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        .feature-card {
            background: linear-gradient(135deg, rgba(30, 30, 45, 0.6), rgba(20, 20, 35, 0.6));
            border: 1px solid rgba(99, 102, 241, 0.2);
            border-radius: 15px;
            padding: 25px;
            backdrop-filter: blur(10px);
            transition: all 0.4s ease;
            animation: fadeInUp 0.8s ease backwards;
            position: relative;
            overflow: hidden;
        }

        .feature-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(99, 102, 241, 0.1), rgba(168, 85, 247, 0.1));
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .feature-card:hover::before {
            opacity: 1;
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .feature-card:nth-child(1) { animation-delay: 0.1s; }
        .feature-card:nth-child(2) { animation-delay: 0.2s; }
        .feature-card:nth-child(3) { animation-delay: 0.3s; }
        .feature-card:nth-child(4) { animation-delay: 0.4s; }
        .feature-card:nth-child(5) { animation-delay: 0.5s; }
        .feature-card:nth-child(6) { animation-delay: 0.6s; }

        .feature-card:hover {
            transform: translateY(-10px);
            border-color: rgba(99, 102, 241, 0.5);
            box-shadow: 0 20px 40px rgba(99, 102, 241, 0.2);
        }

        .feature-card h3 {
            font-size: 1.2em;
            margin:0 ;
            margin-bottom: 12px;
            background: linear-gradient(135deg, #6366f1, #a855f7);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            position: relative;
            z-index: 1;
            font-weight: 600;
        }

        .feature-card p {
            color: #b0b0b0;
            line-height: 1.6;
            font-size: 0.95em;
            position: relative;
            z-index: 1;
        }

        .pulse-dot {
            width: 12px;
            height: 12px;
            background: linear-gradient(135deg, #6366f1, #a855f7);
            border-radius: 50%;
            display: inline-block;
            margin-right: 10px;
            animation: pulse 2s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
                opacity: 1;
            }
            50% {
                transform: scale(1.3);
                opacity: 0.7;
            }
        }





.connector {
    width: 4px;
    height: 70px;
    background: linear-gradient(180deg, transparent, #38bdf8, transparent);
    margin: 10px auto;
    position: relative;
    overflow: hidden;
}
.connector::after {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: #38bdf8;
    animation: flow 2s infinite ease-in-out;
}
@keyframes flow {
  0% {
    top: -30px;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

.powerclusters{background:#0f1029 url(../images/power-in.png) right bottom no-repeat; background-size: contain;}

.powerclusters .col-text .two-col{gap:5px; padding: 0}
.powerclusters .tech-grid-card{ padding: 15px}

.sec-grid2{display: grid; grid-template-columns: 1fr 1fr;; background: #fff; border-radius: 1rem; overflow: hidden;}



.highlighting{font-size: 72px; text-align: center;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
    background: linear-gradient(135deg, #fff 0%, #00ff9d 50%, #00b8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 5s ease infinite;}

.summary{background: #fafafa url(../images/download-banner-bg.png) no-repeat; background-size: cover; color: #000}


.news-block ul{margin: 0; padding: 0;}
.news-block ul li {
    list-style: none;
    border: 1px dashed #a3a3a3;
    border-bottom-width: 3px;
    color: #000;
    box-shadow: inset 0 0 10px #cdcdcd3b;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    margin: 30px 0;
    transition: all 0.3s ease;

    border-color: rgba(0, 255, 157, 0.3);
}
.news-block ul li img {
    max-height: 26px;
    max-width: 180px;
    display: block;
    margin-bottom: 10px;
}
.news-block ul li a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    font-style: italic;
}
.news-block ul li a.readmore {
    color: #0074ba;
    text-decoration: none;
    font-weight: 500;
    font-style: italic;
    margin-left: 2px;
}
.news-block ul li span {
    display: block;
    font-size: 14px;
    color: #666;
}


.photo-credit {
  margin-bottom: 25px;
  font-size: 12px;
  opacity: 0.4;
}


.chartone {
  width: 100%;
  margin-bottom: 30px;
}

.chart.charttwo {
  width: 48%;
}

.charts .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.chart.charttwo iframe {
  height: 500px !important;
  width: 100% !important;
}

