@import url("https://fonts.googleapis.com/css2?family=Lemon&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

ul {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.lemon-regular {
  font-family: "Lemon", serif;
  font-weight: 400;
  font-style: normal;
}

.z-2 {
  z-index: 2;
}

a {
  text-decoration: none;
}

::-moz-selection {
  background-color: #fe7245;
  color: #ffffff;
}

::selection {
  background-color: #fe7245;
  color: #ffffff;
}

li {
  list-style: none;
}

.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.text-blue {
  color: #0197eb;
}

img {
  width: 100%;
}

.text-yellow {
  color: #fee454;
}

.btn_custom {
  outline: none;
  transition: all 0.3s linear;
  padding: 1rem 3rem;
  border: 1px solid #0197eb;
}

header {
  background-color: #0197eb;
}
header .header_wrapper {
  margin: auto;
  width: 90%;
}
header .nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 27px;
  position: absolute;
  left: 0;
  right: 0;
}
header .nav .burger_icon {
  cursor: pointer;
}
header .nav .burger_icon i {
  font-size: 25px;
  color: #fff;
}
header .nav .brand-logo {
  width: 80px;
}
header .nav ul li {
  display: inline;
}
header .nav ul li:not(:last-child) {
  padding-right: 10px;
}
header .nav ul li a {
  color: #ffffff;
}
header .hero {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  padding: 250px 24px;
}
header .hero h1 {
  opacity: 0;
}
header .hero .btn_custom {
  background-color: #fee454;
  color: #0197eb;
  border: none;
  outline: none;
  border: none;
  opacity: 0;
}
header .hero .btn_custom:hover {
  background-color: #000;
  color: #fee454;
}
header .cloud_image_1 {
  position: absolute;
  top: 80px;
  right: 0;
  width: 216px;
  z-index: 1;
}
header .cloud_image_2 {
  width: auto;
  z-index: 1;
}
header .air_ballon {
  z-index: 1;
}
header .air_ballon img {
  width: 700px;
}

.sidebar {
  position: fixed;
  top: 0;
  left: -100%;
  width: 400px;
  height: 100%;
  background-color: #0197eb;
  z-index: 9;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  opacity: 0;
  transition: all 0.3s linear;
}
@media screen and (max-width: 780px) {
  .sidebar {
    width: 50%;
  }
}
.sidebar.show {
  left: 0;
  opacity: 1;
}
.sidebar .burger_icon {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.sidebar .burger_icon i {
  font-size: 30px;
  color: #ffffff;
}
.sidebar .brand-logo {
  width: 120px;
}
.sidebar ul > li > a {
  font-size: 28px;
  font-weight: 700;
}

.background_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 15, 15, 0.7490196078);
  opacity: 0;
  z-index: -1;
}
.background_overlay.show {
  opacity: 1;
  z-index: 5;
}

.card-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 25px;
}

.bg-lemon {
  background-color: #fe7245;
}

.card-title {
  font-size: 25px;
  line-height: 30px;
}

.list_items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 30px 0;
}
.list_items .list_items_item {
  margin-bottom: 20px;
  padding-right: 30px;
}

.box_quote {
  width: 100%;
  padding: 45px 30px;
  font-size: 20px;
  background-color: #f8f8f8;
  border-left: 10px solid #0197eb;
  color: #454545;
  font-style: italic;
  position: relative;
}
.box_quote::before {
  content: "";
  position: absolute;
  top: -40%;
  right: 10px;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border: 1px solid #0197eb;
  border-radius: 50%;
  background: url(../img/quote_icon.png) center center no-repeat #fff;
}

