@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
* {
  padding: 0;
  margin: 0;
  font-family: lora;
}
a{
  text-decoration: none;
  color: white;
  fill: white;
}
a:active{
  color: white;
}
a:visited{
  color: white;
}
html {
  scroll-behavior: smooth;
}
.desc {
  color: white;
  position: relative;
  z-index: 100;
}
.hero-section {
  position: relative;
}

.endline {
  position: absolute;
  color: white;
  bottom: 20px;
}
.about-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;

}
.about-flex .about-content{
  font-size: 1.4rem !important;
  text-align:justify;


}
.nameWithline {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.nameWithline .desc {
  font-weight: 700;
  font-size: 1.2rem;
}
.endline {
  font-weight: 700;
}
.parallax-item {
  width: 100%;
  min-height: 100vh;
}

.parallax-item h2 {
  font-size: 3rem;
  color: rgb(240, 224, 227);
}
nav {
  display: flex;
  position: fixed;
  top: 0;
  height: 60px;
  align-items: center;
  width: 100vw;
  
  background-color: black;
  justify-content: space-between;

  z-index: 10000;
}
.icon-div {
  overflow: auto;
  height: 25px;
  cursor: pointer;
  width: 25px;
}
.leftItem img {
  height: 100%;
  width: 100%;
}
.leftItem {
  color: white;
  cursor: pointer;
}
.col{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.left {
  margin-left: 20px;
  color: white;
}
.right {
  margin-right: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.parallax-item:first-child {
  background: url("/assets/images/bannerImage1.png");
  background-size: cover;
}
#pro{
  color: black !important;
  font-size: 2.5rem !important;
}
.projectBtn{

 width: 100px;
 height: 50px;
 background: white;
 color: black;
 font-size: 1.3rem;
 display: flex;
margin:50px 0 80px 0;
 align-items: center;
 justify-content: center;
 font-weight: 1000;
 
 background: url("/assets/images/imdbLogo.png");
 background-size: 100% 100%;
 cursor: pointer;
}
#modalW{
  padding: 70px;
}
.contact{
  height: 30vh !important;
  min-height: 20vh !important;
  display: flex;
  
  padding: 20px 0;
  background: black !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: #fff;
}
.contact h2{
    font-size:2.2rem !important;
}
.contact h3{
    font-size:1.2rem !important;
}

.parallax-item:nth-child(2) {
  background: black;
}


.parallax-item:nth-child(3) {
  background: url("/assets/images/transitionImage.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed; /* Parallax Effect for DIV 3 */
  min-height: 600px;
}

/*.parallax-item contact h3,h5{*/
/* color:#151E29;*/
/*}*/


@media screen and (max-width: 768px) {
 

    .testimonial{
        padding-top:0;
        padding-bottom: 0;
    }
  .parallax-item h2 {
    font-size: 1.5rem !important;
  }
  .desc {
    font-size: 0.8rem !important;
  }
}
.div2 {
  height: 200vh;
}
.overlay1 {
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
}

.hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-section h2 {
  position: relative;
  z-index: 100;
  font-size: 4rem;
  font-weight: 800;
}
.heading {
  margin-top: 70px;
}
.cardGrid {
  padding: 50px 10px 0 10px;
  display: grid;
  grid-template-columns: auto auto auto auto;

  row-gap: 50px;
  column-gap: 50px;
  width: 80%;
  justify-content: center;
  align-items: center;

  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
    .cardGrid {
        grid-template-columns: auto auto;
      }
    
}
@media (max-width: 1050px) {
  .icongrid {
    grid-template-columns: auto auto !important;
  }
}
@media (max-width: 950px) {
  .cardGrid {
    grid-template-columns: auto auto;
  }

 .abaoutMe .about-flex {
    flex-direction: column;
    width: 70% ;
    font-size: 1.1rem;
  gap: 30px;

    align-items: center;
    justify-content: end;
  }
  .about-content {
    width: 100% !important;
    font-size: 1.5rem !important;

   
  }
  
  .card {
    width: 280px !important;
  }
}
@media (max-width: 620px) {
      .extra{
    font-size: 1rem !important;
  }
  #modalW{
    padding: 30px !important;

  }
  .sub1,.sub2,.sub3{
    font-size: 1.2rem !important;
    margin-top: 20px;

  }
.sub11{
  font-size: 1.2rem !important;
  margin-top: 20px;

}
  .data ul{
    font-size: 1rem !important;
  }
  .data .line{
       font-size: 1rem !important;
  }
  
  .cardGrid {
    grid-template-columns: auto;
  }
  .card {
    width: 300px !important;
  }
  .abaoutMe .about-flex{
 
  width:80vw
  }
  .data .ul{
    font-size: 1.3rem;
  }
  #cont0,#cont1,#cont2,#cont3{
    font-size: 1rem !important;
  }
  .info .name{
    font-size: 1rem !important;
  }

  .info .designation{
    font-size: 1rem !important;
  }
}
.icon-part img {
  height: 100%;
  margin: 0 auto;
}
.icon-part {
  height: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-cont {
  text-align: center;
  color: white;
  height: 30%;
}

.abaoutMe {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  align-items: center;
  width: 100vw;
  z-index: 1;
}
.texture {
  position: absolute;
  width: 100vw;
  z-index: -1;
  height: 100%;
}
.about-flex {
  width: 80vw;
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
.image-part {
  width: 250px;
  height: 250px;
}
.image-part img {
    margin-top:22px;
  height: 100%;
  width: 100%;
}
.about-content {
  color: white;
  width: 55%;
}

:root {
  --dark: #1c1c1c;
  --light: #c4c4c4;
  --teal: #008080;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p {
  font-size: 1.4rem;
  color: var(--light);
  font-family: var(--comfortaa);
}

.typed-text {
  color: #007fff;
  font-family: var(--redressed);
}

.cursor {
  display: inline-block;
  width: 3px;
  margin-left: 4px;
  background: #007fff;
}

.cursor.blink {
  animation: blink 0.8s ease-in-out infinite;
}

@keyframes blink {
  0%,
  100% {
    background: #007fff;
  }
  40%,
  50% {
    background: transparent;
  }
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.flex-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top:50px;
}

.card {
  position: relative;
  width: 250px;
  height: 340px;
  background: #000;
  border-radius: 18px;
  object-fit: cover;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.poster {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.poster::before {
  content: "";
  position: absolute;
  bottom: -45%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: 0.3s;
}

.card:hover .poster::before {
  bottom: 0;
}

.poster img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
}

.card:hover .poster img {
  transform: scale(1.1);
}

.details {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 1.5em 1.5em 2em;
  background: #000a;
  backdrop-filter: blur(16px) saturate(120%);
  transition: 0.3s;
  color: #fff;
  z-index: 2;
}

.card:hover .details {
  bottom: 0;
}

.details h1,
.details h2 {
  font-weight: 700;
}

.details h1 {
  font-size: 1.5em;
  margin-bottom: 5px;
}

.details h2 {
  font-weight: 400;
  font-size: 1em;
  margin-bottom: 10px;
  opacity: 0.6;
}

.details .rating {
  position: relative;
  margin-bottom: 15px;
  display: flex;
  gap: 0.25em;
}

.details .rating i {
  color: #e3c414;
}

.details .rating span {
  margin-left: 0.25em;
}

.details .tags {
  display: flex;
  gap: 0.375em;
  margin-bottom: 0.875em;
  font-size: 0.85em;
}

.details .tags span {
  padding: 0.35rem 0.65rem;
  color: #fff;
  border: 1.5px solid rgba(255 255 255 / 0.4);
  border-radius: 4px;
  border-radius: 50px;
}

.details .desc {
  color: #fff;
  opacity: 0.8;
  font-size: 1rem;

  line-height: 1.5;
  margin-bottom: 1em;
}

.details .cast h3 {
  margin-bottom: 0.5em;
}

.details .cast ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  width: 100%;
}

.details .cast ul li {
  list-style: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  border: 1.5px solid #fff;
}

.details .cast ul li img {
  width: 100%;
  height: 100%;
}

.human-resources {

  --bg-color-light: #f1f7ff;
  --text-color-hover: white;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.cardIcon {
  width: 220px;
  height: 321px;

  border-top-right-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
}
svg {
  height: 40px;
  width: 40px;
}

.cardIcon:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
}

.cardIcon:hover .overlay {
  transform: scale(4) translateZ(0);
}

.cardIcon:hover svg {
  fill: white;
}
.cardIcon:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.cardIcon:hover .circle:after {

}

.cardIcon:hover p {
  color: var(--text-color-hover);
}

.cardIcon:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
    0 15px 24px var(--box-shadow-color);
}

.cardIcon p {
  font-size: 17px;
  color: whitesmoke;
  margin-top: 30px;
  z-index: 1000;
  padding: 0 30px;
  transition: color 0.3s ease-out;
}

.icongrid {
  margin-top: 100px;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: auto auto auto auto;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
  column-gap: 70px;
}

.swiperPart{
  display: flex;
  margin-top: 30px;
 flex-wrap: wrap;
 width: 100%;
  column-gap: 20px;
  row-gap: 20px;
  justify-content: center;
  align-items: center;

    
}

.circle {
  width: 131px;
  height: 131px;
 
  

  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.mob {
  display: none;
}

.circle svg {
  z-index: 1000;
  width: 200px !important;
  height: 200px !important;
  transform: translateZ(0);
}
.item {
  display: none;
}
.overlay {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 70px;
  left: 50px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

@media (max-width: 560px) {
  .icongrid {
    grid-template-columns: auto !important;
  }
}


.cardIcon p {
  text-align: center !important;
}
.rightMob {
  display: none;
}

@media (max-width: 740px) {
  .right {
    display: none;
  }
  .mob {
    display: flex;
  }
  
  .item {
    color: white;

    display: block;
  }
  .drop {
    height: 0px;

    display: flex;
    position: fixed;
    top: 60px;
    overflow: auto;
    flex-direction: column;
    transition: 0.8s;
    align-items: center;
    width: 100vw;
    background-color: black;
    justify-content: space-between;

    z-index: 10000;
  }
  .itemLinks {
    display: flex;

    gap: 10px;
  }
  .rightMob {
    position: fixed;
    z-index: 10000;
    top: 23px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
  }
  .buttonDiv {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 25px;
  }
  .line1 {
    width: 100%;
    height: 3px;
    background: white;
  }
}
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.two {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 0.5s;
}
.three {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.four {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 2s;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.parallax-item:first-child {
  margin-top: 4vh;
  width: 100%;
  min-height: 95vh;
  background-size: 100vw 100vh !important;
}
@media (max-width: 1080px) {
  .parallax-item:first-child {
    width: 100%;
    min-height: 95vh;

    background: url("/assets/images/bannerImageMob.png") !important;
    background-size: 100vw 100vh !important;
  }
}
@media (max-width: 760px) {
  .parallax-item:first-child {
    width: 100%;
    min-height: 95vh;

    background: url("/assets/images/bannerImageminiMob.png") !important;
    background-size: 100vw 100vh !important;
  }
}
.cssanimation,
.cssanimation span {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.cssanimation span {
  display: inline-block;
}

.leFadeInLeft span {
  animation-name: leFadeInLeft;
}
@keyframes leFadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
  }
}
.icon-div {
  overflow: hidden;
}
.icon-div svg {
  height: 100%;
  width: 100%;
}


.testimonialcontainer {
  
  width: 100%;
  display: flex;
  align-items: center;
  

  justify-content: center;

  

}
.awardVarient{
  background: black !important;
  margin: 40px 0px;
  overflow: auto;

}

.movieVarient{
background: none !important;
  margin: 40px 0px;
  overflow: auto;
}

.testimonialCover{

    position: relative;
    display: flex;
    flex-direction: column;
  justify-content: space-around;
  align-items: center;
    background: url("/assets/images/testimonialBack.jpg");
    background-size: 100vw 100vh;
    background-repeat: no-repeat; 
}
@media (min-width:600px){
  .test{
    height:100vh !important;
  }
}
.testmonialHead{
    position: relative;
    z-index: 100;
}

.overlay2{
    position: absolute;
    height: 100vh;
    width: 100vw;

    background: rgba(0, 0, 0,0.4);
}
.testimonial {
  position: relative;
  max-width: 900px;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
@media (min-width:700px) {
  .testimon{
    padding: 0 !important;
  
  }
 
 
}

.testimonial .image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial .slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
  width: 100%;
}
.slide p {
  text-align: center;
  padding: 0 160px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}
.col p{
    color: white;

}


/* swiper button css */
.nav-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  transform: translateY(30px);
  
  transition: 0.2s;
}
.nav-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: white !important;
}
.swiper-pagination-bullet-active {
  background-color: white !important;
  width: 25px !important;
  border-radius: 3px !important;
}
@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }
  .slide-track{
    height: 50px;
   
  }
  .nav-btn {
    display: none !important;
  }
  #hd{
    margin-top:60px !important;
  }

}


