@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: rgba(0, 0, 0, 0.158);
    border: none;
    font-size: 54px;
    cursor: pointer;
    color: gray;
    display: none;
}

.overlay.active2 {
    display: block;
}



html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    scroll-behavior: smooth;
     font-family: "DM Sans", sans-serif;
    background-color: #ffffff;
}

.header{
    position: relative;
  z-index: 11;
}
.custom-cursor {
  cursor: url('https://pngimg.com/d/cursor_PNG61.png'), auto;
}

.top-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #211c4e;
    padding: 12px 20px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    flex-wrap: wrap;
}

.contact-top {
    color: #333;
}

.contact-top a {
    margin-right: 6px;

    text-decoration: none;
    color: rgb(255, 255, 255);
    /* font-weight: bold; */
}

.social-top a {
    margin-left: 10px;
    display: inline-block;
    color: #ffffff;

}

.contact-top i {
    margin-right: 5px;
    color: #ffffff;
}

.social-top img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.contact-top img {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
   padding: 16px 71px;
    /* flex-wrap: wrap; */
    background-color: #ffffff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    width: 192px;
    z-index: 1;
}

.logo-text {
    font-size: 22px;
    color: #174f3c;
}

.logo-text .yellow {
    color: #f6a900;
}

.navlist {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    list-style: none;
}

.navlist li a {
    position: relative; /* Needed for the ::after positioning */
    text-decoration: none;
    color: var(--ltn__heading-color);
    font-size: 18px;
    padding: 20px 10px;
    display: inline-block;
    white-space: nowrap;
    font-family: "Barlow Condensed", sans-serif;
}

.navlist li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0; /* Change to 0 or suitable value depending on your spacing */
    width: 0;
    height: 3px;
    background-color: #211c4e;
    transition: width 0.3s ease;
}

.navlist li a:hover::after {
    width: 100%;
}



.submit-btn {
    background-color: #8c2ca3;
    color: #222;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #8c2ca3;
}

