@import url('https://fonts.cdnfonts.com/css/ica-rubrik-black');
@import url('https://fonts.cdnfonts.com/css/poppins');
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wgt@14..32,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Kumbh Sans', sans-serif;
}
/*
body {
  display: flex;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
  height: 100vh;
  height: -webkit-fill-available;
}
html {
  height: -webkit-fill-available;
}
*/
  
/*--------- crazy 3d image slider -----------*/
/*
.banner__3d{
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.banner__3d .slider{
  position: absolute;
  width: 200px;
  height: 200px;
  top: 10%;
  left: calc(50% - 100px);
  transform-style: preserve-3d;
  transform: perspective(1000px);
  animation: autoRun 20s linear infinite;
  z-index: 2;
}
@keyframes autoRun{
  from{
      transform: perspective(1000px) rotateX(-16deg) rotateY(0deg);
  }to{
      transform: perspective(1000px) rotateX(-16deg) rotateY(360deg);
  }
}

.banner__3d .slider .item{
  position: absolute;
  inset: 0 0 0 0;
  transform: 
      rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
      translateZ(400px);
}
.banner__3d .slider .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__3d .content{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1400px, 100vw);
  height: max-content;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.banner__3d .content h1{
  font-family: 'ICA Rubrik';
  font-size: 7em;
  line-height: 1em;
  color: transparent;
  background-image: linear-gradient(to top, #ffba87 0%, #ff8a35 100%);
  background-clip: text;
  position: relative;
  padding-left: 1rem;
  padding-top: 20rem;
}
.banner__3d .content h1::after{
  position: absolute;
  inset: 0 0 0 0;
  content: attr(data-content);
  z-index: 2;
  -webkit-text-stroke: 2px #d2d2d2;
  color: transparent;
  padding-left: 1rem;
  padding-top: 20rem;
}
.banner__3d ,.content h2::after {
  -webkit-text-stroke: 2px black;
  color: transparent;
  padding-left: 0rem;
  padding-top: 0rem;
  content: attr(data-content);
}
.banner__3d .content .author{
  font-family: Poppins;
  text-align: right;
  max-width: 200px;
}
.banner__3d .content h2{
  font-size: 2em;
  font-family: Poppins;
  text-align: right;
  max-width: 200px;
  background-image: linear-gradient(to top, #005477 0%, #71bce1 100%);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    
    
}
.banner__3d .content .model{
  background-image: url(images/lightning-bolt.png);
  width: 100%;
  height: 150vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: auto 130%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}
@media screen and (max-width: 1297px) {
  .banner__3d .slider{
      width: 200px;
      height: 200px;
      left: calc(50% - 80px);
      position: center;
      
  }
  .banner__3d .slider .item{
      transform: 
          rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
          translateZ(400px);
  }
  .banner__3d .content h1{
      text-align: center;
      width: 100%;
      text-shadow: 0 10px 20px #000;
      font-size: 7em;
  }
  .banner__3d .content .author{
      color: #fff;
      padding: 20px;
      text-shadow: 0 10px 20px #000;
      z-index: 2;
      max-width: unset;
      width: 100%;
      text-align: center;
      padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .banner__3d .slider{
      width: 200px;
      height: 200px;
      left: calc(50% - 80px);
      position: center;
      
  }
  .banner__3d .slider .item{
      transform: 
          rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
          translateZ(400px);
  }
  .banner__3d .content h1{
      text-align: center;
      width: 100%;
      text-shadow: 0 10px 20px #000;
      font-size: 7em;
  }
  .banner__3d .content .author{
      color: #fff;
      padding: 20px;
      text-shadow: 0 10px 20px #000;
      z-index: 2;
      max-width: unset;
      width: 100%;
      text-align: center;
      padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner__3d .slider{
      width: 100px;
      height: 150px;
      left: calc(50% - 50px);
  }
  .banner__3d .slider .item{
      transform: 
          rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
          translateZ(180px);
  }
  .banner__3d .content h1{
      font-size: 7em;
  }
}
@media screen and (max-width: 333px) {
  .banner__3d .slider{
      position: absolute;
      width: 100px;
      height: 150px;
      top: 4%;
  }
}

*/






