@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}
body {
  background-color: #313131 !important;
}
.navbar_section {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 12;
  background-color: #1c1c1c;
}
.navbar ul li a {
  font-size: 20px;
  font-weight: 600;
}
.nav-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 0;
  cursor: pointer;
}
.navbar-toggler {
 background: #757474 !important;
}

.logo {
  height: 45px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price_link{
  padding: 0px 100px 0px 100px;
}
.feat_link {
  color: #ebac51 !important;
}
.link_color {
  color: #fff !important;
}
.rightNav {
  display: flex;
  gap: 15px;
  align-items: center;
}
.en-btn {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 29px;
  height: fit-content;
  margin-top: 5px;
  border-radius: 5px;
}
.btn-1 {
  background-color: #ebac51;
  color: #ffffff;
  border: none;
  border-radius: 34px;
  width: 100px;
  height: 35px;
}
.btn-1:hover {
  background: transparent;
  color: #000;
  border: 1px solid #ffffff;
}
.btn-2 {
  background-color: transparent;
  border: none;
  border-radius: 34px;
  width: 100px;
  height: 35px;
  border: 1px solid #ffffff;
}
.btn-2:hover {
  background: #ebac51;
  color: #000;
  border: none;
}
.btn-1:hover a {
  color: #ffffff;
}
.btn-1 a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.btn-2:hover a {
  color: #000;
}
.btn-2 a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
}
/* Navbar end */
/* Header*/
.header {
  padding-top: 125px;
}
.blog-txt {
  color: #ffffff;
}
.blog-txt h1 {
  font-weight: 700;
}
.first-colm {
  align-items: center;
    display: flex;

}
.sub-btn {
  border: 1px solid #ffffff;
  width: fit-content;
  padding: 3px 3px;
  margin-left: auto;
}
.sub-btn input {
  background: transparent;
  border: none;
}
.sub-btn input::placeholder {
  color: #ffffff;
  font-weight: 300;
}
.sub-btn button {
  background: #EBAC51;
border-radius: 6px;
border: none;
font-size: 15px;
font-weight: 500;
padding: 0px 10px;
}
/* Section 2 */
.section-2 {
  padding-top: 66px;
}
.colm-data {
  width: 100%;
  color: #ffffff;
}
.colm-data img {
  width: 94%;
}
.colm-txt {
  margin-top: 10px;
}
.colm-txt h5 {
  font-weight: 600;
}
.date {
  font-size: 10px;
}
.colm-txt p {
  font-size: 15px;
}

/* Footer  */
.home_section_footer {
  background-color: #1c1c1c;
  margin-top: 90px;
}
.footr-container {
  display: flex;
  padding-top: 30px;
}
.fotr_first_div {
  display: flex;
}
.fotr_logo_txt {
  display: flex;
}

.fotr_logo img {
  width: 100%;
  height: 38px;
}
.fotr_render_txt {
  padding-left: 206px;
  color: #ffffff;
  line-height: 28px;
}
.fotr-intr-txt {
  color: #ffffff;
  padding-left: 100px;
}
.fotr-intr-txt ul {
  list-style: none;
  padding: 0;
  line-height: 30px;
}
.fotr_second_div {
  display: flex;
  /* padding-left: 35px; */
}
.fotr_txt_1 {
  display: flex;
}
.footr_policy_txt {
  padding-left: 100px;
  color: #ffffff;
}
.footr_policy_txt ul {
  list-style: none;
  padding: 0;
  line-height: 30px;
}
.fotr_compny_txt {
  padding-left: 100px;
  color: #ffffff;
}
.fotr_compny_txt ul {
  list-style: none;
  padding: 0;
  line-height: 30px;
}
.fotr_btns {
  padding-left: 150px;
}
.f-log {
  margin-left: 15px
}
.rights_div {
  display: flex;
  justify-content: space-between;
}
.rights_txt p {
  color: #ffffff;
  
}
@media (max-width: 1477px){
.f-log {
  margin-left: 0px;
  margin-top: 20px;
}
}

