@import url('https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500;600;700&display=swap'); 
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');
:root{
    --bgr-text: hsl(0, 0%, 100%);
--white:white;
--black:black;
--bg-1:rgb(52, 162, 162);
--bg-2:#a12ca5;
--bg-3:#024059;
--bg-4:rgb(232, 141, 140);
--bg-5:#592B02;
--hero-1:rgba(52, 162, 156, 0.9);
--hero-2:rgba(161, 44, 165,0.9);
--hero-3:rgba(2, 64, 89,0.9);
--hero-4:rgba(232, 141, 140,0.9);
--hero-5:rgba(89, 43, 2,0.9);

--txt:#4f5651;
--primary-dark:#222;
--title-1:rgb(45, 180, 243);
--title-2:rgb(255, 145, 1);
--title-3:rgb(167, 226, 144);
--title-4:rgb(153, 255, 20);
--title-5:rgb(226, 144, 215);
--fm-1:rgba(133, 189, 215, 0.8784313725);
--fm-2:rgba(255, 145, 1, 0.8784313725);
--fm-3:rgba(167, 226, 144, 0.8784313725);
--fm-4:rgba(153, 255, 20, 0.8784313725);
--fm-5:rgba(226, 144, 215, 0.8784313725);

--gap-25-30:25px;
}
body{
  box-sizing: border-box;
  font-family: 'Hind Madurai', sans-serif !important;
  font-size: 17px;
  margin: 0;
  padding: 0;
  direction: ltr;
}

ul {

  padding-left: 19px;
  }
  
ul li {
  position: relative;
    }
  
      
button{
      background: none transparent;
      border: 0;
      color: inherit;
      cursor: pointer;
      display: inline-block;
    font: inherit;
    line-height: normal;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 0;
    text-align: center;
    text-transform: none;
    user-select: none;
    vertical-align: middle;
    }

  *, *:after, *:before { 
    
    box-sizing: border-box; 
    }
    input:focus-visible {
      outline: none;
  
      }
      .row,.row>*{
        padding-left: 0;
        padding-right: 0;
        }
        *:focus:not(.focus-visible) {
          outline: none;
          }
          body{
  background-color: var(--white);
  direction: ltr;
  font-family: 'Hind Madurai', sans-serif !important;
  font-size: 14px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  
  }
  p{
    font-weight: 400;
    line-height: 1.3;
  }
  html{
    scroll-behavior: smooth;
    }
    h1,h2,h3,h4,h5,h6{
      }
      li{
        padding: 9px 0px;
        }
        h2{
          font-size: clamp(21px, 5vw, 32px);
          }
          h3{
            font-size: clamp(17px, 5vw, 27px);
  }
  html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    }
      main {
        display: block;
        }
        h1 {
          font-size: 2em;
          margin: 0.67em 0;
          }
          hr {
            box-sizing: content-box;
            height: 0;
            overflow: visible;
            }
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
    }
    a {
      text-decoration: none;
      background-color: transparent;
      }
      abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        text-decoration: underline dotted;
        }
        b,strong {
    font-weight: bolder;
    }
    code,kbd,samp {
      font-family: monospace, monospace;
      font-size: 1em;
      }
      small {
    font-size: 80%;
    }
    sub,sup {
      font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    }
    sub {
      bottom: -0.25em;
      }
      sup {
        top: -0.5em;
        }
        img {
          border-style: none;
          }
          button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    }
    button,input {
      overflow: visible;
      }
      button,select {
        text-transform: none;
        }
        button,[type="button"],[type="reset"],[type="submit"] {
    -webkit-appearance: button;
    }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
    }
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
      outline: 1px dotted ButtonText;
      }
      fieldset {
        padding: 0.35em 0.75em 0.625em;
        }
        legend {
          box-sizing: border-box;
          color: inherit;
          display: table;
          max-width: 100%;
          padding: 0;
          white-space: normal;
          }
          progress {
            vertical-align: baseline;
  }
  textarea {
    overflow: auto;
    }
  [type="checkbox"],[type="radio"] {
      box-sizing: border-box;
      padding: 0;
      }
  [type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
        height: auto;
        }
  [type="search"] {
          -webkit-appearance: textfield;
          outline-offset: -2px;
          }
    [type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
  }
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  details {
    display: block;
    }
    summary {
      display: list-item;
      }
      template {
        display: none;
  }
  [hidden] {
    display: none;
    }
    a:hover{
      transition: all 0.3s;
      }
      
      img {
  max-width: 100%;
  display: block;
  
  }
    .box-title-al1{
      display: flex;
      justify-content: flex-end;
    }
    .title-al1{
      position: relative;
      display: inline;
      margin: 19px 15px;
      padding: 15px 0px;
      
      }
      .title-al1::after {
        content: '';
        height: 2px; 
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--title-1); 
        width: 40px; 
    }
    .title-al1-white{
      color:var(--white);
    }
      .layout{
        position: relative;
        max-width: 1170px;
        padding-left: 19px;
        padding-right: 19px;
        margin: 0 auto;
        word-break: break-all;
    }
