/*------------------------------------------------------------------
Project:Education Template
Author: The_Krishna        
-------------------------------------------------------------------*/
/*----------------Table of contents Start---------------------------
1.Default css
2.Hero css
3.Social media css
4.About css
5.Services css
6.Course css
7.Blog css
8.Inquiry css
9.Contact css
10.Bottom css
11.Scanner modal popup css
12.Share modal popup css
13.Single blog css
14.Testimonials css
15.Preloader css
16.Background effect css

---------Table of contents End-----------------------------------*/
/*------------------------ [Color codes] ------------------------                     
Background: #f7f4f0, #21a7d0, #e7f4f6 
Content:    #21a7d0, #000000 ,#737373
-------------------------------------------------------------------*/
.svg-color {
  filter: brightness(0) saturate(100%) invert(49%) sepia(92%) saturate(425%) hue-rotate(147deg) brightness(96%) contrast(86%);
}
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}
*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a:focus, a {
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
body {
  max-width: 425px;
    min-width: 300px;
  margin: 0 auto;
  height: 100%;
  background: #ccc;
}
svg {
  vertical-align: middle;
}
input {
  outline-width: 0;
  outline-offset: 0;
  outline: 0;
  border: none;
  outline: none;
  width: 100%;
}
textarea {
  outline-width: 0;
  outline-offset: 0;
  outline: 0;
  resize: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
::-webkit-scrollbar {
  display: none;
}
.overflow {
  overflow-y: scroll;
}
.container {
  padding: 0 16px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-5 {
  margin-top: 5px !important;
}
.pt-20 {
  padding-top: 20px;
}
.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}
.ceo-content {
  position: relative;
  background: #f3f8f9;
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
.site-content {
  width: 100%;
  height: 100%;
}
/************************ 2.Hero css ***************************/
.hero-sec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 380px;
}
.bottom-shape {
  position: absolute;
  bottom: -15px;
  width: 100%;
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(981%) hue-rotate(124deg) brightness(99%) contrast(98%);
}
.hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 15px;
}
.hero-logo {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.20) 100%);
  backdrop-filter: blur(8px);
}

