@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* font-family: "Roboto Condensed", sans-serif; */
    font-family: "Anton", sans-serif;
}

body {
    background-color: #101010;
}

.bg {
    /* position: absolute; */
    height: 100px;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 50px;
    margin: 0 auto;
    margin-top: 35px;
    width: 85%;
    /* background-color: #c93626; */
    background-color: #f3e9e1;
    border-radius: 50px;
    text-transform: capitalize;

}

.navbar .logo img {
    width: 100px;
    height: auto;
    /* background-color: #000000; */
}

.navbar ul {
    display: flex;
    gap: 25px;

    list-style: none;
    text-decoration: none;
}

.navbar ul li a {
    text-decoration: none;
}

.navbar .nav-items li span {
    font-family: "poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}

.ham {
    display: none;
}

.hamicon {
    display: none;
}

.hero {
    justify-content: space-between;
    align-items: center;
    padding: 0px 60px;
    padding-top: 60px;
    margin: 0 auto;
    padding-bottom: 10px;
    margin-top: 24px;
    width: 85%;
    /* background-color: #c93626; */
    background-color: #f3e9e1;
    border-radius: 80px;
    border-bottom-left-radius: 180px;
    border-bottom-right-radius: 180px;
    text-transform: capitalize;
    line-height: 110px;
}

.hero .t1 {
    /* margin-top: 20px; */
    font-size: 6.875rem;
    max-width: 80%;


}

.hero .t2 {
    font-size: 112px;
}

.hero .t3 {
    margin-top: 24px;
    font-size: 20px;
    max-width: 70%;
    font-family: "poppins", sans-serif;
    line-height: 24px;
}

.img-container {
    position: relative;
    height: 300px;
    margin: 50px auto;
    background: url('./assets/Home3.jpg') center/cover no-repeat;
    /* background-color: #101010; */
    border-radius: 150px;
    overflow: hidden;
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
    padding-right: 60px;
    border: 3px solid #000000;
}

.circle-button {
    position: absolute;
    right: 20px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000000;
    cursor: pointer;
}

.circle-text {
    position: absolute;
    width: 250px;
    height: 250px;
    transform: rotate(0deg);

}

.center-text {
    font-size: 60px;
    color: #000000;
}




.services .t1 {
    margin-top: 100px;
    color: #f0f0f0;
    text-align: center;
    font-size: 100px;
    margin-bottom: 20px;

}

.cards {
    display: flex;
    flex-wrap: wrap;
    /* This makes the cards wrap on smaller screens */
    gap: 20px;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
}

.card {
    flex: 1 1 400px;
    /* Grows to fill space but wraps below 300px */
    min-width: 250px;
    max-width: 100%;
    height: 650px;
    background-color: #f0f0f0;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 60px;

    display: flex;
    flex-direction: column;
}

.card1 {
    background-color: #e0f7fa;
    background: url('./assets/PT.jpeg') center/cover no-repeat;
}

.card2 {
    background-color: #fff3e0;
    background: url('./assets/Onlinetraining.jpg') center/cover no-repeat;
}

.card button {
    margin-top: auto;
    /* Pushes button to bottom */
    align-self: center;
    width: 100%;
    /* Centers it horizontally */
    padding: 10px 10px;
    color: #f2eae3;
    font-size: 50px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.card1 button {
    background-color: #c93626;
}

.card i {
    margin-left: 20px;
}

.card2 button {
    background-color: #101010;
}




.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    max-width: 85%;
    justify-content: center;
    margin: 0 auto;
    gap: 20px;
    align-items: end;
}

.text {
    grid-area: 1 / 1 / 2 / 2;
    font-size: 60px;
    padding: 40px 20px;
    color: #f2eae3;
    height: 300px;
    /* background-color: red; */
}

.text p {
    margin-top: 5px;
    font-size: 25px;
    font-family: "Lato", sans-serif;
}


.price {
    /* display: inline-flex;
    flex-direction: column;
    justify-content: center; */
    background-color: #222222;
    text-align: center;
    font-size: 110px;
    height: max-content;
    border-radius: 90px;
    color: #f2eae3;
    align-items: center;
    padding: 70px 20px;
}

.price span {
    font-size: 60px;
}

.price1 {
    grid-area: 2 / 1 / 3 / 2;
}

.price2 {
    grid-area: 3 / 1 / 4 / 2;
}

.price3 {
    grid-area: 1 / 2 / 3 / 3;
}

.price4 {
    grid-area: 3 / 2 / 4 / 3;
}



.price3 {
    text-align: left;
    background-color: #222222;
    border-radius: 90px;
    padding: 30px 50px;
    height: 600px;
    color: #f2eae3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.price3 h1 {
    width: 100%;
    font-size: 110px;
    padding: 20px 20px;
}

.price3 span {
    font-size: 60px;
}

.price3 ul li {
    list-style: none;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    padding: 10px 20px;
}

.price3 button {
    margin-top: auto;
    /* Pushes button to bottom */
    align-self: center;
    width: 100%;
    /* Centers it horizontally */
    padding: 20px 10px;
    color: #f2eae3;
    background-color: #c93626;
    font-size: 50px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}



/* priceplan */

header {
    text-align: center;
    margin-bottom: 50px;
}

header h1 {
    margin-top: 100px;
    color: #f0f0f0;
    text-align: center;
    font-size: 100px;
    margin-bottom: 0px;
}

.subtitle {
    font-size: 40px;
    color: #f3e9e1;
    margin-bottom: 10px;
}

.pricing-container {
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 100%;
    margin: 0 auto;
}

.pricing-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 420px;
    position: relative;
}