header{
width: 100%;
}
#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  transition: background-color 0.2s ease;
  z-index: 1000;
}
.scrolled {
  background-color: var(--bg-1);
}

  .navbar {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 15px  19px;
    color: var(--white);
}
@media (max-width:991px) {
  .navbar{
    justify-content: space-between;
  }
}
@media (max-width:991px) {
  .dp-n-logo-al1{
    display: none;
  }
}
.logo{
  margin: 0 25px;
}
@media (min-width:992px) {
  .logo-mob{
  display: none;
  }
}
.logo-thumb-al1{
  display: flex;
  align-items: center;
  gap: 15px;
  color:var(--white);
}
.logo-thumb-al1:hover{
  color: var(--mn-1);
}
.logo-img-al1{
  width: 43px;
}


.nav-list li {
    margin: 0 15px;
}

.nav-list a {
    text-decoration: none;
    color: var(--white);
    font-size: 17px;
    font-weight: 600;
}
@media (min-width:992px) {
  .link-menu-nav-ali::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: var(--title-1);
    transition: width 0.2s;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
  
  .link-menu-nav-ali:hover::after {
    width: 100%;
  }
}


.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}



@media (max-width: 991px) {
    .menu-toggle {
        display: flex;
    }

    .nav-list {
      z-index: 12;
        display: flex;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 52px;
        left: 0;
        background-color: var(--bg-1);
        transform: translateY(-100%);
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.5s ease;
        visibility: hidden;
    }

    .nav-list.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .nav-list li {
        margin: 23px 0;
        text-align: center;
    }
}
.menu-toggle {
  cursor: pointer;
  display: none; 
}

.bar {
  display: block;
  width: 25px;
  height: 2px;
  margin: 5px auto;
  transition: all 0.2s ease-in-out;
  background-color: var(--white);
}

.menu-toggle.open .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}

.menu-toggle.open .bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

.nav-list {
  list-style-type: none;
  display: flex; 
  justify-content: space-around;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s; 
}

.nav-list.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s; 
}

.nav-list.open {
  display: block;
}

.dropdown-content {
 display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  z-index: 1;
  transition: all 0.6s ease;
}
.dropdown{
  transition: all 0.6s ease;
}
.dropdown:hover .dropdown-content {
  display: block;


}

.dropdown-content a {
  color: var(--white);
  padding: 9px 15px;
  text-decoration: none;
  display: block;
  background-color: var(--bg-1);
  transition: all 0.6s ease;
}

.dropdown-content a:hover {
  background-color: var(--bg-1);
}

@media (max-width: 991px) {
  .menu-toggle {
      display: block; 
  }

  .nav-list {
      display: none; 
      flex-direction: column;
      text-align: center;
      transform: translateY(-100%);
      opacity: 0;
      visibility: hidden;
  }

  .nav-list.active {
      display: block; 
      transition: transform 0.5s ease, opacity 0.5s ease;
  }

  .dropdown-content {
    display: block;
      flex-direction: column;
      position: static;
      transition: all 0.6s ease;
  }

  .dropdown-content.show {
   display: block;
      
  }
}

.hero-al1 {
  position: relative;
  width: 100%;
  min-height: 750px;
  background: url( pic/icons_header_692dcb2c8fec74.09175936.jpg) center center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-shape-divider-bottom-1722848189 { 

  position: absolute; 
  bottom: 0; 
  left: 0; 
  width: 100%; 
  overflow: hidden; 
  line-height: 0; 
  transform: rotate(180deg); 
} 

.custom-shape-divider-bottom-1722848386 {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1722848386 svg {
  position: relative;
  display: block;
  width: calc(126% + 1.3px);
  height: 198px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1722848386 .shape-fill {
  fill: #FFFFFF;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .custom-shape-divider-bottom-1722848386 svg {
      width: calc(100% + 1.3px);
      height: 74px;
  }
}
.hero-al1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--hero-1);
  z-index: 1;
}

.hero-content-al1{
  position: relative;
  z-index: 2;
 display: flex;
 gap: var(--gap-25-30);
 padding: 121px 0;
flex-direction:  row-reverse;
}
@media (max-width:991px) {
  .hero-content-al1{
    flex-direction:column;
  }
}

