@charset "utf-8";

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #EB3131;
  border-radius: 2px;
}

@font-face {
  font-family: Poppins;
  src: url(../fonts/Poppins-Regular.ttf);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Poppins;
  background-color: #FCFCFC;
  color: #090A0B;
}

h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.5;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 20px;
}

p {
  font-size: 16px;
  transition: all 0.3s;
}

img {
  max-width: 100%;
}

a {
  transition: all 0.3s;
}

a:focus,
a:hover {
  text-decoration: none;
}

.btn {
  background-color: #EB3131;
  color: #fff;
  border-radius: 16px;
  height: 48px;
  border-color: #EB3131;
  line-height: 48px;
  padding: 0 20px;
  flex-shrink: 0;
  transition: all .3s;
}

.btn_border{
  background-color: #fff;
  color: #EB3131;
}

[dir="ltr"] .btn img{
  margin-left: 5px;
}

[dir="rtl"] .btn img{
  margin-right: 5px;
  transform: rotateY(180deg);
}

.btn:hover{
  background-color: #fff;
  color: #EB3131;
}

.d-flex {
  display: flex;
  align-items: center;
}

.clicker {
  display: none !important;
}

.overlay .closebtn {
  display: none;
}

.header {
  padding: 15px 0;
}

.header .logo {
  height: 85px;
}

[dir="ltr"] .header .logo {
  margin-right: 20px;
}

[dir="rtl"] .header .logo {
  margin-left: 20px;
}

.logo2 {
  display: none;
}

.header .navbar-default {
  width: 100%;
  background-color: transparent;
  border: none;
  margin: 0;
}

.header .navbar-default .navbar-nav li {
  margin: 0 20px;
}
.offcanvas-body .navbar-nav{
  padding: 0 !important;
}

[dir="ltr"] .header .navbar-default .navbar-nav li:last-child {
  margin-right: 0;
}

[dir="rtl"] .header .navbar-default .navbar-nav li:last-child {
  margin-left: 0;
}

.header .nav-link {
  font-size: 18px;
  line-height: 48px;
  color: #090A0B;
  font-weight: 600;
  padding: 0;
  margin: 0 3px;
  border: none;
  transition: all 0.3s;
}

.header .navbar-default .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #a6c134;
  font-size: 16px;
}

[dir="ltr"] .header .navbar-default .dropdown-toggle {
  margin-left: 20px;
}

[dir="rtl"] .header .navbar-default .dropdown-toggle {
  margin-right: 20px;
}

