:root{
    
}
*{
   box-sizing: border-box; 
}
html, body {
  scroll-behavior: smooth;
  
}
body {
  max-width: 100%;
  font-family: "Raleway", serif;
  margin: 0;
  font-weight: 200;
  padding: 0;
  line-height: 1.6;
  background:#000;
/*background-image: url("../images/bg1.jpg");*/
  color : #fff;
  overflow-x: hidden; /* Disable horizontal scrolling */
}
h1,h2,h3,h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}
a {
  text-decoration: none;
  cursor: pointer;
}
header {
  padding: 20px 0;
  text-align: center;
}
header h1 {
  margin: 0;
  font-size: 2.5rem;
}
.header-menu {
  background: #000;
  display: flex;
  justify-content: center;
  position: fixed;
  backdrop-filter: blur(5px);
  width: 100%;
  z-index: 101;
  top: 0px;
  padding: 16px;
  transition: background 0.3s;
/*  box-shadow: rgba(255,255,255,0.5) 1px 2px 3px 0px;*/
}
nav {
  display: flex;
  justify-content: center;
  padding: 10px;
  z-index: 1;
  --border-bottom-width: 1px;
  --border-color: var(--token-31d2d8ec-6073-495b-98cd-5e142f56bc63, rgba(255, 255, 255, 0.15));
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
/*  background-color: var(--token-620fac81-7c2e-4342-b93a-72603d1fc89e, rgb(13, 13, 13));*/
  border-radius: 160px;
 
  opacity: 1;
}
nav a {
  color: #fff;
  padding: 5px 15px;
  margin: 0 15px;
  font-weight: 500;
  font-size: large;
}
nav a:hover {
  background: #242428;
  border-radius: 30px;
  height: 100%;
  opacity: 1;
}
.primary-cta {
  display: inline-flex;
  color: #fff;
  font-weight: 500;
  padding: 15px 40px;
  border-radius: 30px;
  width: fit-content;
  --border-bottom-width: 1px;
  --border-color: var(--token-31d2d8ec-6073-495b-98cd-5e142f56bc63, rgba(255, 255, 255, 0.15));
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  backdrop-filter: blur(5px);
  background-color: #f25954; 
}

.main-banner {
  text-align: center;
  color:#fff;
  width: 100%;
  background: radial-gradient(circle,rgba(5, 15, 32, 1) 30%, rgba(0, 0, 0, 1) 100%);
/*  background: linear-gradient(180deg, rgba(0,0,0,1) 20%, rgba(5,18,32,1) 50%, rgba(0,0,0,1) 80%);*/
}

.main-banner .primary-cta {
  margin-top: 50px;
}
.widget-section-heading {
  padding: 26px 0;
  font-size: 3rem;
}
.main-banner-heading {
  padding: 10% 10% 0;
  font-weight: 200;
}
.main-banner img{
/*  height: 600px;*/
  max-width: 80%;
}
.main-banner-heading h1{
  font-size: 5rem;
}
.main-banner-heading p{
  font-size: 1.2rem;
}
.hero {
  color: #fff;
  padding: 60px 20px;
}
.hero h2 {
  font-size: 2rem;
  margin: 18px 0px;
}
.section {
  padding: 40px 20px;
  text-align: center;
}
.section h3 {
  margin-bottom: 20px;
}
.services {
  background: #161616;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  margin: 10px 0px;
}
.services .icon img{
  width : 70px;
}
.services .heading{
  display: flex;
  padding: 16px 0;
}
.heading .h3 {
  font-size: 1rem;
}
.services .description{
  display: flex;
/*  min-height: 150px;*/
  padding: 16px 0;
}
.why-we-container {
  background : linear-gradient(to bottom, rgba(0, 0, 0), rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.9) 90%, rgba(0, 0, 0)), url("../images/03.jpg");
  padding: 150px 0 0;
  background-repeat: no-repeat;
}
.why-we-container .row {
  margin-bottom: 20px;
}
.logo-main {
  width:300px;
  max-width:300px;
}
.brand-logo {
  text-align: center;
  border-radius: 20px;
}