.box-hero-content-al1 {
  flex: 1;
}
.box-img-hero-al1{
  display: flex;
    justify-content: center;
    align-items: center;
}
.img-hero-al1{
  width: 322px;
  height: 622px;
}
@media (max-width:991px) {
  .img-hero-al1{
    width: 80%;
    height: 312px;
  }
}
@media (max-width:575px) {
  .img-hero-al1{
    width: 282px;}
}
.img-hero-al1 img{
  border-radius: 79px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.txt-hero-content-al1{
  color: #f3b12d;
  font-size: clamp(17px,4vw,26px);
}
.title-hero-content-al1{
  font-size: clamp(32px,4vw,40px);
  color: var(--white);
}
.svg-hero-video-al1{
  width: 23px;
  height: 23px;
}
.link-video-hero-al1{
  display: flex;
  gap: 5px;
  color: var(--white);
  transition: all 0.2s ease;
  align-items: center;}

.link-video-hero-al1:hover{
  text-decoration: underline var(--white);
}
.thumb-btn-hero-al1{
  gap: 15px;
  display: flex;
  align-items: center;
}

@media (max-width:575px) {
  .thumb-btn-hero-al1{
    flex-direction: column;
  }
}
@media (max-width:575px) {
  .thumb-btn-main-al1{
    flex-direction: column;
  }
}
.box-price-main-al1{
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content:space-between;
}

@media (max-width:575px) {
  .box-price-main-al1{
    flex-direction: column;
  }
}
.price-style-al1{
  font-weight:600;
  font-size: clamp(16px,4vw,18px);
  color: var(--bg-1);
  
}

.section-partners{
  padding: 43px 0px;
}

.slider-container {
  direction: initial;
  position: relative;
  width: 95%;
  margin: auto;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 19px;
}

.slider-item {
  min-width: calc((100% / 4) - 15px);
  box-sizing: border-box;
  padding: 23px;
  text-align: center;
  border: 1px solid #ddd;
  height: 182px;
  background-color: var(--bg-1);
  border-radius: 14px;
  display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1200px) {
  .slider-item {
      min-width: calc((100% / 3) - 15px); 
  }
}

@media (max-width: 900px) {
  .slider-item {
      min-width: calc((100% / 2) - 15px);
  }
}

@media (max-width: 600px) {
  .slider-item {
      min-width: calc(100% - 15px); 
  }
  .pd-slider-al1{
    padding-left: 25px;
    padding-right: 25px;
  }
}

.button-slide {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: var(--bg-1);
  border: none;
  padding: 15px;
  cursor: pointer;
}

.button-slide.prev {
  left: -15px;
}

.button-slide.next {
  right: 0;
}
@media (max-width: 576px) {
  .button-slide.prev {
    left: 0;
  }
  .button-slide.next {
    right: 15px;
  }
}
.svg-slider-partners-al1 svg{
width: 37px;
color: var(--title-1);
}

.section-main-al1{
  padding: 43px 0px ;
}
.center-img-main-al1{
  flex: 1;

}
.thumb-main-al1{
  display: flex;
  gap: var(--gap-25-30);

}
@media (max-width:991px) {
  .thumb-main-al1{
    flex-direction: column;
  }
}
@media (min-width:992px) {
  .thumb-main-box-al1{
    position: sticky;
    top: 102px;
  }
}

.color-black-al1-main{
  color: var(--black)!important;
}
.color-black-al1-main:hover{
  color: var(--black)!important;
}
.main-content-al1-main{
  flex: 1;
}
.main-box-al1{
  height: 322px;
}
.main-images-al1 {
  height: 322px;
}
@media (max-width:576px) {
  .main-box-al1{
    height:auto;
  }
  .main-images-al1 {
    height:auto;
  }
}

.main-images-al1 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-howwork-al1{
  padding: 162px 0px;
  position: relative;
  background-color: var(--bg-1);
  
}
.pd-al1{
  padding: 43px 15px;
}
.custom-shape-divider-bottom-1722954208 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1722954208 svg {
  position: relative;
  display: block;
  width: calc(155% + 1.3px);
  height: 162px;
}

.custom-shape-divider-bottom-1722954208 .shape-fill {
  fill: #FFFFFF;
}
.custom-shape-divider-top-1722954243 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1722954243 svg {
  position: relative;
  display: block;
  width: calc(155% + 1.3px);
  height: 162px;
}

.custom-shape-divider-top-1722954243 .shape-fill {
  fill: #FFFFFF;
}
.thumb-howwork-al1 {
  display: flex;
  gap: var(--gap-25-30);
  flex-wrap: wrap;
}
.box-howwork-al1 {
  width: 100%;
  padding: 25px;
  background-color: #FFFFFF;
  border-radius: 14px;
     transition: transform 0.3s ease;

}
.box-howwork-al1:hover {
  transform: translateY(-5px);
}
.box-howwork-al1:hover:hover .box-img-svg-al1 svg {
  transform: rotate(360deg);
}
@media (min-width:768px) and (max-width:991px) {
  .box-howwork-al1{
    width:calc(50% - 30px);
  }
  .box-howwork-al1-2{
    width:calc(100% - 30px);
  }
}
@media (min-width:992px){
  .box-howwork-al1{
    width:calc(33% - 30px);
  }
}
.box-img-svg-al1 {
  display: flex;
  justify-content: flex-end;
 
}
.box-img-svg-al1 svg{
  transition: transform 0.6s ease;
}

.title-howwork-al1 {
  text-align: center;
  font-size: clamp(14px,4vw,21px);
  font-weight: 600;
}

.section-about-al1{
  padding: 43px 0px;
}
.thumb-about-al1{
display: flex;
justify-content: center;
gap: var(--gap-25-30);
flex-direction: row-reverse;
}
@media (max-width:992px) {
 .thumb-about-al1{
  flex-direction:column;
 }
}
.box-about-al1{

  flex: 1;
}
.thumb-number-reas-al1 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.numb-box-reas-al1 p {
  width: max-content;
  font-size: 40px;
  color: var(--bg-1);
  font-weight:400;
}

.box-img-about-al1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width:992px) {
  .box-img-about-al1 {
    display: none;
  }
}
.img-about-al1{
  width: 322px;
  height: 490px;
}
@media (max-width:575px) {
  .img-about-al1{
    width: 282px;}
}
.img-about-al1 img{
  border-radius: 79px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pd-video-al1{
  padding-top:43px ;
}
.video-container {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.video-container video {
  border-radius: 14px;


  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  border-radius: 50%;
  padding: 23px;
  cursor: pointer;
}
.play-button svg{
  width: 43px;
  color: var(--white);
}
.play-button.hidden {
  display: none;
}

.section-article-al1{
  padding: 43px 15px;
  position: relative;
  background-color: var(--bg-1);
}
.pd-article-al1{
  padding: 43px 0px ;
}
.custom-shape-divider-top-1723194219 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1723194219 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 102px;
}

.custom-shape-divider-top-1723194219 .shape-fill {
  fill: #FFFFFF;
}
.card-thumb-al1{
  display: flex;
  gap: var(--gap-25-30);
}

.blog-card {
  display: flex;
  flex-direction: column;
  margin: 19px auto;
  box-shadow: 0 2px 8px -1px rgba(0, 0, 0, .1);
  margin-bottom: 1.6%;
  background: #fff;
  line-height:  1.3;
  font-family: sans-serif;
  border-radius: 40px;
  overflow: hidden;
  z-index: 0;
  flex: 2;
}
@media (max-width:991px) {
  .card-block-al1{
   display: none;
  }
}
@media (min-width:992px) {
  .card-block-al1{
    flex: 1;
  }
}
.blog-card a {
  color: inherit;
}
.blog-card a:hover {
  color: var(--title-1);
}
.blog-card:hover .photo {
  transform: scale(1.3) rotate(3deg);
}
.blog-card .meta {
  position: relative;
  z-index: 0;
  height: 202px;
}
.blog-card .photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.2s;
}
.blog-card .details, .blog-card .details ul {
  margin: auto;
  padding: 0;
  list-style: none;
}