.custom-language-btn {
  padding: 0;
  margin: 0;
  padding: 4px 8px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 32px;
  border-width: 0 !important;
  border-radius: 16px;
  background: var(--20, #21a7d0);
  backdrop-filter: blur(8px);
  color: var(--1, #FFF);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.custom-language-btn:hover, .custom-language-btn:active, .custom-language-btn:focus, .dropdown-item:active, .btn.show {
  background: var(--20, #21a7d0) !important;
  color: var(--1, #FFF) !important;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #000 !important;
  background: rgba(22, 170, 202, 0.2) !important;
}
.oval-frame {
  border: 5px solid white;
  border-radius: 50%;
}
.dropdown-toggle::after {
  content: url(../svg/up-arrow.svg) !important;
  border: 0;
  width: 24px;
  height: 24px;
  margin-left: auto;
}
.profile-name h1 {
  color: var(--20, #21a7d0);
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
.profile-name p {
  color: var(--26, #000);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.profile-sec {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.profile-sec-content {
  margin-top: -100px;
  z-index: 99;
  position: relative;
}
.flag-icon {
  width: 25px;
  height: 20px;
  margin-right: 10px;
}
.dropdown-item {
  color: var(--14, #000000);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
/************************ 3.Social media css ***************************/
.social-icon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.social-icon-content-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: var(--20, #21a7d0);
  border-radius: 50%;
  border-bottom-left-radius: 0;
  padding: 8px;
  border: 1px solid transparent;
  transition: all .3s ease;
}
.social-icon-content-wrap:hover {
  transition: all .3s ease;
  border: 1px solid transparent;
  border-radius: 50%;
}
.social-icon-para p {
  color: var(--26, #737373);
  text-align: justify;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
    margin-bottom: 1em;
}
/************************ 4.About css ***************************/
.about__info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.top-titile h3 {
  color: #000000;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
}
.about__info h4 {
  color: var(--26, #000000);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.view-product a {
  color: var(--1, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 10px;
  background: var(--20, #21a7d0);
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  transition: all .3s ease;
  border: 1px solid transparent;
}
.view-product a:hover {
  border: 1px solid var(--20, #21a7d0);
  color: var(--20, #21a7d0);
  transition: all .3s ease;
  border-radius: 0;
  background: transparent;
}
.icon.bg__1 {
  background: var(--my-color, rgba(33, 167, 208, 0.1));
  width: 60px;
  height: 60px;
aspect-ratio: 1 / 1;
    display:flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-bottom-left-radius: 0;
}
.icon.bg__1 img {
  width: 30px;
}
.top-titile h2 {
  color: var(--20, #21a7d0);
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  border-bottom: 2px solid;
  width: fit-content;
  margin: 0 auto;
}
.about__info p {
  color: var(--26, #737373);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.about-us-img-sec:before, .thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 24px;
}
.about-us-img-sec {
  position: relative;
}
.about-us-img-sec img {
  border-radius: 24px;
}
/************************ 5.Services css ***************************/
.category-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--20, #21a7d0);
  border-radius: 50px;
  padding: 5px 8px;
}
.category-item .category-icon {
  height: 50px;
  width: 50px;
  aspect-ratio: 1 / 1;
  line-height: 70px;
  background: var(--my-color, rgba(33, 167, 208, 0.1));
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-icon img {
  width: 15px;
}
.top-titile p {
  color: #737373;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.content-part p {
  color: var(--26, #737373);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
/************************ 6.Course css ***************************/
.content-part {
  background: var(--my-color, rgba(33, 167, 208, 0.1));
  text-align: center;
  padding: 30px;
  border-radius: 10px;
}
.content-part img {
  width: 60px;
  height: 60px;
}
/************************ 7.Blog css ***************************/
.edu-blog {
  position: relative;
}
.edu-blog .thumbnail {
  position: relative;
}
.edu-blog .thumbnail a {
  display: block;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.edu-blog .thumbnail a img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.edu-blog .thumbnail a:after {
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.edu-blog .content {
  padding: 16px;
  border-radius: 10px;
  position: relative;
  border-radius: 12px;
  background: var(--1, #FFF);
  box-shadow: 5px 5px 10px 0px rgba(166, 166, 166, 0.20);
}
.edu-blog .content.position-top .read-more-btn {
  position: absolute;
  top: -40px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.edu-blog .content.position-top .read-more-btn .btn-icon-round {
  box-shadow: var(--shadow-dark);
}
.edu-blog .content.position-top {
  margin-top: -60px;
  margin-left: 12px;
  margin-right: 12px;
}
.category-wrap p {
  color: #737373;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.category-wrap h4 {
  color: var(--26, #000000);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.category-wrap h3 {
  color: var(--20, #21a7d0);
  font-weight: 600;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
}
/************************ 8.Inquiry css ***************************/
.input-wrapper-form {
  border-radius: 12px;
  border: 2px solid var(--20, #21a7d0);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px;
  width: 100%;
}
.input-wrapper-form input, .input-wrapper-form textarea {
  background: transparent;
}
.input-wrapper input, .input-wrapper-form input, .input-wrapper-form textarea, .contact-content p {
  color: #737373;.compa
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.add-to-btn {
  margin-left: auto;
}
/************************ 9.Contact css ***************************/
.contact-details {
  display: flex;
  gap: 12px;
  border-radius: 12px;
  background: var(--my-color, rgba(33, 167, 208, 0.1));
  padding: 12px;
}
.contact-icon {
  border-radius: 6px;
  background: var(--20, #21a7d0);
  padding: 10px;
  width: 44px;
  height: 44px;
}
.contact-content p {
  color: var(--2, #000) !important;
  transition: all .3s ease;
}
.contact-content p:hover {
  color:  !important;
  text-decoration: underline;
  transition: all .3s ease;
}
.days-txt, .contact-list .time-txt {
  color: var(--2, #000);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  line-height: 26px;
}
.days-txt {
  font-weight: 500;
}
.contact-list .time-txt {
  font-weight: 400;
  width: 55%;
}
.contact-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-content {
  width: 90%;
}
.info-person, .contact-content h4 {
  color: var(--14, #000000);
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  width: 100%;
  text-transform: uppercase;
}
/************************ 10.Bottom css ***************************/
.add-to-contact-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}
.scan-btn {
  width: 60px;
  height: 60px;
  background: var(--20, #21a7d0);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-to-btn-sec {
  display: flex;
  align-items: center;
  border-radius: 30px;
  background: var(--2, #000);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.32);
  padding: 6px 6px 6px 30px;
  justify-content: end;
  width: fit-content;
  gap: 8px;
}
.add-txt {
  color: var(--1, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.plus-btn {
  border-radius: 24px;
  background: var(--1, #FFF);
  padding: 12px;
}
.add-to-contact {
  position: fixed;
  width: 100%;
  bottom: 0;
  max-width: 425px;
  left: 0;
  right: 0;
  padding-bottom: 20px;
}
.footer p {
  color: var(--29, #000);
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.map-img iframe {
  width: 100%;
  height: 250px;
  border-radius: 12px;
}
/************************ 11.Scanner modal popup css ***************************/
#product-modal, #share-media-modal, #blog-modal, #gallery-modal {
  background: linear-gradient(180deg, rgb(18 21 28 / 0%) 0%, rgb(18 21 28 / 0%) 100%);
  backdrop-filter: blur(4px);
}
#product-modal .modal-content, #share-media-modal .modal-content {
  border-radius: 24px;
}
.scan-content {
  text-align: center;
  border: 2px solid var(--20, #21a7d0);
  height: auto;
  width: 250px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 8px;
}
.scanner img {
  width: 100%;
  height: auto;
}
.scan-txt {
  padding: 14px;
  background: var(--20, #21a7d0);
  border-radius: 8px;
}
.scan-txt p {
  color: var(--2, #fff);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.btn1 a {
  color: var(--1, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 8px;
  background: #000000;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.qr-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.btn1 {
  width: 140px;
}
.modal-title {
  color: var(--2, #000);
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
/************************ 12.Share modal popup css ***************************/
.social-media-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
.social-media-img {
  width: 60px;
  height: 60px;
  background: transparent;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s ease;
}
.social-media-img:hover {
  background: var(--20, #21a7d0);
  transition: all .3s ease;
}
.social-media-img img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(99%) saturate(3%) hue-rotate(13deg) brightness(99%) contrast(100%);
  width: 30px;
  height: 30px;
}
.social-media-img:hover.social-media-img img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(7%) hue-rotate(323deg) brightness(104%) contrast(102%);
  transition: all .3s ease;
}
.btn-close {
  opacity: 1;
}
.btn-close:focus {
  box-shadow: none;
}
/************************ 13.Single blog css ***************************/
.product-content-main {
  background: #f3f8f9;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding-bottom: 20px;
}
.product-sec-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}
.product-title {
  color: var(--2, #000);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.buy-now a {
  color: var(--1, #FFF);
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 5px;
  background: var(--20, #21a7d0);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.thumbnail img {
  border-radius: 24px;
}
#blog-modal, #work-modal {
  background: black;
  backdrop-filter: blur(4px);
}
#blog-modal .modal-content {
  background: #ffffff;
  border-radius: 24px;
}
#blog-modal {
  background: linear-gradient(180deg, rgba(18, 21, 28, 0.56) 0%, rgba(18, 21, 28, 0.24) 100%);
  backdrop-filter: blur(4px);
}
.blog-meta span, .list-style-one li {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  padding-right: 10px;
  font-family: 'Roboto', sans-serif;
}
.date-type i, .admin-type i, .comments-type i {
  color: var(--20, #21a7d0);
  margin-right: 5px;
}
.blog-content h4, .work-top-content h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
}
blockquote {
  padding: 20px 40px 0px 40px;
  font-size: 15px;
  border-left: none;
  font-style: italic;
  position: relative;
}
blockquote::before {
  position: absolute;
  top: 20px;
  left: 0px;
  content: "\f10d ";
  font-family: fontawesome;
  font-size: 34px;
  color: var(--20, #21a7d0);
}
.blog-banner img {
  border-radius: 12px;
}
.blog-content p, .work-top-content p {
  letter-spacing: 0.50px;
  color: #737373;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.img-blog {
  margin: 15px 0px 15px;
  overflow: hidden;
}
.img-blog .b-image-one {
  padding-right: 7px;
}
.img-blog img {
  float: left;
  width: 50%;
  height: 100%;
  max-height: 450px;
  object-fit: cover;
}
.img-blog .b-image-two {
  padding-left: 7px;
}
.blog-content h5, .widget-title {
  font-size: 18px;
  color: #000000;
  margin: 10px 0px;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
}
.comments-heading h3 {
  border-bottom: 1px solid #666;
  color: #000000;
  font-size: 18px;
  padding: 0 0 10px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
}
.recent-single-post {
  padding: 15px 0px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.recent-single-post img {
  width: 100%;
  max-width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid #D7B474;
}
.social-icon-content-modal.mt-15 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pst-content .date-type {
  font-size: 14px;
  color: #737373;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
}
.pst-content p {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  line-height: 20px;
}
.category-content h3, .content-part h4 {
  color: var(--26, #000000);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
/************************ 14.Testimonials css ***************************/
.thumbnail1 img {
  width: 70px;
  border-radius: 50%;
  border-bottom-left-radius: 0;
}
.content p {
  color: #737373;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.content h5 {
  color: var(--26, #000000);
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.subtitle {
  color: var(--20, #21a7d0);
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.testimonial-grid {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 2px solid var(--20, #21a7d0);
  border-radius: 24px;
  padding: 16px;
}
.testimonial-grid:after {
  content: url(../images/main-img/testimonial-shape.png);
  filter: brightness(0) saturate(100%) invert(49%) sepia(92%) saturate(425%) hue-rotate(147deg) brightness(96%) contrast(86%);
  position: absolute;
  top: -30px;
  right: -15px;
  z-index: -1;
}
.rating-icon {
  display: flex;
  align-items: center;
}
/************************ 15.Preloader css ***************************/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  background: -o-radial-gradient(circle, #333, #000) no-repeat;
  background: radial-gradient(circle, #333, #000) no-repeat;
  z-index: 999;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.loading {
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  animation: loading-ani1 4s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}
.loading i {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 0.3rem;
  position: absolute;
}
.loading i:nth-child(1) {
  background: #d51818;
  transform: translate(0, 0);
  animation: loading-ani2 4s ease-in-out infinite;
}
.loading i:nth-child(2) {
  background: #42a5f5;
  transform: rotate(90deg) translate(0, 0);
  animation: loading-ani3 6s ease-in-out infinite;
}
.loading i:nth-child(3) {
  background: #ffca28;
  transform: rotate(180deg) translate(0, 0);
  animation: loading-ani4 8s ease-in-out infinite;
}
.loading i:nth-child(4) {
  background: #5c6bc0;
  transform: rotate(270deg) translate(0, 0);
  animation: loading-ani5 10s ease-in-out infinite;
}
@keyframes loading-ani1 {
  25% {
    transform: rotate(135deg);
  }
  50% {
    transform: rotate(225deg);
  }
  75% {
    transform: rotate(315deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes loading-ani2 {
  17.5%, 25%, 42.5%, 50%, 67.5%, 75%, 92.5%, 100% {
    transform: translate(0, 0);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: translate(0, 40px);
  }
}
@keyframes loading-ani3 {
  17.5%, 25%, 42.5%, 50%, 67.5%, 75%, 92.5%, 100% {
    transform: rotate(90deg) translate(0, 0);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(90deg) translate(0, 40px);
  }
}
@keyframes loading-ani4 {
  17.5%, 25%, 42.5%, 50%, 67.5%, 75%, 92.5%, 100% {
    transform: rotate(180deg) translate(0, 0);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(180deg) translate(0, 40px);
  }
}
@keyframes loading-ani5 {
  17.5%, 25%, 42.5%, 50%, 67.5%, 75%, 92.5%, 100% {
    transform: rotate(270deg) translate(0, 0);
  }
  12.5%, 37.5%, 62.5%, 87.5% {
    transform: rotate(270deg) translate(0, 40px);
  }
}
/************************ 16.Background effect css ***************************/
.area {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgb(255 22 22 / 10%);
  animation: animate 25s linear infinite;
  bottom: -150px;
}
.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li:nth-child(6) {
  left: 75%;
  width: 100px;
  height: 100px;
  animation-delay: 3s;
}
.circles li:nth-child(7) {
  left: 35%;
  width: 120px;
  height: 120px;
  animation-delay: 7s;
}
.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10) {
  left: 85%;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
/*by lysiteleia*/
img.logo {
  width: 47px;
  height: auto;
}
/*5.Gallery css */
.gallery-img img {
  border-radius: 24px;
}
.top-title h2 {
  color: var(--20, #21a7d0);
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}
.top-title img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(30%) saturate(5809%) hue-rotate(155deg) brightness(98%) contrast(101%);
  width: 30px;
  margin-right: 5px;
}
.video-sec {
  background-image: url(../../images/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-sec:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #292930 100%);
}
.video_sec_play {
  position: relative;
}
i.play_icon.fa-solid.fa-play {
  font-size: 30px;
  color: #ffffff;
  background-color: var(--20, #21a7d0);
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  animation: zoom-in-zoom-out 2s ease-out infinite;
}
.modal_video-sec {
  width: 100%;
  height: 100%;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*lysiteleia*/
.send {
  color: #ffffff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  background: var(--20, #21a7d0);
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid var(--20, #21a7d0);
}
.button-area {
  width: 96%;
  aspect-ratio: 1 / 1;
  background: #00000020;
  color: #0000000080;
    font-weight: 600;
   font-size: clamp(10px, 4vw, 14px); /* Font size between 10px and 14px, with a flexible scaling factor */
  border-radius: 3%;
  display: block;
  align-items: center;
  justify-content: center;
  margin: 2%;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
    padding:.5% 2% 3.5%;
    
}

.compact {
  width: 48%;
  aspect-ratio: 1 / 1;
  margin: 1%;
  float: left;
  text-align: center;
}
.compact .scan-btn {
  width: 80%;
height: 80%;
  /* 1) Put the overlay gradient first
     2) Then the base color (var(--20, #21a7d0))
  */
  background: /* Transparent gradient overlay */ linear-gradient(to bottom, /* White at very top, fading out by 20% */ rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 20%, /* Fully transparent from 20% to 80% */ rgba(255, 255, 255, 0) 80%, /* Then black fades in from 80% to 100% */ rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 100%), /* Base color */ var(--20, #21a7d0);
  border-radius: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10% 10% 0 10% ;
  transition:
    background 0.5s ease, box-shadow 0.5s ease, transform 0.5s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
/* Hover effect */
.compact .scan-btn:hover {
  /* Change background color */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 100%), #99999999;
  /* Add a soft shadow */
  box-shadow: 0 2px 5px rgba(255, 255, 255, 1);
  /* Slight downward movement */
  transform: translateY(5px);
}
.compact .scan-btn .svg {
  width: 40%;
  height: 40%;
}



.roboto-thin {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;
}

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

.roboto-medium {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: italic;
}
.nodisplay {display:none;}




/* =================================
   2) Main (hero) image: fill 601x380, crop overflow
   NOTE: your inline `background: url(...)` resets background-size/repeat,
   so we override those with !important.
   ================================= */
.hero-sec {
  width: 601px;
  max-width: 100%;
  height: 380px;

  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; /* fills 601x380 and crops the rest */
}






.rest-btn {
  width: 30%;
height: 30%;
  float: left;
  /* 1) Put the overlay gradient first
     2) Then the base color (var(--20, #21a7d0))
  */
  background: /* Transparent gradient overlay */ linear-gradient(to bottom, /* White at very top, fading out by 20% */ rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 20%, /* Fully transparent from 20% to 80% */ rgba(255, 255, 255, 0) 80%, /* Then black fades in from 80% to 100% */ rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 100%), /* Base color */ var(--20, #21a7d0);
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 10% 10% 0 10% ;
  padding: 2%;
  transition:
    background 0.5s ease, box-shadow 0.5s ease, transform 0.5s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
/* Hover effect */
.rest-btn:hover {
  /* Change background color */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.3) 100%), #99999999;
  /* Add a soft shadow */
  box-shadow: 0 2px 5px rgba(255, 255, 255, 1);
  /* Slight downward movement */
  transform: translateY(5px);
}
.rest-btn .svg {
  width: 40%;
  height: 40%;
}

