body {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    background-color: #e5f1f7;
}

.logo img {
    height: 67px;
    width: 80px;
}

.logo{
    padding: 0 55px;
}
.nav {
    background-color: white;
    padding: 5px;

}

.menu-icon {
    display: none;
    color: #ff1515;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown:hover{
    color: rgb(255, 6, 47);
    text-decoration: underline;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 10px; /* Adjust based on your layout */
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.show {
    display: block;
}
.nav ul {
    display: flex;
    text-decoration: none;
    list-style: none;
    gap: 45px;
    /* padding: 14px 200px; */
    padding: 12px 0px;
}

ul a {
    color: black;
    text-decoration: none;
}

ul a:hover {
    color: rgb(255, 6, 47);
    text-decoration: underline;
}

@media screen and (max-width: 600px) {
    .nav ul {
        flex-direction: column;
        display: none;
        width: 100%;
        padding: 0 38px;
    }

    .nav ul a {
        width: 100%;
    }

    .menu-icon {
        display: block;
    }
    .logo{
        padding: 0;
    }
}

/* Show the menu when active */
.nav ul.active {
    display: flex;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.slider {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.slider img {
    width: 100%;
}

.slide {
    min-width: 100%;
    width: 100%;
    height: 78vh;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    font-size: 3em;
    color: #fff;
    /* background-color: #333; */
}

.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 20px;
    cursor: pointer;
    z-index: 10;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

button:focus {
    outline: none;
}

@media (max-width: 480px) {
    .slide {
        font-size: 1.5em;
    }

    .prev,
    .next {
        padding: 10px;
    }

    .prev,
    .next {
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: #fff;
        border: none;
        padding: 20px;
        cursor: pointer;
        z-index: 10;
    }

    .slider-container {
        position: relative;
        width: 100%;
        height: 22vh;
        overflow: hidden;
    }
}

.col{
    padding: 8px;
    margin: 8px;
}

/* Main heading style */
.mainheading {
    text-align: center;
    margin-bottom: 20px;
}

.mainheading h2 {
    font-weight: 800;
    padding: 0 20px;
    /* Adjust padding as needed */
}

/* Container style */
.container1 {
    /* margin: 0 auto;
    max-width: 800px; */
    padding: 0 20px;
}

.container1 p {
    /* text-align: justify; */
    line-height: 1.6;
}

/* Photo style */
.photo {
    text-align: center;
    margin-top: 20px;
}

.photo img {
    max-width: 35%;
    /* Ensure images are responsive */
    height: auto;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    /* Add box shadow to the image */
}

/* Button style */
.btn {
    text-align: center;
    margin-top: 20px;
}

.btn button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.btn a {
    color: white;
    text-decoration: none;
}

/* Media queries for responsiveness */
@media only screen and (max-width: 768px) {
    .container1 {
        padding: 0 10px;
        /* Adjust padding for smaller screens */
    }

    .mainheading h2 {
        padding: 0 10px;
        /* Adjust padding for smaller screens */
    }
}

@media only screen and (max-width: 576px) {
    .container1 {
        padding: 0 5px;
        /* Adjust padding for smaller screens */
    }

    .mainheading h2 {
        padding: 0 5px;
        /* Adjust padding for smaller screens */
    }
}

/* treatment */
/* Main heading style */
.mainheading1 {
    text-align: center;
    margin-bottom: 20px;
}

.mainheading1 h2 {
    padding: 0 20px;
    font-weight: 800;
    /* Adjust padding as needed */
}

/* Container style */
.container1 {
    /* margin: 0 auto;
    max-width: 800px; */
    padding: 0 20px;
}

.container1 p {
    text-align: justify;
    line-height: 1.6;
}

/* Photo style */
.photo1 {
    text-align: center;
    margin-top: 20px;
}

.photo1 img {
    max-width: 35%;
    height: auto;
    box-shadow: 0 0 6px 0;
    /* Add box shadow to the image */
}


/* Media query for responsiveness */
@media only screen and (max-width: 768px) {
    .container1 {
        padding: 0 10px;
        /* Adjust padding as needed */
    }
}

/* about */
/* Main heading style */
.about h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 800;
}

/* Container style */
.container2 {
    /* margin: 0 auto;
    max-width: 800px; */
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    /* Ensure content wraps to new line on smaller screens */
    justify-content: center;
    /* Center content horizontally */
    align-items: center;
    /* Center content vertically */
}

.container2 p {
    text-align: justify;
    line-height: 1.6;
    margin-right: 20px;
    /* Add space between text and image */
}

/* Photo style */
.photo {
    text-align: center;
    margin-top: 20px;
}

.photo img {
    max-width: 35%;
    /* Ensure images are responsive */
    height: auto;
    box-shadow: 0 0 6px 0;
    /* Add box shadow to the image */
}

.photo2{
    text-align: center;
}

.photo2 img {
    height: 280px;
    box-shadow: 0 0 6px 0;
}

/* Media queries for responsiveness */
@media only screen and (max-width: 768px) {
    .container2 {
        padding: 0 10px;
        /* Adjust padding for smaller screens */
    }

    .container2 p {
        margin-right: 0;
        /* Remove margin for smaller screens */
        margin-bottom: 20px;
        /* Add space between paragraphs */
    }
}

@media only screen and (max-width: 576px) {
    .container2 p {
        text-align: center;
        /* Center align text for smaller screens */
    }
}

/* gallery */
/* Main heading style */
.galery h2 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 800;
}

/* Flex container style */
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
    /* Add space between rows */
}

