/* public section */
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.clearFix {
    clear: both;
}

body {
    font-family: 'Alegreya', serif;

}

.overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: absolute;
}

.container {
    width: 70%;
    margin: auto;
}

/* header section */
.header {
    background-image: url('../img/shutterstock_277750193.jpg');
    height: 100vh;
    background-size: cover;
    text-align: center;
    overflow: hidden;
    position: relative;
}

/* NavBar section */
.navBar {
    margin-top: 30px;
}

.navBar .logo {
    float: left;
    width: 40%;
}

.navBar .nav {
    float: left;
    width: 60%;
    padding-top: 30px;
}

.navBar .logo img {
    width: 25%;
}

.navBar .nav .list-item {
    display: inline-block;
}

.navBar .nav a {
    color: #fff;
    margin-right: 30px;
    font-size: 20px;
}

/* Heder Content */
.header-content {
    color: #fff;
}

.header-content img {
    margin-top: 60px;
    width: 25%;
    margin-bottom: 30px;
}

.header-content h1 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 20px;
}

.header-content p {
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-size: 60px;
    margin-bottom: 20px;
}

.header-content button {
    padding: 20px 30px;
    border: none;
    font-size: 20px;
}

.header-content .learn-btn {
    background-color: #c1ab84;
    color: #fff;
    margin-right: 20px;
}

.header-content .learn-btn:hover {
    background-color: #fff;
    color: #000;
}

/* about section */

.about .about-img,
.about-us .about-us-img {
    float: left;
    width: 40%;
}

.about .about-img img {
    width: 100%;
}

.about .about-desc,
.about-us .about-us-desc {
    float: left;
    width: 60%;
    text-align: center;
}

.about .about-desc h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-top: 70px;
    color: #253048;
}

.about .about-desc h3 {
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 20px;
    color: #c1ab84;
}

.about .about-desc p {
    width: 70%;
    text-align: left;
    line-height: 30px;
    margin: auto;
    font-size: 18px;
    margin-bottom: 20px;
}


.about .about-desc ul li {
    width: 70%;
    margin: auto;
    text-align: left;
    margin-bottom: 20px;
}

.about .about-desc ul li i {
    font-size: 20px;
    background-color: #c1ab84;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 30px;
    line-height: 50px;
}

.about .about-desc ul li span {
    margin-left: 20px;
    font-size: 20px;
}

/* reviewers section start*/
.reviewers {
    background-color: #f8f8f8;
    padding: 70px;

}

.reviewers .reviewers-description {
    float: left;
    width: 60%;
}

.reviewers .reviewers-img {
    float: left;
    width: 40%;
}

.reviewers .reviewers-img img {
    width: 100%;
}

.reviewers .reviewers-description h2,
.about-us .about-us-desc h2 {
    color: rgb(37, 48, 72);
    font-weight: 400;
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
}

.reviewers .reviewers-description h3 {
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 30px;
    color: rgb(193, 171, 132);
}

.reviewers .reviewers-description p,
.about-us .about-us-desc p {
    width: 80%;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.reviewers .reviewers-description i,
.about-us .about-us-desc i {
    font-size: 15px;
    color: #c1ab84;
    margin-bottom: 20px;
}

.reviewers .reviewers-description span {
    margin-left: 15px;
}
/* reviewers section end*/

/* cover section start*/
.cover {
    background-image: url('../img/shutterstock_280369721.jpg');
    background-size: cover;
    padding: 250px 0;
    background-attachment: fixed;
}
/* cover section end*/

/* menu section start*/
.menu {
    text-align: center;
}

.menu h2 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 400;
    padding-top: 50px;
}

.menu .menu-header {
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 30px;
    color: rgb(193, 171, 132);
}

.menu .item {
    float: left;
    width: 33%;
}

.menu .item img {
    width: 80%;
    margin-bottom: 20px;
}

.menu .menu-content h3 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 20px;
}

.menu .menu-content p {
    width: 70%;
    margin: auto;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
}

.menu-content a {
    color: #fff;
    background-color: #c1ab84;
    padding: 15px 20px;
    border: none;
    border-radius: 10px;
    display: inline-block;
    margin-top: 15px;
}
/* menu section end*/

/* about-us section start */
.about-us {
    padding-top: 50px;
    background-color: #f8f8f8;
    margin: auto;
}

.about-us .about-us-desc p {
    width: 70%;
    margin-bottom: 50px;
    text-align: left;
}

.about-us .about-us-desc h2 {
    text-align: left;
}

.about-us .about-us-desc li {
    text-align: left;
}

.about-us .about-us-desc i {
    background-color: #c1ab84;
    color: #fff;
    padding: 15px;
    border-radius: 30px;
    font-size: 15px;
    margin-right: 14px;
}
/* about-us section end */

/* footer */
.footer {
    background-color: #403d38;
    overflow: hidden;
    padding-top: 30px;
    color: #fff;
}

.footer .item {
    float: left;
    width: 25%;
    color: #969696;
}

.footer .item h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.footer .item p {
    width: 84%;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px;
}

.footer .item a {
    color: #969696;
    margin-bottom: 20px;
    display: block;
    transition: color 1s;
    font-size: 14px;
}

.footer .item a:before {
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 10px;
}

.footer .item .item-list li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;

}

.footer .item .item-list li span {
    margin-left: 15px;
    font-weight: 400;
    font-size: 14px;
}

.test {
    padding-left: 21px;
}
/* footer end*/
/* sec-footer start */
.sec-footer {
    background-color: #353330;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 60px;
}

.sec-footer p {
    color: #969696;
    font-size: 14px;
    width: 16%;
    margin: auto;
    margin-top: 10px;
}

.sec-footer .icons {
    margin-top: 30px;
}

.sec-footer .icons i {
    background-color: #484540;
    color: #969696;
    padding: 20px;
    border-radius: 20px;
    transition: all 1s;
    margin-right: 10px;
}

.sec-footer .icons i:hover {
    color: #fff;
    background-color: #3b5998;
}
/* sec-footer start */