.mainSection {
    background-color:black;
    width: 100% !important;
    overflow: hidden !important;
 
  }
  
.Click-here {
    cursor: pointer;
 
  
  }

  .custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
  }
  .custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 80vw;
    margin: 30px auto;
    max-width: 97%;
  }
  .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
      overflow-y: auto;
  }
  .model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
  }
  .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
  }
  .close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
  }
  
  
  @media screen and (min-width:800px){
      .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
      }
  }
  @media screen and (max-width:799px){
    .custom-model-inner{margin-top: 45px;}
  }
  
  .awardCard{
    background-color: rgb(17, 3, 3);
    border: 1px solid rgb(135, 135, 135);
    height: 320px;
    border-radius: 10px;
    width: 300px;

    padding: 10px;
  }
  .aimage-div{
    height: 80%;
    width:100%;
  }
  .aimage-div img{
      object-fit:contain;
    height:100% !important;
    width: 100% !important;
  }
  .a-content{
    color: white;
    text-align: center;
  }


  
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;

  position: relative;
  width: 100%;
}

.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
  gap:40px;
}
/*.slider .slide {*/
/*  height: 100px;*/
/*  width: 250px;*/
/*}*/

.clientele{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
 padding-bottom: 50px;
}
.slide img{
    object-fit:contain;
  height: 100px;
}