@media (min-width: 1366px) {
  .manage_container {
    max-width: 1480px !important;
  }
}

@media (max-width: 1366px){
  .price_link {
    padding: 0px 50px 0px 50px;
}
  .fotr_first_div {
    display: flex;
  }
  .fotr_render_txt{
    padding-left: 0px;
    padding-top: 25px;
  }
  .fotr_logo_txt {
    display: block;
  }
  .fotr_logo {
    width: 70%;
  }
  .fotr-intr-txt {
    padding-left: 0px;
  }
  .fotr_second_div {
    padding-left: 55px;
  }
  .f-log {
    margin-left: 20px;
    margin-top: 0;
  }
  .fotr_btns {
    padding-left: 80px;
  }

}


@media (max-width: 1199px) {

  .txt-side {
    width: fit-content;
    margin: auto;
  }
  .txt-side p br {
    display: none;
  }
  .fotr_second_div {
    padding-left: 10px;
  }
  .footr_policy_txt {
    padding-left: 60px;
  }
  .fotr_compny_txt {
    padding-left: 60px;
  }
  
}

@media (max-width: 991px) {
  .price_link {
    padding: 0px 0px 0px 0px;
}
  .fotr_first_div{
    display: flex;
  }
  .fotr_second_div {
    display: block;
  }
  .fotr_btns {
    padding-top: 75px;
  }
  .rights_div {
    padding-top: 30px;
  }
 
}

@media (max-width: 767px) {
  .f-btns {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .bbtn {
    margin-top: 0px;
    margin-left: 20px;
  }
  .colm-m {
    margin-top: 35px !important;
  }
}

@media (max-width: 576px) {
  .footr-container {
    display: block;
  }
  .fotr_first_div {
    display: flex;
    justify-content: space-around;
  }
  .fotr_txt_1 {
    justify-content: space-around;
  }
  .fotr_compny_txt {
    padding-left: 0;
    
  }
  .footr_policy_txt {
    padding-left: 0;
  
  }
  .fotr_btns {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: 0;
  }
  .f-log {
    width: 125px;
    height: 32px;
    border-radius: 10px;
  }
  .f-sign {
    width: 125px;
    height: 32px;
    border-radius: 10px;
  }
  .fotr_logo_txt {
    padding-left: 43px;
  }
  .fotr-intr-txt {
    padding-left: 52px;
  }
  .fotr_btns {
    padding-top: 15px;
  }
  .rights_div {
    display: block;
    padding-bottom: 15px;
    text-align: center;
  }
}

@media (max-width: 415px) {

  .logo {
    height: 25px;
  }
  .fotr_logo_txt {
    padding-left: 43px;
  }
  .fotr-intr-txt {
    padding-left: 52px;
  }
  .fotr_logo_txt {
    padding-left: 0;
  }
  .fotr-intr-txt {
    padding-left: 0;
  }
  .footr_policy_txt {
    margin-left: -32px;
  }
 
  .fotr_second_div {
    padding-left: 0;
  }
  .fotr_compny_txt {
    margin-left: -55px;
  }
 
}
@media (max-width: 332px){
 .fotr_compny_txt {
  margin-left: 0;
  padding-left: 10px;
 }
 .footr_policy_txt {
  padding-left: 10px;
 }
  .fotr_render_txt h5 {
    font-size: 14px;
  }
  .fotr_render_txt p {
    font-size: 10px;
  }

  .fotr-intr-txt h5 {
    font-size: 14px;

  }
  .fotr-intr-txt ul {
    font-size: 10px;
  }
  .footr_policy_txt h5 {
    font-size: 14px;

  }
  .footr_policy_txt ul {
    font-size: 10px;
  }
  .fotr_compny_txt h5 {
    font-size: 14px;

  }
  .fotr_compny_txt ul {
    font-size: 10px;
  }
  .f-log {
    width: 100px;
    height: 32px;
    border-radius: 20px;
  }
  .f-sign {
    width: 100px;
    height: 32px;
    border-radius: 20px;
}

}