.blog-card .description {
  padding: 19px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.blog-card .description h1, .blog-card .description h2 {
  font-family: Poppins, sans-serif;
}
.blog-card .description h1 {
  line-height: 1;
  margin: 0;
  font-size: 25px;
}
.blog-card .description h2 {
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: 5px;
}
.blog-card .description .read-more {
  text-align: right;
}
.blog-card .description .read-more a {
  color: var(--title-1);
  display: inline-block;
  position: relative;
}

.blog-card .description .read-more a:hover:after {
  margin-left: 5px;
  opacity: 1;
}
.blog-card p {
  position: relative;
  margin: 19px 0 0;
}
.blog-card p:first-of-type {
  margin-top: 19px;
}
.blog-card p:first-of-type:before {
  content: "";
  position: absolute;
  height: 5px;
  background:  var(--title-1);
  width: 37px;
  top: -15px;
  border-radius: 2px;
}
.blog-card:hover .details {
  left: 0%;
}
@media (min-width: 640px) {
  .blog-card {
    flex-direction: row;
    max-width: 700px;
 }
  .blog-card .meta {
    flex-basis: 40%;
    height: auto;
 }
  .blog-card .description {
    flex-basis: 60%;
 }
  .blog-card .description:before {
    transform: skewX(-3deg);
    content: "";
    background: #fff;
    width: 25px;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    z-index: -1;
 }
  .blog-card.alt {
    flex-direction: row-reverse;
 }
  .blog-card.alt .description:before {
    left: inherit;
    right: -15px;
    transform: skew(3deg);
 }
  .blog-card.alt .details {
    padding-left: 25px;
 }
}
.custom-shape-divider-bottom-1723018558 {
  position: absolute;
  bottom: -52px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(360deg);
}

.custom-shape-divider-bottom-1723018558 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 52px;
}

