@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-ExtraBold.woff2") format("woff2"), url("../../fonts/SomarRounded-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-ExtraBoldItalic.woff2") format("woff2"), url("../../fonts/SomarRounded-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-ExtraLight.woff2") format("woff2"), url("../../fonts/SomarRounded-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-Light.woff2") format("woff2"), url("../../fonts/SomarRounded-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-ExtraLightItalic.woff2") format("woff2"), url("../../fonts/SomarRounded-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-LightItalic.woff2") format("woff2"), url("../../fonts/SomarRounded-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-Medium.woff2") format("woff2"), url("../../fonts/SomarRounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-Regular.woff2") format("woff2"), url("../../fonts/SomarRounded-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-MediumItalic.woff2") format("woff2"), url("../../fonts/SomarRounded-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-RegularItalic.woff2") format("woff2"), url("../../fonts/SomarRounded-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-SemiBold.woff2") format("woff2"), url("../../fonts/SomarRounded-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-SemiBoldItalic.woff2") format("woff2"), url("../../fonts/SomarRounded-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-Thin.woff2") format("woff2"), url("../../fonts/SomarRounded-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-ThinItalic.woff2") format("woff2"), url("../../fonts/SomarRounded-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-Black.woff2") format("woff2"), url("../../fonts/SomarRounded-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-BlackItalic.woff2") format("woff2"), url("../../fonts/SomarRounded-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-Bold.woff2") format("woff2"), url("../../fonts/SomarRounded-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Somar Rounded";
  src: url("../../fonts/SomarRounded-BoldItalic.woff2") format("woff2"), url("SomarRounded-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  		This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  		calculation of the height of the owl-item that breaks page layouts
  	 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

ul {
  list-style: none;
}

ol,
ul,
h1,
h2,
h3,
h5,
h4,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
}

body {
  font-family: "Somar Rounded";
  background-color: #000000;
  text-align: right;
}

h1 {
  text-align: center;
  color: #fff;
  margin: 50px auto;
}

header {
  position: relative;
}
header::before {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  background-image: url(../../img/le.png);
}
header::after {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  background-image: url(../../img/ri.png);
}

