@import url("https://fonts.googleapis.com/css2?family=Hind+Madurai:wght@300;400;500&family=Montserrat:wght@100;200;300;400;500&display=swap");
@media (min-width: 576px) {
  .navbar-toggler {
    position: absolute;
  }
}
@media (min-width: 768px) {
  #headerSection .contact-links {
    display: flex;
    align-items: center;
  }
  #headerSection .contact-links a {
    font-size: 20px;
  }
  #headerSection .contact-phone i {
    padding-left: 0;
    padding-bottom: 0;
  }
  #headerSection .contact-phone h3 {
    font-weight: 600;
    font-size: 10px;
  }
  #headerSection .contact-phone h4 {
    font-size: 12px;
  }
  #headerSection .navbar {
    background-color: #121312;
  }
  #headerSection .navbar .offcanvas .navbar-nav .nav-item {
    margin-right: 30px;
  }
  .icon-bar {
    top: 50%;
  }
  .icon-bar a {
    font-size: 30px;
  }
  #heroSection {
    position: relative;
    height: 100vh;
  }
  #heroSection .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-image: url("../images/bg-images/hero-bg-laptop.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  #heroSection .hero-content {
    position: absolute;
    max-width: 100%;
    font-family: "Montserrat", sans-serif;
    text-align: left;
    padding: 25px;
  }
  #heroSection .hero-content h2 {
    font-size: 50px;
  }
  #heroSection .hero-content .hero-buttons {
    justify-content: left;
  }
  #heroSection .hero-content .hero-buttons .btn-contact {
    padding: 15px 35px;
  }
  #heroSection .hero-content .hero-buttons .btn-info {
    padding: 15px 35px;
  }
  #services .card-content h2 {
    text-align: left;
    font-size: 45px;
    padding: 15px 20px;
  }
  #services .card-content .card {
    height: 300px;
    width: 300px;
  }
  #recommendationsSection h2 {
    font-size: 45px;
    text-align: right;
  }
  #recommendationsSection .row .list {
    padding: 20px 0;
  }
  #recommendationsSection .row .list .list-items li {
    font-size: 20px;
    padding: 3px;
  }
  #testimonialSection .container h2 {
    font-size: 50px;
  }
  #testimonialSection .container .swiper-pagination {
    display: flex;
    justify-content: center;
    height: 35%;
  }
  #testimonialSection .container .swiper-button-next, #testimonialSection .container .swiper-button-prev {
    font-size: 15px;
    top: 35%;
  }
  #testimonialSection .image-container img {
    height: 300px;
    width: 400px;
    transform: translateX(200px);
  }
  #footer {
    font-family: "Montserrat", sans-serif;
    color: #FDFDFF;
    text-align: left;
    margin-top: -120px;
    overflow: hidden;
  }
  #footer .contact {
    padding-left: 50px;
    padding-top: 20px;
    color: #D8E12D;
    z-index: 10;
  }
  #footer .contact h2 {
    font-size: 18px;
  }
  #footer .contact h3 {
    font-size: 41px;
    font-weight: 500;
    margin-bottom: 0;
  }
  #footer .upper {
    background-color: #121312;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 20px 50px 10px 50px;
  }
  #footer .upper .location h3 {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 600;
  }
  #footer .upper .location p {
    font-size: 20px;
    font-weight: 300;
  }
  #footer .upper .location a {
    font-size: 20px;
    font-weight: 300;
  }
  #footer .upper .logo {
    padding: 42px;
    padding-top: 0;
    padding-bottom: 0;
    transform: translate(150px, 10px);
  }
  #footer .upper .logo img {
    height: 90px;
  }
  #footer .copyrights {
    padding: 20px;
    padding-left: 50px;
    font-size: 12px;
    text-align: start;
  }
  #gallerySection {
    overflow: hidden;
  }
  #gallerySection .gallery .gallery-item .gallery-image {
    height: 300px;
    width: 300px;
  }
  #gallerySection .modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5882352941);
  }
  #gallerySection .modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 350px;
  }
  #gallerySection .image-container img {
    height: 300px;
    width: 400px;
    transform: translateX(200px);
  }
}
@media (min-width: 992px) {
  #headerSection .contact-links {
    display: flex;
    align-items: center;
  }
  #headerSection .contact-links a {
    font-size: 20px;
    padding-right: 80px;
  }
  #headerSection .contact-phone i {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 25px;
  }
  #headerSection .contact-phone h3 {
    font-weight: 600;
    font-size: 13px;
  }
  #headerSection .contact-phone h4 {
    font-size: 19px;
  }
  #heroSection {
    height: 100vh;
  }
  #heroSection .hero-content h2 {
    font-size: 50px;
  }
  #heroSection .hero-content .hero-buttons {
    justify-content: left;
  }
  #services .card-content .card {
    height: 350px;
    width: 300px;
  }
  #recommendationsSection .row {
    display: flex;
  }
  #recommendationsSection .row img {
    height: 250px;
    overflow: hidden;
  }
  #testimonialSection .container .swiper-button-next, #testimonialSection .container .swiper-button-prev {
    font-size: 15px;
    top: 40%;
  }
  #testimonialSection .container .swiper-pagination {
    display: none;
  }
  #testimonialSection .image-container img {
    width: 430px;
    transform: translateX(330px);
  }
  #footer .contact {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  #footer .contact h2 {
    font-size: 20px;
  }
  #footer .contact h3 {
    font-size: 55px;
    font-weight: 600;
  }
  #footer .upper .logo {
    padding-top: 0;
    transform: translate(400px, 10px);
  }
  #footer .upper .logo img {
    height: 100px;
  }
  #gallerySection {
    overflow: hidden;
  }
  #gallerySection .image-container img {
    width: 430px;
    transform: translateX(330px);
  }
}
@media (min-width: 1200px) {
  .contact-links a {
    font-size: 25px;
    padding-right: 150px;
  }
  .contact-phone i {
    padding-top: 32px;
  }
  .contact-phone h3 {
    font-weight: 600;
  }
  .contact-phone h4 {
    font-size: 30px;
  }
  #heroSection {
    height: 100vh;
  }
  #heroSection .hero-content {
    padding: 30px;
  }
  #heroSection .hero-content h2 {
    font-size: 55px;
  }
  #heroSection .hero-content p {
    font-size: 18px;
  }
  #heroSection .hero-content .hero-buttons {
    justify-content: left;
  }
  #services .card-content h2 {
    transform: translateX(75px);
  }
  #services .card-content .card {
    padding: 40px;
    height: 375px;
    width: 375px;
  }
  #recommendationsSection .row img {
    height: 300px;
  }
  #testimonialSection .container .swiper-slide .content {
    height: 350px;
    width: 300px;
  }
  #testimonialSection .image-container img {
    height: 370px;
    width: 500px;
    transform: translateX(500px);
  }
  #footer .upper .logo {
    transform: translate(700px, 10px);
  }
  #gallerySection {
    overflow: hidden;
  }
  #gallerySection .image-container img {
    height: 370px;
    width: 500px;
    transform: translateX(500px);
  }
}
@media (min-width: 1500px) {
  #services .card-content .card {
    padding: 40px;
    height: 460px;
    width: 460px;
  }
}/*# sourceMappingURL=responsive.css.map */