/*
.banner__3d{
  width: 100%;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.banner__3d .slider{
  position: absolute;
  width: 200px;
  height: 200px;
  top: 30%;
  left: calc(50% - 100px);
  transform-style: preserve-3d;
  transform: perspective(1000px);
  animation: autoRun 20s linear infinite;
  z-index: 3;
}
@keyframes autoRun{
  from{
      transform: perspective(1000px) rotateX(-16deg) rotateY(0deg);
  }to{
      transform: perspective(1000px) rotateX(-16deg) rotateY(360deg);
  }
}

.banner__3d .slider .item{
  position: absolute;
  inset: 0 0 0 0;
  transform: 
      rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
      translateZ(400px);
}
.banner__3d .slider .item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__3d {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1400px, 100vw);
  height: max-content;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
 .content h1{
  font-family: 'ICA Rubrik';
  font-size: 9em;
  line-height: 1em;
  color: transparent;
  background-image: linear-gradient(to top, #ffba87 0%, #ff8a35 100%);
  background-clip: text;
  position: relative;
  z-index: 3;
  padding-left: 1rem;
  padding-top: 20rem;
}
.banner__3d .content h1::after{
  position: absolute;
  inset: 0 0 0 0;
  content: attr(data-content);
  z-index: 2;
  -webkit-text-stroke: 2px #d2d2d2;
  color: transparent;
  padding-left: 1rem;
  padding-top: 20rem;
}
.banner__3d ,.content h2::after {
  -webkit-text-stroke: 2px black;
  color: transparent;
  padding-left: 0rem;
  padding-top: 0rem;
}
.banner__3d .content .author{
  font-family: Poppins;
  text-align: right;
  max-width: 200px;
}

.banner__3d .content h2{
  font-size: 2em;
  font-family: Poppins;
  text-align: right;
  max-width: 200px;
  background-image: linear-gradient(to top, #005477 0%, #71bce1 100%);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    z-index: 5;
}
 .model{
  background-image: url(images/lightning-bolt.png);
  width: 100%;
  height: 90vh;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: auto 130%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -3;
}
@media screen and (max-width: 1024px) {
  .banner__3d .slider{
      width: 200px;
      height: 200px;
      left: calc(50% - 80px);
      position: center;
      
  }
  .banner__3d .slider .item{
      transform: 
          rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
          translateZ(400px);
  }
  .banner__3d .content h1{
      text-align: center;
      width: 100%;
      text-shadow: 0 10px 20px #000;
      font-size: 7em;
  }
  .banner__3d .content .author{
      color: #fff;
      padding: 20px;
      text-shadow: 0 10px 20px #000;
      z-index: 2;
      max-width: unset;
      width: 100%;
      text-align: center;
      padding: 0 30px;
  }
}
@media screen and (max-width: 967px){
  .banner__3d .slider{
    width: 160px;
    height: 200px;
    left: calc(50% - 80px);
    position: center;
    
}
.banner__3d .slider .item{
    transform: 
        rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
        translateZ(300px);
}
.banner__3d .content h1{
    text-align: center;
    width: 100%;
    text-shadow: 0 10px 20px #000;
    font-size: 7em;
}
.banner__3d .content .author{
    color: #fff;
    padding: 20px;
    text-shadow: 0 10px 20px #000;
    z-index: 2;
    max-width: unset;
    width: 100%;
    text-align: center;
    padding: 0 30px;
}
}
@media screen and (max-width: 767px) {
  .banner__3d .slider{
      width: 100px;
      height: 150px;
      left: calc(50% - 50px);
  }
  .banner__3d .slider .item{
      transform: 
          rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
          translateZ(180px);
  }
  .banner__3d .content h1{
      font-size: 5em;
  }
}
@media screen and (max-width: 363px) {
  .banner__3d .slider{
    width: 100px;
    height: 150px;
    left: calc(50% - 50px);
    position: center;
    
}
.banner__3d .slider .item{
    transform: 
        rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
        translateZ(180px);
}
.banner__3d .content h1{
    text-align: center;
    width: 100%;
    text-shadow: 0 10px 20px #000;
    font-size: 7em;
}
.banner__3d .content .author{
    color: #fff;
    padding: 20px;
    text-shadow: 0 10px 20px #000;
    z-index: 2;
    max-width: unset;
    width: 100%;
    text-align: center;
    padding: 0 30px;
}
}
*/

