.swiper-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container1 {

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.card-list .card-item {
    list-style: none;

}

.card-list .card-item .card-link {
    user-select: none;
    display: block;
    height: 250px;
    padding: 18px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    transition: 0.2s ease;
    margin: 0px 20px;
}

.card-list .card-item .card-link:hover {
    border-color: aquamarine;
}

.card-list .card-link .card-image {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 10px;
}

.card-list .card-link .badge {
    color: blue;
    padding: 8px 16px;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 16px 0 18px;
    background: whitesmoke;
    width: fit-content;
    border-radius: 50px;
}

.card-list .card-link .badge.designer {
    color: chocolate;
    background: #438ca7;
}

.card-list .card-link .card-title {
    font-size: 1.9rem;
    color: black;
    font-weight: 600;
}

.card-list .card-link .card-button {
    height: 35px;
    width: 35px;
    border-radius: 50px;
    margin: 30px 0 5px;
    background: none;
    cursor: pointer;
    border: 2px solid blue;
}

.card-list .card-link:hover .card-button {
    color: beige;
    background: #8e4c4c;
}

/* ____________________________________________ */














.carousel-control-prev,

.carousel-control-next {

    width: 80px;

    height: 80px;

    background: none;

    border: none;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    font-size: 4rem;

    color: black;

}



.carousel-control-prev-icon,

.carousel-control-next-icon {

    background-image: none;

}



.carousel-control-prev::before {

    content: '\f104';

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    color: black;

    font-size: 4rem;

}



.carousel-control-next::before {

    content: '\f105';

    font-family: 'Font Awesome 5 Free';

    font-weight: 900;

    color: black;

    font-size: 4rem;

}



.carousel-control-prev {

    left: 20px;

}



.carousel-control-next {

    right: 20px;

}



.card {

    height: 150px;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    padding: 10px;

}



.row.g-3 {

    gap: 15px;

}







.custom-img {

    width: 100%;

    max-width: 800px;

    height: auto;



}



@media (min-width: 992px) {

    .custom-img {

        max-width: 100%;

        height: 500px;

        object-fit: cover;



    }

}



.primary_img {

    display: flex;

    justify-content: center;

    align-items: center;

    max-width: 100%;

    max-height: 100%;

}



@media (min-width: 992px) {

    .custom-img2 {

        /* max-width: 100%; */

        height: 420px;

        object-fit: cover;



    }

}



img {

    border-radius: 20px;

}



@media screen and (max-width: 476px) {

    .box {

        width: 50%;

    }

}


.hash{
  /* color: skyblue; */
  /* color: #00b0f0; */
  color: #309fca;
}

.content-bg{
  background-color: #e5e7e8;
  /* background-color: #dbdbdb; */
}

.content h3 {
  font-size: 1.7rem;
  font-weight: 600;
  /* margin-bottom: 20px; */
  line-height: 45px;

}

.content h5 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 45px;

}

.content h6 {
  font-size: 1.5rem;
  font-weight: 600;

  line-height: 45px;

}

.content p {
  font-size: 1.1rem;
  line-height: 29px;
}
.content ul li{
  font-size: 1.0rem;
  line-height: 29px;
}


/* Mobile Portrait */
@media (min-width: 250px) and (max-width: 575px) {
.imgs{
    padding-top: 30px;
}
.location-text{
    padding-left: 25px;
}
.image-we{
    height: 160px !important;
}
  }
  
  /* Mobile Landscape */
  @media (min-width: 576px) and (max-width: 767px) {
    .imgs{
        padding-top: 30px;
    }
    .location-text{
        padding-left: 25px;
    }
    .image-we{
        height: 160px !important;
    }
  }
  
  /* Tablets and Small Screens */
  @media (min-width: 768px) and (max-width: 991px) {
    .location-text{
        padding-left: 25px;
    }
  }
  
  /* Small Laptops and Desktops */
  @media (min-width: 992px) and (max-width: 1500px) {
  
  }
  @media (min-width: 1201px) and (max-width: 3000px) {
  
  }
  
  
  /* Large Screens */
  @media (min-width: 1501px) and (max-width: 3000px) {

  }
  
  .grid-heading h4{
    position: relative;
    top: 5px;
  }
  .clipped-image {
    width: 100%;
    height: auto;
    clip-path: circle(50% at 50% 50%); /* Clips the image into a circle */
}

.viewport-image {
    width: 100vw;  
    height: 100vh; 
    object-fit: cover; /* Cover the entire viewport */
}