.swiper {
    width: 100%;
    /* height: 100%; */
  }

  .swiper-slide {
      border-radius: 25px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
  }

  .swiper-slide img {
      border-radius: 25px;
border: 1px solid #fff;
border-radius: 25px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .in{
    width: 24%;
  }
  .header__logo img{
    margin-top: 12px;
  }
  .bu{
    margin-left: -37px;
    margin-top: 5px;
  }
  .S{
    margin-left: 12PX;
  }
  button {
font-size: 12px !important;
padding: 0.5em 2em;
border: transparent;
box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
background: dodgerblue;
color: white;
border-radius: 4px;
}

button:hover {
background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(30,144,255,1) 0%, rgba(0,212,255,1) 100%);
}

button:active {
transform: translate(0em, 0.2em);
}
.marqueee span {
    color: white;
    text-align: center;
    font-weight: 400;
  }
    .marqueee {
    width: 100%;
    background-color: transparent;
  /*background-image: linear-gradient(165deg, #100047 0%, #080808 100%);*/
    padding: 5px;
    margin: 10px 0;
  }
  :root {

    --Lotus-main: #1e8067;
    --Lotus-sec: #60DEF7;
}

.banner-bg {
    background-image: linear-gradient(45deg, black, transparent), url(img/2.png);
    background-position: 0px 0px;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 200px;
display: flex;
justify-content: center;
align-items: center;
}

.banner-bg .content .con-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.banner-bg .content .con-head img {
    width: 160px;
    padding: 0px 8px;
}

.banner-bg .content .con-head::after {

    width: 106px;
    height: 6px;
    bottom: 3px;
    background-color: #60DEF7;

    border-radius: 0 0 28px 28px;
}

.banner-bg .content .con-head h1 {
    font-size: 61px;
    font-weight: bolder;
    text-transform: uppercase;
    color: white;
    margin: 0;
    letter-spacing: 2px;

}
span{
    color: #60DEF7;
}
#banner {
    background-color: var(--main-col);
    padding: 20px 0;
  }
  .p-3 {
    padding: 30px;
  }
  .p-10 {
    padding: 10px;
  }
  .b-r {
    border-radius: 21px;
  }
  img {
    width: 100%;
    height: 100%;
  }
  img {
    width: 100%;
  }
  .w-5 {
    width: 50% !important;
  }
  .w-10 {
    width: 10% !important;
  }
  .w-20 {
    width: 20% !important;
  }
  .w-35 {
    width: 35% !important;
  }
  .w-40 {
    width: 70% !important;
  }
  .w-90 {
    max-width: 90% !important;
  }
  .d-f {
    display: flex;
    justify-content: space-around;
  }
          body {
               background: #111; 
              color: white;
          }
          .w-2-5{
              width: 25%;
          } 
          .w-3-5{
              width: 35%;
          }
          .w-2 {
              width: 20%;
          }
  
          .w-7 {
              width: 70%;
          }
  
          .w-3 {
              width: 30%;
          }
  
          @media (max-width:700px) {
              h1{
                  font-size: 35px;
              }
              .about-text-par p{
                  font-size: 12px;
              }
  
              .w-9,
              .w-8,
              .w-7,
              .w-5,
              .w-3-5,
              .w-3,
              .w-2-5,
              .w-2,
              .w-1,
              .w-5 {
                  width: 100% !important;
              }
              .about {
      padding: 21px;
  }
  
  .about-text-par ul li{
      font-size: 10px !important;
  }
  .d-b{
                      display: block;
                  }      
  }
  .about-img {
    box-shadow: -8px 7px 0px var(--Lotus-sec);
    padding: 7px 10px 0px 0px;
    border-radius: 11px;
}
.content .about-head {
    position: relative;
}

.content .about-head h2 {
    font-size: 40px;
    font-weight: 500;
    padding: 11px;
    text-align: left;
    color: #60DEF7;
}

.cont-par p{
  font-size: 17px;
}
h1{
  font-size: 35px;
}

.content .about-head::after {
    content: "";
position: absolute;
width: 91px;
height: 4px;
background-color: #60DEF7;
bottom: -2px;
left: 9%;
transform: translate(-52%);
border-radius: 0 0 28px 28px;

}
.about {
    padding: 35px;

}

.about-text-par {
    text-align: left;
    color: white;
}

.about-text-list {
    justify-content: space-between;
}

.about-text-par ul {
    padding: 0;
    margin: 0;

}

.about-text-par ul li {
    padding: 10px 10px 10px 0px;
    display: flex;
    align-items: center;
    font-size: 16px;

}

.about-text-par ul li i {
    background-color: #60DEF7;
    padding: 4px 5px;
    font-size: 12px;
    /* margin-right: 5px; */
    border-radius: 16px;
    margin: 0px 5px;

}

