@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

/* Reset all styles */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style: none;
    text-decoration: none;
    border: none;
}

* {
    font-family: 'Poppins', sans-serif;
}

body {
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
#loading-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa; /* Light gray background */
    z-index: 9999; /* Ensure it overlays the main content */
  }
  /* Main content styling (hidden initially) */
  #main-content {
    display: none; /* Hidden until loading finishes */
  }
  .main-box{
    margin: 0;
    padding: 0;
  }
  .my-spinner{
    color:  #639b9b;
    
  }
  .spinner-txt{
    color: #04446c;
    font-weight: 500;
  }

.logo {
    float: left;
    margin-left: 1%;
    line-height: 110px;
    background-image: url("../assets/images/rd-logo.png");
    background-size: contain;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.side-bar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
    z-index: 999;
    background-color: white;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 10px rgba(255, 255, 255, 0.5);
    display: none;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    line-height: 5
}

.side-bar li {
    width: 100%;
}

.side-bar a {
    width: 100%;
}
nav {
    height: 110px;
    background-color: #ffff;
}
nav a:hover {
    background-color: #088F8F;
    transition: 0.5s ease;
    color: white;
}

.menu-button {
    display: none;
}

nav ul {
    float: right;
    line-height: 110px;
}

nav ul li {
    display: inline-block;
    list-style: none;
    padding: 0px 5px;
}

nav ul li a {
    color: #28282B;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 0px 8px;
    font-weight: 400;
}

nav ul li a:hover {
    background-color: #088F8F;
    transition: 0.5s ease;
    color: white;
}

nav ul li .active {
    color: #088F8F;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}


.display-card {
        height: 30rem;
        position: relative;
}

.construction{
    align-items: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    font-weight: 600;
    font-size: 2rem;
    color: #04446c;
}
.construction .subtext{
    font-weight: 300;
    color: #7c9cbc;
}

.breadcrumbs{
    align-items: center;
    text-align: center;
    justify-content: center;
    align-content: center;
    font-weight: 600;
    font-size: 2rem;
    color: #04446c;
}
.breadcrumbs .subtext{
    font-weight: 400;
    color: #7c9cbc;
    font-size: 1rem;
    margin-bottom: 1%;
}
.breadcrumbs .subtext a{
    color: inherit;
    text-decoration: inherit;
}
.breadcrumbs .paragraph{
    font-size: 1.2rem;
    text-align: left;
    margin: 5% 2%;
    font-weight: 400;
}
.paragraph-reg{
    font-size: 1.2rem;
    text-align: left;
    margin: 5% 2%;
    font-weight: 400;
    line-height: 2rem;
}
.breadcrumbs-lowertxt{
    color: #36454F;
    font-weight: 300;
    font-size: 1.1rem;
}
.breadcrumb-link{
    cursor: pointer;
}
.breadcrumbs .img{
        background-size: cover;
        background-position: center;
        height: 32rem;
        display: block;
        margin: 1% 2%;
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 10px rgba(255, 255, 255, 0.5);
}

.register-img{
    background-image: url("../assets/images/seniors.jpg");
}
.book-img{
    background-image: url("../assets/images/wallpaper-building.jpg");
}

.display-card .title-header {
    display: block;
    font-weight: 600;
    font-size: 2.8rem;
    overflow: hidden;
    width: 0;
    animation: revealWidth 2s ease-in-out forwards;
    white-space: nowrap;
    color: #F9F6EE;
    text-align: left;
    
}



.display-card .title-sub-header {
    display: block;
    font-weight: 400;
    font-size: 1.2rem;
    overflow: hidden;
    width: 0;
    animation: revealWidth 5s ease-in-out forwards;
    white-space: nowrap;
    color: #F9F6EE;
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);  
    -webkit-text-stroke: 0.2px black;
}

@keyframes revealWidth {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.display-card .card-summary {
    display: block;
    line-height: 2rem;
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: 10%;
    color: #F9F6EE;  
    animation: bounce 3s;
    /* margin-bottom: 2%; */
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);  
    -webkit-text-stroke: 0.2px black;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-50px);
    }
}
.carousel-item {
    height:40rem;
    background-repeat: no-repeat;
    
  }

  .carousel-item:nth-child(1) {
    background-image: url('../assets/images/Final-Wallpaper-UniformsA.webp'); 
  }
  
  .carousel-item:nth-child(2) {
    background-image: url('../assets/images/juniorsA.png'); 
  }
  
  .carousel-item:nth-child(3) {
    background-image: url('../assets/images/seniorsA.png'); 
  }

  .carousel-item:nth-child(4) {
    background-image: url('../assets/images/girls-O&A.jpg'); 
  }

