/*-----------------------------------------------------------------------------------

    Theme Name: Eaze
    Theme URI: http://
    Description: Single Page Stratup Template
    Author: Theme_Wala
    Version: 1.0

-----------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------

== Table Of Content

    | Base
    | Typography
    | Spacing
    | Form
    | Scroll To Top
    | Modal --> (Navbar)
    | Navbar
    | Header
    | About Us
    | Services
    | Call to action
    | Pricing
    | Customer Reviews
    | Recent Posts
    | Footer
    | Media Queries
	
---------------------------------------------------------------- */

/* ====================== [ Base  ] ====================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
  }

body{
    font-family: 'Lexend', sans-serif;
}

.color-1{
    color:#48b674;
}

.color-2{
    color:#343434;
}

.radius-20{
    border-radius: 1.25rem;
}

.shadow-xlg{
    box-shadow: 47px 56px 65.8px 4.2px rgba(0, 0, 0, 0.12);
}

hr{
    background-color: #fff;
}

/* ====================== [  Typography  ] ====================== */
h1{
    font-size: 2.25rem;
}

h1 > .big{
    font-size: 3rem;
    display: block;
}

h2{
    font-size: 2.875rem;
    line-height: 4.25rem;
}

h3{
    font-size: 1.375rem;
}

h4{
    line-height: 2.50rem;
}

.text-muted{
    color: #8c8c8c !important;
}

a{
    text-decoration: none;
    color: #48b674;
}

a:hover, .greencolor{
    color: #35965c;
}

p{
    line-height: 30px;
}

.lh-40{
    line-height: 2.5rem;
}

/* ====================== [  Spacing  ] ====================== */
.p-120{
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pt-120{
    padding-top: 7.5rem;
}

.pb-120{
    padding-bottom: 7.5rem;
}

.p-40{
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
}

.pt-60{
    padding-top: 3.75rem;
}

.pb-60{
    padding-bottom: 3.75rem;
}

.g-6, .gx-6 {
    --bs-gutter-x: 6rem;
}

/* ====================== [  Form  ] ====================== */
.btn{
    background-color: #48b674;
    border-color: #48b674;
}

.btn:hover{
    background-color: #35965c;
    border-color: #35965c;
}

.btn-check:focus+.btn-primary, .btn-primary:focus{
    background-color: #35965c;
    border-color: #35965c;
    box-shadow: none !important;
}

.btn-lg{
    font-size: 1.125rem;
    border-radius: 1.25rem;
    padding: 1rem 4.375rem;
}

.btn-lg-alt{
    background-color: #5cd38c;
    font-size: 1.125rem;
    border-radius: 1.25rem;
    padding: 1rem 4.375rem;
}

.btn-link{
    color: #48b674;
}

.btn-link:hover{
    color: #35965c;
}

.color-3{
    color: white;
}

.form-control{
    border: none;
}

.form-control:focus{
    box-shadow: none;
}

.form-control::placeholder{
    color: #8c8c8c;
}

.form-control-lg{
    border-radius: 1.25rem;
    padding: 1rem 2.375rem;
}

.form-control-lg::placeholder{
    color: #8c8c8c;
    font-size: 1rem;
}

.dropdown-toggle::after {
    display: none;
}

/* ====================== [   Scroll To Top  ] ====================== */
.scroll-to-top {
    background-color: #48b674;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    border:1px solid #fff;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i{
    color: #fff;
    line-height: 2;
    font-size: 1.4rem;
}

/* ====================== [ Modal --> (Navbar)  ] ====================== */
.navbar .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #48b674;
    background-clip: padding-box;
    border: none;
    border-radius: 1.3rem;
    outline: 0;
    right:0.5rem;
}

.navbar .modal-dialog{
    margin-top:0rem;
}

.navbar .modal-close{
    color: white;
    font-size: 2rem;
}

.navbar .modal-close:hover{
    color: white;
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1320px;
    }
}

/* ====================== [ Navbar  ] ====================== */
.navbar {
    background-color: #fff !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 1.25rem;
    box-shadow: 47px 56px 65.8px 4.2px rgba(0, 0, 0, 0.12);
}

.navbar-light .navbar-nav .nav-link{
    color:#1b1b1b;
    margin-left: 1.8rem;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color:#48b674;
}

.navbar-nav .search-icon{
    background-color: #48b674;
    border-radius: 100%;
    display: inline-flex;
    height: 2.5rem;
    width: 2.5rem;
    color: white !important;
    justify-content: center;
    align-items: center;
}

.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-brand img{
    width: 60%;
}
/* ====================== [   Header  ] ====================== */
header{
    background-color: #edf8f4;
}

/* ====================== [   About Us  ] ====================== */
.feature-box{
    background-color: #edf8f4;
    padding: 2.063rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
    flex-direction: column;
}