.brand-logo-1 {
  background: #fff;
}

.brand-logo-2 {
  background: #476154;
}

.brand-logo-3 {
  background: #E78181;
}

.brand-logo-4 {
  background: #F0FDFF;
}

.brand-logo-5 {
  background: #F0FDFF;
}
.brand-logo-6 {
  background: #E2588E;
}
.brand-logo-7 {
  background: #fff;
}
.lower-logos {
  margin-top: 20px;
}

.brand-logo img{
/*    width: -webkit-fill-available;*/
height: 70px;
}
.why-we-subwidget {
  background:rgba(22,22,22,0.9);
  padding: 14px;
  margin: 20px 0px;
  border-radius: 30px;
  font-weight: 500;
  text-align: center;
  font-size: large;
}
.why-we-subwidget span {
  margin-right: 20px;
}
.why-we-subwidget img {
  width : 30px;
}
.why-we {
  background:rgba(255,255,255,0.1);
  border: 0.5px solid #fff;
  flex: 1;
  min-height: 435px;
}
.why-we .icon {
  text-align: center;
}
.why-we .heading {
/*  text-align: center;*/
  display: block;
}
.why-we .description {
/*  text-align: center;*/
}
.question-section{
  background: #242428;
  color: #fff;
  border-radius: 40px;
}
.questions {
  font-size: 1.3em;
  font-weight: 400;
  padding: 20px;
  text-align: center;
}
.answers {
  text-align: center;
}
.toggle{
  font-size: 30px;
  position: relative;
  right: -25%;
  cursor: pointer;
}

/*@import url('https://fonts.googleapis.com/css2?family=Muli&display=swap');*/
.impact {
  position: relative;
  border-radius: 30px;
  margin-bottom: 20px;
}

.impact-img::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(to bottom right, rgba(0,0,0,0.5), rgba(0,0,0,0.2));
  pointer-events: none; /* so clicks pass through */
}

.impact-heading {
  font-size: 50px;
  padding: 17px;
  border-radius: 30px;
  background-size: cover;
  min-height: 300px;
}
.impact-heading .number {
  font-size: 90px;
}
.impact2 {
  background: #041123;
  color: #f25954;
  border-radius: 30px;
  margin-bottom: 20px;
}
.impact3{
  background: rgba(32,157,164,0.8);
  border-radius: 30px;
  padding: 17px;
  margin: 20px;
  display: table-cell;
}
.impact-heading2{
  font-size: 50px;
  margin: auto;
  display: table;
  min-height: 300px;
}
.impact-heading2 .number {
  font-size: 90px;
}
/*-----------------------*/

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
  background: #000; /* Optional black page bg */
  border-radius: 20px;
}

.card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 300px;
  display: flex;
  align-items: flex-start;
  padding: 20px;
  box-sizing: border-box;
}

.image-card {
  background-size: cover;
  background-position: center;
/*  filter: brightness(0.85);*/
}

.dark-card {
  background-color: #061125;
}

.card-text {
  z-index: 2;
}

.white-text {
  color: white;
}

.pink-text {
  color: #f25954;
}

.card-text h2 {
  font-size: 8rem;
  margin: 0;
  font-weight: bold;
}

.card-text p {
  font-size: 1.5rem;
  margin: 5px 0 0;
  line-height: 1.4;
  font-weight : 500;
}

/*-------------------*/
.highlight-section {
  position: relative;
  width: 100%;
  max-width: 766px;
  border-radius: 16px;
  overflow: hidden;
  font-family: sans-serif;
}

.background-image {
  width: 100%;
  display: block;
  border-radius: 16px;
  filter: brightness(60%);
}

.text-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
}

.text-overlay h3 {
  font-size: 3rem;
  margin: 0;
  font-weight: bold;
}

.text-overlay p {
  font-size: 1.5rem;
  margin: 5px 0 0;
  line-height: 1.3;
}