.body-acc {
  margin-bottom: 50px;
}
.body-acc::before {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  background-image: url(../../img/cir.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.body-acc::after {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  background-image: url(../../img/cir.png);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 180deg;
}
.body-acc form {
  background-color: #181818;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  z-index: 4;
  text-align: center;
}
.body-acc form button {
  background-color: #f83037;
  display: block;
  width: 100%;
  border: 0;
  padding: 12px;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.body-acc form img {
  width: 140px;
  margin-bottom: 10px;
}
.body-acc form h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 23px;
}
.body-acc form p {
  color: #B9B9B9;
  font-size: 14px;
  margin-bottom: 20px;
}

.input-form {
  text-align: start;
  margin-bottom: 20px;
}
.input-form label {
  text-align: start;
  color: #fff;
  font-size: 15px;
}
.input-form .if {
  position: relative;
}
.input-form .if img {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-start: 10px;
}
.input-form .if input {
  padding-inline-start: 45px;
  height: 43px;
  color: #D2D2D2;
  display: block;
  width: 100%;
  border-radius: 4px;
  background: transparent;
  border: 1.2px solid #E8E9F4;
  font-size: 14px;
}
.input-form .if input::-moz-placeholder {
  font-size: 14px;
  color: #fff;
}
.input-form .if input::placeholder {
  font-size: 14px;
  color: #fff;
}

.upload-f {
  padding: 10px;
  height: 43px;
  color: #D2D2D2;
  display: block;
  width: 100%;
  border-radius: 4px;
  background: transparent;
  border: 1.2px solid #E8E9F4;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upload-f span {
  font-size: 13px;
  color: #fff;
}
.upload-f label {
  background: #00C3AD;
  border-radius: 5px;
  padding: 5px 9px;
  font-size: 12px;
  cursor: pointer;
  margin-top: 5px;
  color: #fff;
}

.input-normal {
  text-align: start;
  margin-bottom: 20px;
}
.input-normal > label {
  text-align: start;
  color: #fff;
  font-size: 15px;
}
.input-normal input,
.input-normal select {
  padding: 0 10px;
  height: 43px;
  color: #D2D2D2;
  display: block;
  width: 100%;
  border-radius: 4px;
  background: transparent;
  border: 1.2px solid #E8E9F4;
  font-size: 14px;
}
.input-normal input option,
.input-normal select option {
  display: inline-block;
  padding: 10px;
}
.input-normal input::-moz-placeholder, .input-normal select::-moz-placeholder {
  font-size: 13px;
  color: #fff;
}
.input-normal input::placeholder,
.input-normal select::placeholder {
  font-size: 13px;
  color: #fff;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
nav .logo img {
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
nav ul {
  display: flex;
}
nav ul li {
  margin: 0 1vw;
}
nav ul li a {
  color: #fff;
  font-size: 15px;
  transition: color 0.2s;
}
nav ul li a:hover {
  color: #F83037;
}

.switch-lang {
  position: relative;
  z-index: 4;
}
.switch-lang a {
  display: flex;
  align-items: center;
}
.switch-lang a img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.switch-lang a span {
  font-size: 14px;
  margin-inline-start: 10px;
  color: #fff;
}

.plan-head {
  margin-top: 30px;
  position: relative;
}

.header-content {
  position: relative;
  z-index: 5;
}
.header-content h1 {
  color: #fff;
  font-size: 37px;
}
.header-content h1 span {
  color: #F83037;
}

.our-partner {
  padding: 50px 0 0px 0;
  text-align: center;
}
.our-partner h4 {
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.our-partner h4::after {
  content: " ";
  width: 30px;
  height: 4px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.our-partner h4::before {
  content: " ";
  width: 30px;
  height: 4px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.item-part {
  margin-bottom: 20px;
}

.discover h1 {
  color: #fff;
  margin-bottom: 20px;
}
.discover p {
  margin-bottom: 20px;
  color: #fff;
}

.items-grid {
  padding-top: 40px;
}
.items-grid .discover-item {
  padding-top: 20px;
  margin-bottom: 50px;
}
.items-grid .discover-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #F83037;
  border-radius: 5px;
  margin: 20px auto;
}
.items-grid .discover-item h5 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
.items-grid .discover-item p {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.img-phone {
  text-align: center;
}

.why-us {
  margin-top: 50px;
  margin-bottom: 40px;
}
.why-us .our-partner {
  margin-bottom: 25px;
}

.item-why {
  padding: 20px;
  background-color: #191919;
  margin-bottom: 20px;
  border-radius: 10px;
  transition: all 0.5s;
}
.item-why:hover {
  background-color: #F83037;
}
.item-why:hover span {
  background-color: transparent;
  border: 4px solid #fff;
}
.item-why span {
  transition: all 0.2s;
  border: 4px solid transparent;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333131;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 50%;
}
.item-why h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
}
.item-why p {
  font-size: 15px;
  color: #fff;
}

.plans-charts {
  position: relative;
  overflow-x: hidden;
}
.plans-charts::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 4;
  top: 10%;
  left: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 48, 55, 0.3607843137), rgba(0, 0, 0, 0) 100%);
}
.plans-charts::before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 4;
  bottom: 10%;
  right: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 48, 55, 0.3607843137), rgba(0, 0, 0, 0) 100%);
}
.plans-charts .text-chart {
  padding-top: 100px;
}
.plans-charts .text-chart h4 {
  color: #fff;
  margin-bottom: 20px;
}
.plans-charts .text-chart p {
  color: #fff;
  margin-bottom: 20px;
}

.img-chart {
  position: relative;
  z-index: 3;
}

.plans-ch {
  padding: 25px;
  background-color: #121212;
  border-radius: 15px;
  margin-top: -250px;
  position: relative;
  z-index: 2;
}

.item-chart-p {
  position: relative;
}
.item-chart-p::after {
  content: "";
  width: 1.4px;
  height: 80px;
  display: block;
  background-color: #2a2929;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.item-chart-p span {
  width: 80px;
  height: 80px;
  background-color: #2a2929;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
}
.item-chart-p h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.item-chart-p p {
  color: #fff;
  text-align: center;
}

.download {
  margin-top: 100px;
}

.down-tex h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.down-tex p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.down-tex .section-d {
  display: flex;
  justify-content: center;
}
.down-tex .section-d a {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 5px;
}
.down-tex .section-d a img {
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}

.phone-img {
  margin-top: 50px;
  text-align: center;
}

footer {
  padding: 40px 0 10px 0;
}
footer .links-soc {
  display: flex;
  align-items: center;
}
footer .links-soc li {
  margin-inline-end: 15px;
}
footer .links-soc li a img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-footer > a img {
  width: 120px;
}
.logo-footer p {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.links {
  margin-bottom: 20px;
}
.links h3 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 17px;
}
.links ul li {
  margin-bottom: 10px;
}
.links ul li a {
  font-size: 13px;
  color: #fff;
}

.links-list li {
  display: flex;
  align-items: center;
}
.links-list li span {
  margin-inline-start: 10px;
  color: #fff;
  font-size: 13px;
}

.foot-down a {
  display: block;
  margin-bottom: 15px;
}
.foot-down a img {
  width: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}

.copy {
  padding: 10px;
}
.copy h6 {
  text-align: center;
  color: #5B5B5B;
}