.custom-shape-divider-bottom-1723018558 .shape-fill {
  fill: var(--bg-1);
}

.wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 23px;
}

.section-services-al1{
  padding: 43px 0px;
  position: relative;
  background-color:var(--bg-1);
}
.pd-service-al1{
  padding: 43px 19px;
}
.custom-shape-divider-top-1723194854 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1723194854 svg {
  position: relative;
  display: block;
  width: calc(127% + 1.3px);
  height: 152px;
}

.custom-shape-divider-top-1723194854 .shape-fill {
  fill: var(--white);
}
#services {
  text-align: center;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 25px;
  margin-top: 43px;
}

@media screen and (max-width: 1450px) {
  .service-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 750px) {
  .service-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-card {
    background-color: #F5F5F5;
    box-shadow: 5px 5px 23px 0px rgba(0,0,0,0.16);
    padding: 43px 23px 43px 23px;
    border-radius: 23px;
    height: 100%;
}

.service-card h3 {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 32px;
  margin: 15px 0 15px 0;
  color: #707070;
}
.bg-svg-serv-al1-1{
  color: var(--title-1);
}
.bg-svg-serv-al1{
  color: var(--bg-1);
}
.ux {
  border-top: 23px solid var(--bg-1);
}

.ui {
  border-top: 23px solid var(--title-1);
}

.interaction {
  border-top: 23px solid var(--title-1);
}

.front-end {
  border-top: 23px solid var(--bg-1);
}

.title-service-card-al1{
  text-align: center;
color: var(--black);}
.link-services-thumb-al1{
  transition: all 0.2s ease;
}
.link-services-thumb-al1:hover{
  transform: translateY(-5px);
}
.thumb-svg-services-al1{
  display: flex;
  justify-content: flex-end;
}
.thumb-svg-services-al1 svg{
  width: 52px;
  transition: transform 0.6s ease;
}
.link-services-thumb-al1:hover .thumb-svg-services-al1 svg {
  transform: rotate(360deg);
}
.custom-shape-divider-bottom-1723194892 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1723194892 svg {
  position: relative;
  display: block;
  width: calc(127% + 1.3px);
  height: 112px;
}

.custom-shape-divider-bottom-1723194892 .shape-fill {
  fill: var(--white);
}

.section-pricing-al1{
  padding: 43px 0px;
}

.svg-pricing-al1{
  width: 19px;
  color: var(--bg-1);
}
.pricing {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 43px 0px;
}
@media (max-width:991px) {
  .pricing {
    gap: 43px;
  }
}
.pricing .plan {
  background-color: #fff;
  padding: 19px;
  margin: 15px;
  border-radius: 5px;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}
@media (min-width:992px) {
  .pricing .plan {
    width: calc(30.33% - 15px);
  }
}
.pricing .plan h2 {
  font-size: 21px;
  margin-bottom: 15px;
}
.pricing .plan .price {
  margin-bottom: 19px;
  font-size: 25px;
}
.pricing .plan ul.features {
  list-style-type: none;
  text-align: left;
}
.pricing .plan ul.features li {
  margin: 9px;
  display: flex;
  gap: 15px;
}
.pricing .plan ul.features li .fas {
  margin-right: 5px;
}
.pricing .plan ul.features li .fa-check-circle {
  color: var(--bg-1);
}

.pricing .plan button {
  border: none;
  width: 100%;
  padding: 15px 37px;
  margin-top: 19px;
  background-color: var(--bg-1);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
.pricing .plan.popular {
  border: 1px solid var(--bg-1);
  position: relative;
  transform: scale(1.08);
}
@media (max-width:991px) {
  .border-mobile-al1 {
    border: 1px solid var(--bg-1);
    position: relative;
    transform: none;
  }
  .pricing .plan.popular {
    transform: none;
  }
  .pricing .plan {
    transform: none;
  }
}
.pricing .plan.popular span {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--bg-1);
  color: #fff;
  padding: 5px 23px;
  font-size: 17px;
  border-radius: 5px;
}
.pricing .plan:hover {
  box-shadow: 5px 8px 68px -25px rgba(0, 0, 0, 0.37);
}
.btn-tarif-al1{
  color: var(--black)!important;
}
.btn-tarif-al1:hover{
  color: var(--black)!important;
}
.btn-flex-tariff-al1{
  display: flex;
  justify-content: center;
  margin: 25px 0px;
}

.section-forms-cont-al1{
  padding: 43px 0px;
  background: url( pic/icons_header_692dcb2c8feda4.70470093.jpg)center center/cover no-repeat;;
  position: relative;
}
.section-forms-cont-al1::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--hero-1);
  z-index: 1;
}
.txt-form-txt-al1{
  text-align: center;
  color: var(--white);
}
.contacts-form-cont-al1{
  text-align: center;
  color: var(--white);
  
}
.thumb-form-cont-al1{
  position: relative;
  z-index: 2;
display: flex;
gap: var(--gap-25-30);
flex-direction: row-reverse;
align-items: center;

}
@media (max-width:991px) {
  .thumb-form-cont-al1{
    flex-direction:column;

  }
}
.box-form-cont-al1{
  flex: 1;
}
.thumb-adress-form-cont-al1{
  display: flex;
  gap: 43px;
  align-items: center;

}
@media (max-width:576px) {
  .thumb-adress-form-cont-al1 {
    gap: 23px;
    flex-direction: column;
  }
  .thumb-adress-form-cont-al1 {
    padding: 15px 0;
  }
}
.box-adress-form-cont-al1{
flex: 1;
}
.name-adress-form-cont-al1{
  font-size: clamp(17px,4vw,26px);
  font-weight: 600;
  color:var(--white);
  margin: 15px 0px;
}
.txt-link-cont-al1{
  color: var(--white);
}
.main_form label{
  color: var(--white);
  font-weight: 600;
}
.input-form--panel--part{
  width: 100%;
  padding:  19px;
  border-radius: 23px;
  margin:  19px 0px;
  border: none;
}
.textarea-form--panel--part{
  width: 100%;
  padding:  19px;
  border-radius: 23px;
  margin:  19px 0px;
  border: none;
}
.checkbox-box{   
  margin-top: 23px;
  display: flex;
  flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;}
    .checkbox-box1{
      display: flex;
      gap: 15px;
    }
    .confcolor{
      color: var(--white);
    }
    .confcolor:hover{
      color: var(--title-1);
    }
    .button-contacts-al1{
      margin: 25px 0px;
    }
    .img-cont-form-al1 {
      height: 322px;
    }
    .img-cont-form-al1 img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 23px;

      
    }
    .elements3 {
      display: none;
  }
  .link-form-cont-al1{
    word-break: break-all;
    position: relative;
  }
  .link-form-cont-al1::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--title-1);
    transition: width 0.2s;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
  
  .link-form-cont-al1:hover::after {
    width: 100%;
  }