/* ------ NavBar Section ------ */
.navbar {
    background: #1f456e;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    position: sticky;
    top: 0;
    z-index: 999;   
}
.navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}
/*Moving img/logo to the top left*/

.logo_navbar{
  position: flex;
  height: flex;
  left: 0px;
  width: 100px;
}
#navbar__logo {
    background-color: #f99185;
    background-image: linear-gradient(to top, #fde7b1 0%, #ff6700 100%);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 2rem;
}
.fa-g {
   margin-right: 0.5rem; 
}
.navbar__menu {
  display: flex; 
  align-items: center; 
  list-style: none;
  text-align: center;
}
.navbar__item {
    height: 60px; 
}
.navbar__links {
  color: #fff;
  display: flex;  
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 0 1rem;
  height: 100%;
}
.navbar__btn {
  display: flex; 
  justify-content: center; 
  align-items: center;
  padding: 0 1rem;
  width: 100%;
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #f9b279;
    color: #fff;
    background-image: linear-gradient(to top, #ffba87 0%, #ff8a35 100%);
}
.button:hover {
  background: #f77062;  
  transition: all 0.3s ease; 
}
.navbar__links:hover {
    color: #f77062;
    transition: all 0.3s ease;
}
@media screen and (max-width: 960px) {
  .navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0; 
  }  
  .navbar__menu {
    display: grid;
    grid-template-columns: auto;
    margin: 0;
    width: 100%;
    position: absolute;
    top: -1000px;
    opacity: 0;
    transition: all 0.5s ease;
    height: 50vh;
    z-index: -1;
    background: #1f456e;
  }
  .navbar__menu.active {
    background: #1f456e;
    top: 100%;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 99;
    height: 50vh;
    font-size: 1.6rem;
  }
  #navbar__logo {
    padding-left: 25px;
  }
  .navbar__toggle .bar {
    width: 25px;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background: #faf9f9;
  }
  .navbar__item {
    width: 100%;
  }
  .navbar__links {
    text-align: center;
    padding: 2rem;
    width: 100%;
    display: table;
  }
  #mobile-menu {
    position: absolute;
    top: 20%;
    right: 5%;
    transform: translate(5%, 20%);
  }
  .navbar__btn {
    display: flex; 
    justify-content: center; 
    align-items: center;
    padding: 0 1rem;
  }
  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    margin: 0;
    font-size: 1.5rem;
  }
  .navbar__toggle .bar {
    display: block;
    cursor: pointer;
  }

  #mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
  }

   #mobile-menu.is-active .bar:nth-child(1) {
       transform: translateY(8px) rotate(45deg);
   }

   #mobile-menu.is-active .bar:nth-child(3) {
       transform: translateY(-8px) rotate(-45deg);
   }
  }
   @media screen and (max-width: 360px) {
    .navbar__container {
      display: flex;
      justify-content: space-between;
      height: 80px;
      z-index: 1;
      width: 100%;
      max-width: 1300px;
      padding: 0; 
    }  
    .navbar__menu {
      display: grid;
      grid-template-columns: auto;
      margin: 0;
      width: 100%;
      position: absolute;
      top: -1000px;
      opacity: 0;
      transition: all 0.5s ease;
      height: 50vh;
      z-index: -1;
      background: #1f456e;
    }
    .navbar__menu.active {
      background: #1f456e;
      top: 100%;
      opacity: 1;
      transition: all 0.5s ease;
      z-index: 99;
      height: 50vh;
      font-size: 1.6rem;
    }
    #navbar__logo {
      padding-left: 25px;
    }
    .navbar__toggle .bar {
      width: 25px;
      height: 3px;
      margin: 5px auto;
      transition: all 0.3s ease-in-out;
      background: #faf9f9;
    }
    .navbar__item {
      width: 100%;
    }
    .navbar__links {
      text-align: center;
      padding: 2rem;
      width: 100%;
      display: table;
    }
    #mobile-menu {
      position: absolute;
      top: 20%;
      right: 5%;
      transform: translate(5%, 20%);
    }
    .navbar__btn {
      display: flex; 
      justify-content: center; 
      align-items: center;
      padding: 0 1rem;
      width: 100%;
    }
    .button {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 80px;
      margin: 0;
      font-size: 1.0rem;
    }
    .navbar__toggle .bar {
      display: block;
      cursor: pointer;
    }
  
    #mobile-menu.is-active .bar:nth-child(2) {
      opacity: 0;
    }
  
     #mobile-menu.is-active .bar:nth-child(1) {
         transform: translateY(8px) rotate(45deg);
     }
  
     #mobile-menu.is-active .bar:nth-child(3) {
         transform: translateY(-8px) rotate(-45deg);
     }
}

