
:root {
    --primary: #125A92;
  
    --secondary: #ed1b25;
  
    --body: #13004b;
  
    --white: #fff;
    --black: #000;
  
  
    --positive: #198754;
    --negative: #C53434;
  
    --stroke: #DADADA;
   
  }
  
  body {
    /*font-family: 'League Spartan' !important;*/
    font-family: 'Open Sans',sans-serif !important;
    /*font-weight: 700;*/
    line-height: 22px;
    color: var(--body);
    font-size: 16px;
  }
  
 .footer-bg * {
     font-weight:400;
 }
  .footer-bg .row {
      margin-right: 0px;
      margin-left:0px;
  }
  .scroll-lock {
    overflow: hidden;
  }
  
  .text-green {
    color: var(--positive);
  }

  /* Common Css */
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;

  }
  a {
    display: inline-block;
    text-decoration: none;
    /*color: var(--primary);*/
     /*color:var(--body)*/
  }
  a.secondary {
    color: var(--secondary);
  }
  .no_style {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .bttn {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: normal;
    background-color: transparent;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
  }

  .common-dropdown {
    position: relative;
    width: fit-content;
}

.common-dropdown ul {
    display: none;
    position: absolute;
    top: 100%;
    /*width: 150px;*/
    width: 171px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0px 10px;
    background-color: #fff;
    border-radius: 5px;
}
.common-dropdown ul li{
  display: block;
}
.common-dropdown ul a {
    padding: 5px !important;
    display: block;
    border-bottom: 1px solid var(--border);
    text-decoration: none;
    color: var(--body-text);
}

.common-dropdown ul li:last-child a {
    border-bottom: 0;
}

.common-dropdown:hover ul {
    display: block;
}

/* .common-dropdown::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url('data:image/svg+xml,<svg width="11" height="6" viewBox="0 0 11 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 0.75L5.5 5.25L10 0.75" stroke="%23777777"/></svg>');
    background-size: 100% 100%;
    width: 13px;
    height: 7px;
    right: 10px;
    top: 50%;
    pointer-events: none;
    transform: translate(0, -50%);
} */




  .home_main section {
    padding: 50px 0px;
    background-image: url(../images/home_sc_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 600px;
    background-position: center;
  
  }

  .home_main section.bg_none {
    background-image: none;
  }
/* Header Css */
.common-header {
    background: #fff;
    padding:  5px 30px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
    z-index: 10;
  }
  
  /* .common-header Desktop Css */
  .header-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header-desktop .logo-container {
    max-width: 250px;
  }
  .header-desktop .logo-container img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  
  .header-desktop .ham-bttn .primary-fill {
    margin-left: 14px;
  }
  
  .common-header .header-desktop > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
  }
  
  .common-header .header-desktop > ul > li > a {
    text-decoration: none;
    color: var(--body);
    padding: 0px 10px;
    font-size: 15px;
    position: relative;
    font-size: 20px;
  }
  .common-header .header-desktop > ul > li:last-child a {
    margin-right: 0px;
  }
  .common-header .header-desktop > ul > li > a::before {
    content: "";
    position: absolute;
    right: -1px;
    width: 3px;
    height: 20px;
    top: 0;
    background-color: var(--body);
  }
  .header-mobile > ul li a::before {
    display: none;
}
  .common-header  .header-desktop  > ul > li:last-child  a::before {
    display: none;
  }
  .header-mobile .slide_content {
    display: none; /* Hide by default */
}
.header-mobile .slide_content li {
  margin-bottom: 0;
}
  /* Hamburger Css */
  .ham-bttn {
    display: flex;
    align-items: center;
  }
  .ham-bttn .bttn {
    font-size: 20px;
    padding: 12px;
    border-radius: 50px;
    min-width: 150px;
  
  }
  .login-bttn{
      background: #ffb300c4;
      box-shadow: inset 0px 0px 0px #FD9200;
  /*box-shadow: inset -6px -6px 0px #FD9200;*/
    /*background: #FFDE93;
    box-shadow: inset -6px -6px 0px #FEC895;*/
  }
  .login-bttn:hover{
      background-color: #FD9200;

    box-shadow: inset -6px -6px 0px #FD9200;
  }
  .account-bttn {
    background: #ffb300c4;     
    margin-left: 10px;
  }
  .account-bttn:hover {
    background-color: #FD9200;

    box-shadow: inset -6px -6px 0px #FD9200;
  }
  .hamburger {
    display: none;
  }
  
  .common-header .hamburger-menu-button {
    width: 40px;
    height: 40px;
    padding: 6px;
    display: block;
    position: relative;
    z-index: 100;
    cursor: pointer;
    overflow: hidden;
    outline: 0;
    background: transparent;
    min-width: unset !important;
  }
  
  .common-header .hamburger-menu-button-open {
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
  }
  
  .common-header .hamburger-menu-button-open,
  .common-header .hamburger-menu-button-open::before,
  .common-header .hamburger-menu-button-open::after {
    position: absolute;
    width: 24px;
    height: 3px;
    background: var(--primary);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .common-header .hamburger-menu-button-open::before,
  .common-header .hamburger-menu-button-open::after {
    left: 0;
    content: "";
  }
  
  .common-header .hamburger-menu-button-open::before {
    top: 6px;
  }
  
  .common-header .hamburger-menu-button-open::after {
    bottom: 6px;
  }
  
  .common-header .hamburger-menu-button-close {
    background: transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .common-header .hamburger-menu-button-close::before {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  
  .common-header .hamburger-menu-button-close::after {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  
  
  
  /* Side .common-header Mobile Css*/
  
  .header-mobile {
    height: 100vh;
    width: 200px;
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  
  .header-mobile.active {
    right: 0;
  }
  
  .header-mobile ul {
    flex-direction: column;
  }
  
  .header-mobile li {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .header-mobile li a,
  .header-mobile li button {
    text-decoration: none;
    display: block;
    margin-left: 20px;
    padding: 12px;
    border-radius: 50px;
  }

  .input_wrapper {
    position: relative;
  }
  
  input[type=text], input[type=textarea]{
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    width: 100%;
    color: var(--black);
    padding: 12px 20px;
    background-color: #fcf2f2;
    border-radius: 4px;
    line-height: normal;
  }
  input[type=text]::placeholder, input[type=textarea]::placeholder{
    color: var(--black);
    
  }
  /* Banner */

  .home_banner_sc .home_banner_container{
    display: flex;
    /*align-items: end;*/
    gap: 24px;
  }
  .home_banner_sc .content{
    flex: 1.9;
  }
  .home_banner_sc .img_container{
    flex: 1;
  }
  .home_banner_sc h1{
    /*font-size: 80px;*/
    font-weight: 600;
    line-height: 72px;

  }
  .home_banner_sc .banner_form{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 16px;
  } 
  .home_banner_sc .banner_form{
    /*margin-top: 150px;*/
    margin-top: 90px;
  }
  .home_banner_sc input{
    padding-left: 40px;
  }
  .home_banner_sc .input_wrapper span {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
  }
  .home_banner_sc .input_wrapper span img {
    width: 18px;
  }
  .home_banner_sc .bttn{
    /*padding: 12px 20px;
    width: 100%;
    color: var(--white);
    background-color: var(--secondary);
    font-weight: 600;
    border-radius: 4px;*/

   padding: 13px 42px;
    font-weight: 600;
    border-radius: 22px;
    margin-top: 72px;
    font-size: x-large;
    margin-left: 35%


  }
  .home_banner_sc .terms {
    font-size: 13px;
    color: rgb(117, 117, 117);
    font-weight: 400;
    margin-top: 10px;
  } 
  .home_banner_sc .terms a{
    text-decoration: underline;
  } 
  .home_banner_sc .terms input{
    border: 1px solid var(--stroke);
    transform: translate(0,2px);
    margin-right: 3px;
    accent-color: var(--secondary);
  } 

  /* Explore */

  .home_main h2{
    font-size: 72px;
    font-weight: 600;
    line-height: 72px;
  }
  .explore_container {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 32px;
    align-items: center;
    margin-top: 80px;
  }
  .home_explore_sc .img_video_container{
    position: relative;
    max-width: 450px;

  }
  .home_explore_sc .img_video_container .img_container{ 
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .home_explore_sc .img_video_container .video_container {
    position: absolute;
    height: 62%;
    width: 43%;
    right: calc(11% - -1px);
    top: 2%;
    border-radius: 12%;
    overflow: hidden;
  }
  .home_explore_sc .img_video_container .video_container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .app_download {
    display: flex;
    align-items: center;
  }
  .app_download .qr_container{
    max-width: 120px;
    margin-right: 16px;
  }
  .app_download h4{
    font-size: 28px;
  }
  .app_download a{
    background-color: #d42d63;
    color: var(--white);
    font-size: 22px;
    padding: 5px;
    margin-top: 10px;
    font-weight: 600;
    text-decoration: none;
  }

  /* Research */

  .home_research_sc h2{
    font-size: 48px;
    line-height: 52px;
  }
  .home_research_sc ul{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 8px;
    margin-top: 80px;
  }


  /* Strategies */
  .home_main h3{
    font-size: 32px;
    line-height: 38px;
  }
 .home_strategies_sc h3{
  position: relative;
  width: fit-content;
  margin: 0 auto;
 }
 .home_strategies_sc h3::before,
 .home_strategies_sc h3::after{
  content: "";
  background-image: url(../images/home_leaf.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  width: 65px;
  position: absolute;
 }
 .home_strategies_sc h3::before {
  top: 50%;
  left: -50px;
  transform: translate(0px, -67%) rotate(280deg);
 }
 .home_strategies_sc h3::after {
  top: 50%;
  right: -50px;
  transform: translate(0px, -67%) rotate(70deg) scaleX(-1);
 }
 .home_strategies_sc .strategies_container{
    display: flex;
    margin-top: 80px;
 }
 .home_strategies_sc .content{
    flex: 1;
    margin-top: 50px;
 }
 .home_strategies_sc h5 {
  font-size: 48px;
  line-height: 52px;
 }
 .home_strategies_sc p {
  font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 80px;
    letter-spacing: 3px;
 }
 .home_strategies_sc .img_grup_container{
    flex: 1.2;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
 }
 .home_strategies_sc .img_grup_container .img_container{
  border-radius: 20px;
  overflow: hidden;
 }

 /* Contact */

 section.home_contact_sc {
  background: linear-gradient(90deg, #FF6333 69.5%, #13064E 100%);
  padding: 16px 0px !important;
 }
 .home_contact_sc *{
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
 }
 .home_contact_sc ul{
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 30px;
    align-items: center;
 }
 .home_contact_sc h6{
  font-weight: 500;
  font-size: 17px;
  white-space: nowrap;
  color: var(--white);
  margin-bottom: 5px;
 }
 .home_contact_sc ul li > div{
  display: flex;
 }
 .home_contact_sc ul li .icon_container{
   margin-right: 10px;
 }
 .home_contact_sc ul li:nth-child(2) svg,
 .home_contact_sc ul li:nth-child(3) svg{
    height: 60px;
    width: 50px;
 }
 .home_contact_sc ul li:first-child{
  width: min-content;
 }
 .home_contact_sc ul li:first-child > div:first-child {
  margin-bottom: 16px;
 }
 .home_contact_sc ul li:last-child > div {
  flex-direction: column;
  align-items: center;
 }
 .home_contact_sc ul li:last-child  .icon_container {
  margin: 0;
  margin-bottom: 10px;

 }
 /* Social */

 .social_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
 }
 .home_social_sc ul{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 16px;
 }
 .home_social_sc ul li{
    height: 50px;
    width: 50px;
 }
 .home_social_sc .app_download .qr_container {
  max-width: 100px;
}
 .home_social_sc .app_download h4 {
  font-size: 22px;
}
 .home_social_sc .app_download a {
  padding: 3px;
  font-size: 18px;
}
.show-575 {
  display: none;
}
/* Media Queries mmqq*/

@media (max-width:1199px){
  .common-header {
    padding: 5px 0px;
}
.header-desktop .logo-container {
  max-width: 200px;
}
.common-header li a {
  font-size: 16px;
}
.common-header li a::before {
  height: 16px;
}
.ham-bttn .bttn {
  font-size: 18px;
  min-width: 140px;
}
.home_banner_sc .content {
  flex: 2.5;
}
.home_banner_sc h1 {
  font-size: 56px;
  line-height: 60px;
}

.home_banner_sc .banner_form {
  margin-top: 50px;
  gap: 8px;
}
.home_main section {
  padding: 35px 0px;
  background-size: 100% 400px;
}
.home_main h2 {
  font-size: 48px;
  line-height: 52px;
}
.explore_container, .home_research_sc ul, .home_strategies_sc .strategies_container {
  margin-top: 50px;
}
.home_explore_sc .img_video_container {
  max-width: 320px;
}
.home_research_sc h2, .home_strategies_sc h5  {
  font-size: 40px;
  line-height: 44px;
}
.home_main h3 {
  font-size: 28px;
  line-height: 32px;
}
.home_strategies_sc p {
  font-size: 16px;
  margin-top: 50px;
  letter-spacing: 3px;
}
.home_social_sc ul li {
  height: 45px;
  width: 45px;
}
.app_download .qr_container {
  max-width: 100px;
}
.app_download h4 {
  font-size: 22px;
}
.app_download a {
  padding: 3px;
  font-size: 18px;
}
}

@media (max-width:991px){
  .hamburger {
    display: block;
  }
  .common-header .header-desktop > ul ,.home_banner_sc h1 br, .home_strategies_sc h5 br{
    display: none;
  }
  .home_main section {
    padding: 25px 0px;
}
  .home_banner_sc .home_banner_container {
    align-items: center;
    flex-direction: column-reverse;
}
.home_banner_sc .img_container {
  max-width: 250px;
}
.home_banner_sc h1 {
  font-size: 40px;
  line-height: 44px;
}
.home_banner_sc .banner_form {
  margin-top: 30px;
}
.home_main h2, .home_strategies_sc h5 {
  font-size: 36px;
  line-height: 40px;
}
.explore_container, .home_research_sc ul, .home_strategies_sc .strategies_container, .home_strategies_sc .img_grup_container {
  margin-top: 30px;
}
.home_explore_sc .img_video_container {
  max-width: 280px;
}
.home_research_sc ul {
  grid-template-columns: repeat(3, 1fr);
}
.home_strategies_sc .strategies_container {
  flex-direction: column;
}
.home_strategies_sc p {
  margin-top: 20px;
}
.home_strategies_sc .content {
  margin-top: 0;
}
.home_explore_sc .app_download {
  align-items: start;
  flex-direction: column;
}
.home_research_sc h2 {
  font-size: 32px;
  line-height: 36px;
}
.home_contact_sc ul {
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.home_contact_sc ul li:first-child {
  width: 100%;
  display: flex
}
.home_contact_sc ul li:first-child > div:first-child {
  margin-bottom: 16px;
  margin-right: 24px;
}
.home_contact_sc ul li:last-child > div {
  align-items: start;
  flex-direction: row;
}
.home_contact_sc ul li:nth-child(2) svg, .home_contact_sc ul li:nth-child(3) svg {
  height: unset;
  width: unset;
}
.home_social_sc .app_download .qr_container {
  max-width: 80px;
}
.home_social_sc .app_download h4 {
  font-size: 18px;
}
.home_social_sc .app_download a {
  font-size: 16px;
}
.home_social_sc ul li {
  height: 40px;
  width: 40px;
}
.home_contact_sc ul li:last-child  .icon_container {
  margin: 0;
  margin-right: 10px;
  height: 24px;
  width: 24px;
 }
}

@media (max-width:767px){
  .home_banner_sc h1 {
    font-size: 30px;
    line-height: 34px;
}
.home_main h2 {
  font-size: 32px;
  line-height: 34px;
}
.home_research_sc h2,.home_strategies_sc h5 {
  font-size: 26px;
  line-height: 32px;
}
.home_main h3 {
  font-size: 22px;
  line-height: 26px;
}
.home_strategies_sc h3::before, .home_strategies_sc h3::after {
  height: 35px;
  width: 50px;
}
.home_strategies_sc h3::before {
  left: -40px;
}
.home_strategies_sc h3::after {
  right: -40px;
}
.social_container {
  flex-direction: column;
}
.home_social_sc ul {
  margin-top: 24px;
}
.app_download h4 {
  font-size: 18px;
}
.app_download a {
  font-size: 16px;
}
.home_banner_sc .banner_form {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 24px;
}
.home_banner_sc .banner_form .form_grup:last-child{
  grid-column: 1 / 3;
}


}

@media (max-width:575px){
  .header-desktop .ham-bttn .login-bttn,
.header-desktop .ham-bttn .account-bttn {
  display: none;
}
  .show-575 {
    display: block;
  }
  .home_banner_sc h1 {
    font-size: 26px;
    line-height: 32px;
}
.home_main h2 {
  font-size: 28px;
  line-height: 32px;
}
.home_research_sc h2, .home_strategies_sc h5 {
  font-size: 22px;
  line-height: 28px;
}
.home_main h3 {
  font-size: 18px;
  line-height: 22px;
}
.home_strategies_sc h3::before, .home_strategies_sc h3::after {
  height: 24px;
  width: 37px;
}
.home_strategies_sc h3::before {
  left: -27px;
}
.home_strategies_sc h3::after {
  right: -27px;
}
.home_strategies_sc p {
  font-size: 15px;
}
.home_strategies_sc .img_grup_container {
  grid-template-columns: repeat(1, 1fr);
}
.home_strategies_sc .img_grup_container .img_container {
  max-width: 180px;
  margin: 0 auto;
}
.home_banner_sc .banner_form {
  grid-template-columns: repeat(1, 1fr);
}
.home_banner_sc .banner_form .form_grup:last-child {
  grid-column: unset;
}
}

@media (max-width:479px){
  .explore_container {
    grid-template-columns: repeat(1, 1fr);
}
.home_explore_sc .img_video_container {
  max-width: 200px;
}
.home_research_sc ul {
  grid-template-columns: repeat(2, 1fr);
}
.home_research_sc h2, .home_strategies_sc h5 {
  font-size: 20px;
  line-height: 26px;
}
}

@media (max-width:359px){
  .home_contact_sc ul li:first-child {
    flex-direction: column;
}
.home_strategies_sc h3::before, .home_strategies_sc h3::after {
  display: none;
}
.home_social_sc .app_download h4 {
  font-size: 17px;
}
}

