@font-face {
    font-family: Helvetica;
    src: url(/Asserts/Fonts/HelveticaNeueMedium.ttf);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    font-family: 'poppins';
}

html,
body {
    height: 100%;
    width: 100%;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    background-color: #fcf5eb;
    overflow-x: hidden !important;
}


/* -------------------------------------------------------------------------- */
/*!                                Reuse Classes                               */
/* -------------------------------------------------------------------------- */
.container {
    width: 100%;
    height: 100%;
    padding: 9.2rem 3rem 0 3rem;
}

.btn {
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    background-color: #43cd66;
    border: 2px solid #111;
    color: #111;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
}

.btn i {
    color: #111;
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
}

.btn::after {
    /*z-index: 2;
    */
    content: "";
    background-color: #111;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    border-radius: 50% 50% 00% 00%;
    transition: 0.8s;
    -webkit-border-radius: 50% 50% 00% 00%;
    -moz-border-radius: 50% 50% 00% 00%;
    -ms-border-radius: 50% 50% 00% 00%;
    -o-border-radius: 50% 50% 00% 00%;
    z-index: -1;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
}

.btn:hover {
    color: #fff !important;
}

.btn:hover i {
    color: #fff !important;

}

.btn:hover::after {
    height: 180%;
}

.left-part {
    width: 50%;
    height: 100%;
}

.right-part {
    width: 50%;
    height: 100%;
}
/* ::-webkit-scrollbar {
    width: 15px;

}
::-webkit-scrollbar-track {
    background: transparent;
    
}
::-webkit-scrollbar-thumb {
    border: 5px solid #fcf5eb;
    background-color: #43cd66;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
} */

/* ********************************************************************** */

/* *************************** Nav Bar ********************************* */
nav {
    width: 100vw;
    height: 80px;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 99999;
    transition: all 0.3s ;
    -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    -ms-transition: all 0.3s ;
    -o-transition: all 0.3s ;
}

.nav-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 3.5rem;
}

.nav-wrapper #menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
}

.nav-wrapper #menu a {
    font-size: 1.6rem;
    color: #111;
    text-transform: capitalize;
}
#menu-icon i {
    font-size: 3.5rem;
}
#menu-icon , .menuClose {
    display: none;
}

/* ********************************************************************** */

/* ********************************** Hero Section ********************************* */
main {
    width: 100%;
    height: 100%;
    padding: 3.5rem;
    overflow: hidden;
}

.main-content {
    margin-top: 80px;
    height: 100%;
    border-radius: 25px;
    background: url(Image/HeroImage.png) no-repeat center center/cover;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    display: flex;
    color: #fff;
}

/* ? Styling Left Part of Hero */
.main-content .left-part {
    display: grid;
    place-items: center;

}

.main-content .left-part .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    width: 60%;
}

.main-content .left-part h1 {
    font-size: 8rem;
    line-height: 8.2rem;
    font-weight: 500;
}

.main-content .left-part p {
    font-size: 1.8rem;
}

.main-content .left-part button {
    align-self: flex-start;
    background-color: #25d366;
    border: none;
}
section {
    overflow: hidden;
}
/* ? Styling Right Part of Hero */

.main-content .right-part {
    margin-left: 10rem;
}

.main-content .right-part .content-container {
    width: 75%;
    height: 100%;
    position: relative;
}

.main-content .right-part .content-container #HeroText1 {
    width: 80%;
    position: absolute;
    top: 5%;
}

.main-content .right-part .content-container #HeroEmojiHeart {
    width: 100%;
    position: absolute;
    top: 7%;
}

.main-content .right-part .content-container #heroEmojiCup {
    position: absolute;
    top: 10%;
    right: 5%;
}

.main-content .right-part .content-container #HeroVoiceNote {
    position: absolute;
    top: 30%;
    width: 80%;
}

.main-content .right-part .content-container #HeroImage2 {
    position: absolute;
    top: 40%;
    width: 80%;
}

.main-content .right-part .content-container #heroEmojiSad {
    position: absolute;
    top: 70%;
    width: 90%;
}

.main-content .right-part .content-container #HeroText2 {
    position: absolute;
    top: 80%;
    right: 5%;
    width: 80%;
}


/* ********************************************************************** */
/* ********************************************************************** */
/* *** Page 2 Styling *** */
section#page2 {
    width: 100%;
    height: 100%;
}

section#page2 .container {
    padding: 1rem 3rem 0 3.5rem;
}

.page2-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.page2-wrapper .page2-img {
    width: 100%;
}
.page2-wrapper .page2-img img {
    width: 100%;

}

.page2-wrapper .page2text {
    width: 80%;
}

.page2-wrapper .page2text h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    text-align: center;
    color: #111;
    font-weight: 500;
}

/* ********************************************************************** */

/* *** Page 3 Styling */

section#page3 {
    width: 100%;
    height: 100%;
    color: #111 !important;
}

.page3-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#page3 .page3-wrapper .left-part {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    align-self: flex-end;
}

section#page3 .page3-wrapper .left-part .content {
    width: 70%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 4rem;
}

section#page3 .page3-wrapper .left-part h1 {
    color: #111 !important;
    font-size: 5rem;
    line-height: 5.2rem;
    width: 80%;
    font-weight: 200;
    font-family: Helvetica;
}

section#page3 .page3-wrapper .left-part p {
    font-size: 1.8rem;
    color: #111 !important;
    width: 80%;
}

#call-btn,
#call-btn i  {
    color: #111 !important;
    font-size: 2rem;
    position: relative;
}

#call-btn::before {
    content: "";
    width: 75%;
    height: 2px;
    background-color: #43cd66;
    position: absolute;
    bottom: 0;
}

section#page3 .page3-wrapper .right-part {
    display: flex;
    padding-left: 5rem;
    align-items: center;
}
/* ********************************************************************** */
/* ********************************************************************** */

/* *** Styling Page 4 *** */
section#page4 {
    width: 100%;
    height: 100%;
    background-color: rgb(17, 27, 33);
    color: #fff;
}
.page4-wrapper {
    display: flex;
    align-items: center;
    justify-content: center ;

}
.page4-wrapper .left-part {
    display: grid;
    place-items: center;
    width: 60%;
}
.page4-wrapper .right-part .content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 80%;
}
.page4-wrapper .right-part h1{
    font-size: 6rem;
    line-height: 6rem;
}

.page4-wrapper .right-part h1 span {
    color: #25d366;
    display: block;
}
.page4-wrapper .right-part p {
    font-size: 1.6rem;
    width: 80%;
}
.page4-wrapper #call-btn {
    position:  relative;
}
.page4-wrapper #call-btn::before {
    width: 20%;
}
.page4-wrapper #call-btn, 
.page4-wrapper #call-btn i {
    color: #fff !important;
}
.callPage {
    width: 100%;
    height: 100%;
}
.callPage .page-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.part1 {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.part2 {
    width: 50%;
    height: 100%;
}
.page-wrapper .part1 .content {
    width: 80%;
    height: 100%;
}
.callPage .page-wrapper .part1 h1 {
    font-size: 6rem;
    line-height: 6.2rem;
    font-weight: 500;
    margin-bottom: 3rem;

}
.callPage .page-wrapper .part1 p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
}
.callPage .page-wrapper .part2 {
    display: grid;
    place-items: center;
    /* position: relative; */
}
.callPage .page-wrapper #frame {
    position: relative;
    width: 100%;
    height: 100%;
    /* width: 50%; */
} 
.callPage .page-wrapper #frameText {
    position: absolute;
    top: 15%;
    left: 20%;
}