/* .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        } */

.card-header {
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

.card-1 .card-header {
    background: #222222;
}

.card-2 .card-header {
    background: #222222;
}

.card-3 .card-header {
    background: #222222;
}

.plan-name {
    font-size: 1.8rem;
    color: #f3e9e1;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.plan-description {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
    max-width: 240px;
    margin: 0 auto;
    line-height: 1.5;
}

.price-section {
    padding: 25px 20px;
    background: white;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.price-amount {
    font-size: 3.5rem;
    font-weight: 700;
    margin: 10px 0;
    color: #2c3e50;
    transition: color 0.3s ease;
}

.price-period {
    color: #7f8c8d;
    font-size: 1rem;
}

.toggle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.toggle-label {
    font-size: 0.9rem;
    color: #7f8c8d;
    font-weight: 500;
}

.toggle-label.active {
    color: #c93626;
    font-weight: 600;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    margin: 0 15px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #222222;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #c93626;
}

input:checked+.slider:before {
    transform: translateX(30px);
}

.features {
    padding: 25px 30px;
}

.features h3 {
    text-align: center;
    margin-bottom: 20px;
    color: #2c3e50;
    font-size: 1.3rem;
    font-family: Poppins, sans-serif;
}

.feature-list {
    list-style-type: none;
}

.feature-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    font-family: Poppins, sans-serif;
}

.feature-list li:last-child {
    border-bottom: none;
}

.feature-list .right::before {
    color: #2ecc71;
    content: "✓";
    font-weight: bold;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: rgba(46, 204, 113, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}

.feature-list .cross::before {

    color: #d7513a;
    content: "X";
    font-weight: bold;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: rgba(46, 204, 113, 0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}

.card-footer {
    padding: 0 30px 30px;
    text-align: center;
}

.choose-btn {
    background: #3498db;
    color: white;
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
}

.card-1 .choose-btn {
    background: #c93626;
}

.card-2 .choose-btn {
    background: #c93626;
}

.card-3 .choose-btn {
    background: #c93626;
}

.choose-btn:hover {
    transform: translateY(-3px);
    /* box-shadow: 0 7px 20px rgba(52, 152, 219, 0.4); */
}

.popular-badge {
    position: absolute;
    top: 20px;
    right: -30px;
    background: #c93626;
    color: white;
    padding: 5px 30px;
    font-size: 0.9rem;
    font-weight: 600;
    transform: rotate(45deg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.quarterly-price {
    display: none;
}

@media (max-width: 1100px) {
    .pricing-container {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .pricing-container {
        flex-direction: column;
        align-items: center;
    }

    .pricing-card {
        width: 100%;
        max-width: 400px;
    }

    h1 {
        font-size: 2.3rem;
    }
}


/* priceplan */





.interactive {
    max-width: 80%;
    justify-content: center;
    margin: 0 auto;
    margin-top: 100px;
}

.interactive .title {
    text-align: center;
    font-size: 80px;
    color: #f2eae3;
    margin-bottom: 50px;
}

.interactive .cta {
    margin-top: 20px;
    background-color: #222222;
    width: 100%;
    padding: 20px;
    padding-left: 50px;
    padding-right: 20px;
    border-radius: 90px;
    color: #f2eae3;
    font-size: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cta h1 {
    font-weight: 300;
    text-transform: uppercase;
}

.interactive .wrapper .circle {
    /* position: absolute; */
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #c93626;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid #ffffff; */
    cursor: pointer;
}



.gallery {
    overflow: hidden;
}

.gallery .title {
    font-size: 60px;
    text-align: center;
    color: #f2eae3;
    margin-bottom: 20px;
}

.imageContainer {
    display: flex;
    flex-direction: row;
    gap: 25px;
    width: 200%;
}

.imageContainer .image img {
    height: 400px;
    background-size: cover;
}

/* .image:nth-child(odd){
  background-image: url('https://images.unsplash.com/photo-1489183988443-b37b7e119ba6?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2372&q=80')
} */



.newsletter {
    background-color: #222222;
    max-width: 85%;
    justify-content: center;
    margin: 0 auto;
    border-top-right-radius: 200px;
    border-top-left-radius: 200px;
    padding: 50px;
}

.newsletter .container {
    background-color: #f2eae3;
    max-width: 100%;
    justify-content: center;
    margin: 0 auto;
    border-radius: 150px;
    padding: 10px;
    padding-left: 40px;
    padding-right: 0px;
    display: flex;
    place-items: center;
}

.newsletter .container .text {
    color: #222222;
    width: 70%;
    font-size: 75px;
}

.details {
    margin-top: 20px;
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
    font-size: 30px;
    color: #f2eae3;
    place-items: center;

}

.details .detail2 img {
    width: 100px;
    height: auto;
}

.details a {
    color: #f2eae3;
    text-decoration: none;
}

.newsletter .container .circle {
    /* position: absolute; */
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #c93626;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 2px solid #ffffff; */
    cursor: pointer;
}


.mesh-bg {
    background-image: url('./assets/noise.jpg');
    /* or your SVG */
    background-size: contain;
    background-repeat: repeat;
    mix-blend-mode: normal;
}



@media (max-width: 767px) {
    .navbar {
        width: 100%;
        margin-top: 0px;
        padding: 20px 20px;
        border-radius: 0px;
    }

    .navbar .nav-items {
        display: none;
    }


    .navbar .hamicon i {
        color: #fc0300;
        font-size: 32px;
        padding-right: 10px;
        margin-top: -5px;
    }

    #hamicon {
        display: block;
        transition: transform 0.3s ease;
        cursor: pointer;
    }

    #hamicon.rotate {
        transform: rotate(90deg);
        /* or 180deg for X-style */
    }

    .ham {
        position: absolute;
        padding: 20px 0px;
        width: 100%;
        height: max-content;
        background-color: #f3e9e1;
        z-index: 99;
        display: flex;
        gap: 10px;
        text-align: center;
        flex-direction: column;
        border-bottom: 2px solid black;
        border-top: 2px solid black;
        transform: translateX(-100%);
        /* Hide offscreen to the left */
        transition: transform 0.3s ease;

    }

    .ham.active {
        transform: translateX(0);
    }

    .ham li {
        font-size: 30px;
        list-style: none;

    }

    .ham li a {
        text-decoration: none;
        color: #222222;
    }



    .hero {
        width: 100%;
        border-radius: 0px;
        border-top: 2px solid black;
        margin-top: 0px;
        line-height: 80px;
        padding: 40px 30px;
        padding-bottom: 5px;

    }

    .hero .t1 {
        max-width: 100%;
        font-size: 4.875rem;
    }

    .hero .t2 {
        /* line-height: 0px; */
        font-size: 4.875rem;
    }

    .hero .t3 {
        max-width: 100%;
    }

    .bg {
        position: absolute;
        height: 90px;
    }

    .img-container {
        height: 150px;
        border-radius: 100px;
    }

    .circle-button {
        width: 140px;
        height: 140px;
        right: 4px;
    }

    .circle-text {
        width: 140px;
        height: 140px;
    }

    .interactive {
        max-width: 95%;
        padding-bottom: 70px;
    }

    .interactive .title {
        font-size: 2.5rem;
        margin-bottom: 60px;
    }

    .interactive .cta {
        font-size: 14px;
        padding: 10px;
        padding-left: 40px;
        padding-right: 20px;
        border-radius: 90px;
    }

    .interactive .wrapper .circle {
        width: 80px;
        height: 80px;
    }



    .services .t1 {
        margin-top: 80px;
        font-size: 3.772rem;
    }

    .cards {
        max-width: 95%;
    }

    .card {
        border-radius: 30px;
        height: 450px;
    }

    .card button {
        font-size: 25px;
    }

    .card i {
        margin-left: 15px;
    }

    header h1 {
        font-size: 4rem;
    }



    .pricing-card:hover {
        transform: none;
    }

    .price-amount {
        font-size: 4rem;
    }


    .grid-container {
        display: flex;
        flex-direction: column;
    }

    .text {
        font-size: 50px;
        padding: 0px 20px;
    }

    .price {
        padding: 30px 10px;
    }

    .details {
        display: flex;
        flex-direction: column;
    }




    .newsletter {
        max-width: 100%;
        border-top-right-radius: 100px;
        border-top-left-radius: 100px;
        padding: 10px;
        border: 2px solid #c93626;
        border-bottom: none;
    }

    .newsletter .container {
        border-radius: 90px;
        padding: 20px;
        padding-left: 10px;
        padding-right: 5px;
    }

    .newsletter .container .text {
        font-size: 35px;
        width: 45%;
    }

    .newsletter .container .circle {
        width: 150px;
        height: 150px;
    }

    .details {
        margin-top: 10px;
        margin-bottom: 20px;
    }


}

















/* About Section */
.about-section {
    align-items: center;
    justify-content: center;
    max-width: 85%;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 100px;
    color: #f3e9e1;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}



.about-content {
    display: flex;
    gap: 50px;
    align-items: center;
}

.founder-img {
    position: relative;
}

.founder-img img {
    margin-top: 20px;
    width: 100%;
    max-height: 550px;
    border-radius: 10px;
}

.founder-info {
    flex: 1;
    font-family: "poppins", sans-serif;
}

.founder-info h3 {
    font-size: 42px;
    margin-bottom: 0px;
    color: #c93626;
    font-family: "poppins", sans-serif;
}

.founder-info h4 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #cccccc;
    font-family: "poppins", sans-serif;
}

.founder-info p {
    margin-bottom: 25px;
    font-size: 25px;
    color: #b3b3b3;
    font-family: "poppins", sans-serif;
}

.highlight {
    color: #c93626;
    font-family: "poppins", sans-serif;
    font-weight: 600;
}

.credentials {
    /* background: #1a1a1a; */
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
    font-family: "poppins", sans-serif;
}

.credentials h4 {
    text-align: center;
    color: #f3e9e1;
    font-size: 75px;
    margin-bottom: 35px;
    /* font-family: "Lato", sans-serif; */
}

.cred-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    color: white;
}

.cred-item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 25px;

}

.cred-icon {
    color: #c93626;
    margin-right: 10px;
    margin-top: 5px;
}

.stats {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    text-align: center;
    flex-wrap: wrap;
}

.stat-item {
    padding: 20px;
}

.stat-value {
    font-size: 100px;
    font-weight: 800;
    color: #c93626;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #cccccc;
}

/* Philosophy Section */
.philosophy {
    padding: 80px 0;
    /* background: linear-gradient(to right, #0d0d0d, #1a1a1a); */
    text-align: center;
}

.quote {
    max-width: 80%;
    margin: 0 auto;
    color: #f3e9e1;
    position: relative;
}



.quote-text {
    font-size: 60px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.4;
}

.quote-author {
    font-size: 30px;
    color: #c93626;
    font-weight: 600;
}

/* Footer */
footer {
    padding: 40px 0 20px;
    text-align: center;
    max-width: 85%;
    background-color: #222222;
    margin: 0 auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer-column {
    flex: 1;
    padding: 0 20px;
}

.footer-column h3 {
    color: #c93626;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: "poppins", sans-serif;
    text-transform: uppercase;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;

}

.footer-column p {
    font-family: "poppins", sans-serif;

}

.footer-column ul li a {
    color: #b3b3b3;
    text-decoration: none;
    transition: color 0.3s;
    font-family: "poppins", sans-serif;
}

.footer-column ul li {
    color: #b3b3b3;
    text-decoration: none;
    font-family: "poppins", sans-serif;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #c93626;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.social-links a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #1a1a1a;
    border-radius: 50%;
    color: #c93626;
    text-align: center;
    line-height: 40px;
    transition: all 0.3s;
}

.social-links a:hover {
    background-color: #c93626;
    color: #0d0d0d;
    transform: translateY(-5px);
}

.copyright {
    padding-top: 20px;
    border-top: 1px solid #1a1a1a;
    color: #666666;
    font-size: 14px;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .about-content {
        flex-direction: column;
    }

    .cred-list {
        grid-template-columns: 1fr;
    }

    .cred-item {
        align-items: start;
    }

    .credentials h4 {
        font-size: 3.5rem;
    }

    .section-title h2 {
        font-size: 4rem;
    }


}

@media (max-width: 768px) {

    footer {
        max-width: 100%;
        padding: 10px;
        border-right: 2px solid #c93626;
        border-left: 2px solid #c93626;
        border-bottom: none;
    }

    .footer-content {
        flex-direction: column;
        gap: 30px;
    }


    .quote-text {
        font-size: 40px;
    }
}



/* gallery */


main {
    column-count: 4;
    column-gap: 10px;
    padding: 10px;
    max-width: 85%;
    justify-content: center;
    margin: 10px auto;
}

@media (max-width: 1200px) {
    main {
        column-count: 3;
    }
}

@media (max-width: 800px) {
    main {
        column-count: 2;
    }
}

@media (max-width: 500px) {
    main {
        column-count: 1;
    }
}

.gallery-img {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    border-radius: 4px;
    break-inside: avoid;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.02);
}