@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: inter;
    text-decoration: none;
}



.navbar-brand img {
    width: 100px;
}
nav {
    margin-top: -50px;
    background-image: url(main.png);
}

.navbar-brand img{
    margin-top: 50px;
}

.navi {
    padding-left: 20px;
}

.navi a {
    font-family: Inter;
font-size: 20px;
font-weight: 500;
line-height: 24.2px;
text-align: left;
color: #898988;

}

form ul li  {
    list-style: none;
}

.navi a:hover {
    color: #2D5593;
    font-weight: 800;
}

h5 a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    padding-top: 10px;
    color: #898988;
}

h5 a:hover {
    color: #2D5593;
    font-weight: 800;
    text-decoration: none;
}


.main {
    padding-top: 80px;
    background-image: url(main.png);
    background-size: cover;
    height: 100vh;
    background-position: center top;
    background-repeat: no-repeat;
}

.main h3 {
    color: #2D5593;
    font-family: Arial;
font-size: 35px;
font-weight: 700;
line-height: 40.36px;
text-align: center;

}

.main2 {
    padding-top: 100px;
}

.main2 h3 {
    color: #2D5593;
    font-family: Arial;
font-size: 35px;
font-weight: 700;
line-height: 40.36px;
text-align: center;
background-image: url(back.png);

}

.card-body .khabib {
    font-family: Arial;
    font-size: 25px;
    font-weight: 400;
    /* word-break: break-word; */
    line-height: 28.83px;
    text-align: center;
    color: #2D5593;
    border: 3px solid #2D5593;
    width: fit-content;
    border-radius: 50px;
    margin-bottom: 50px;
    cursor: pointer;
    pointer-events: none; /* Make button unclickable */
    cursor: default; /* Default cursor */
    /* max-width: none; */
}

.card-body .khabib:hover {
    background-color: white;
    color: #2D5593;
    border: 3px solid #2D5593;
}



.main3 {
    padding-top: 100px;
}

.main3 h3 {
    color: #2D5593;
    font-family: Arial;
font-size: 35px;
font-weight: 700;
line-height: 40.36px;
text-align: center;
background-image: url(back.png);

}

.main3 .card-body a {
    font-family: Arial;
    font-size: 23px;
    font-weight: 400;
    line-height: 28.83px;
    text-align: center;
    color: #2D5593;
    border: 3px solid #2D5593;
}

.card-body a:hover {
    background-color: white;
    color: #2D5593;
    border: 3px solid #2D5593;
}

.main2 h6 {
    font-family: Arial;
font-size: 25px;
font-weight: 400;
line-height: 28.83px;
text-align: center;
color: #2D5593;
}


.main4 {
    padding-top: 100px;
}

.main4 h3 {
    color: #2D5593;
    font-family: Arial;
font-size: 35px;
font-weight: 700;
line-height: 40.36px;
text-align: center;
background-image: url(back.png);

}

.main4 .card-body {
    padding-top: 40px;
    font-family: Arial;
font-size: 23px;
font-weight: 400;
line-height: 26.45px;
text-align: left;
color: black;
}

.main4 .card-body h5 {
    font-family: Arial;
font-size: 23px;
font-weight: 400;
line-height: 26.45px;
text-align: left;
color: black;
}

.social img {
    padding-right: 20px;
    color: white;
}

footer h5 {
    font-family: Arial;
font-size: 23px;
font-weight: 400;
line-height: 26.52px;
text-align: left;

}

footer p {
    font-family: Arial;
font-size: 20px;
font-weight: 400;
line-height: 26.52px;
text-align: left;

}



.card-bodys p {
    font-size: 22px;
    font-weight: 500;

}


.footer h6 {
    color: #2D5593;
    font-size: 24px;
}

.footer img {
    margin-top: -10px;
    margin-right: 10px;
}

.footer p {
    padding-left: 30px;
    padding-top: 10px;
}

.footer .texta {
    line-height: 5px;
    padding-top: 20px;
}



.footer h5 {
    padding-left: 30px;
    font-weight: 700;
    font-size: 20px;
}






footer ul li {
    list-style: none;
    text-decoration: none;
}

footer ul {
    list-style: none;
    padding-top: 40px;

}

footer li {
    list-style: none;
    margin-top: 15px;
}

footer .navi a {
    color: white;
}

footer .navi a:hover {
    color: black;
    font-weight: 500;
}


.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    border-radius: 50px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 10px 10px rgba(0,0,0,0.2);
    z-index: 1000;
    text-decoration: none;
    animation: pulse 2s infinite;
    transition: 0.4s ease;
}

.whatsapp-button:hover {
    color: white;
    text-decoration: none;
    box-shadow: 0 0px 10px 10px rgba(0,0,0,0.2);
    box-shadow: 0 0px 10px 10px rgba(255, 255, 255, 0.336);
}

.whatsapp-button i {
    font-size: 40px;
    text-decoration: none;
}

.whatsapp-button i:hover {
    color: white;
    text-decoration: none;
}

footer a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

footer a:hover {
    color: black;
}


.map-container {
    width: 100%;
    max-width: 1000px;
    height: 450px;
    border: 1px solid #ddd;
    justify-content: center;
}


.khabib {
    display: flex;
}


footer a {
    text-decoration: none;
    color: white;
}

footer a{
    text-decoration: none;
  }

  a {
    text-decoration: none;
  }

  footer a:hover {
    color: black;
    font-weight: 500;
    text-decoration: none;
  }


  .border-image {
    background-image: url(img10.png);
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px;
    object-fit: cover;
  }

  

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}




  


@media (max-width:1200px) and (min-width:300px) {
    .main3 .card-body a {
        /* width: min-content; */
    }

    .main2 h3 {
        font-size: 27px;
    }

    .main3 h3 {
        font-size: 27px;
    }

    .main4 h3 {
        font-size: 27px;
    }

    .navi {
        padding-left: 0px;
    }

    .khabib {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .offcanvas-body {
        background-color: #2D5593;
        color: white;
        border: none;
        
      }


      .navbar .navi a {
        color: white;
        text-align: center;
      }

      .navbar {
        text-align: center;
      }

   

      .offcanvas-header {
        background-color: #2D5593;
        border: #2D5593;
        
      }

      form ul li  .navi a{
        list-style: none;
        text-align: center;
    }

    form {
        padding-right: 30px;
    }


    .navbar .navi a {
        padding-left: 0px;
        padding-top: 40px;
        text-align: center;
    }

    #nextThumb {
        color: white;
      }

      #prevThumb {
        color: white;
      }


   
}

@media (max-width:570px) and (min-width:300px) {
    .offcanvas-body {
        background-color: #2D5593;
        color: white;
        
      }


      .navbar .navi a {
        color: white;
        text-align: center;
      }

      .navbar {
        text-align: center;
      }

   

      .offcanvas-header {
        background-color: #2D5593;
        
      }

      form ul li  .navi a{
        list-style: none;
        text-align: center;
    }

    form {
        padding-right: 30px;
    }


    .navbar .navi a {
        padding-left: 0px;
        padding-top: 40px;
        text-align: center;
    }

    .border-image {
        padding: 25px;
      }


      #nextThumb {
        color: white;
      }

      #prevThumb {
        color: white;
      }


}