body {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
overflow-x: hidden;
}

.v1_79 {
    width: 55%;
    height: 100%;
    background: url(https://ispoofer.app/assets/imgs/header.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 1;
    position: absolute;
    right: 0;
    border-top-left-radius: 842px;
    overflow: hidden;
}

.v1_85 {
    width: 564px;
    color: rgba(0, 0, 0, 1);
    position: absolute;
    top: 19%;
    left: 7%;
    font-weight: Medium;
    font-size: 4.5vw;
    opacity: 1;
    text-align: left;
}

header {
    margin-top: 70px;
    width: 100%;
    height: calc(100vh - 70px);
    background: rgba(248, 252, 255, 1);
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
}

.v1_87 {
    width: 375px;
    color: rgba(0, 0, 0, 1);
    position: absolute;
    top: 26%;
    left: 7%;
    font-weight: Medium;
    font-size: 7.0vw;
    opacity: 1;
    text-align: left;
}

.v1_94 {
    width: 394px;
    color: rgba(115, 115, 115, 1);
    position: absolute;
    max-width: 360px;
    top: 44%;
    left: 7%;
    font-weight: Medium;
    font-size: 1.2vw;
    opacity: 1;
    text-align: left;
}

.download_button {
    top: 70%;
    left: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    width: 30%;
    height: 10%;
    background: rgba(240, 240, 240, 1);
    opacity: 1;
    position: absolute;
    overflow: hidden;
    border-radius: 15px;
    font-weight: 500;
}

.download_button::after {

    width: 95%;
    height: 80%;
    content: "Download";
    color: white;
    text-align: center;
    position: absolute;
    background-image: linear-gradient(
        94.84deg,
        rgba(0, 43, 113, 0.16) 15.323075652122498%,
        rgba(255, 255, 255, 0.06) 31.412333250045776%,
        rgba(0, 43, 113, 0.16) 48.23214411735535%,
        rgba(255, 255, 255, 0.06) 66.86540842056274%,
        rgba(0, 43, 113, 0.16) 77.55905985832214%
    ),
    radial-gradient(
        closest-side,
        rgba(15, 86, 204, 1) 0%,
        rgba(0, 66, 176, 1) 100%
    );
    opacity: 1;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 20px;
    font-weight:500px;
}

@keyframes bounceIn {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
        opacity: 1;
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-7px);
    }
}

.v1_95 {
    color: rgba(0, 0, 0, 1);
    position: absolute;
    top: 90%;
    left: 15%;
    font-size: 2.0vw;
    opacity: 1;
    text-align: center;
    display: flex;
    gap: 10px;
}

.v1_95 img {
    animation: bounceIn 2s infinite 1s;
}

nav {
    height: 70px;
    position: fixed;
    background-color: rgba(248, 252, 255, 1);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
}

nav img {
    position: fixed;
    left: 20px;
    width: 50px;
}