.header .navbar-default .dropdown-toggle span,
.header .navbar-default .dropdown-toggle img,
.header .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header .nav-link:hover {
  color: #EB3131 !important;
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active > a:hover {
  background-color: transparent;
  color: #EB3131;
}

.header .col-md-10{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .btn_group{
  flex-wrap: nowrap;
  gap: 15px;
}

[dir="ltr"] .header .btn_group{
  margin-left: auto;
}

[dir="rtl"] .header .btn_group{
  margin-right: auto;
}
/*.width {*/
/*  width: 100% !important;*/
/*}*/
.opacity {
  display: none !important;
}

.offcanvas-start,.offcanvas-end {
  width: 300px;
  z-index: 99999;
}

.hero {
  padding: 40px 0;
  overflow: hidden;
}

.hero .hero_content {
  width: 768px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}

.hero h1 {
  font-size: 32px;
  line-height: 44px;
  color: #090A0B;
}

.hero p{
  font-size: 18px;
  margin: 30px 0;
}

.hero a.btn{
  width: 500px;
  max-width: 100%;
}

.hero img {
  width: 100%;
  margin-top: 20px;
  border-radius: 16px;
}

.about{
  padding: 40px 0;
}

.about .text{
  margin-bottom: 30px;
}

.about .text:last-child{
  margin-bottom: 0;
}

.about h6{
  font-size: 16px;
  font-weight: 600;
  color: #EB3131;
}

.about p,.about li{
  font-size: 22px;
  font-weight: 600;
}

.about img {
  width: 100%;
  border-radius: 16px;
}
.about .list-unstyled{
  padding:0;
}

.features{
  padding: 60px 0;
  background-image: linear-gradient(0deg, #851C1C, #EB3131);
  color: #fff;
}

.features .row{
  display: flex;
  flex-wrap: wrap;
}

.features h2{
  text-align: center;
  margin-bottom: 60px;
}

.features .row .col-md-3{
  padding: 15px;
}

.features .feature_block {
  text-align: center;
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 15px;
  height: 100%;
}

.features .feature_block img{
  width: 50px;
}

.features .feature_block h3{
  font-size: 16px;
}

.features .feature_block p{
  font-size: 14px;
}

.plan{
  padding: 40px 0;
}

.title h6{
  font-size: 18px;
  color: #EB3131;
  font-weight: 600;
  margin: 0;
}

.title h2{
  font-size: 32px;
  color: #2A3342;
  font-weight: bolder;
  margin-top: 10px;
  margin-bottom: 50px;
}

.plan .plan_block{
  background-color: #F7F8F9;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgb(85 105 135 / 10%);
  padding: 20px 15px;
  text-align: center;
  margin: 10px 0;
}

.plan .plan_block h2{
  font-size: 36px;
  color: #2A3342;
  font-weight: bold;
}

.plan .plan_block h6{
  font-size: 14px;
  color: #8896AB;
}

.plan .plan_block h3{
  font-size: 50px;
  color: #2A3342;
  font-weight: bold;
}

.plan .plan_block h3 span{
  font-size: 20px;
}

.plan .plan_block h3 i{
  font-size: 14px;
  color: #556987;
}

.plan .plan_block .btn{
  width: 100%;
  border-radius: 6px;
}

.plan .plan_block ul{
  width: max-content;
  max-width: 100%;
  margin: 20px auto;
}

[dir="ltr"] .plan .plan_block ul{
  text-align: left;
}

[dir="rtl"] .plan .plan_block ul{
  text-align: right;
}

.plan .plan_block ul li{
  font-size: 14px;
  color: #556987;
  margin: 8px 0;
}

.plan .plan_block ul li img {
  width: 24px;
}

[dir="ltr"] .plan .plan_block ul li img {
  margin-right: 5px;
}

[dir="rtl"] .plan .plan_block ul li img {
  margin-left: 5px;
}

.contact{
  padding: 40px 0;
}

.contact .info_block{
  margin-bottom: 25px;
}

.contact .info_block .img_box {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #EB3131;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact .info_block img{
  max-width: 90%;
}

.contact .info_block h2{
  font-size: 24px;
  color: #2A3342;
  font-weight: bold;
}

.contact .info_block h5{
  font-size: 16px;
  color: #556987;
}

.contact .info_block ul{
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact .info_block li{
  color: #EB3131;
}

[dir="ltr"] .contact .info_block li{
  margin-right: ;
}

[dir="rtl"] .contact .info_block li{
  margin-left: ;
}

.contact form{
  background-color: #F7F8F9;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgb(85 105 135 / 10%);
  padding: 30px;
}

.contact form .form-group{
  margin-bottom: 25px;
}

.contact form label{
  font-size: 16px;
  color: #333F51;
  margin-bottom: 10px;
}

.contact form .form-control {
  border: 1px solid #D5DAE1;
  height: 45px;
  border-radius: 6px;
  color: #333F51;
}

.contact form textarea.form-control {
  height: 120px;
  resize: none;
}

.contact form .btn{
  width: 100%;
  border-radius: 6px;
  font-size: 16px;
}

.pricing-toggle {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.pricing-toggle span{
  /*    color: #8896AB;*/
  font-size: 16px;
}
/* The switch - container */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0;
  flex-shrink: 0;
}

/* Hide the default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eb3131;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

[dir="ltr"] .slider:before {
  left: 4px;
}

[dir="rtl"] .slider:before {
  right: 4px;
}

input:checked + .slider {
  background-color: #eb3131;
}

[dir="ltr"] input:checked + .slider:before {
  transform: translateX(26px);
}

[dir="rtl"] input:checked + .slider:before {
  transform: translateX(-26px);
}


/* responsive */

@media (max-width: 991px) {
  .header .col-md-10{flex-direction: row-reverse;}
  .btn_lang{display:none;}
  .header .navbar-default{width: 0;}

  .header .col-md-10 .btn_group {
    width: 100%;
    justify-content: flex-end;
  }

  .hero h1 {
    font-size: 35px;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
  }

  h3 {
    font-size: 16px;
  }

  .logo2 {
    display: block;
    text-align: center;
    padding-top: 20px;
  }

  .clicker {
    display: table !important;
    cursor: pointer;
    font-size: 30px;
    /* float: left; */
    color: #000;
    transition: all 0.3s;
    z-index: 9999;
    box-shadow: none !important;
  }

  [dir="ltr"] .clicker {
    margin-left: 15px;
  }

  [dir="rtl"] .clicker {
    margin-right: 15px;
  }

  .header .logo {
    height: 70px;
  }

  .navbar-default {
    padding-bottom: 0 !important;
  }

  #body-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    top: 0;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.72);
    display: none;
  }

  [dir="ltr"] #body-overlay {
    left: 0;
  }

  [dir="rtl"] #body-overlay {
    right: 0;
  }

  .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999999;
    top: 0;
    background-position: center;
    background-color: #fff !important;
    overflow-y: hidden;
    transition: 0.5s;
    padding: 0;
    min-height: 0;
    border-radius: 0;
  }

  [dir="ltr"] .overlay {
    left: 0;
  }

  [dir="rtl"] .overlay {
    right: 0;
  }

  .overlay-content {
    position: relative;
    top: 20px;
    width: 100%;
    margin-top: 30px;
    margin: 0 !important;
  }

  [dir="ltr"] .overlay-content {
    text-align: left;
    padding-right: 0 !important;
  }

  [dir="rtl"] .overlay-content {
    text-align: right;
    padding-left: 0 !important;
  }

  .overlay a {
    text-decoration: none;
    font-size: 20px;
    display: block;
    transition: 0.3s;
  }

  .header .navbar-default .navbar-nav li:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .header .navbar-default .navbar-nav li {
    margin: 0;
    width: 100%;
  }

  .header .nav-link {
    padding: 0 15px !important;
  }

  .overlay a:focus,
  .overlay a:hover {
    color: #000 !important;
    background-color: transparent;
  }

  .overlay .closebtn {
    display: block;
    padding: 0 !important;
    position: absolute;
    top: 0;
    font-size: 30px;
    color: #000 !important;
    z-index: 99999;
  }

  [dir="ltr"] .overlay .closebtn {
    right: 10px;
  }

  [dir="rtl"] .overlay .closebtn {
    left: 10px;
  }

  .overlay .closebtn:hover {
    color: #fff !important;
  }
  /*.width {*/
  /*  width: 0 !important;*/
  /*}*/
  .header .navbar-default {
    margin-top: 0;
  }

  .header {
    padding: 15px 0;
  }

}

@media (max-width: 768px) {
  .header {
    padding: 10px 0;
  }

  .about{
    padding-top: 0;
  }

  .hero p,.about p, .about li{font-size: 16px;}

  .btn {
    border-radius: 12px;
    height: 43px;
    line-height: 43px;
    padding: 0 15px;
  }

  .hero h1 {
    font-size: 24px;
    line-height: 35px;
  }

  .features h2{margin-bottom: 20px;}

  .title h2{font-size: 23px;}

  .contact .info_block{text-align: center;}

  .contact .info_block .img_box{margin: 0 auto;}

  .contact .info_block h2{margin-top: 10px;font-size: 22px;}

  .contact .info_block ul{justify-content: center;}

  .header .col-md-10 .btn_group{gap: 10px;}

  .header .col-md-10 .btn_group .btn{
    padding: 0 12px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .pricing-toggle{gap:8px;margin-bottom: 20px;}

  .pricing-toggle span{font-size: 14px;}
}