.fa-container{
    max-width:600px;
    margin:0 auto;
}
.faq{
    background-color: #161616;
    border-radius:40px;
    margin:12px 0;
    padding:24px 40px;
    position:relative;
    overflow:hidden;
    transition: color 0.7s ease, transform 0.7s ease;
}

.faq-title {
    margin:0 35px 0 0;
    font-size : large;
    font-weight: 400;
}

.faq-title:hover{
  position: relative;
/*  transition: 0.7s ease, transform 0.7s ease;*/
} 
.faq:hover {
    cursor: pointer;
    background-color: rgb(74, 74, 74 , 0.8);
    padding-left: 40px;
/*    transition: 0.7s ease, transform 0.7s ease;*/
}
.faq-text{
    opacity: 0;
    max-height: 0px;
    height: 0px;
    display: none;
    transition: all 1s ease;
}
.faq.active .faq-text{
    transition: all 1s ease;
    opacity: 1;
    display: block;
    max-height: fit-content;
    height: 200px;
    margin: 30px 0 0;
}
.fas {
  color : #f25954;
}
.faq-toggle{
    background-color: transparent;
    border: 2px solid #f25954;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
    position: absolute;
    top: 30px;
    right:30px;
    height:30px;
    width:30px;
}
.faq-toggle:focus{
  outline:0;
}
.faq-toggle .fa-times{
    display: none;
}

.faq.active .faq-toggle .fa-times{
    display: block;
    color:#f25954;
}

.faq.active .faq-toggle .fa-chevron-down{
    display: none;
}
.faq.active .faq-toggle{
/*    background-color: #9FA4A8;*/
}
.heading-contact {
  text-align: center;
  margin: 30px;
}
.contact-main {
  background : linear-gradient(0deg,rgba(0, 0, 0, 1) 59%, rgba(255, 255, 255, 0) 100%);
  padding: 10px;
  margin:20px 0 0;
}
.contact-main img {
  /* width: -webkit-fill-available; */
  width: 100%;
  height: auto;
}

.blog-page img {
  max-width: 900px;
}
.contact-sub {
  background: #161616;
  padding: 10px;
  font-weight: 400;
  color: #fff;
}

#portfolio .p {
  background: rgba(38, 38, 38, 1);
  padding: 20px;
  border-radius: 30px;
}

.lets-talk {
  text-align: center;
}
.service {
  width: 30%;
  margin: 10px 0;
  padding: 20px;
  background: #000;
  border-radius: 8px;
}

footer {
  background: #333;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 20px 0;
}

.contact-us-body h3 {
    font-family: 'Oswald', sans-serif, 'arial';
    font-weight: 600;
    color: white;
    text-align: center;
}

.contact-us-body h4 {
    font-family: 'Roboto', sans-serif, 'arial';
    font-weight: 400;
    font-size: 20px;
    color: #9b9b9b;
    line-height: 1.5;
}

/* ///// inputs /////*/

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {
    font-size: 0.75em;
    color: #999;
    top: -5px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 293px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

.styled-input label {
    color: #999;
    padding: 1.3rem 30px 1rem 30px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide { 
    width: 650px;
    max-width: 100%;
}

input,
textarea {
    padding: 30px;
    border: 0;
    width: 100%;
    font-size: 1rem;
    background-color: #2d2d2d;
    color: white;
    border-radius: 4px;
}

input:focus,
textarea:focus { outline: 0; }

input:focus ~ span,
textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 15em;
}

.input-container {
    width: 650px;
    max-width: 100%;
    margin: 20px auto 25px auto;
}

.submit-btn {
    float: right;
    padding: 7px 35px;
    border-radius: 60px;
    display: inline-block;
    background-color: #f25954;
    color: white;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06),
              0 2px 10px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
              0 1px 1px 0 rgba(0,0,0,0.09);
}

input[type=checkbox] + label {
  color: #ccc;
  font-style: italic;
} 