.section-footer{
  padding: 43px 0px;
  background-color: var(--bg-1);
}
.thumb-footer-al1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-bottom: 37px;
  border-bottom: 1px solid var(--title-1);
  
}
@media (max-width:767px) {
  .thumb-footer-al1{
    flex-direction: column;
  }
}
.box-img-foter-al1{
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}
.logo-img-footer-al1{
  width: 43px;
}
.logo-img-footer-al1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;

}
.txt-logo-img-al1{
  color: var(--white);
  margin: 0;
}
.thumb-link-privacy-al1{
  display: flex;
  gap: var(--gap-25-30);

}
@media (max-width:575px) {
  .thumb-link-privacy-al1{
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width:767px) {
  .thumb-link-privacy-al1{
    margin: 25px 0px;
  }
}
.link-footer-privacy-al1{
  color: var(--white);
  position: relative;
}
.link-footer-privacy-al1::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--title-1);
  transition: width 0.2s;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.link-footer-privacy-al1:hover::after {
  width: 100%;
}
.txt-copy-al1{
  text-align: center;
  color: var(--white);
}

.container {
  min-width: 280px;
  max-width: 550px;
  background: #F8F9FD;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(244, 247, 251) 100%);
  border-radius: 43px;
  padding: 25px 37px;
  border: 5px solid rgb(255, 255, 255);
  box-shadow: var(--fm-1) 0px 37px 37px -23px;
  margin: 23px auto;
}
@media (max-width:575px) {
  .container {
    padding: 19px;
  }
}
.heading {
  text-align: center;
  font-weight: 800;
  font-size: 27px;
  color: var(--bg-1);
}