/* -------- Hero Section CSS Index html--------*/

/*
.main {
    background-color: #faf9f9;
    padding-top: 5rem;
    padding-bottom: 1rem;
     min-height: 100vh;
    width: 100%;
}
.main__container {
   display: grid; 
   
   align-items: center;
   justify-self: center;
   margin: 0 auto;
   height: 90vh;
   background-color: #faf9f9;
   z-index: 1;
   width: 100%;
   max-width: 1300px;
   padding: 0 50px;
   flex-direction: column;
   min-height: 100vh;
    width: 100%; 
}
.main__content h1 {
    font-size: 4rem;
    background-color: #ff8177;
    background-image: linear-gradient(to top, #ffba87 0%, #ff8a35 100%);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;  
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    justify-self: center;
}
.main__content h2 {
    font-size: 3rem;
    background-color: #71bce1;
    background-image: linear-gradient(to top, #005477 0%, #71bce1 100%);
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-align: center; 
}
.main__content p {
       width: 90%;
       margin: auto;
       text-align: center;
       padding-top: 100px;  
       background-color: none;
       font-size: 2rem;
       color: #fff;
       background-image: linear-gradient(to top, #005477 0%, #71bce1 100%);
       font-weight: 700;
       flex-basis: 31%;
       border-radius: 10px;
       margin-bottom: 5%;
       padding: 20px 12px;
       box-sizing: border-box;
}
*/
/*---------- Index Buttons ----------*/
/*
.box__ {
   display: grid; 
   align-items: center;
   justify-self: center;
   margin: 0 auto;
   height: 90vh;
   background-color: #777;
   z-index: 1;
   width: 100%;
   max-width: 1800px;
   padding: 0 50px;
   flex-direction: column;
} 
*/
.main__btn {
    font-size: 1rem;
    background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
    padding: 14px 32px;
    border: none;
    border-radius: 4px;
    color: #fff;
    margin-top: 2rem;
    cursor: pointer;
    position: relative;
    transition: all 0.35s;
    outline: none;
    text-align: center;
    margin: 20px;
    margin-left: 43%;
}
.main__btn a {
    position: relative;
    z-index: 2;
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.main__btn:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #1f456e;
    transition: all 0.35s;
    border-radius: 4px;
}
.main__btn:hover {
    color: #fff;
}
.main__btn:hover:after {
  width: 100%;
}
#main__img {
    height: 80%;
    width: 80%;
}
.box {
  flex-direction: column;
  margin: 0 auto;
}


/*---------- main about page ---------*/