/* The fixed features section */
.features {
    width: 100%;
    min-height: 100vh; /* Ensure it's at least full viewport height */
    position: relative; /* Changed from absolute */
    left: 0;
    background-image: url('https://i.ibb.co/ymGmLcFQ/9892513_4279871-1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px; /* Add padding to ensure content is visible */
}

.features img {
    position: relative; /* Changed from absolute */
    margin-top: 30px;
    z-index: 1;
}

.v1_55 {
    background: linear-gradient(
        94.84deg,
        rgba(0, 43, 113, 0.16) 15.323075652122498%,
        rgba(255, 255, 255, 0.06) 31.412333250045776%,
        rgba(0, 43, 113, 0.16) 48.23214411735535%,
        rgba(255, 255, 255, 0.06) 66.86540842056274%,
        rgba(0, 43, 113, 0.16) 77.55905985832214%
    ),
    radial-gradient(
        closest-side,
        rgba(0, 96, 255, 1) 0%,
        rgba(0, 74, 197, 1) 100%
    );
    position: relative; /* Changed from absolute */
   margin-top: 35px;
    color: white;
    border-radius: 13px;
    width: 477px;
    font-size: 45px;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    z-index: 1;
}

/* CARD UI */
.col-md-3 {
    padding-right: 15px;
    padding-left: 15px;
}

.mb-4, .my-4 {
    border-radius: 20px;
    margin-bottom: 30px !important;
    background-color: #fff;
    background-clip: border-box;
}

.card-title {
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.card-body p {
    font-size: 16px;
}




.follow-button {
  position: absolute;
    top: 14%;
    left: 7%;
  display: inline-flex;
  align-items: center;
  background-color: white;
  color: black;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.follow-button img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}





.row {
    margin-top: 35px;
    position: relative; /* Changed from absolute */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1140px;
    justify-content: center;
    z-index: 1;
    padding-bottom: 50px; /* Add space at the bottom */
}

@media screen and (min-width: 768px) {
    .col-md-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
}

.card-body {
    padding: 1.25rem;
    line-height: 1.5;
    color: #495057;
    text-align: left;
    border: 1px solid #eaf0fc;
        border-radius: inherit;
}

*, *::before, *::after {
    box-sizing: border-box;
}



@media screen and (min-width: 1200px) {
    .v1_85 {
        font-size: 50px;
    }

    .v1_87 {
        font-size: 75px;
    }

    .v1_94 {
        font-size: 14px;
    }

    .v1_95 {
        font-size: 20px;
    }

    .row {
        max-width: 1140px;
    }
}




nav .contact {
right: 20px;
    position: absolute;
    background: #fbd304;
    opacity: 1;
    padding: 10px;
    color: black;
    border: 2px black solid;
    width: 10%;
    font-size: 1.5vw;
    max-width: 100px;
    text-align: center;
    border-radius: 10px;
}


nav .bar {
right: 20px;
    position: absolute;
}

nav {

      display: flex;
  justify-content: center;
}

nav a {
text-decoration:none;
margin:10px;
    color:black;

}


@media screen and (orientation: landscape) and (max-height: 650px) {
.v1_94 {
display:none;
}

.v1_85 {
padding-top:10px;
}

.v1_87 {
padding:30px;
padding-bottom: -5px;
}
.download_button {
  height: 40px;
}


}

@media screen and (max-height: 650px) {
.v1_94 {
font-size:10px;
top:50%;
}

.v1_87 {
top: 29%;
    font-size: 6.0vw;
}

.v1_85 {
    font-size: 3.8vw;
}

.follow-button {
top:10%;
}

.download_button {
border-radius:8px;

}

.download_button:after {
border-radius:8px;
}


}


html, body {
	overflow-x:hidden;
}

@media screen and (min-width: 920px) {


nav .contact {
width:100px;
    font-size: 18px;

}
}



@media screen and (max-width: 920px) {
.v1_94 {
    max-width: 220px;
}


}

@media screen and (max-width: 1000px) {



    header {
        height: calc(100vh - 70px);
    }
    
     .row {
        max-width: 960px;
    }
   
    
    .v1_55 {
        width: 80%;
        font-size: 30px;
    }
    
    .col-md-3 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    
    




}

@media screen and (max-width: 600px) {
    .col-md-3 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    
}




@media screen and (min-width: 720px) {
  nav .bar {
display:none;

   }

      nav a {
display:inline;
}


}

/* MOBILE UI */
@media screen and (max-width: 720px) {
   
    
   .v1_79 {
height:25%;
bottom:0%;
width:90%;
}
.v1_95 {
display:none;
}
.download_button{
position: relative;
        width: 85%;
            margin: 0 !important;
            left: auto;
            top:60%;

}

header {
  display: flex;
  justify-content: center;
}

.v1_94 {
text-align:center;
left:auto;
max-width:80%;
top:30%;
font-size: 2.4vw;
        line-height: normal;
}
   .v1_87 {
   top:18%;
   left:auto;
   text-align:center;
       font-size: 9vw;
   } 
   .v1_85 {
   top:12%;
    left:auto;
        font-size: 6.5vw;
   text-align:center;
   }
   .follow-button {
   top:5%;
   left:auto;
   }
   
   
   nav .contact {
   display:none;
   }
   

   nav .bar {
display:block;

   }


   nav a {
display:none;
}


}




.container1 {
    width: 100%;
    max-width: 1200px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Default styling for mobile (screen smaller than 768px) */
.row1 {
    align-items: center;
    justify-content: center;
    gap:5%;
    display: flex;
    flex-direction: column-reverse; /* Text shows on top of image on mobile */
    align-items: center;
}

.image-column, .text-column {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.text-column {
       max-width: 490px;
}

.image-column img {
    width: 100%;
    max-width:500px;
}



section .section-title {
    font-size: 38px;
    margin-top: 0;
}

.mb-01 {
    margin-bottom: 0 !important;
}

.mb-31 {
    margin-bottom: 1rem !important;
}

.text-column p {
    font-size: 14px;
    font-weight: 300;
    opacity: .8;
    color: #333333;
    font-family: "Thicccboi-Regular", sans-serif;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 1rem;
}

@media (max-width: 1050px) {
    .container1 {
        padding-top: 50px;
        padding-bottom: 50px;

    }

    .image-column {

        height:50%;
    }

}

@media (min-width: 1050px) {
    .row1 {
        flex-direction: row; /* Side by side on desktop */
        flex-wrap: nowrap;
        align-items: center;
    }
    
    .image-column {
        width: 40%;
        flex: 0 0 40%;
    }
    
    .text-column {
        width: 60%;
        flex: 0 0 60%;
    }


}


@supports (-webkit-touch-callout: none) {
.v1_94 {

    font-size: 2.8vw;
}
}





.vip {
  width: 100%;
  min-height: calc(100vh - 70px);
  position: relative;
  left: 0;
  background: radial-gradient(closest-side, rgba(0, 82, 218, 1) 0%, rgba(0, 60, 159, 1) 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
}

.vip img {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative; /* Changed from absolute */
  max-width: 100%;
  height: auto;
}

.vip .title {
  color: #ffffff;
  text-align: center; /* Changed from left */
  font-family: "DmSans-SemiBold", sans-serif;
  font-size: 2.6em;
  line-height: 120%;
  letter-spacing: 1.5px;
  font-weight: 550;
  position: relative; /* Changed from absolute */
  margin-bottom: 20px;
}

.vip .subtext {
  color: #dddddd;
  text-align: center;
  font-family: "Thicccboi-Medium", sans-serif;
  line-height: 24px;
  font-weight: 500;
  position: relative; /* Changed from absolute */
  width: 90%;
  max-width: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

cards {
  display: flex;
  justify-content: center;
  position: relative; /* Changed from absolute */
  width: 100%;
  gap: 20px;
  flex-wrap: wrap; /* Added for responsiveness */
}




.card-container3 {
  width: 90%;
  background: white;
  display: block;
  position: relative;
  min-width: 315px;
  max-width: 315px;
height: 425px;
  padding: 25px;
  border-radius: 30px;
    border: 10px solid rgba(240, 240, 240, 1);

}

.card-title3 {
  font-weight: bold;
  font-size: xx-large;
}

.card-slogan3 {
  font-size: small;
  font-weight: lighter;
  color: black;
}

.card-list3 {
  display: inline-grid;
  width: 100%;
  gap: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
}

.card-container1 {
  width: 90%;
  background: linear-gradient(
    94.84deg, 
    rgba(246, 215, 19, 0.16) 15.323075652122498%, 
    rgba(255, 255, 255, 0.06) 31.412333250045776%, 
    rgba(246, 215, 19, 0.16) 48.23214411735535%, 
    rgba(255, 255, 255, 0.06) 66.86540842056274%, 
    rgba(246, 215, 19, 0.16) 77.55905985832214%
  ), 
  radial-gradient(closest-side, rgba(255, 240, 143, 1) 0%, rgba(246, 215, 19, 1) 100%);
  display: block;
  position: relative;
  min-width: 315px;
  //max-width: 315px; /* Changed from 415px to match the free option */
      max-width: 436px;
 height: 425px;
  padding: 25px;
  border-radius: 30px;
border: 10px solid rgba(240, 240, 240, 1);
}

.button-container {
  padding-top: 10px;
  text-align: center;
  position: relative;
  height: 60px; /* Added fixed height */
}

.download_button2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 50px);
  height: 50px; /* Changed from percentage to fixed value */
  background: rgba(240, 240, 240, 1);
  opacity: 1;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
 width:100%; /* Center the button */
}

.download_button2::after {
  width: 95%;
  height: 80%;
  content: "Get Started";
  font-family: revert;
  font-weight: 500;
  color: white;
  text-align: center;
  background-image: linear-gradient(
    94.84deg, 
    rgba(0, 43, 113, 0.16) 15.323075652122498%, 
    rgba(255, 255, 255, 0.06) 31.412333250045776%, 
    rgba(0, 43, 113, 0.16) 48.23214411735535%, 
    rgba(255, 255, 255, 0.06) 66.86540842056274%, 
    rgba(0, 43, 113, 0.16) 77.55905985832214%
  ), 
  radial-gradient(closest-side, rgba(15, 86, 204, 1) 0%, rgba(0, 66, 176, 1) 100%);
  opacity: 1;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-size: 20px;
}

.download_button1 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 50px);
  height: 50px; /* Changed from percentage to fixed value */
  background: rgba(240, 240, 240, 1);
  opacity: 1;
  position: absolute;
  border-radius: 10px;
  bottom: 0;
  width:100%; /* Center the button */
}

.download_button1::after {
  width: 95%;
  height: 80%;
  content: "Download";
  font-family: revert;
  font-weight: 500;
  color: black;
  text-align: center;
  background-image: linear-gradient(
    94.84deg, 
    rgba(246, 215, 19, 0.16) 15.323075652122498%, 
    rgba(255, 255, 255, 0.06) 31.412333250045776%, 
    rgba(246, 215, 19, 0.16) 48.23214411735535%, 
    rgba(255, 255, 255, 0.06) 66.86540842056274%, 
    rgba(246, 215, 19, 0.16) 77.55905985832214%
  ), 
  radial-gradient(closest-side, rgba(255, 240, 143, 1) 0%, rgba(246, 215, 19, 1) 100%);
  opacity: 1;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  font-size: 20px;
}

/* Add styles for hstack since it was referenced but not defined */
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.feature-icon {
  width: 20px;
  height: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  cards {
    flex-direction: column;
    align-items: center;
  }
  
  .vip .title {
    font-size: 2em;
  }

  .card-container1 {
    max-width: 315px;
  }
}



        .benefits {
            width: 100%;
            position: relative;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-bottom: 50px;
        }
        
        .benefits img {
            position: relative;
            margin-top: 30px;
            z-index: 1;
            max-width: 100%;
            height: auto;
        }


.cards5-container {
            width: 100%;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top: 50px;
            flex-wrap: wrap;
            gap: 5%;
        }
        
        .card5 {
            background: white;
            border: 1px solid #c8c8c8;
            width: 25%;
            padding: 25px;
            max-width: 350px;
            aspect-ratio: 1 / 1;
            border-radius: 25px;
            margin-bottom: 20px;
            display: flex;
            flex-direction: column;
        }
        
        .card5 h2 {
            margin: 30px 0 10px;
            font-size: 20px;
        }
        
        .card5 p {
            color: gray;
            text-align: left;
            font-family: "Thicccboi-Regular", Arial, sans-serif;
            font-size: 14px;
            line-height: 24px;
            font-weight: 400;
            margin: 0;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 7;
            -webkit-box-orient: vertical;
        }
        
        .card5 embed {
            width: 40px;
            height: 55px;
        }
        
        /* Responsive design */
        @media (max-width: 992px) {
            .card5 {
                width: 40%;
            }
        }
        
        @media (max-width: 768px) {
            .cards5-container {
                flex-direction: column;
                gap: 30px;
            }
            .card5 {
                width: 70%;
                max-width: 400px;
            }
        }
        
        @media (max-width: 480px) {
            .card5 {
                width: 80%;
            }
            .card5 h2 {
                font-size: 18px;
            }
            .card5 p {
                -webkit-line-clamp: 6;
            }
        }




/* CONTACT US PAGE */
.xvt86b {
    padding: 6rem 0;
    background: url(https://i.ibb.co/213qrmHp/8968406-4055648-10.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    position: relative;
    overflow: hidden;
}


.xvt86b::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   // background: url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="none"/><path d="M0,0 L100,100 M100,0 L0,100" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></svg>);
    opacity: 0.2;
}


.bd47py {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}


@media (max-width: 992px) {
    .bd47py {
        padding: 0 1.5rem;
    }
}

.qre32s embed {
width: 20px;
    margin-right: 7px;
    aspect-ratio: 1 / 1;
     }


.qre32s h3 {
    color: #000000;
    text-align: left;
    font-family: "DmSans-Bold", sans-serif;
    font-size: 22px;
    margin-bottom: 0.5rem;

}
.qre32s h2 {
    font-family: "DmSans-Bold", sans-serif;
    font-size: 35px;
    margin-bottom: 0.5rem;
     text-align: left;
     color:black;
}


.qre32s a {
color:black;

}

.qre32s span {
    color: #434343;
    text-align: left;
    font-family: "Thicccboi-Regular", sans-serif;
    font-size: 14px;

}

.lyt09z {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}



@media (max-width: 768px) {
    .p8s31f {
        padding: 1.5rem;
    }
}

.p8s31f {
    border: 10px solid rgba(240, 240, 240, 1);
    background: white;
    padding: 2.5rem;
    border-radius: 38px;
    color: #333;
    box-shadow: 0 15px 40px rgba(0, 74, 197, 0.5);
}


.jl92me {
    margin-bottom: 1.5rem;
}




.jl92me label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: rgba(0, 74, 197, 1);
}

.n65dxv {
    width: 100%;
    padding: 0.8rem 1rem;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}



.ch21lo {
    background: rgba(0, 74, 197, 0.5);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
}


/* FAQ CSS Style */
.faq {
        width: 90%;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1.2rem;
  color: #000;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq-question: focus {
  outline: none;
}

.icon {
 font-size: 2.5rem;
  color: #000;
}

.faq-answer {
  padding: 10px;
  font-size: 1rem;
  color: #555;
  display: none;
}

.faq-question.active .icon {
  content: "-";
}

/* Download section */

.downloadSec {
background: #f4f4f4;
padding:25px;
display:flex;


}

.download_button3 {
     display: flex
;
    align-items: center;
    justify-content: center;
    height: 60px;
    background: rgba(240, 240, 240, 1);
    opacity: 1;
    position: relative;
    border-radius: 10px;
    width: 200px;
    float: right;
}

.download_button3::after {
    width: 95%;
    height: 80%;
    content: "Download";
    font-family: revert;
    font-weight: 500;
    color: white;
    text-align: center;
    background-image: linear-gradient(94.84deg, rgba(0, 43, 113, 0.16) 15.323075652122498%, rgba(255, 255, 255, 0.06) 31.412333250045776%, rgba(0, 43, 113, 0.16) 48.23214411735535%, rgba(255, 255, 255, 0.06) 66.86540842056274%, rgba(0, 43, 113, 0.16) 77.55905985832214%), radial-gradient(closest-side, rgba(0, 96, 255, 1) 0%, rgba(0, 74, 197, 1) 100%);
    opacity: 1;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 20px;
}






.download_button4 {
    display: flex
;
    align-items: center;
    justify-content: center;
    height: 60px;
    background: rgba(240, 240, 240, 1);
    opacity: 1;
    position: relative;
    border-radius: 10px;
    width: 200px;
    float: right;

}

.download_button4::after {
    width: 95%;
    height: 80%;
    content: "Watch Video";
    font-family: revert;
    font-weight: 500;
    color: black;
    text-align: center;
    background-image: linear-gradient(
    94.84deg, 
    rgba(246, 215, 19, 0.16) 15.323075652122498%, 
    rgba(255, 255, 255, 0.06) 31.412333250045776%, 
    rgba(246, 215, 19, 0.16) 48.23214411735535%, 
    rgba(255, 255, 255, 0.06) 66.86540842056274%, 
    rgba(246, 215, 19, 0.16) 77.55905985832214%
  ), 
  radial-gradient(closest-side, rgba(255, 240, 143, 1) 0%, rgba(246, 215, 19, 1) 100%);
    opacity: 1;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 20px;
}

.c_containter {
    display:flex;
}

.downloadSec span {
     text-align:left;
}
@media (max-width: 1080px) {

.downloadSec h1 {
 margin-left: auto;
        margin-right: auto;
        text-align:center;
}

.downloadSec span {
    margin-bottom: 10px;
 margin-left: auto;
        margin-right: auto;
         text-align:center;
}
.download_button4 {
    float:none;
      max-width:300px;
    width:90%;
            margin-left: auto;
        margin-right: auto;
}
.download_button3 {
    margin-bottom: 5px;
    float:none;
    max-width:300px;
    width:90%;
            margin-left: auto;
        margin-right: auto;
}
.c_containter {
    display:block;
}
}

/* FOOTER */

.footer {
  padding-left: 20px;
  padding-right: 20px;
  background-image: linear-gradient(94.84deg, rgba(0, 43, 113, 0.16) 15.32%, rgba(255, 255, 255, 0.06) 31.41%, rgba(0, 43, 113, 0.16) 48.23%, rgba(255, 255, 255, 0.06) 66.87%, rgba(0, 43, 113, 0.16) 77.56%), radial-gradient(closest-side, rgba(0, 96, 255, 1) 0%, rgba(0, 74, 197, 1) 100%);
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-section {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

.logo {
  width: 35px;
}

.copyright {
  color: #ffffff;
  font-size: 14px;
}

.center-section {
  display: flex;
  justify-content: center;
  flex: 1;
      gap: 20px;
    align-items: center;
}

.center-section img {
width: 15px;
height: 15px;
}

.center-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}

.terms-section {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

.terms-link {
  color: #ffffff;
  font-size: 14px;
}

#para3 {
    display:none;
}
@media (max-width: 615px) {

#para2 {
    display:none;
}

#para3 {
    padding: 25px;
    display:flex;
    gap: 25px;
}


.footer {
    height:120px;
display:block;
}

}