@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&display=swap');
body{
    font-family: 'Poppins', sans-serif !important;
     overflow-x: hidden;
}
.container-fluid{
    background-color: #a4dfff7a;
}
.navbar{
    background-color: white !important;
    overflow-x: hidden;
    padding: 5px 18px !important;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-logo{
   width: 80px;
   height: auto;
   
}
.connection{
    background: #1071a5;
    border-radius: 10px;
}
.connection:hover{
    background-color: #1071a5;
}
.connection-link{
    color: white !important;
}
.connection-link:hover{
    color: white !important;
}
.icon{
    padding-top: 5px;
}
.nav2{
    align-content: center;
    align-items: center;
}
.nav-link{
    margin: 0px 10px;
    color: black;
}
.navbar-nav .nav-link{
    color: rgb(114, 114, 114);
    font-size: 14px;
    font-weight: 500;
    
}
.nav-link:hover{
    color: black;
}
.nav-container{
    width: 1373px;
    margin-left: 180px;
    margin: auto;
}
.navbar-collapse {
    display: flex;
    justify-content: space-between;
}

.home-container {
    background-color: #a4dfff7a;
    padding: 70px 0px;
  }
  
  .home-container .container {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Center vertically */
    gap: 80px; /* Add spacing between elements */
    flex-wrap: wrap; /* Ensure responsiveness */
  }
  
  .home-container .text-container {
    flex: 1; /* Allow the text to take up available space */
    min-width: 300px; /* Ensure it doesn't shrink too small */
  }
  
  .home-container .main-text {
    font-size: 3rem;
    line-height: 1.5;
  }
  
  .home-container .text-main {
    color: #1071a5;
  }
  
  .home-container .image-container {
    flex: 1; /* Allow the image to take up available space */
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically */
    min-width: 200px;
    width: auto; /* Ensure it doesn't shrink too small */
  }
  
  .home-container .image-container img {
    max-width: 100%; /* Ensure image is responsive */
    height: auto; /* Maintain aspect ratio */
  }
  .btn-location{
    background-color: #1071a5;
    color: white;
    border-radius: 10px;
    padding: 10px;
    border: none;
  }
  .customers-count{
    background-color: white;
    padding: 30px 0px;
    width: 1374px;
    margin-left: 180px;
    margin: auto;
  }
.card-about{
    background-color: #a4dfff7a !important;
    color: black;
    border-radius: 20px !important;
}
.speed{
    background-color: #a4dfff7a !important;
}
.display-btn{
        font-size: 1rem;
        background-color: #062e44;
        border-radius: 50px;
        padding: 10px 30px;
        color: white;
}
.mbs{
    font-size: 2.5rem;
    font-weight: bolder;
    color: #1071a5;
    padding-left: 10px;
}
.mbps{
    font-size: 1.5rem;
    color: #1071a5;
    padding-right: 10px;
}
.speed-text{
    display: flex;
    align-items: center;
    align-content: center;
}
.large-text{
    display: flex;
    align-items: baseline;
}
.large-text h1{
    font-size: 10rem;
    font-weight: 800;
    color: #1071a5;
}
.large-text h6{
    font-size: 2rem;
    font-weight: 800;
    color: #1071a5;
}
.large-text-des{
    font-size: 1.5rem;
    font-family: 'Times New Roman', Times, serif;
}
.btn-package{
    font-size: 1.1rem;
    background-color: #1071a5;
    font-family: 'Times New Roman', Times, serif;
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
}
.speed{
    display: flex;
    align-items: center;
    background-color: rgb(223, 223, 223);
    padding-bottom: 30px;
}

.speed .container
 {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Center vertically */
    gap: 10px; /* Add spacing between elements */
    flex-wrap: wrap; /* Ensure responsiveness */
}
  
.speed .text-container {
    flex: 1; /* Allow the text to take up available space */
    min-width: 300px; /* Ensure it doesn't shrink too small */
    padding-top: 60px;
   
  }
.speed .image-container {
    flex: 1; /* Allow the image to take up available space */
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: center; /* Center the image vertically */
    min-width: 200px; /* Ensure it doesn't shrink too small */
    padding-top: 60px;
  }
  
.speed .image-container img {
    max-width: 100%; /* Ensure image is responsive */
    height: auto; /* Maintain aspect ratio */
  }

.packages{
    align-items: center;
    padding-bottom: 80px;
  
}
.packages h3{
   padding: 30px;
   font-size: 2.5rem;
   font-weight: bolder;
   display: flex;
   justify-content: center;
}
.packages .container
 {
    display: flex;
    align-items: center; 
    flex-wrap: wrap; 
    gap: 30px;
}
.first-container{
    background-color: #a4dfff7a;
    min-width: 200px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    padding-bottom: 30px;
}
.first-container .first-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.first-container li{
    list-style: none    ;
}
.first-container img{
    width: 500px;
    height: auto;
}
.first-container .first-text .d-flex h5{
    font-size: 3rem;
    font-weight: bold;
    color: #062e44;
}
.icons-text{
    display: flex;
    align-items: center;
    align-content: center;
}
.check{
    color: green;
}
.plans-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow-y: auto;
    background-color: #a4dfff7a;
    border-radius: 30px;
    max-width: 580px;
    width: auto;
    max-height: 385px;
    
}
.plans-container::-webkit-scrollbar {
    width: 10px;
}

.plans-container::-webkit-scrollbar-thumb {
    background: #3498db;
    border-radius: 10px;
}

.plans-container::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}
.price-card{
    display: flex;
    list-style: none;
    padding:5px 10px;
    align-items: center;
    background-color: white;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 500px;
    width: auto;
    justify-content: space-evenly;
    margin-top: 10px;
    border: 1px solid rgb(160, 155, 155,0.2);

}

.price-card .pkg-name , .pkg-speed{
    display: flex;
    align-items: center;
}
.price-card li{
    padding: 10px;
}
.price-card .pkg-name h , .pkg-speed h{
    font-size: 2rem;
    font-weight: bold;
}
.pkg-speed h{
    color: #1071a5;
}
.plans-container .price-card .price-confirm{
    background-color: #1071a5;
    color: white !important;
    border-radius: 20px;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
}
.plans-container .price-card .price-confirm:hover{
    background-color: #005583;
    text-decoration: none;
    color: white !important;
}
.plans-container .price-card .price-confirm a{
    text-decoration: none;
    color: white;
}
.footer {
    position: relative;
    padding: 50px 20px;
    color: #333;
    overflow: hidden;
    
}

.footer-logo{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.footer-logo p{
    justify-content: left;
}
section img{
    width: 100px;
    height: auto;
    float: left;
}

#contact{
    color: rgb(87, 90, 90);
    
}
section h6{ 
    font-weight: bold;
    color: black !important;
}
.header-contact{
   
    align-items: center;
    align-content: center;
    gap: 20px;
}
.btn-location a{
    text-decoration: none;
    color: inherit;
}
.btn-location a:hover{
    text-decoration: none;
    color: inherit;
}

@media screen and (max-width: 480px) {
    .price-card .pkg-name h , .pkg-speed h{
        font-size: 1rem;
    }

    .price-card{
        min-width: 400px;
        width: auto;
    }
}
@media screen and (max-width: 1400px) {
    .container{
        align-items: center;
        justify-content: center;
    }
}