/* Animation text about us page */

.img {
  display: cover;
  max-width: auto;
  min-height: 380;
  
}
.banner {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('images/valentin-petrov-m-mal-01.jpg');
  background-size: cover;
  background-position: center;
  animation: bgZoomIn 4s ease-in-out 1 forwards;
  z-index: -1;
  pointer-events: none;
}
.banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('images/after.png');
  background-size: cover;
  background-position: top;
  transform: scale(1);
  animation: bgZoomOut 4s ease-in-out 1 forwards;
  z-index: -1;
  pointer-events: none;
}
@keyframes bgZoomIn {
  from {
    transform: scale(1.2);
  } to {
    transform: scale(1);
  }
}
@keyframes bgZoomOut {
  from {
    transform: scale(1);
  } to {
    transform: scale(2);
  }
}
svg path {
  fill: transparent;
  stroke: #ffba87;
  stroke-width: 0.1;
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  animation: textAnimation 4s ease-in-out 1 forwards;
}
/*
svg {
  width: 85vw;
  height: 20vh;
  padding-right: 2rem;
  padding-left: 8rem;
  padding-top: 1rem;
  padding-bottom: 1rem; 
  font-size: 1rem;
  margin-left: 0.5rem;
  margin-right: 1rem;
}
  */
@keyframes textAnimation {
  0% {
    stroke-dashoffset: 50;
  }
  80% {
    fill: transparent;
  }
  100% {
    fill: #ff8a35;
    stroke-dashoffset: 0;
  }
}
@media (max-width: 1920px) {
  .title svg {
    margin-left: 5%;
    
    margin-top: 3rem;
  }
}
@media (max-width: 850px) {
  .title svg {
    margin-left: -8%;
    margin-top: 1em;
  }
  
  svg path {
      font-size: 2.5rem;
      margin-bottom: 1rem;
      white-space: normal;
  }
  svg {
    width: 85vw;
    height: 25vh;
    padding-right: 2rem;
    padding-left: 8rem;
    padding-top: 1rem;
    padding-bottom: 1rem; 
    font-size: 1rem;
    margin-left: 0.5rem;
    margin-right: 1rem;
  }
}
@media (max-width: 471px) {
  svg path {
    width: 25vw;
    height: 25vh;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem; 
    font-size: 1rem;
}
svg {
  width: 85vw;
  height: 25vh;
  padding-right: 2rem;
  padding-left: 8rem;
  padding-top: 1rem;
  padding-bottom: 1rem; 
  font-size: 1rem;
  margin-left: 0.5rem;
  margin-right: 1rem;
}
}

@media (max-width: 416px) {
  svg {
    width: 85vw;
    height: 25vh;
    padding-right: 2rem;
    padding-left: 8rem;
    padding-top: 1rem;
    padding-bottom: 1rem; 
    font-size: 1.4rem;
    margin-left: 0.5rem;
    margin-right: 1rem;
}
@media (max-width: 360px) {
  .card {
      width: 100%;
      height: 60%;
      padding-right: 2rem;
      padding-left: 2rem;
      padding-top: 1rem;
      padding-bottom: 1rem; 
  }
  .card-inner {
      width: 100%;
      height: 100%;
      padding-right: 2rem;
      padding-left: 2rem;
      padding-top: 1rem;
      padding-bottom: 1rem;  
  }
   h2 {
      width: 100%;
      height: 100%;
      padding-right: 2rem;
      padding-left: 2rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      font-size: 1rem; 
  } 
  html {
      font-size: 50%;
    }
    svg  path {
      width: 56vw;
      height: 20vh;
      padding-right: -1rem;
      padding-left: -1rem;
      padding-top: 1rem;
      padding-bottom: 1rem; 
      font-size: 1.4rem;
      margin-left: 0.5rem;
      margin-right: 1rem;
  }
  svg .title .wrapper__svg {
    text-align: left;

  }
    
}
}







/*---------- main content our services ---------*/