.carousel-caption {
    position: absolute;
    top: 10px;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);  
    text-align: left; 
    -webkit-text-stroke: 0.2px black;
    
  }
  
  .carousel-caption h5 {
    font-size: 2rem; /* Adjust title size */
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);  
    -webkit-text-stroke: 0.1px black;
  }
  
  .carousel-caption p {
    font-size: 1.2rem; /* Adjust paragraph size */
    font-style: italic;
    margin-top: 5px; /* Space between heading and description */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);  
    -webkit-text-stroke: 0.2px black;
  }
  .carousel-caption {
    display: block !important;
  }
  
.mission-card {
    border-bottom-style: solid;
    border-bottom-color: rgba(8, 143, 143, 0.8);
    border-bottom-width: 0.2rem;
    font-weight: 400;
    color: black;
    padding-left: 1%;
    padding-right: 1%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 10px rgba(255, 255, 255, 0.5);
    display: block;
    overflow-x: hidden;
    margin-top: 2%;
}

card-header {
    font-weight: 600;
    color: #36454F;
    font-size: 1.8rem;
    margin: 2% 0%;
    text-align: left;
}

.mission-summary {
    font-size: 1.2rem;
    margin-top: 2%;
}

.tour-card {
    font-weight: 400;
    color: black;
    margin: 2% 0%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 10px rgba(255, 255, 255, 0.5);
    display: block;
}

.card-image {
    background-size: cover;
    background-position: center;
    max-width: 100%;
    height: 32rem;
    display: block;


}

.admission-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
    border-bottom-style: solid;
    border-bottom-color: rgba(8, 143, 143, 0.8);
    border-bottom-width: 0.2rem;
    padding-left: 2%;
    padding-top: 1%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 10px rgba(255, 255, 255, 0.5);
    overflow-x: hidden;
}

.events-card {
    margin-bottom: 2%;
    border-bottom-style: solid;
    border-bottom-color: rgba(8, 143, 143, 0.8);
    border-bottom-width: 0.2rem;
    padding: 0% 1%;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 10px rgba(255, 255, 255, 0.5);
    overflow-x: hidden
}


.events-card .summary {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    padding-top: 1%;
}

.admission-card-image {
    height: 30rem;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    /* width: 100%;
    height: auto;
    object-fit: cover; */
}

.my-image {
    background-image: url("../assets/images/vision.jpg");

}

.my-image1 {
    background-image: url("../assets/images/buildingA.png");
}

.my-image2 {
    background-image: url("../assets/images/girl-uniform-senior.png");
}

.events-card .my-image3 {
    background-image: url("../assets/images/events.jpeg");
}
.my-image4{
    background-image: url("../assets/images/mission.jpg");
}
.card-button {
    background-color: #097969;
    border: none;
    color: white;
    padding: 1.8% 2.8%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1rem;
    margin: 8% 0 4% 0;
    cursor: pointer;
    width: 10rem;
}

.gallery-button {
    position: absolute;
    bottom: 30%;
    background-color: #097969;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.8rem 2rem;
    width: 8rem;
    animation: bounce 3s;
}

.gallery-button:hover {
    color: #36454F;
    background-color: rgba(137, 207, 240, 0.5);
}

.card-button:hover {
    color: #36454F;
    background-color: rgba(137, 207, 240, 0.5);
}



.admission-card .summary {
    font-size: 1.2rem;
    margin-top: 5%;
    font-weight: 400;
    line-height: 2rem;
    padding-right: 1%;
    text-align: left;
}

.admission-heading {
    margin-top: 1%;
    color: #28282B;
    font-weight: 600;
    font-size: 1.4rem;
    text-align: left;
}

.admission-card .reg-today {
    font-size: 1.2rem;
    font-weight: 400;
    color: #088F8F;
    text-align: left;
    font-style: italic;
}

.faq-container {
    margin: 2%;
}