.about_images_area .about_image {
  width: 300px;
  margin: auto;
}
.about_images_area .first_image {
  background: url(../img/about/cloud_1.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 213px;
  height: 100px;
  z-index: -1;
  animation: cloud_swimming1 15s linear infinite;
}
.about_images_area .second_image {
  background: url(../img/about/cloud_2.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 200px;
  width: 213px;
  height: 100px;
  z-index: -1;
  animation: cloud_swimming2 18s linear infinite;
}
.about_images_area .third_image {
  background: url(../img/about/cloud_2.png) center center no-repeat;
  position: absolute;
  top: 455px;
  left: 50%;
  width: 213px;
  height: 100px;
  animation: cloud_swimming3 30s infinite;
}
@keyframes cloud_swimming1 {
  0% {
    transform: translateX(150px);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(150px);
  }
}
@keyframes cloud_swimming3 {
  0% {
    transform: translateX(-200%);
  }
  50% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes cloud_swimming2 {
  0% {
    transform: translateX(200px);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(200px);
  }
}

.box_statistics {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #0197eb;
  padding: 40px 30px;
  border-radius: 8px;
  border: 1px solid #0197eb;
  cursor: pointer;
}
.box_statistics::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -10px;
  right: -10px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #0197eb;
  z-index: -1;
  border-radius: 8px;
}
.box_statistics:hover::after {
  height: 100%;
  border-radius: 8px;
}
.box_statistics .img-fluid {
  width: 100px;
  margin: auto;
}
.box_statistics .card {
  background-color: transparent;
}

.price_card_box {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 2px solid #0e5076 !important;
  padding: 43px 3rem !important;
  border-radius: 30px;
}
.price_card_box:hover .btn_custom {
  width: 100%;
  background-color: #ffffff;
  color: #0197eb;
}
.price_card_box .learnmore_btn {
  width: 70%;
  padding: 15px 0;
  background-color: #ffffff;
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  margin: 20px auto 0;
  text-transform: capitalize;
}
.price_card_box .learnmore_btn.bg-blue {
  background-color: #0197eb;
  color: #ffffff;
}
.price_card_box .learnmore_btn.bg-blue::before {
  border: 1px solid #ffffff;
  background: url(../img/cil_arrow-left_white.svg) center center no-repeat;
}
.price_card_box .learnmore_btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 0;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-radius: 50%;
  background: url(../img/cil_arrow-left.svg) center center no-repeat;
}
.price_card_box .btn_custom {
  background-color: #0197eb;
  color: #ffffff;
  width: 100%;
}
.price_card_box .btn_custom:hover {
  background-color: #ffffff;
  color: #0197eb;
}
.price_card_box .checked_icon {
  width: auto !important;
  padding-right: 10px;
}
.price_card_box li {
  line-height: 40px;
}
.price_card_box.bg-blue {
  background-color: #0197eb !important;
  color: #ffffff;
}
.price_card_box.bg-blue:hover .btn_custom {
  width: 100%;
  background-color: #0197eb !important;
  color: #ffffff !important;
}
.price_card_box.bg-blue .btn_custom {
  background-color: #ffffff;
  color: #0197eb;
  border: 1px solid #ffffff;
}
.price_card_box.bg-blue .btn_custom:hover {
  background-color: #0197eb;
  color: #ffffff;
}

.video_box {
  width: 100%;
  height: 700px;
  padding: 100px 0;
  background: url(../img/video_cover.png) no-repeat center/cover;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
.video_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(254, 114, 69, 0.85);
}
.video_box::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../img/play_btn.png) center center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.iframe_video {
  background-color: rgba(1, 151, 235, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  cursor: url(../img/close.png), auto;
  animation: hide_animation 1s ease forwards;
}
.iframe_video.show_video {
  z-index: 999;
  animation: animate 1.5s forwards;
}
@keyframes animate {
  0% {
    -webkit-clip-path: circle(0%);
            clip-path: circle(0%);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-clip-path: circle(100%);
            clip-path: circle(100%);
  }
}
@keyframes hide_animation {
  100% {
    opacity: 0;
    z-index: -1;
  }
}

.review_box {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 56px;
  padding: 20px;
  color: #5b5b5b;
}
.review_box.active {
  background-color: #0197eb;
  color: #ffffff;
  transform: translateY(-25px);
}
.review_box.active path {
  stroke: #fff !important;
}
.review_box .author_img {
  width: 80px !important;
  border-radius: 9px;
  margin: auto;
}
.review_box .star_img {
  width: 20px;
}
.review_box .star_img:not(:last-child) {
  margin-right: 10px;
}

.slider_btn {
  padding: 7px 46px;
  background: rgba(205, 205, 205, 0.5);
  border-radius: 23px;
}
.slider_btn.bg-blue {
  background-color: #0197eb !important;
}

.blog_card {
  background-color: #f7f7f7;
}
@media screen and (max-width: 1138px) {
  .blog_card {
    flex-direction: column !important;
  }
  .blog_card img {
    width: 100% !important;
  }
}
.blog_card img {
  width: 250px;
}

.email_box {
  background-color: #0197eb;
  padding: 79px 69px;
  border-radius: 9px;
  transform: translateY(80px);
}
@media screen and (max-width: 780px) {
  .email_box {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
.email_box input::-moz-placeholder {
  color: #cdcdcd;
  font-style: italic;
}
.email_box input::placeholder {
  color: #cdcdcd;
  font-style: italic;
}
.email_box .email_btn {
  font-style: italic;
  color: #ffffff;
  font-weight: 400;
  background-color: #00517e;
}

footer {
  background-color: #033754;
  padding-top: 150px;
  padding-bottom: 80px;
  position: relative;
  z-index: -1;
}
footer .brand-logo {
  width: 200px;
}
footer .copy {
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
}/*# sourceMappingURL=main.css.map */