.slider {
    width: 100%;
    height: 840px;
    /* position: relative; */
    background-image: url(../IMG/asasasasasasasasas.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* z-index: -1; */
    overflow: hidden;
    /* background-image: radial-gradient(at 100% 20%, hsla(34deg, 97%, 57%, .2) 0, transparent 60%), radial-gradient(at 80% 100%, hsla(34deg, 98%, 79%, .2) 0, transparent 60%), radial-gradient(at 40% 20%, hsla(10deg, 78%, 82%, .1) 0, transparent 60%), radial-gradient(at 100% 80%, hsla(73deg, 100%, 88%, .2) 0, transparent 60%), radial-gradient(at 0 50%, hsla(34deg, 98%, 79%, .2) 0, transparent 60%), radial-gradient(at 0 180%, hsla(34deg, 98%, 79%, .2) 0, transparent 60%), radial-gradient(at 100% 180%, hsla(288deg, 77%, 64%, .2) 0, transparent 60%), radial-gradient(at 50% 10%, hsla(34deg, 98%, 79%, .2) 0, transparent 60%), radial-gradient(at 50% 50%, hsla(73deg, 100%, 88%, .2) 0, transparent 60%), radial-gradient(at 20% 50%, hsla(288deg, 77%, 64%, .2) 0, transparent 60%), radial-gradient(at 58% 76%, hsla(50deg, 100%, 67%, .2) 0, transparent 60%), radial-gradient(at 50% 100%, hsla(34deg, 97%, 57%, .2) 0, transparent 60%); */

}
.tree img{
    position: absolute;
    top: 319px;
    left: 0;
    width: 255px;
    mix-blend-mode: multiply;
    transform: scaleX(-1);
}

.slider img {
    position: absolute;
    right: 47px;
    top: 178px;
    width: 908px;
    z-index: 1;
}


.circle img {
    position: absolute;
    right: 115px;
    top: 160px;
    width: 674px;
}

.slide_text {
    position: absolute;
    top: 369px;
    left: 286px;


}



.higest {
    color: #c875dd;
}

.slide_text button {
    border: none;
    padding: 10px 24px;
    font-size: 24px;
    border-radius: 10px;
    font-weight: 600;
    background: #8c2ca3;
    color: #ffffff;
    animation: slideFadeUp 1s ease forwards;
    cursor: pointer;
    transform: scale(1.0);
    transition: transform 0.3s ease, background 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid #000000;
}

.slide_text button:hover {
    transform: scale(1.5);
    background: #59126b;
}

.slide_text h1 {
    font-size: 85px;
    line-height: 1.1;
    /* text-shadow: rgba(0, 0, 0, 0.685) 2px 5px 3px; */
    font-family: Montserrat, sans-serif;
    font-style: normal;
}

.one-color {
    color: #F38531;
}

.two-color {
    color: #51d495;
}

@keyframes slideFadeUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide_text h1 {
    font-size: 62px;
    line-height: 1.1;

    opacity: 0;
    animation: slideFadeUp 1s ease forwards;
}

/* Apply delay for each line for a staggered effect */
.slide_text h1:nth-child(1) {
    animation-delay: 0.5s;
}

.slide_text h1:nth-child(2) {
    animation-delay: 1s;
}

.cloud {
    position: relative;
    animation: slidein 3s linear infinite alternate;
    top: 114px;
}

.content {
    background-image: radial-gradient(at 100% 20%, hsla(34deg, 97%, 57%, .2) 0, transparent 60%), radial-gradient(at 80% 100%, hsla(34deg, 98%, 79%, .2) 0, transparent 60%), radial-gradient(at 40% 20%, hsla(10deg, 78%, 82%, .1) 0, transparent 60%), radial-gradient(at 100% 80%, hsla(73deg, 100%, 88%, .2) 0, transparent 60%), radial-gradient(at 0 50%, hsla(34deg, 98%, 79%, .2) 0, transparent 60%), radial-gradient(at 0 180%, hsla(34deg, 98%, 79%, .2) 0, transparent 60%), radial-gradient(at 100% 180%, hsla(288deg, 77%, 64%, .2) 0, transparent 60%), radial-gradient(at 50% 10%, hsla(34deg, 98%, 79%, .2) 0, transparent 60%), radial-gradient(at 50% 50%, hsla(73deg, 100%, 88%, .2) 0, transparent 60%), radial-gradient(at 20% 50%, hsla(288deg, 77%, 64%, .2) 0, transparent 60%), radial-gradient(at 58% 76%, hsla(50deg, 100%, 67%, .2) 0, transparent 60%), radial-gradient(at 50% 100%, hsla(34deg, 97%, 57%, .2) 0, transparent 60%);
}

/* CSS Styling */









@keyframes slidein {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(50px);
        /* Adjust distance as needed */
    }
}
.top_containor{
    padding: 0 179px;
    padding-bottom: 0px;
  padding-bottom: 173px;
  
}
.two_card{
   position: relative;
  top: 80px;
}

.top_cont_cards{
   display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: auto;
  flex-wrap: wrap;
  gap: 49px;
  
}
.top_cards{
    width: 330px;
  background: #ffffff;
  max-width: 330px;
   box-shadow: 0px 0px 7px 0 #c6c6c6;
    transition: transform 0.3s ease; /* Smooth transition on hover */
  transform: scale(1);
   
   /* margin: 0 auto; */
}


.top_cards:hover {
  transform: scale(1.1);
}



.top-card-img{
    width: 330px;
  height: 247px;
  background: rgb(255, 255, 255);
  overflow: hidden;
  
}

.top-card-img img{
    object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out; /* Smooth transition for the effect */
  transform: scale(1);
}

.top-card-img img:hover{
    transform: scale(1.05);
}
.top-card-text{
    padding: 12px 20px;
}

.top-card-text h2,p, button{
    margin-bottom: 30px;
}

.top-card-text button{
    padding: 11px 22px;
  border: none;
  font-size: 15px;
  background: #df7251;
  color: white;
  cursor: pointer;
  transition: all .1s ease-in-out;
 

}
.top-card-text button:hover{
    background: #ce5f3d;
}
.rocket{
  position: absolute;
  right: 29px;
  /* bottom: -1700px; */
   animation: updown 2s ease-in-out infinite;
}
.rocket img{
    width: 139px;
  transform: rotate(27deg);
}


@keyframes updown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(0);
  }
}