.faq-container .heading {
    font-weight: 600;
    color: #28282B;
    font-size: 1.4rem;
    margin: 1% 0% 2% 0%
}

.faq-container .heading em {
    font-size: 1rem;
    font-weight: 300;
}

.faq-accordion-header {
    color: #088F8F;
    font-weight: 600;
}
.faq-accordion-header1 {
    color:#04446c;
    font-weight: 600;
}
.contact-content {
    margin: 2%;

}

.contact-content .header {
    font-weight: 600;
    color: #28282B;
    font-size: 1.4rem;
    margin: 1% 0% 2% 0%
}

.contact-content .summary {
    font-size: 1.1rem;
    font-weight: 500;
    color: #097969;
    margin-bottom: 5%;
    margin-top: 2%;
}

.contact-content .summary .sub-summary {
    margin-bottom: 8%;
}

.contact-badge {
    padding-top: 4%;
    display: flex;
    color: rgba(40, 40, 43, 0.8);
}

.contact-badge i {
    font-size: 1rem;
    padding: 1% 1% 0% 0%;
}

.contact-content #contact-form {
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    padding: 35px 30px;
    background-color: #fff;
    margin-bottom: 2%;
    margin-top: 5%;
}

.contact-content #contact-form label {
    font-size: 15px;
    color: #3a3a3a;
    margin-bottom: 15px;
}

.contact-content #contact-form input {
    width: 100%;
    height: 44px;
    border-radius: 22px;
    background-color: #f6f6f6;
    border: none;
    margin-bottom: 30px;
    font-size: 14px;
    padding: 0px 15px;
}

.contact-content #contact-form textarea {
    width: 100%;
    height: 150px;
    max-height: 180px;
    border-radius: 22px;
    background-color: #f6f6f6;
    border: none;
    margin-bottom: 40px;
    font-size: 14px;
    padding: 15px 15px;
}

.contact-content #contact-form button {
    background-color: #088F8F;
    height: 44px;
    padding: 0px 20px;
    color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 500;
    transition: all .5s;
}

.contact-content #contact-form button:hover {
    color: #36454F;
    background-color: rgba(137, 207, 240, 0.5);
}

/* .contact-content #map {
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 2%;
    background-color: none;
} */

.about-page {
    margin: 2%;
}

.about-page .header {
    font-weight: 600;
    color: #28282B;
    font-size: 1.4rem;
    margin-bottom: 2%;
}

.about-page .summary {
    font-weight: 400;
    font-size: 1rem;
    line-height: 2;
}
.about-page .summary1 {
    display: flex;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2;
}

typography{
    font-size: 2.4rem;
    font-weight: 600;
    color: #3a3a3a;
    line-height: normal;
}
.side-text{
    margin-top: 2%;
}
.side-text1{
    margin-top: 2%;
}
.about-b-text{
    font-weight: 400;
    margin-top: 2%;
}
.space{
    margin-top: 2%;
}

.about-page .images {
    border-radius: 2px;
    height: 28rem;
    background-size: cover;
    background-position: center;
}

.about-page .images1 {
    border-radius: 2px;
    height: 28rem;
    margin-top: 1%;
    background-size: cover;
    background-position: center;
}

.about-page .images2 {
    border-radius: 2px;
    height: 22rem;
    margin-top: 1%;
    background-size: cover;
    background-position: center;
}

.about-images {
    background-image: url("../assets/images/wallpaper-building.jpg");

}

.about-images1 {
    background-image: url("../assets/images/cafe.jpg");
}

.about-images2 {
    background-image: url("../assets/images/vision.jpg");
}
.about-images3 {
    background-image: url("../assets/images/buildingB1.JPG");
}
.about-images4 {
    background-image: url("../assets/images/mom.jpg");
}

.values-tab{
margin: 1%
}
.about-page .values-card {
    height: 10rem;
    min-width: 20rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 10px rgba(255, 255, 255, 0.5);
    text-align: center;
    align-content: center;
    font-weight: 600;
    font-size: 1.2rem;
    background-color:white;
    border-left-style: solid;
    border-left-color: var(--border-color);
    border-left-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: var(--border-color);
    border-bottom-width: 5px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: rgba(40, 40, 43, 0.9);
    margin: 1%;
}

.about-page .values-card p{
    margin-top: 2%;
    display: flex;
    font-size: 1rem;
    font-weight: lighter;
}
.bullet{
    color: var(--bullet-color);
    font-size: 1rem;
}
.about-page .values-card:hover {
    transform: scale(1.1);
    background-color: rgba(9, 69, 47, 0.4);
    color: white;
    cursor: pointer;
}

.admissions-page {
    margin: 2%;
}

.admissions-page .heading {
    font-weight: 600;
    color: #28282B;
    font-size: 1.4rem;
    margin-top: 1%
}

.admissions-page .summary {
    font-weight: 400;
    font-size: 1rem;
    line-height: 2;
}

.admissions-page .sub-header {
    font-weight: 500;
}

.admissions-page .sub-summary {
    padding-left: 2%;
}

.admission-img {
    height: 40rem;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
    margin-top: 8%;
    background-image: url("../assets/images/seniorboy.jpg");
}


.academics-page {
    margin: 2%;
}

.academics-page .heading {
    font-weight: 600;
    color: #28282B;
    font-size: 1.4rem;
    margin-top: 1%
}

.academics-page .image {
    border-radius: 5px;
    height: 25rem;
    background-size: cover;
    background-position: center;
    /* margin-top: 8%; */
}
.academics-page .sub-head{
    font-weight: 500;
    font-size: 1.1rem;
    margin-bottom: 1%;
}
.academics-page p{
line-height: 2;
margin-top: 2%;
}

.academics-page em{
    font-weight: 500;
    font-style: normal;
    
}
.academics-img {
    background-image: url("../assets/images/books2.jpg");

}

.academics-img2 {
    background-image: url("../assets/images/books3.jpg");
}
.academics-top{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.academics-logo{
    background-image: url("../assets/images/zimsec.jpg");
    background-size: contain;
    width: 100px;
    height: 100px;
}

.academics-page .summary {
    font-weight: 400;
    font-size: 1rem;
    line-height: 2;
}

.academics-page .head-summary {
    font-weight: 500;
    margin-top: 6%;
    color: #28282B;
    font-size: 1.1rem;
}

.academics-page .arc-container {
    margin-top: 4%;
}
.arc-body-header{
    font-weight: 600;
    text-decoration: underline;
}
.arc-body-text{
    font-weight: 500;
    font-style: italic;
}
.clubsnsports-page{
    margin: 2%;
}
.clubsnsports-page .header{
    font-weight: 600;
    font-size: 1.4rem;
    color: #28282B;
    margin-top: 2%;
}
.clubsnsports-page .summary{
    line-height: 2rem;
    margin: 1% 0% 1% 0%;
}
.clubsnsports-page em{
    font-weight: 500;
    color: #d75453;
}
.clubsnsports-page .subtext{
    font-weight: 500;
    margin-top: 1%;
    font-style: oblique;
    color: #36454F;
}
.clubsnsports-page .sports-card{
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 10px rgba(255, 255, 255, 0.5);
    margin: 1% 1%;
}
.clubsnsports-page  .sports-section .sports-card .tile{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    font-weight: 600;
    color:rgb(255, 255, 255);
    background-color: var(--color);
    cursor: pointer;
    height: 14rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.clubsnsports-page  .sports-section .sports-card .icon{
margin-top: 4%;
filter: invert(100%) brightness(150%);;
height: 8rem;
background-size:contain;
background-position: center;
background-repeat: no-repeat;
}

.clubsnsports-page  .sports-section .sports-card .tile:hover{
    color: rgba(0, 0, 0, 0.9);
}
.clubs-list{
    line-height: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 400;
}
.clubsnsports-page .collage{
background-color: whitesmoke;
}
.clubsnsports-page .gallery{
        width: 100%;
        height: auto;
        min-height: 12rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;

}
.clubs-frame1{
    background-image: url("../assets/images/Wallpaper-sports-juniors.jpg");
    margin-top: 4%;
}
.clubs-frame2{
    background-image: url("../assets/images/SPORTS-SENIORS.jpg");
}
.slide-right {
    position: relative;
    animation: slide-in-right 1s ease-in-out forwards; 
    overflow: hidden;
  }
.slide-left{
    animation: slide-in-left 1s ease-in-out forwards; 
    overflow: hidden;
}
.download-page{
    margin: 2%;
}
.download-page .header{
    font-weight: 600;
    font-size: 1.4rem;
    text-decoration: underline;
    
}
.download-page .down-list{
line-height: 3rem;
margin-top: 2%;
}
.download-page a{
    text-decoration: none;
}
.news-page{
    margin: 2%;
}
.news-page .tabs {
    display: flex;
    cursor: pointer;
}
.news-page .tab {
    padding: 0.8rem 1.1rem;
    border: 1px solid #ccc;
    margin-right: 5px;
    background: #f0f0f0;
}
.news-page .tab.active {
    background:#d75453;
    color: white;
}
.news-page .content {
    display: none;
    padding: 1.1rem;
    border: 1px solid #ccc;
    margin-top: 0.8rem;
}
.news-page .content.active {
    display: block;
}

  @keyframes slide-in-left {
    0% {
      transform: translateX(-100%); 
    }
    100% {
      transform: translateX(0); 
    }
  }
  @keyframes slide-in-right {
    0% {
      transform: translateX(200%); 
    }
    100% {
      transform: translateX(0); 
    }
  }

email {
    font-size: 0.9rem
}

footer {
    background: #7c9cbc;
    /* bottom: 0; */
    width: 100%;
    padding: 2% 2% 0% 2%;
    margin-top: auto;

}

.footer-content {
    font-size: 1rem;
    color: whitesmoke;
}

.footer-content h6 {
    text-decoration: underline;
}

.footer-content i {
    font-size: 1.2rem;
    color: aliceblue;
    margin-right: 2%;
}

.footer-content a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

.footer-content a:hover {
    color: #00ffbb;
    transition: 0.5s ease;

}

.copyright-text {
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
}

#myBtn {

    position: fixed;
    bottom: 5%;
    right: 2%;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #d75453;
    color: white;
    cursor: pointer;
    padding: 0px 10px;
    border-radius: 10px;
    font-size: 20px;
    display: none;
}

#myBtn:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.small-screen {
    display: none
}
@media (min-width: 600px) {
    .clubsnsports-page .gallery {
        min-height: 20rem;
    }
}

@media (min-width: 800px) {
    .clubsnsports-page .gallery {
        min-height: 30rem;
    }
}

@media (min-width: 1000px) {
    .clubsnsports-page .gallery {
        min-height: 40rem;
    }
}

@media(max-width:800px){
    .carousel-item:nth-child(1) {
        background-image: url('../assets/images/wallapaper-mini.jpg'); 
      }
      
      .carousel-item:nth-child(2) {
        background-image: url('../assets/images/juniorsA-mini.jpg'); 
      }
      
      .carousel-item:nth-child(3) {
        background-image: url('../assets/images/seniorsA-mini.jpg'); 
      }
      .carousel-item:nth-child(4) {
        background-image: url('../assets/images/girls-O&A.jpg'); 
      }

}
@media(max-width: 991px) {
    .mission-card {
        border-left: none;
        border-bottom-style: solid;
        border-bottom-color: rgba(8, 143, 143, 0.8);
        border-bottom-width: 0.4rem;
    }

    .big-screen {
        display: none
    }

    .small-screen {
        display: block
    }

    .card-image {
        align-content: center;
        justify-content: center;
        text-align: center;
    }

    .card-button {
        padding: 2% 0%;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 1.4rem;
        margin: 10% 0% 4% 0%;
        width: 20rem;
        opacity: 80%;


    }




}

@media(min-width:710px) and (max-width:991px){
    .admission-img{
      height: 64rem;
    }
}

@media(max-width: 780px) {
    .display-card .title-header{
        display: none;
    }

    .display-card .title-sub-header {
        display: none;
    }
    
    .display-card .card-summary {
        display: none;
    }
    .gallery-button{
        display: block !important;
     }

}


@media(min-width:1000px){
    .side-text1{
        margin-top: 1%;
    }
}
@media(max-width:800px){ 
    .gallery-button{
       padding: 1rem 2.4rem;
    }
}
@media(max-width:1108px) {
    .responsive {
        display: none;
    }

    .menu-button {
        display: block;
    }
}
@media(min-width:991px){
    .card-image{
        height: 24rem;
    }
}