.form {
  margin-top: 23px;
}

.form .input {
  width: 100%;
  background: white;
  border: none;
  padding: 19px 23px;
  border-radius: 23px;
  margin-top: 19px;
  box-shadow: var(--title-1) 0px 15px 15px -5px;
  border-inline: 1px solid transparent;
}

.form .input::-moz-placeholder {
  color: rgb(170, 170, 170);
  font-size: clamp(13px,4vw,17px);
}

.form .input::placeholder {
  color: rgb(170, 170, 170);
  font-size: clamp(13px,4vw,17px);

}

.form .input:focus {
  outline: none;
  border-inline: 1px solid var(--bg-1);
}

.thumb-brn-contact-page-al1{

  display: flex;
  justify-content: center;
  color: var(--black)!important;
}
.txt-btn-form-black-ali{
  color: var(--black)!important;
}
.check-contact-page-al1{
  margin: 25px 0px;
}
.color-contact-page-al1{
  color: var(--black);

}
.size-privacy-label-al1{
  font-size: clamp(13px,3vw,17px);
}

.section-contacts-page-al1{
  padding: 43px 0px;
}
.thumb-contacts-page-al1{
  display: flex;
  gap: var(--gap-25-30);
  padding-bottom: 52px;

}
@media (max-width:991px) {
  .thumb-contacts-page-al1{
    flex-direction: column;
  }
}
.box-contacts-page-al1{
  flex: 1;
}

@media (min-width:768px) and (max-width:991px) {
  .thumb-adress-page-al1 {
    width: 80%;
    margin: 0 auto;
  }
}
.box-adress-page-ali {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-direction:  row-reverse;
}
.item-svg-adress-page-al1 {
  display: flex;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: var(--bg-1);
  justify-content: center;
  align-items: center;
}
@media (max-width:767px) {
  .item-svg-adress-page-al1 {
    width: 52px;
    height: 52px;
  }
}

.svg-adress-al1{
  width: 43px;
  color: var(--white);

}
@media (max-width:767px) {
  .svg-adress-al1{
    width: 37px;}
}
.adress-page-al1 {
  flex: 1;
}
.link-adress-page-al1{
  word-break: break-all;
  color: var(--black);
}
.link-adress-page-al1:hover{
  color: var(--bg-1);
}
.link-adress-page-al1:hover .item-svg-adress-page-al1 {
  background-color: var(--title-1);
}
.name-adress-page-all1{
  font-size: clamp(21px,4vw,29px);
}
.aboutus-section-page-al1{
  padding: 43px 0px;
}
.img-box-aboutus-page-al1{
  height: 293px;
}
.img-box-aboutus-page-al1 img{
width: 100%;
height:100%;
object-fit: cover;
border-radius: 40px;
}
.section-comment-page-al1{
  padding: 43px 0px;
  overflow: hidden;
}
.thumb-comment-al1{
  display: flex;
  gap: var(--gap-25-30);
  justify-content: center;
  flex-direction: row-reverse;
}
@media (max-width:767px) {
  .thumb-comment-al1{
    flex-direction: column;
    align-items: center;
  }
}
.box-comment-al1{
  overflow: hidden;

  position: relative;
  border: 1px solid var(--bg-1);
  border-radius:27px;
  padding: 19px;
  width: 40%;
  display: flex;
  flex-direction: column;
  
}
.box-comment-al1::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, var(--fm-1) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  animation: shine 2s infinite;
}
@media (max-width:575px) {
  .box-comment-al1{
    width: 100%;}
}
@media (min-width:576px)and (max-width:767px) {
  .box-comment-al1{
    width: 80%;
}}
.star-comment-al1{
  display: flex;
  gap: 15px;
}

.star-cmt-al1-svg{
  width: 19px;
  color: var(--bg-1);
}
.box-img-name-al1{
  display: flex;
  gap: 15px;
}
.box-img-comment-al1{
  width: 110px;
  height: 110px;
}
.box-img-comment-al1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0%;
  border: 1px solid var(--bg-1);

}
.txt-comment-al1{
  text-align: center;
  color: var(--black);
  font-size: clamp(14px,4vw,17px);
}
@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

  .knop-1{
    display: block;

    border: 1px solid var(--title-1);
    color: var(--white);
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 40px;
    align-items: center;
    padding: 15px 25px;
    font-weight: 400;
    line-height: 1.3;
    transition: all .2s;
  }
  .knop-1:hover{
    background-color: var(--title-1);
    color: var(--white);
  }
