
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Anton+SC&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Mansalva&display=swap');

body {
    background-color: white;
    width: auto;
    font-weight: 500;
    font-family: "Quicksand", sans-serif;
}
.wrapper{
    min-height: 100vh;
    width: auto;
}
#mainNavigation a {
        font-family: "Quicksand", sans-serif;
        font-size:14px;
        font-weight: 600;
        text-transform:uppercase;
        letter-spacing:2px;
        text-shadow:1px 1px 2px rgba(0,0,0,1)
    }
.dropdown-menu {
      background:#03727d;
}
a.dropdown-toggle {
      color:#dfdfdf !important
}
a.dropdown-item:hover {
      color:#03727d !important
}
.nav-item a{
      color:#dfdfdf;
}
.nav-item a:hover {
      color: white;
}
.nav-item{
      min-width:12vw;
}
.nav-item button{
    color: #dfdfdf;
    text-shadow:1px 1px 2px rgba(0,0,0,1)
}
.nav-item button:hover {
      color: white;
}
#mainNavigation {
      position:fixed;
      top:0;
      left:0;
      width:100%;
      z-index:123;
      padding-bottom: 10px;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
#navbarNavDropdown.collapsing .navbar-nav,
#navbarNavDropdown.show .navbar-nav{
      background:#037582;
      padding:12px;
}
.logo-img {
    width: 100%;  /* This makes the logo adjust based on the container width */
    max-width: 300px;  /* Maximum width for larger screens */
    height: auto;  /* Maintains the aspect ratio */
}

.carousel-control-prev{
    top: 300px;
}
.carousel-control-next{
    top: 300px;
}
.container-fluid-2{
    text-indent: 20px;
    text-align: center;
    color: white;
    padding: 3px;
    background-color: black;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
    max-height: 650px; /* Maximum height of carousel images */
    object-fit: cover;
}
.content{
    padding: 50px;
}

/* image & dark overlay*/
.carousel-caption{
    width: 50%;
    p{
        text-shadow: 3px 1px 4px rgba(0, 0, 0, 3);
        padding-bottom: 0px;
        font-size: 30px;
        font-weight: 900;
    }
}
.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Adjust the opacity (0.5) to make it darker or lighter */
    z-index: 1; /* Ensure the overlay is above the image */
}
.carousel-caption {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; /* Ensure the caption is above the overlay */
    color: #fff;
}
/* image & dark overlay*/


.btn-custom {
    background-color: #007bff; /* Bootstrap primary color */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.btn-custom:hover {
    background-color: #0056b3; /* Darker shade on hover */
    transform: scale(1.05); /* Slight zoom effect on hover */
}
.btn-custom:active {
    transform: scale(0.50); /* Slight shrink on click */
}

.card{
    padding: 30px;
    background: #B9E5E8;
}

.cont-contactus{
    height: 100%;
    width: 100%;
}

.contact-us p {
    font-size: clamp(14px, 4vw, 18px);
    color: black;
    padding-top: 50px;
}
.forms {
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 1);
}
.left-text h1{
    font-family: "Sour Gummy", sans-serif;
    font-weight: 900;
}

.footer {
    background-color: white;
    padding: 10px 0;
    font-size: 14px;
}

.footer a {
    color: black;
    text-decoration: none;
}

.footer a:hover {
    color: WHITE;
}

.social-icons i {
    font-size: 20px;
    transition: color 0.3s ease-in-out; /* Smooth color transition */
}

.social-link:hover i {
    color: #03727d; /* Hover color for social icons */
}

.copyright {
    margin: 0; /* Remove any default margin */
}
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        text-align: center;
    }

    .social-icons {
        margin-top: 10px;
    }
}



@media only screen and (max-width: 600px) {
    .carousel-inner img {
        height: 500px;
        max-height: 500px; /* Adjust for smaller screens */
        }
    .carousel-control-prev{
        top: 250px;
    }
    .carousel-control-next{
        top: 250px;
    }
    .close {
        top: 40px;
        right: 50px;
    }
    .social-media {
        padding-top: 50px;
    } 
    .social-media a {
        font-size: 15px;
        margin: 0 5px;
    }

    .list-unstyled {
        padding-top: 30px;
        font-size: 13px;
    }

    .logo {
        width: 100%;
        flex-direction: column;
        text-align: center;
    }
    
    .carousel-caption{
        p{
            padding-bottom: 0px;
            font-size: 15px;
        }
    }
    .btn-custom{
        font-size: 10px;
    }
    .container-fluid-2{
        font-size: 11px;
        padding: 0px;
    }
    .content{
        h1{
            font-size: 16px;
        }
        p{
            padding-top: 30px;
            text-align: justify;
            font-size: 13px;
        }
    }
    .footer {
            padding-top: 500px;
            font-size: 12px;    /* Slightly smaller text for smaller screens */
            padding: 10px 5px;  /* Reduce padding for smaller screens */
        }
}
@media only screen and (max-width: 320px) {
    .btn-custom{
        padding: 0 1px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 360px) {
    .btn-custom{
        padding: 0 5px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 412px) {
    .btn-custom{
        padding: 0 5px;
        font-size: 10px;
    }
}
@media only screen and (max-width: 414px) {
    .btn-custom{
        padding: 0 5px;
        font-size: 10px;
    }
}