.planet3{
  position: absolute;
  right: 61px;
  /* bottom: -1700px; */
   animation: leftright 2s ease-in-out infinite;
}
.planet3 img{
    width: 139px;
  transform: rotate(27deg);
}


.planet{
  position: absolute;
  left: 29px;
  /* bottom: -1700px; */
   animation: leftright 2s ease-in-out infinite;
}
.planet img{
    width: 139px;
  transform: rotate(27deg);
}

@keyframes leftright {
  0% {
    transform: translatex(0);
  }
  50% {
    transform: translatex(25%);
  }
  100% {
    transform: translatex(0);
  }
}


.planet2{
  position: absolute;
  left: 25px;
  /* bottom: -1180px; */
   animation: leftright 2s ease-in-out infinite;
}
.planet2 img{
    width: 139px;
  transform: rotate(-27deg);
}


.about_us {
    background-color: #f6f9ff;
  padding: 52px 18%;
    overflow: hidden;
}



.about_cont {
    width: auto;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;

}

.about_img img {
    width: 565px;
}


.about_text h3{
    font-size: 23px;
  margin-bottom: 13px;
  color: #686868;
 
  width: 147px;
  /* text-align: center; */
  
 
}

.about_text p{
    font-family: 'Roboto', sans-serif;
    color: gray;
  font-size: 18px;
  text-align: justify;
}

.about_us2 {
    background-color: #e7edfd;
 padding: 52px 106px;
    overflow: hidden;
}



.about_text img{
    fill: #b5b5b5;
  width: 48px;
  height: 48px;
}

.heading img {
     fill: #b5b5b5;
  width: 48px;
  height: 48px;
  margin: auto;
}

.story_us{
     background-color: #ffffff;
}

.heighlight{
    color: #3b3b3b;
  font-weight: 400;
  /* font-style: italic; */
}

.heading {
   display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;

}


.heading h3 {
    font-size: 30px;
   margin-bottom: 33px;
    color: #686868;
    margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 40px;
    
    /* width: 147px; */
}

 .swiper-section {
      padding: 40px 20px;
      /* background: #f9f9f9; */
      text-align: center;
      background-color: #f6f9ff;
    }

    .swiper {
      width: 100%;
      max-width: 1559px;
  height: 550px;
      margin: auto;
    }

    .swiper-slide {
      /* background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      /* border-radius: 10px; */
    }
   
.card {
  background: white;
  width: 311px; /* fixed card width for consistency */
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  margin: auto;
}

.card_img {
  border: 7px solid white;
  border-radius: 8px;
  width: 311px;
  height: 305px;
  position: relative;
  overflow: hidden;
}

.card_img::after {
  content: '';
  background-color: #7167b971;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.3s ease-in-out;
}

.card_img:hover::after {
  transform: translateY(100%);
}

.card_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}

.card_img img:hover {
  transform: scale(1.2);
}

.card_text {
  padding: 0 20px 20px;
  text-align: center;
}

.card_text h3 {
  height: 100px;
  font-size: 22px;
  color: #5c5c5c;
  margin-top: 10px;
}