.feature-box:hover{
    background-color: #48b674;
    transition: .3s;
}

.feature-box:hover h3{
    color: #fff;
    transition: .3s;
}

.feature-box:hover .circle-large{
    box-shadow: 47px 56px 65.8px 4.2px rgba(0, 0, 0, 0.12);
}

.circle-large{
    height: 7.813rem;
    width: 7.813rem;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-large i{
    font-size: 2.344rem;
    color: #343434;
}

/* ====================== [   Services  ] ====================== */
.services{
    background-color: #edf8f4;
}

.circle-small{
    height: 6.625rem;
    width: 6.625rem;
    background-color: #fff;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.circle-small:hover{
    background-color: #48b674;
    transition: .3s;
}

.circle-small i{
    font-size: 2.863rem;
    color: #48b674;
    transition: .3s;
}

.circle-small:hover i{
    color: #fff;
    transition: .3s;
}

/* ====================== [   Call To Action  ] ====================== */
.cta{
    background-color: #edf8f4;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* ====================== [   Pricing  ] ====================== */
.pricing-table{
    background-color: #edf8f4;
    position: relative;
}

.circle-extra-small{
    height: 3.25rem;
    width: 3.25rem;
}

.circle-extra-small i{
    font-size: 1.625rem;
    color: #343434;
}

.price-circle{
    height: 5.313rem;
    width: 5.313rem;
    background-color: #48b674;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    font-size:1.625rem;
    color: #fff;
}

/* ====================== [   Customer Reviews  ] ====================== */
.reviews{
    background-color: #edf8f4;
    background-image: url(../images/bg-circle.png);
    background-position: center 15%;
    background-repeat: no-repeat;
}

.slide .position{
    font-size: 0.875rem;
    color: #5c5c5c;
    padding-bottom: 2rem;
}

/* ====================== [   Recent Posts  ] ====================== */
.post-heading{
    background-color: #edf8f4;
}

/* ====================== [   Footer  ] ====================== */
footer{
    background-color: #48b674;
    color: #fff;
}

.socials li a{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 100%;
    height:3.125rem;
    width: 3.125rem;
    color: #fff;
    font-size: 1.25rem;
    transition: 0.3s;
}

.socials li a:hover{
    background-color: #fff;
    color: #48b674;
    transition: 0.3s;
}


/* ====================== [   Media Queries  ] ====================== */
@media (max-width: 1200px) {
    h1{
        font-size: 1.25rem;
    }

    h1 > .big {
        font-size: 2.3135rem;
        display: block;
    }
}

@media (max-width: 991px) {
    .navbar-brand{
        display: contents;
    }
    .navbar{
        border-radius: 0 !important;
    }
    .hang{
        right: 20px !important;
        opacity: 0.2 !important;
    }

    .modal-xl {
        max-width: 1320px;
    }
    .navbar-nav, .navbar-nav .dropdown-menu{
        text-align: center;
    }
    .navbar-nav .nav-item{
        padding-top: 0.7rem;
    }
    .navbar-collapse.show .navbar-nav li:first-child a {
        border-top: 1px solid #e3e3e3;
    }
}

@media (max-width: 768px) {
    h1{
        font-size: 2.25rem;
    }

    h1 > .big {
        font-size: 5.3135rem;
    }
}

@media (max-width: 576px) {
    h1{
        font-size: 2.25rem;
    }


    h1 > .big {
        font-size: 4.3135rem;
    }
    .p-120{padding-top: 3rem !important;}
    .navbar-brand img{
        width: 70% !important;
    }
}

@media (max-width: 480px) {
    h1 > .big {
        font-size: 2.55rem;
    }
    h2.color-2.fw-bold {
        font-size: 2rem;
        line-height: 2.7rem;
    }
}
.hang{
    background-image: url(../images/hang.png);
    position: absolute;
    top: 0;
    right:400px;
    height: 372px;
    background-repeat: no-repeat;
    opacity: 0.6;
    width:90px;
}
.packageImage{
    border-radius: 8px;
}
.packages{
    background-color: #fff !important;
    padding: 1rem;
    border-radius: 15px;
    box-shadow: 0 10px 20px 0 rgba(61, 82, 96, 0.15);
    -webkit-box-shadow:0 10px 20px 0 rgba(61, 82, 96, 0.15);    
}
.packages h3{
    text-transform: capitalize;
    font-size: 1.3rem;
}
.packages p{
    color: #606060;
}
.packages p.date{
    color: #35965c;
    font-size: smaller;
}
.packages a{
    padding: 8px 18px !important;
    font-size: 1rem;
    margin-bottom: 10px;
}
.mb-45{
    margin-bottom: 2rem;
}