.knop-2{
  text-align: center;
    font-family: inherit;
    display: inline-block;
  padding: 15px 19px;
    line-height: 1.3;
    margin: 23px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--title-1);
    transition: color .5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 40px;
    font-weight: 400;
    color: var(--white);
    

   }
   
   .knop-2:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--title-1);
    height: 152px;
    width: 202px;
    border-radius: 50%;
   }
   
   .knop-2:hover {
    color: #fff;
   }
   
   .knop-2:before {
    top: 100%;
    left: 100%;
    transition: all .7s;
   }
   
   .knop-2:hover:before {
    top: -25px;
    left: -25px;
   }
   
   .knop-2:active:before {
    background: var(--title-1);
    transition: background 0s;
   }
   .knop-3 {
    font-size: 13px;
    position: relative;
    padding: 15px;
    border-radius: 40px;
    border: none;
    color: #fff;
    cursor: pointer;
    background-color: var(--title-1);
    transition: all 0.2s ease;
  }
  
  .knop-3 :active {
    transform: scale(0.96);
  }
  
  .knop-3:before,
  .knop-3:after {
    position: absolute;
    content: "";
    width: 150%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1000;
    background-repeat: no-repeat;
  }
  
  .knop-3:hover:before {
    top: -70%;
    background-image: radial-gradient(circle, var(--title-1) 20%, transparent 20%),
      radial-gradient(circle, transparent 20%, var(--title-1) 20%, transparent 30%),
      radial-gradient(circle, var(--title-1) 20%, transparent 20%),
      radial-gradient(circle, var(--title-1) 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, var(--title-1) 15%, transparent 20%),
      radial-gradient(circle, var(--title-1) 20%, transparent 20%),
      radial-gradient(circle, var(--title-1)20%, transparent 20%),
      radial-gradient(circle, var(--title-1) 20%, transparent 20%),
      radial-gradient(circle, var(--title-1) 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
      10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: greentopBubbles 0.6s ease;
  }
  
  @keyframes greentopBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
        40% 90%, 55% 90%, 70% 90%;
    }
  
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
        50% 50%, 65% 20%, 90% 30%;
    }
  
    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
        50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
  
  .knop-3:hover::after {
    bottom: -70%;
    background-image: radial-gradient(circle, var(--title-1) 20%, transparent 20%),
      radial-gradient(circle, var(--title-1) 20%, transparent 20%),
      radial-gradient(circle, transparent 10%, var(--bg-1) 15%, transparent 20%),
      radial-gradient(circle, var(--title-1) 20%, transparent 20%),
      radial-gradient(circle, var(--title-1) 20%, transparent 20%),
      radial-gradient(circle, var(--title-1) 20%, transparent 20%),
      radial-gradient(circle, var(--title-1) 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0%;
    animation: greenbottomBubbles 0.6s ease;
  }
  
  @keyframes greenbottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
        70% -10%, 70% 0%;
    }
  
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
        105% 0%;
    }
  
    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
        110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
  .knop-4{
    background: linear-gradient(140.14deg, var(--bg-1) 15.05%, var(--title-1) 114.99%)
        padding-box,
      linear-gradient(142.51deg, var(--bg-1) 8.65%, var(--title-1) 88.82%) border-box;
    border-radius: 7px;
    border: 1px solid transparent;
  
    text-shadow: 1px 1px 1px #00000040;
    box-shadow: 8px 8px 23px 0px #45090059;
  
    padding: 15px;
    line-height: 23px;
    cursor: pointer;
    transition: all 0.3s;
    color: white;
    font-size: 13px;
    font-weight: 400;
  }
  
  .knop-4:hover {
    box-shadow: none;
    opacity: 80%;
  }
  .knop-5 {
    padding: 9px;
    text-align: center;
    background: transparent;
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
    border: 1px solid var(--title-1);
    outline: none;
    color: var(--title-1);
    cursor: pointer;
    font-size: 13px;
  }
  
  .knop-5:hover {
    background: var(--title-1);
    color: #ffffff;
    animation: squeeze3124 0.9s both;
  }
  
  @keyframes squeeze3124 {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
  
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
  
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
    }
  
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
    }
  
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
.travel-form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.travel-form-detail {
  flex: 1;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
@media (max-width: 768px){
  .travel-form-group {
      flex-direction: column;
  }
}
.main-content-al1-main .knop-1 {
  color: #000;
}