.course {
       width: 90%;
       margin: auto;
       text-align: center;
       padding-top: 100px;  
       background-color: none;
    }
h1 {
      font-size: 36px;
      font-weight: 800;
      margin-top: -50px;
      color: #013220;
   
    }
p {
      color: #ffa700;
      font-size: 14px;
      font-weight:600;
      line-height: 22px;
      padding: 10px;
      
    }
    .header {
      color: #317873;
      font-size: 18px;
      font-weight:500;
      line-height: 22px;
      padding: 10px;
    
    }
    .row {
      margin-top: 5%;
      display: flex;
      justify-content: space-between;
    }
    .course-col {
       flex-basis: 19%;
       background: #1f456e;
       border-radius: 10px;
       margin-bottom: 5%;
       padding: 20px 12px;
       box-sizing: border-box;
       transition:0.5s;
    }
    h3 {
      text-align: center;
      font-weight: 600;
      margin: 10px 0;
      color: #a0d6b4;
    }
    .course-col:hover {
      box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
      background-image: linear-gradient(to top, #ffba87 0%, #ff8a35 100%);
     
    }
    .course-col:hover p {
      color: black;
    }
    .course-col:hover h3 {
      color: white;
    }
    @media(max-width: 700px) {
      .row {
           flex-direction: column;
      }
    }
    @media screen and (max-width: 768px) {
  .main__ourservices {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    justify-self: center;
    width: 100vw;
    margin: 0 auto;
    height: 100vh;
  }
  .course-col {
       flex-basis: 19%;
       background: #1f456e;
       border-radius: 10px;
       margin-bottom: 5%;
       padding: 20px 12px;
       box-sizing: border-box;
       transition:0.5s; }
   .row {
           flex-direction: column;
      }
  .main__container__ourservices .main__content__ourservices {
    text-align: center;
    margin-bottom: 4rem;
  }
  .course {
       width: 80%;
       height: 50%;
       margin: auto;
       text-align: center;
       padding-top: 100px;  
       background-color: 
  }
  .button-container {
  display: inline-flex;
  justify-content: center;
}
.main__btn {
    padding: 12px 36px;
    margin: 2.5rem 0; 
}
}

@media  and (max-width: 480px) {
.main__content h1 {
        font-size: 2rem;
        margin-top: 3rem;     
    }

    .main__content h2 {
        font-size: 2rem;
        
    }

    .main__content p {
        margin-top: 2rem;
        font-size: 1.5rem;
    }

.main__btn {
    padding: 12px 36px;
    margin: 2.5rem 0; 
}
.button-container {
  display: flex;
  justify-content: center;
}
}





/*----------- main content see our work ----------*/

/* Importing Google Fonts - Inter */


.seeourwork {
  font-family: "Inter", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.main__container__seeourwork {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.body {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: auto;
background: linear-gradient(#ECEFFE, #ced6fb);

} 

.card-wrapper {
  max-width: 1700px;
  margin: 0 60px 35px;
  padding: 40px 10px;
  overflow: hidden;
}
.card-list .card-item {
  list-style: none;
  
}
.card-list .card-item .card-link {
  user-select: none;
  display: block;  
  background-image: linear-gradient(to top, #ffba87 0%, #ff8a35 100%);
  padding: 18px;
  border-radius: 12px;
  text-decoration: none;
  border: 2px solid transparent;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease;
  
}
.card-list .card-item .card-link:active {
  cursor: grabbing;
}
.card-list .card-item .card-link:hover {
  border-color: #5372f0;
}
.card-list .card-link .card-image {
  width: 100%;
  aspect-ratio: 8 / 9;
  object-fit: cover;
  border-radius: 10px;
}
.card-list .card-link .badge {
  color: #5372f0;
  padding: 8px 16px;
  font-size: 0.95rem;
  font-weight: 500;
  margin: 16px 0 18px;
  background: #dde4ff;
  width: fit-content;
  border-radius: 50px;
} 
.card-list .card-link .card-title {
  font-size: 1.19rem;
  color: #000;
  font-weight: 600;
}
.card-list .card-link .card-button {
  height: 35px;
  width: 35px;
  color: #5372f0;
  border-radius: 50%;
  margin: 30px 0 5px;
  background: none;
  cursor: pointer;
  border: 2px solid #5372f0;
  transform: rotate(-45deg);
  transition: 0.4s ease;
}
.card-list .card-link:hover .card-button {
  color: #fff;
  background: #5372f0;
}
.card-wrapper .swiper-pagination-bullet {
  height: 13px;
  width: 13px;
  opacity: 0.5;
  background: #5372f0;
}
.card-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}
.card-wrapper .swiper-slide-button {
  color: #5372f0;
  margin-top: -35px;
}


/* Responsive media query code for small screens */
@media (max-width: 768px) {
  .card-wrapper {
    margin: 0 10px 25px;
  }

  .card-wrapper .swiper-slide-button {
    display: none;
  }
}

/*
@media screen and (max-width: 1024px) {
  .card-item .card-link .card-wrapper .main__container__seeourwork .card-list {
    width: 100vw;
    height: 100vh;
}
} 
@media screen and (max-width: 820px) {
  .card-wrapper {
    grid-template-columns: 100%;
    
  }
  .main__container__seeourwork swiper {
    grid-template-columns: 100%;
  }
  .card-link {
    grid-template-columns: 100%;
  }
  .card-item swiper-slide {
    grid-template-columns: 100%;
  }
  .main__container__seeourwork {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 768px) {
  .card-wrapper {
    margin: 0 10px 25px;
  }
  .card-wrapper .swiper-slide-button {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .card-wrapper {
    margin: 0 10px 25px;
  }
  .card-wrapper .swiper-slide-button {
    display: none;
  }
  #card-link {
   size-adjust: 1rem;
  }
  .card-item .swiper-slide .swiper-slide-active {
    grid-template-columns: 50%;
    height: 40%;
    width: 50%;
    margin-bottom: 50%;
  }
  .card-image {
    height: 50%;
  }


}
*/
/* main content contact us */











/* Mobile Responsive */

@media screen and (max-width: 768px) {
  .main__container {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    justify-self: center;
    width: 100%;
    margin: 0 auto;
    height: 90vh;
  }
  .main__content {
    text-align: center;
    margin-bottom: 4rem;
  }
  .main__content h1 {
    font-size: 2.5rem;
    margin-top: 2rem;
  }
  .main__content h2 {
    font-size: 2rem;
  }
  .main__content p {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
  .button-container {
  display: flex;
  justify-content: center;
}
.main__btn {
    padding: 12px 36px;
    margin: 2.5rem 0; 
}
}

@media  and (max-width: 820px) {
.main__content h1 {
        font-size: 2rem;
        margin-top: 3rem;       
    }

.main__content h2 {
        font-size: 2rem;
    }

.main__content p {
        margin-top: 2rem;
        font-size: 1.5rem;
    }

.main__btn {
    padding: 12px 36px;
    margin: 2.5rem 0; 
    }
.button-container {
  display: flex;
  justify-content: center;
   }
}
/*------------- Animated Contact Form CSS ---------------------*/




/*----new footer----*/

footer {
  text-align: center;}
  
  .footer-container {
  background-color: #faf9f9;
  display: flex;
  text-align: center;
}
  
  .footer-container a {
  color: #F5F6F7;
  padding: 42px 16px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: large;}
  
  .footer-left {
  margin-right: auto;
  background-color: #f99185;
  background-image: linear-gradient(to top, #fde7b1 0%, #ff6700 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-size: 2rem;
  cursor: pointer;
  text-decoration: none;
  padding: 16px 44px 0px 0px;
  flex-direction: column;
  
}
  
  .fa:hover {
  color: #45405F;}
  
  .footer-icons {
  justify-content: space-between;
  padding: 16px 44px 0px 0px}
  
  .footer-icons ul {
  list-style-type: none;}
  
  .footer-icons li {
  display: inline-block;}
  
  .footer-right {
  margin-left: auto;
}
  
  .copyright 
  {background-color: #faf9f9;
  overflow: hidden;}



.logo_navbar {
  size-adjust: 20px;
}



/*--------- Footer CSS -----------*/

#flex-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  
}
#flex-container > footer {
  margin-top: auto;
}

.footer__container .footer__links .footer__link--wrapper .footer__link--items {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: transparent;
  color: white;
  text-align: center;
  z-index: 10;
}
.footer__container {
  background-color: #faf9f9;
  padding: 10rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0rem;
  z-index: 10;
}

#footer__logo {
  background-color: #f99185;
    background-image: linear-gradient(to top, #fde7b1 0%, #ff6700 100%);
    background-size: 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 2rem;
  
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 2rem;
  z-index: 10;
 
}

.footer__links {
  
  width: 100%;
 
  min-width: 320px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 10;
}

.footer__link--wrapper {
  display: flex;
  z-index: 10;
}

.footer__link--items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 16px;
  text-align: left;
  width: 160px;
  box-sizing: border-box;
  z-index: 10;
}

.footer__link--items h2 {
  margin-bottom: 16px;
  z-index: 10;
}

.footer__link--items > h2 {
  color: #141414;
  z-index: 10;
}

.footer__link--items a {
  color: #141414;
  text-decoration: none;
  margin-bottom: 0.5rem;
  z-index: 10;
}

.footer__link--items a:hover {
  color: #e9e9e9;
  transition: 0.3s ease-out;
  z-index: 10;
}


/* Social Icons*/

.social__icon--link {
  color: black;
  background-image: linear-gradient(to top,
    #a0d6b4 0%,
    #317873 100%);
  font-size: 24px;
  background-size: 50%;
  background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 3rem;
    padding-bottom: 0.5em;
    z-index: 10;
    
}

.social__media {
  max-width: 1000px;
  width: 100%;
  z-index: 10;
  height: 0.1rem;
}

.social__media--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1000px;
  margin: 40px auto 0 auto;
  z-index: 10;
}

.social__icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80px;
 
  z-index: 10;
}

.social__logo {
  color: #fff;
  justify-self: flex-start;
  margin-left: 20px;
  cursor: pointer;
  text-decoration: none;
  font-size: 2rem;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  z-index: 10;
}

.website__rights {
  color: #141414;
  z-index: 10;
}

@media screen and (max-width: 820px) {
  .footer__links {
    padding-top: 1rem;
    z-index: 10;
    
  }

  #footer__logo {
    margin-bottom: 2rem;
    z-index: 10;
  }

  .website__rights {
    margin-bottom: 2rem;
    z-index: 10;
  }

  .footer__link--wrapper {
    flex-direction: column;
    z-index: 10;
  }

  .social__media--wrap {
    flex-direction: column;
    z-index: 10;
  }
}

@media screen and (max-width: 480px) {
  .footer__links {
    padding-top: 1rem;
    z-index: 10;
    
  }

  #footer__logo {
    margin-bottom: 2rem;
    z-index: 10;
  }

  .website__rights {
    margin-bottom: 2rem;
    z-index: 10;
  }

  .footer__link--wrapper {
    flex-direction: column;
    z-index: 10;
  }

  .social__media--wrap {
    flex-direction: column;
    z-index: 10;
  }
}
@media screen and (max-width: 362px) {
  .footer__links {
    padding-top: 1rem;
    z-index: 10;
    
  }

  #footer__logo {
    margin-bottom: 2rem;
    z-index: 10;
  }

  .website__rights {
    margin-bottom: 2rem;
    z-index: 10;
  }

  .footer__link--wrapper {
    flex-direction: column;
    z-index: 10;
  }

  .social__media--wrap {
    flex-direction: column;
    z-index: 10;
  }
}