input[type=checkbox]:checked + label {
  color: #f00;
  font-style: normal;
}
.blog-list{

}
.blg-title {
  border-radius: 0px 0px 20px 20px;

}
.blg-title a {
  color: #fff;
}
.blog-list img{
  max-width: 100%;
  border-radius: 20px 20px 0px 0px;
  min-height: 350px;
}
.hide-lg {
  display: none;
}
.hide-sm {
    display: block;
}
.primary-cta .hide-sm {
  display: inline-flex;
}

.follow-us h3 {
  text-align: center;
}
.follow-link {
  text-align: center;
  margin: 20px;
}
.follow-link a {
  margin: 10px;
  color: #f25954;
}

/* CSS BLogs */

.blog-section {
  background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 43%);
  padding: 60px 30px;
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
  text-align: center;
}

.blog-heading{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.blog-heading h2 {
  max-width: 70%;
}
.blog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.blog-header h2 {
  font-size: 3rem;
  font-weight: 700;
  max-width: 70%;
  text-align: left;
}

.read-blogs-btn {
  background: #f25954;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: large;
}

.blog-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-card {
  background: #1c1c1c;
  border-radius: 20px;
  overflow: hidden;
  flex: 1 1 300px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-card .img {
  height: 200px;
    background-size: cover;
}
.blog-card img {
  width: 100%;
/*  height: auto;*/
  height: 200px;
  display: block;
  border-bottom: 1px solid #333;
}

.blog-content {
  padding: 20px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.blog-date {
  background-color: #2b2b2b;
  padding: 6px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  color: #ccc;
  display: inline-block;
  margin-bottom: 10px;
}

.blog-content p {
  color: #eee;
  font-size: 0.95rem;
  line-height: 1.4;
}

#owl-demo .item{
  margin: 12px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {

  .styled-input {
      width:100%;
  }
  .lower-logos {
    margin-top: 0px;
  }

  .blog-heading h2 {
    max-width: 100%;
  }
  .why-we-subwidget {
    margin: 6px 0px;
    text-align: left;
    padding-left: 30px;
  }
  .blog-section {
    padding: 10px 16px;
  }
  .brand-logo img {
    width: -webkit-fill-available;
    height: auto;
  }
  .faq-title {
    font-size: 0.95rem;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .card {
    height: 200px;
  }
  .card-text p{
    font-size: 1.2rem;
  }
  .submit-btn {
      width:100%;
      float: none;
      text-align:center;
  }
  .services {
    display: block;
    margin-bottom: 20px;
    height: auto;
  }
  .card-text h2 {
    font-size: 3rem;
  }
  .logo-main {
    width: 220px;
  }
  .hide-lg {
    display: block;
  }
  .hide-sm {
    display: none;
  }
  .why-we-container {
    padding: 0px;
  }
  .brand-logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .impact2 {
    display: table-caption;
    min-width : 94vw;
  }
  nav{
    margin-bottom: 20px;
    position: relative;
    width: 100%;
  }
  nav a {
    padding: 5px 0px;
  }
  .main-banner-heading h1 {
    font-size: 28px;
  }

  .main-banner img {
    height: auto;
  }

  .main-banner-heading p{
    font-size: 14px;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .primary-cta {
    padding: 10px 28px;
  }
  .impact-heading {
    font-size: 40px;
  }
  .impact-heading2 {
    font-size: 40px;
  }
  .contact-us-body h1 {
    font-size: 32px;
  }
  .widget-section-heading {
    /* text-align: center; */
    font-size: 2rem;
    margin-top: 24px;
  }
  .blog-header h2 {
    font-size: 2rem;
  }
  .main-banner-heading {
    padding: 20% 10% 0;
  }
  .main-banner .primary-cta {
    margin-top: 0px;
  }
  .read-blogs-btn {
    font-size: medium;
    padding: 10px 25px;
    margin: auto;
    text-align: center;
  }
  .services .icon img {
    width: 40px;
  }
  .follow-us h3 {
    text-align: left;
  }

}