@media (max-width:668px) {
  .slide-track{
    height: 50px;
  
  }
  .logo{
    height: 100%;
  }
  .logo img{
    height:100%;
    width:auto;
    
  
  }
  .slider .logo{
    height: 100% !important;
    width: fit-content !important;
  }
  
  
}
.linkedin{
  height: 20px !important;
  width: 20px !important;
}
.data{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.data ul{
  font-size: 1.4rem;
}
.data .line{
      font-size: 1.4rem;
}
.black::after{
  color: black !important;

}
.black{
  display: block !important;
}
.mimg{
  height: 100% !important;
}

.col .p{
  font-size: 1.3rem !important;
}

#cont0,#cont1,#cont2,#cont3{
  font-size: 1.45rem;
}
.info .name{
  font-size: 2.25rem ;
  font-weight:600;
}
.info .designation{
  font-size: 1.45rem ;
    font-weight:500;
}
.swiper-button-next::after{
  
margin-bottom: 250px;
}
.swiper-button-prev::after{
  
  margin-bottom: 250px;
  }

  .abtn{
    display: none !important;
  }
  #aw{
    max-width: 100vw !important;
  }
  .sub1,.sub2,.sub3{
    font-size: 1.7rem;
    margin-top: 20px;

  }
  .sub11{
    font-size: 1.7rem;
    margin-top: 20px;
  }

  .white{
    background-color: white !important;
  }
  .icongridCover{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  @media (max-width:450px) 
  {
   .col{
    width: 90% !important;
   } 
  }
  #modalW{
    overflow-x: hidden !important;
  }
  
  
  
  
  
  .extra{
    font-size: 1.4rem; 
  }