@media (max-width:450px) {
     .cont-par p{
text-align: center;
font-size: 12px;

}
    .content .about-head h2 {
        font-size: 35px;
        font-weight: 600;
        text-align: center;
    }

    .content .about-head::after {
        content: "";
position: absolute;
width: 130px;
height: 4px;
background-color: #60DEF7;
bottom: -5px;
left: 21%;
transform: translate(-50%);
border-radius: 0 0 28px 28px;

    }

    .about-text-par {
        text-align: left;
        padding: 4px;

    }
}
.content-blog {
    /* background: linear-gradient(122deg, #1a1a1a 0%, var(--menu-col) 48%, var(--main-col) 48%);
    padding: 28px; */

    background: linear-gradient(122deg, #1a1a1a 0%, var(--Lotus-main) 48%, var(--Lotus-sec) 48%, #000000);
    padding: 17px 19px;

}

.blog-img {

    width: 385px;
    height: 268px;
    border-radius: 14px;
    box-shadow: inset -5px 8px 18px 0px #020421;
    padding: 10px;
}

.blog-img-text {
    padding: 20px;
    height: 100%;
}

.blog-img-left {
    margin: 0px 30px;
}

.blog-img-right {
    margin: 0px 192px;
    width: 400px;

}

.blog-text {
    color: white;

    padding: 20px;
    width: 570px;
}

.blog-text h2 {
    text-shadow: -3px 0px 6px black;
    text-transform: capitalize;
    position: relative;
}

.blog-text h2::after {
    position: absolute;
    content: "";
    width: 65px;
    height: 4px;
    background-color: #60DEF7;
    bottom: -5px;
    left: 0%;
}

.blog-text a {
    font-size: 22px;
    /* width: fit-content; */
    /* display: flex; */
    align-items: center;
    padding: 7px 22px;
    /* cursor: pointer; */
    /* gap: 0.4rem; */
    font-weight: bold;
    border-radius: 7px;
    text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
    /* background: linear-gradient(15deg, #590d0d, #642020, #631919, #9b1919, #a21919, #a41919, #9b1919, #642020, #631919) no-repeat;  background-size: 300%; */
    background: linear-gradient(15deg, #1a1a1a 0%, var(--Lotus-main) 44%, var(--Lotus-sec) 72%, var(--Lotus-sec));
    color: #fff;
    border: none;
    /* background-position: left center; */
    box-shadow: 0 30px 10px -20px rgba(0, 0, 0, .2);
    transition: background 0.7s ease;
    letter-spacing: 2px;


}

.blog-text p {
    padding: 10px 0px;
}

.blog-text a:hover {
    background-size: 320%;
    background-position: right center;
    text-shadow: 3px 2px 5px rgb(0, 0, 0);
}

.text-right {
    text-align: right;
    padding: 0px 40px 0px 0px;
}

.text-right h2::after {
    position: absolute;
    content: "";
    width: 65px;
    height: 4px;
    background-color: #60DEF7;
    bottom: -3px;
    left: 62.5%;

}

.flex-dir-clo {
    flex-direction: column;
}

.flex-dir-clo-rev {
    flex-direction: column-reverse;
}

@media (max-width:700px) {
    .mt-14 {
        margin-top: 14px;
    }

    .content-blog {
        padding: 13px;
    }

    .blog-img-text {
        padding: 0;
    }

    .blog-img-right {
        margin: auto;

    }

    .blog-img {
        width: 100%;

    }

    .blog-img-left {
        margin: auto;
    }

    .blog-text {

        width: 100%;

    }

    .text-right {
        padding: 13.5px;
    }
}
.supportive-team {
    background-color: var(--hover-bg-col);
    padding: 55px 0px;
}

.supportive {

    padding: 30px;
    margin: auto;
    background-image: linear-gradient(0deg, #000000cf, #000000cf), url(img/partners/lotus/bg-footer.html);
    background-size: cover;
    position: relative;

    padding: 50px;
    box-shadow: 10px 10px 3px black;


}

.supportive-team .content p {
    padding: 37px 77px;
}

.supportive-team .content h2 {

    /* background-image: linear-gradient(0deg, #03060c, #03060c, #111111 ,#111111); */
    background-image: linear-gradient(134deg, #150215, #100615, #070e16);
    left: 50%;
    transform: translate(-50%);
    /* background: beige; */
    color: #60DEF7;
    position: absolute;
    top: 18px;
    padding: 12px;
    background-color: #03060c;

}

.supportive-team .content {
    border: 1px solid #60DEF7;
    width: 100%;


}

.supportive-team .content a {

    align-items: center;
    padding: 7px 22px;

    font-weight: bold;
    border-radius: 7px;
    text-shadow: 2px 2px 3px rgb(136 0 136 / 50%);
    background: linear-gradient(15deg, #1a1a1a 0%, var(--Lotus-main) 44%, var(--Lotus-sec) 72%, var(--Lotus-sec));
    background-size: 300%;
    color: #fff;
    border: none;

    box-shadow: 0 30px 10px -20px rgba(0, 0, 0, .2);
    transition: background .3s ease;
    letter-spacing: 2px;

}

.supportive-team .content a:hover {

    background-size: 320%;
    background-position: right center;
    text-shadow: 3px 2px 5px rgb(0, 0, 0);

}

@media (max-width:700px) {
    .supportive {
        background-position: center;
    }

    .supportive-team .content p {
        padding: 15px;
    }

    .supportive-team .content h2 {
        background-image: none;
        top: 12px;
        padding: 0px 7px;
        background-color: transparent;

    }
}