.card_text button {
  padding: 11px 22px;
  border: none;
  font-size: 15px;
  background: #7067b9;
  color: white;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.swiper-button-next,
.swiper-button-prev {
  /* color: #7067b9; */
  background: #7067b9;
  color: white;
  padding: 30px 30px;
  border-radius: 102px;
  box-shadow: 0px 0px 7px 0px #737373;
}

.swiper-button-prev::after,.swiper-button-next::after {
  /* content: 'prev'; */
  font-size: 18px;
  font-weight: bolder;
}

.swiper-pagination-bullet {
  background: #7067b9;
}

/* Mobile fix */
@media (max-width: 768px) {
  .swiper-container {
    padding: 20px 0;
  }

  .swiper-slide {
    width: 100% !important;
    justify-content: center;
  }

  .swiper-wrapper {
    gap: 0;
  }

  .about_us2 {
  background-color: #e7edfd;
  padding: 52px 0px;
  overflow: hidden;
}
.navigation{
    display: none;
}
}


    .swiper-pagination-bullet {
      background: #7067b9;
    }



.footer {
    background: #2f2961;
    color: #fff;
    padding: 40px 0;
    font-family: 'Segoe UI', sans-serif;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.footer-logo img {
    width: 150px;
    margin-bottom: 10px;
    background:
        white;
    padding:
        9px 11px;
    border-radius:
        4px;
    box-shadow: 6px 6px 1px -2px #000;
}

.footer-logo p {
    font-size: 14px;
    color: #ffffff;
}

.footer-links h3,
.footer-contact h3 {
    margin-bottom: 15px;
    color: #ffbb00;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li {
    margin-bottom: 8px;
}

.footer-links ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links ul li a:hover {
    color: #e787ff;
}

.footer-contact p {
    margin-bottom: 10px;
    color: #ccc;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #ddd;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #8c2ca3;
}

.footer-contact i {
    margin-right: 8px;
    color: #ffbb00;
}

.footer-logo {
    width: 246px;
    text-align: justify;

}

.low-footer {
    display: flex;
    justify-content: center;
    align-content: center;
    background: #211c4e;
    color: white;
}

.low-footer p {
    padding: 15px 11px;

}









/* Base button style */
.wave-btn {
    position: relative;
    padding: 11px 38px;
    border: none;
    border-radius: 25px;
    color: white;
    font-weight: bold;
    font-size: 19px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    transition: background-color 0.3s ease;
}

/* Optional unique background colors for different buttons */
.wave-btn.purple {
    background: #59126b;
}

.wave-btn.green {
    background: #96c100;
}

.wave-btn.purple:hover {
    background: #59126b;
    color: #59126b;
}

.wave-btn.green:hover {
    background: #96c100;
    color: #ffffff;
}

/* Wave container */
.wave-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    top: calc(100% + 1.375rem);
    left: 0;
    z-index: -1;
    transition: top 1s ease;
}

/* Show wave on hover */
.wave-btn:hover .wave-effect {
    top: 0;
}

/* Purple wave style */
.wave-effect.purple {
    background-color: #e7aff5;
}

.wave-effect.purple::before {
    content: "";
    width: 100%;
    height: 1.375rem;
    position: absolute;
    top: -1.3125rem;
    left: 0;
    background-image: url("../IMG/wave-violet.svg");
    background-repeat: repeat-x;
    animation: waveAnim 0.5s linear infinite;
}

/* Green wave style */
.wave-effect.green {
    background-color: #7a9b03;
}

.wave-effect.green::before {
    content: "";
    width: 100%;
    height: 1.375rem;
    position: absolute;
    top: -1.3125rem;
    left: 0;
    background-image: url("../IMG/wave-violet2.svg");
    background-repeat: repeat-x;
    animation: waveAnim 0.5s linear infinite;
}

/* Animation Keyframes */
@keyframes waveAnim {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 7.375rem;
    }
}

@keyframes popup-appear {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    60% {
        transform: scale(1.05);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.popup {
    width: 580px;
    height: 510px;
    position: absolute;
    z-index: 1;
    background: #f7f7f7;
    border-radius: 11px;
    /* border: 3px solid white; */
    left: 0;
    right: 0;
    top: a0;
    margin: auto;
    /* box-shadow: 0px 0px 5px 2px black; */
    overflow: hidden;
    display: none;
    opacity: 0;
    transform: scale(0.5);
    pointer-events: none;
    display: none;
    z-index: 111;
}

.popup.active {
    display: flex;
    animation: popup-appear 0.4s ease-out forwards;
    pointer-events: auto;
}

.popup::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(5px);
    z-index: -1;
}

.close-popup {

    color: white;
    width: 574px;
    display: flex;
    justify-content: end;
    align-content: center;
    padding: 7px 13px;

}


.close {
    background: white;
    padding: 7px 12px;
    text-align: center;
    border-radius: 65px;
    cursor: pointer;
    box-shadow: 1px 1px 1px 0px black;
    color: black;
}



.image-one img {
    width: 125px;
    position: absolute;

    top: 621px;
    right: 670px;
    transform: rotate(-1.1turn);
    animation: pulse 2s infinite;
}


.left{
    width: 140px;
  height: 580px;
  background: #e7edfd;
  position: absolute;
  z-index: 5;
  left: 0;
}

.right{
    width: 140px;
  height: 580px;
  background: #e7edfd;
  position: absolute;
  z-index: 5;
  right: 0;
}

@keyframes pulse {
    0% {
        transform: rotate(-1.1turn);
        /* box-shadow: 0 0 0 rgba(255, 72, 128, 0.4); */
        transform: scale(1);
    }

    50% {
        transform: rotate(-1.1turn);
        /* box-shadow: 0 0 20px rgba(255, 72, 128, 0.7); */
        transform: scale(1.1);
    }

    100% {
        transform: rotate(-1.1turn);
        /* box-shadow: 0 0 0 rgba(255, 72, 128, 0.4); */
        transform: scale(1);
    }
}


.image-two img {
    width: 97px;
    position: absolute;
    top: 166px;
    right: 194px;
    transform: rotate(-1.1turn);
    animation: pulse 2s infinite;
}

.image-three img {
    position: absolute;
    top: 99px;
    left: -5px;
    width: 235px;
    mix-blend-mode: multiply;
    animation: nord 5s linear infinite;
}

@keyframes nord {
    0% {
        transform: translate(-100px, 0);
        opacity: 0;
    }

    10% {

        opacity: 1;
    }

    100% {
        transform: translate(2000px, 50px);

    }
}




#toggleNav {
    position: absolute;
    top: 27px;
    right: 10px;
    bottom: 0;
    display: none;

}

.line {
    border: 2px solid black;
    width: 25px;
    border-radius: 132px;
    margin: 5px 0;
    transition: all .2s ease-in-out;

}



.line2.active {
    width: 19px;

}

.line3.active {
    width: 13px;

}

  @media (max-width: 1452px) {
    .about_cont {
        flex-direction: column;
    }
    .vision{
        flex-direction: column-reverse;
    }
  }

  @media (max-width: 1270px) {
      .tree img {
          top: 140px;
      }
      .slide_text {
  position: absolute;
  top: 425px;
  left: 49px;
}

.about_text h3 {
    width: auto;
}
.about_text{
    text-align: center;
}



  }


  @media (max-width: 1048px) {
    .two_card {
  position: unset;
  top: 80px;
}
  }


/* Responsive */
@media (max-width: 600px) {
    .top-navbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .contact-top,
    .social-top {
        width: 100%;
    }

    .social-top a {
        margin-left: 0;
        margin-right: 10px;
    }

   .slider{
        background-position: right;
      }

    .image-three img {

        top: 79px;
        left: 9px;
        width: 98px;

    }
   .about_img img {
  width: 288px;
}
.about_cont {
  gap: 0;}
}

@media (max-width: 808px) {
    .navlist {

        gap: 10px;
    }
     .tree img {
          top: 140px;
      }
.slider {
    background-position: left;
  }
     
    
}

/* Responsive Design */
@media (max-width: 768px) {
    #toggleNav {
        display: block;
    }

    .about_text p {
        font-family: 'Roboto', sans-serif;
        color: gray;
        font-size: 18px;
        text-align: justify;
        text-align: center;
    }


    .navlist {
        position: absolute;
        background: white;
        top: 90px;
        left: 0px;
        padding: 0 34px;
        transform: translate(-761px);
        transition: transform 0.3s ease-in-out;
        /* Smooth transition for the effect */
    }

    .show {
        transform: translate(0px);
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .navlist {
        flex-direction: column;
        width: 100%;
        padding-top: 10px;
    }

    .navlist li {
        padding: 10px 0;
    }



    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-logo,
    .footer-links,
    .footer-contact {
        margin-bottom: 30px;
    }

    .top_containor {
        padding: 0;
        padding-bottom: 90px;
    }
    .planet,.planet2,.planet3,.rocket{
        display: none;
    }
    .swiper-button-next, .swiper-button-prev, .swiper-pagination{
        display: none;
    }
   
}

@media (max-width: 600px) {
    

    .wave-btn {

        z-index: 0;
    }


.slide_text h1 {
  font-size: xxx-large;
  line-height: 1.1;
  opacity: 0;
  animation: slideFadeUp 1s ease forwards;
    animation-delay: 0s;
  margin-bottom: 20px;
}



    .social-top {
        display: none;
    }

    .fone {
        display: none;
    }
}



.ebook{
 width: auto;
    height: 830px;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 150px;
}

iframe{
    width: 100%;
  height: 100%;

}



