:root {
    --accent: #e0881f !important;
    --primary-font: Poppins, sans-serif;
    --secondary-font: Open Sans, sans-serif;
}

@media (min-width: 1200px) {
    .cs-nav {
        font-size: 12px;
    }
    
    }
    
    .cs-section_subtitle{
    margin-top:20px;
    }
    
    
    .col-lg-6 .row{
    margin-top:50px;
    }
    
  .cs-section_heading.cs-style1.{
      margin-top:50px;
    }
    .cs-hero.cs-style8 .cs-hero_title{
    font-size:50px ;
    }
    
    @media screen and (max-width: 1380px) {
    .cs-font_50 {
        font-size: 21px;
        line-height: 29px;
    }
}

.cs-height_50{
         height: 1px !important;
}

    .col-lg-6 .row{
       margin-top: 10px;
    }
    
    .container .row{
    margin-top: 20px;
    }
    
    .cs-font_50{
        font-size: 29px;
    }
    
    .cs-funfact_wrap.cs-type1{
    background-color:red
    }
    
    .cs-height_150{
 height:20px;
    }
    
    
    .cs-height_90{
     height:20px;
    
    }
    
    
.cs-height_130{
  height:40px;
}

.cs-height_125{
 height:30px;
}
.cs-height_105{
 height:30px;
}

 

.cs-height_85{
 height:1px;
}

.cs-height_120{
 height:40px;
}


.cs-section_heading.cs-style1 .cs-section_title{
    margin-bottom: 50px;
}



.content-creation {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 0;
  border: 1px solid #8d8686 !important; /* This will work here */
  color: rgb(255, 255, 255);
  transition: transform 0.3s;
  transform: scale(1);
}

.plan-container{
border: 1px solid #8d8686 !important;
}
.plan-container button{
padding: 18px 40px;
    background-color: rgb(205, 127, 50) !important;
    color: white;
    border-radius: 0px;
    margin-top: 20px;
    width: max-content;
    margin: auto;
}

.plan-container h4{
color:rgb(205, 127, 50) !important;
}

.plan-container p{
color:white;
font-weight:200;
}

.content-creation  .card-body .btn {
border-radius: 0px !important;
    color: white !important;

}

.get-now-button{
border:1px solid white;
color:white;
background-color:#000;

}
.get-now-button:hover{
color:#fff !important;
background-color:#000 !important;
border:1px solid white;
}