.nave-responsive {
  display: none;
}

.shadow-circle {
  position: relative;
  overflow-x: hidden;
}
.shadow-circle * {
  position: relative;
  z-index: 5;
}
.shadow-circle::after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 4;
  top: 10%;
  left: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 48, 55, 0.3607843137), rgba(0, 0, 0, 0) 100%);
}
.shadow-circle::before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 4;
  top: 45%;
  right: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248, 48, 55, 0.3607843137), rgba(0, 0, 0, 0) 100%);
}

html[dir=ltr] body {
  direction: ltr;
  text-align: left;
}
html[dir=ltr] body .item-chart-p::after {
  left: auto;
  right: 0;
}
html[dir=ltr] body header::after {
  inset-inline-start: 0;
  inset-block-start: 0;
  background-image: url(../../img/ri.png);
  inset-inline-end: 0;
  inset-inline-start: auto;
}
html[dir=ltr] body header::before {
  inset-inline-end: 0;
  inset-block-start: 0;
  background-image: url(../../img/le.png);
  inset-inline-end: auto;
  inset-inline-start: 0;
}

/*end genral*/
@media (min-width: 1200px) {
  .container {
    max-width: 1250px;
  }
}
@media (max-width: 1200px) {
  .gw-tab-container {
    flex-direction: column;
  }
  .gtc__img {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .logo-footer,
  .links {
    margin-bottom: 30px;
  }
  .items-grid {
    padding-top: 0;
  }
  .items-grid .discover-item {
    margin-bottom: 20px;
  }
  .img-phone {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .why-us {
    margin-top: 0px;
    margin-bottom: 0;
  }
  .plans-charts .text-chart {
    padding-top: 20px;
  }
  .img-chart {
    margin-bottom: 20px;
  }
  .item-part img {
    width: 100px;
  }
  .item-chart-p {
    margin-bottom: 40px;
  }
  .item-chart-p::after {
    display: none;
  }
  .img-chart {
    text-align: center;
  }
  .plans-ch {
    margin-top: 20px;
  }
  .dog {
    overflow: hidden;
  }
  .img-kid {
    display: none;
  }
  .owl-slider .owl-dots {
    right: 10px;
    bottom: 30%;
  }
  nav {
    position: fixed;
    width: 100%;
    padding-top: 20px;
    background-color: #000;
    z-index: 44;
    /* width: inherit; */
    height: 100%;
    left: -100%;
    top: 50px;
    transition: left 0.5s;
    flex-direction: column;
    padding-bottom: 200px;
  }
  nav .logo {
    display: none;
  }
  nav.open {
    left: 0;
  }
  nav ul {
    flex-direction: column;
  }
  nav .bottom-links ul {
    width: 100%;
  }
  nav .bottom-links ul li a {
    font-size: 15px;
  }
  nav .top-links {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
  }
  nav .top-links ul {
    margin-bottom: 20px;
  }
  .fl-ro {
    flex-direction: column-reverse;
  }
  .half-back::after {
    width: 100%;
    height: 250px;
  }
  .o1 {
    order: 1;
  }
  .o2 {
    order: 2;
  }
  .o3 {
    order: 3;
  }
  .ov-items {
    flex-wrap: wrap;
  }
  .ov-items .ovi-50 {
    width: 100%;
  }
  .ov-items .ovi-25 {
    width: 50%;
  }
  .elected-img {
    margin-top: 20px;
  }
  .elected-img img {
    width: 100%;
  }
  .border-r,
  .border-l {
    border: 0;
  }
  .nave-responsive {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
  }
  .nave-responsive a img {
    width: 120px;
  }
  .nave-responsive .bar i {
    color: #fff;
  }
  .in-title h2 {
    margin-bottom: 20px;
  }
  .legislation .ovi-30 {
    width: 100%;
  }
  .legislation {
    background-size: cover;
  }
  .overview {
    top: -200px;
  }
  .overview::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: -30vw;
    background-color: #112334;
    height: 100%;
    width: 30vw;
  }
}
@media (max-width: 768px) {
  .over-top {
    padding: 0;
  }
  .header-top {
    flex-direction: column;
  }
  .ht__info {
    margin-bottom: 50px;
  }
  .list-contact {
    display: none;
  }
  .item-foot {
    justify-content: center;
  }
  .ov-items .ovi-50 {
    width: 100%;
  }
  .ov-items .ovi-25 {
    width: 100%;
  }
  .national-info p,
  .iup-info p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  .main-card {
    margin-top: 20px;
  }
  .main-card a {
    justify-content: flex-end;
  }
}
@media (max-width: 575.98px) {
  .gw-tab-container .gtc-tab .nav-item {
    min-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */