/* TABLE OF CONTENTS */

/* -----------
1-General
2-Navbar
3-Slider
4-About
5-Rooms
6-Services
7-Team
8-Gallery
9-Price
10-BLog
11-Footer
--------------- */

/* 1-General */
@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@600;800&family=Montserrat:wght@500;600;700;800&family=Oswald:wght@200;300;400;500;600;700&family=Lora:wght@500;600;700&family=Playfair+Display:wght@500;600&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root{
    --primary-color:#021832;
    --secondary-color:#caa169;
    --bg-color:#f4f4f4;
    --bg-white:#fff;
    --bg-black:#000;

    --primary-font:'Poppins', sans-serif;
    --secondary-font:'Montserrat', sans-serif;
    --primary-text:#021832;
    --secondary-text:#caa169;
    --text-white:#fff;
    --text-black:#151515;
    --text-gray:#e4e4e4;
}

body{
    font-family: var(--primary-font);
    background-color: var(--bg-white);
}
a{
    text-decoration: none;
}
::-webkit-scrollbar{
    width: .375rem;
}
::-webkit-scrollbar-track{
    background: var(--secondary-color);
}
::-webkit-scrollbar-thumb{
    background: var(--primary-color);
}
section{
    padding: 3.125rem 0;
}
.main-btn{
    font-size: 1rem;
    font-weight: 500;
    color: var(--primary-color);
    text-transform: uppercase;
    background-color: transparent;
    border: 0.0625rem solid var(--primary-color);
    padding: 0.375rem 1.875rem;
    border-radius: 3.125rem;
    line-height: 1.75rem;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}
.main-btn:hover{
    cursor: pointer;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--text-white);
}
h1{
    font-size: 3.75rem;
    line-height: 4.25rem;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    font-family: var(--secondary-font);
}

h3{
    font-size: 2.25rem;
    line-height: 2.875rem;
    font-weight: 700;
    margin-bottom: 1.875rem;
    color: var(--primary-text);
    font-family: var(--secondary-font);
}
h3 span{
    color: var(--secondary-color);
}
h5{
    font-size: 1.5rem;
    line-height: 1rem;
    font-weight: 500;
    color: var(--primary-text);
    margin-bottom: 1.25rem;
    font-family: var(--secondary-font);
}
h6{
    font-size: .875rem;
    color: var(--primary-text);
    margin-bottom: 0.9375rem;
    text-transform: uppercase;
    font-weight: 300;
    font-family: var(--secondary-font);
}
p{
    font-size: 1rem;
    color: var(--text-black);
    line-height: 1.625rem;
}
.section-title{
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.section-title::after{
    content: "";
    display: block;
    position: absolute;
    margin-top: 4.9375rem;
    height: 0.1rem;
    width: 8rem;
    background: var(--primary-color);
}

.chat {
    position: relative;
}

.chat .call,.chat .whatsapp{
    background-color: #caa169;
    position: fixed;
    left: 0px;
    padding: 5px 12px;
    z-index: 10000;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all .3s ease-in-out;
}
.chat .call:hover,.chat .whatsapp:hover{
    padding: 5px 18px;
}
.chat .call{
    bottom: 80px;
}
.chat .whatsapp{
    bottom: 30px;
}
.chat .call a,.chat .whatsapp a{
   color: #021832;
   font-size: 25px;
}


/* 2-navbar */
.header_wrapper .navbar{
    /* padding: 0.9375rem 0; */
    background-color: var(--bg-white);
    box-shadow: 0 .5rem .375rem -0.375rem rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0 .5rem .375rem -0.375rem rgb(0 0 0 / 40%);
    transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
}
.header_wrapper .navbar-toggler{
    border: 0;
    color: var(--primary-text);
    line-height: 2;
}
.header_wrapper .navbar-toggler:focus{
    box-shadow: none;
}
.header_wrapper .nav-item{
    padding: 0 0.625rem;
}
.header_wrapper .nav-item .nav-link{
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--primary-text);
    display: inline-block;
}
.header_wrapper .nav-item .nav-link:hover,
.header_wrapper .nav-item .nav-link:active{
    color: var(--secondary-text);
}
.navbar.header-scrolled{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255,255,255,0.85);
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDwon;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDwon;
}

@keyframes fadeInDwon{
    0%{
        top: -30%;
    }
    50%{
        top: -15%;
    }
    100%{
        top: 0;
    }
}

/* Banner section */
.banner_wrapper{
    height: 40rem;
}
.banner_wrapper .swiper{
    width: 100%;
    height: 100%;
}
.banner_wrapper .swiper-slide{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.banner_wrapper .swiper-slide h2{
    font-size: 3.75rem;
    line-height: 4rem;
    font-weight: 700;
    margin-bottom: 1.875rem;
    color: var(--text-white);
    font-family: Playfair Display;
    letter-spacing: 3px;
}
.banner_wrapper .swiper-slide h4{
    color: var(--secondary-color);
    text-align: start;
    margin-bottom: 20px;
    letter-spacing: 5px;
    font-family: Lora;
}

.banner_wrapper .swiper-slide::before{
    content: "";
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-black);
    opacity: 0.5;
}
.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: var(--secondary-color);
    border: 0.625rem;
}
.banner_wrapper .swiper .slide-caption{
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: start;
    left: 5%;
}
.banner_wrapper .swiper .slide-caption p{
    max-width: 37.5rem;
    margin: 0 auto;
    color: var(--text-white);
}

.registration{
    height: 25rem;
}

.registration .slide-caption{
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20%;
}
.registration .swiper-slide h3{
    color: var(--text-white);
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.registration .swiper-slide h6{
    color: var(--text-white);
    text-align: center;
    margin-bottom: 20px;
    
}

/* about section */
.about_wrapper{
    padding-top: 5rem;
}
.about_wrapper h4{
    color: var(--secondary-color);
}
/* .about_wrapper .image-1{
height: 375px;
} */
.image-1 img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.founder{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* rooms section */
.rooms_wrapper .room-items{
    position: relative;
    overflow: hidden;
}
.rooms_wrapper .room-items img{
    width: 100%;
    transition: all 400ms ease-in 0s;
    -webkit-transition: all 400ms ease-in 0s;
}
.rooms_wrapper .room-items:hover img{
    transform:scale3d(1.05, 1.05, 1.05);
    -webkit-transform:scale3d(1.05, 1.05, 1.05);
}
.rooms_wrapper .room-items::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg-black);
    opacity: 0;
    z-index: 1;
    transition: all 400ms ease-in 0s;
    -webkit-transition: all 400ms ease-in 0s;
}
.rooms_wrapper .room-items:hover::before{
    opacity: 0.6;
}
.rooms_wrapper .room-items .room-item-wrap{
    position: absolute;
    left: 1.875rem;
    right: 1.875rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.rooms_wrapper .room-items .room-content{
    border: .125rem solid var(--bg-white);
    padding: 2rem 1.875rem;
    transform: scale3d(1.2, 1.2, 1.2);
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transition: all 500ms ease-in 0s;
    opacity: 0;
}
.rooms_wrapper .room-items:hover .room-content{
    opacity: 1;
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
}


/* service section */
.service-item-wrap{
    background-color: var(--bg-color);
}
.service-menu-area ul li a{
    display: block;
    margin-bottom: 2rem;
}
.service-menu-area ul li:nth-child(4) a{
    margin-bottom: 0;
}
.service-menu-area ul li a .service-icon{
    height: 5rem;
    width: 5rem;
    background-color: var(--secondary-color);
    line-height: 5rem;
    text-align: center;
    border-radius: 100%;
    float: left;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.service-menu-area ul li a .service-icon img{
    height: 3.3rem;
    width: 3.3rem;
}
.service-menu-area ul li a .service-icon:hover,
.service-menu-area ul li a.active .service-icon{
    background-color: var(--primary-color);
    color: var(--text-white);
    box-shadow: 0 .125rem rgb(34 30 31 / 40%);
}
.service-menu-area ul li:nth-child(1){
    margin-left: 0.5625rem;
}
.service-menu-area ul li:nth-child(2){
    margin-left: -1.9375rem;
}
.service-menu-area ul li:nth-child(3){
    margin-left: -4.375rem;
}
.service-menu-area ul li:nth-child(4){
    margin-left: -6.8125rem;
}
.service-menu-area ul li a p,
.service-menu-area ul li a h5{
    padding-left: 6.875rem;
    display: block;
    text-align: left;
}
.service-menu-area ul li a p span{
    color: var(--secondary-text);
}

.why_choose .card{
    height: 250px;
    position: relative;
    overflow: hidden;
    padding: 70px 10px;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 .125rem .25rem rgb(34 30 31 / 40%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-bottom: 3px solid #021832;
}
.why_choose .card:hover {
    background-color: var(--secondary-color);
}
.why_choose .card h5{
    line-height: 27px;
    text-align: center;
    /* margin-top: 30px; */
}

.why_choose .card img{
    height: 80px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 30px;
}

.career{
    background-color: var(--bg-color);
    padding: 3.125rem;
    position: relative;
    padding: 100px 40px;
}
/* .career::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-black);
    opacity: 0.7;
    z-index: 1;
} */
.career .card{
    background-color: var(--secondary-color);
    position: relative;
    z-index: 3;
    color: var(--text-white);
    height: 270px;
    padding: 40px 20px;
    border-bottom: 4px solid #021832;
    box-shadow: 0 .125rem .25rem rgb(34 30 31 / 40%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.career .card:hover {
    background-color: #021832;
    /* border-bottom: 4px solid #caa169; */
}
.career h5,.career p{
    position: relative;
    z-index: 3;
    color: var(--text-white);
    /* text-align: center; */
}
.career .card:hover h5{
    color: var(--text-white);
}
.career h5{
    font-weight: 600;
    color: var( --primary-text);
    line-height: 28px;
}

.counter{
    background-image: url("../images/banner/banner-6.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.125rem;
    position: relative;
    padding: 100px 40px;
}
.counter::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-black);
    opacity: 0.8;
    z-index: 1;
}
.counter h3{
    position: relative;
    z-index: 3;
    color: var(--text-white);
    text-align: center;
}
.counter button{
    position: relative;
    width: 150px;
    border: 0.0625rem solid var(--text-white);
    padding: 0.375rem 1.2rem;
    border-radius: 3.125rem;
    transition: all 0.3s ease-out 0s;
    z-index: 1000;
    background-color: transparent;
    text-align: center;
    margin: 0 auto;
}
.counter button a{
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.75rem;
    color: var(--text-white);
}
.counter button:hover{
    cursor: pointer;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--text-white);
}
.counter h5{
    position: relative;
    z-index: 3;
    color: var(--text-white);
    text-align: center;
}
.counter p,
.counter h1{
    position: relative;
    z-index: 3;
    color: var(--text-white);
    text-align: center;
}


/* team section */
.team_wrapper .card{
    position: relative;
    overflow: hidden;
}
.team_wrapper .cards{
    position: relative;
    overflow: hidden;
    height: 500px;
}
.team_wrapper .cards img{
    height: 100%;
    object-fit: cover;
}

.team_wrapper .team-info{
    background-color: var(--secondary-color);
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 2rem 1.25rem 1.25rem;
    margin-bottom: -4.6875rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.team_wrapper .card:hover .team-info{
    margin-bottom: 0;
}
.team_wrapper .cards:hover .team-info{
    margin-bottom: 0;
}
.team_wrapper .team-info h5{
color: var(--primary-color);
font-weight: 600;
margin-bottom: .8rem;
}
.team_wrapper .team-info p{
    color: var(--text-white);
    font-size: 1.1rem;
    margin-bottom: .8rem;
}

.team_wrapper .team-info .social-network{
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    padding: .9rem;
    margin: 2rem -1.25rem -1.25rem;
    background-color: var(--primary-color);
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.team_wrapper .team-info .social-network li a{
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: block;
    border-radius: 50%;
    font-size: .9375rem;
    color: var(--text-white);
    border: .0625rem solid var(--bg-white);
}

/* gallery section */
.gallery_wrapper .gallery-item{
    box-shadow: 0 0 .1875rem rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}
.gallery_wrapper .gallery-item::before,
.gallery_wrapper .gallery-item::after,
.gallery_wrapper .gallery-item-content::before,
.gallery_wrapper .gallery-item-content::after{
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.gallery_wrapper .gallery-item::after{
    top: 50%;
}
.gallery_wrapper .gallery-item:hover::after{
    top: 0;
    opacity: 1;
}
.gallery_wrapper .gallery-item:hover::before{
    left: 50%;
    opacity: 1;
}
.gallery_wrapper .gallery-item-content{
    content: "";
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.gallery_wrapper .gallery-item:hover .gallery-item-content{
    opacity: 1;
}
.gallery_wrapper .gallery-item-content::before,
.gallery_wrapper .gallery-item-content::after{
    top: 0;
    left: 50%;
    z-index: -1;
}
.gallery_wrapper .gallery-item-content::before{
    top: 50%;
    opacity: 1;
}
.gallery_wrapper .gallery-item-content::after{
    top: 50%;
}
.gallery_wrapper .gallery-item:hover .gallery-item-content::after{
    opacity: 1;
    left: 0;
}

/* pricing section */
.price_wrapper .card{
    box-shadow: 0 .125rem .25rem rgb(34 30 31 / 40%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.price_wrapper .card:hover {
    background-color: var(--secondary-color);
}
.price_wrapper .card:hover h3,
.price_wrapper .card:hover h5,
.price_wrapper .card:hover p{
    color: var(--text-white);
}
.price_wrapper .card:hover .main-btn{
    color: var(--text-white);
    border-color: var(--bg-white);
}


.video_gallery{
    background-color: var(--bg-color);
    padding: 4.125rem 0;
}

.event .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 0.9375rem;
    height: 0.9375rem;
    background-color: var(--secondary-color);
    border: 0.625rem;
    /* bottom: -20px !important; */
}


.our-partner-slider{
    background-color: var(--bg-color);
    padding: 3.125rem 0;
}
.our-partner .swiper-wrapper{
    align-items: center;
    justify-content: start;
    display: flex;
}

.our-partner-slider{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.our-partner-slider button{
    position: relative;
    width: 230px;
    border: 0.0625rem solid var(--text-white);
    padding: 0.675rem 1.2rem;
    border-radius: 3.125rem;
    transition: all 0.3s ease-out 0s;
    z-index: 1000;
    background-color: #021832;
    text-align: center;
    margin: 20px auto 10px;
}
.our-partner-slider button a{
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.75rem;
    color: var(--text-white);
}
.our-partner-slider button:hover{
    cursor: pointer;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--text-white);
}

/* footer section */
.footer_wrapper{
    background-color: var(--bg-black);
}
.footer_wrapper h5{
    color: var(--text-white);
    margin-bottom: 1.25rem;
}
.footer_wrapper ul li{
    margin-bottom: .5rem;
    list-style: none;
}
.footer_wrapper .contact-info li a{
    color: var(--secondary-color);
}
.footer_wrapper .link-widget li a,
.footer_wrapper p{
    color: var(--text-gray);
    font-size: .875rem;
    padding-left: 1.5rem;
    position: relative;
    transition: all 0.3s ease-out 0s;
}
.footer_wrapper .link-widget li a::before{
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer_wrapper .link-widget li a:hover{
    color: var(--secondary-color);
    margin-left: 0.625rem;
}
.footer_wrapper .social-network a{
    width: 2.1875rem;
    height: 2.1875rem;
    margin: 0.5rem;
    line-height: 2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid var(--text-gray);
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer_wrapper .social-network a:hover{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: var(--text-white);
    transform: translateY(-0.1875rem);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
}
.footer_wrapper .form-control:focus{
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
    color: var(--text-white);
}
.footer_wrapper .form-control::placeholder{
    color: var(--text-white);
}
.copyright-section{
    background-color: var(--primary-color);
    padding: 1.25rem 0 .3125rem;
    text-align: center;
    justify-content: space-around;
    display: flex;
}
.copyright-section a{
    color: var(--secondary-text);
}

.gallery-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}
.footer_gallery .col-md-4{
    /* width: 100px; */
    /* height: 100px; */
}
.footer_gallery .col-md-4 img{
     width: 100%;
    height: 100%;
    object-fit: cover;
}

.registration-one{
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    background-color: var(--bg-white);
    padding-top: 20px;
}

.registration-two{
    padding-top: 20px;
}

.registration-box .regi-btn{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
}

.regi-btn .btn-regi-1,.regi-btn a{
    position: relative;
    width: 200px;
    border: 0.0625rem solid var(--text-white);
    padding: 0.675rem 1.2rem;
    border-radius: 3.125rem;
    transition: all 0.3s ease-out 0s;
    z-index: 1000;
    text-align: center;
}
.regi-btn .btn-regi-1{
    background-color: var(--primary-color);
    color: var(--text-white);
}
.regi-btn a{
    background-color: transparent;
    border: 0.0625rem solid #021832;
    color: var(--primary-text);
}
.regi-btn .btn-regi-1:hover{
    cursor: pointer;
    background-color: transparent;
    border: 0.0625rem solid #021832;
    color: #021832;
}
.regi-btn a:hover{
    cursor: pointer;
    background-color: #021832;
    color: var(--text-white);
}

.contact-details{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}
.contact-div{
    align-items: center !important;
}
.contact-div p{
    margin-bottom: 0;
}
.contact-div p a{
    color: var(--primary-text);
}

.contact-div i{
    padding: 10px;
    font-size: 20px;
    color: var(--primary-text);
    background-color: #caa169;
    /* border-radius: 50%; */
}

.contact-btn{
    width: 100%;
    position: relative;
    /* width: 200px; */
    border: 0.0625rem solid var(--text-white);
    padding: 0.675rem 1.2rem;
    /* border-radius: 3.125rem; */
    transition: all 0.3s ease-out 0s;
    z-index: 1000;
    background-color: #021832;
    text-align: center;
    /* margin: 20px auto 10px; */
    color: var(--text-white);
}
.contact-btn:hover{
    background-color: var(--secondary-color); 
}

.faq_wrapper .container{
    padding: initial;
}

.accordion-button:not(.collapsed){
    background-color: #caa169 !important;
    color: #021832 !important;
}
.accordion-button{
    font-size: 18px;
    font-weight: 500;
}

.gallery-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.gallery-section img{
    height: 200px;
    width: 100%;
    object-fit: cover;

}
.mentor h3{
    margin-bottom: .4rem;
}
.mentor h4{
    color: var(--secondary-color);
    margin-bottom: 1rem;
}
.mentor p{
    margin-bottom: 0;
}

.mentor-work{
    background-color: var(--bg-color);
    padding: 3.125rem 0;
}