/* Individual gallery item style */
.gallery {
    width: calc(33.33% - 20px);
    /* Adjust width for three items in a row */
    margin: 0 10px;
    margin-bottom: 20px;
    /* Add space between columns */
}

.gallery img {
    max-width: 100%;
    /* Ensure images are responsive */
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 6px 0;
}

/* Media queries for responsiveness */
@media only screen and (max-width: 768px) {
    .gallery {
        width: calc(50% - 20px);
        /* Adjust width for two items in a row */
    }
}

@media only screen and (max-width: 576px) {
    .gallery {
        width: calc(100% - 20px);
        /* Adjust width for one item in a row */
    }
}


/* Dispensary section style */
.dispensary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    /* Add space between sections */
}

/* Photo style */
.photo {
    flex: 1;
    text-align: center;
}

.photo img {
    max-width: 35%;
    height: auto;
    box-shadow: 0 0 6px 0;
}

/* Content style */
.content {
    flex: 1;
    padding: 0 20px;
}

.content h2 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 800;
}

.content p {
    text-align: justify;
    line-height: 1.6;
}


/* Media queries for responsiveness */
@media only screen and (max-width: 768px) {
    .dispensary {
        flex-direction: column;
        /* Stack elements vertically on smaller screens */
    }

    .photo,
    .content {
        width: 100%;
        /* Full width for each element on smaller screens */
    }

    .content {
        margin-top: 20px;
        /* Add space between photo and content on smaller screens */
    }
}

/* Form style */
.form-holder {
    width: 100%;
    background-color: black;
    color: white;
    height: 100%;
}

.form-content {
    margin: auto;
    max-width: 600px;
    /* Adjust max-width as needed */
}

.form-items {
    padding: 20px;
    border: 3px solid red;
    border-radius: 20px;
}

/* Media queries for responsiveness */
@media only screen and (max-width: 768px) {
    .form-content {
        max-width: 100%;
        /* Adjust max-width for smaller screens */
    }
}

.info ul li {
    list-style: none;
}

.info a{
    color: white;
}


/* layout */

.contnt{
    display: flex;
    padding: 0 70px;
    text-align: justify;
}
.contnt img{
    height: 280px;
    margin: 76px 0;
    box-shadow: 0 0 16px 0;
}

.contnt p{
    padding: 0 120px;
    margin: 48px 0px;
    text-align: justify;
}
@media screen and (max-width: 600px) {
    .contnt{
        display: flow-root;
        padding: 0 18px;
    }
    .contnt img{
        height: 280px;
        margin: 5px;
    }
    .contnt p{
        margin: 0;
        padding: 0;
    }
}

/* contnt2 */

.head h2{
    text-align: center;
}
.contnt2 img{
    height: 280px;
    margin: 76px 0;
    box-shadow: 0 0 16px 0;
    float: right;
}
.contnt2{
    padding: 0 70px;
    text-align: justify;
}

.contnt2 p{
    padding: 0 120px;
    text-align: justify;
}
@media screen and (max-width: 600px) {
    .contnt2{
        padding: 0 18px;
    }
    .contnt2 img{
        height: 280px;
        margin:  0px;
    }
    .contnt2 p{
        margin: 0;
        padding: 0;
    }
}