/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz@6..12&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900&display=swap');


:root {
    --main-dark-color: #242331;
    --main-soft-color: #797979;
    --main-light-color: #fff;
    --main-gray-color: #F9F9F9;
    --primary-color: #FF358A;
    --font-size: 16px;
}

::selection {
    background-color: var(--primary-color);
    color: var(--main-light-color);
}


body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    color: var(--main-dark-color);
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

body::-webkit-scrollbar {
    display: none;
}

input:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea:focus {
    outline: none;
}

button {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: bold;
    border: 0px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
}

button:active {
    border-style: outset;
}

button:hover {
    cursor: pointer;
    color: var(--primary-color);
}

.containerFluid {}

.container {
    /* border: 1px solid black; */
    width: 100vw;
    height: 100vh;
    /* margin-bottom: 5px; */
}

.container80 {
    width: 80%;
}

.border {
    border: 1px solid black;
}

.center {
    justify-content: center;
    align-items: center;
}

.banner {
    /* background: red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerContent {
    /* background-color: yellow; */
    width: 75%;
    /* 68 */
    height: 87%;
    display: flex;
    flex-direction: column;
}

.bannerImg {
    width: 73%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.bannerImgVerticial {
    width: 37%;
    right: 0;
    top: 10%;
    position: fixed;
    z-index: -1;
}

.bannerCircles {
    width: 100%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -2;
}

.header {
    /* background-color: red; */
    display: flex;
    width: 100%;
}

.header {
    font-size: 15px;
}

.logo {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 25px;
    font-weight: bold;
}

.menu {
    display: flex;
    flex: 9;
    justify-content: end;
    align-items: center;
}

.menuContainer {
    display: flex;
    margin-right: 35px;
    border-radius: 39px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .1);
}

.menuItem {
    color: var(--main-light-color);
    padding: 20px 43px;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
}

.menuItem:hover {
    background-color: rgba(255, 255, 255, .4);
}

.menuContainerColorized {
    background-color: #F1F1F1;
}

.menuItemColorized {
    color: var(--main-dark-color);
}

.menuItemColorized:hover {
    color: var(--main-light-color);
    background-color: var(--primary-color);
}

.selected {
    background-color: var(--main-light-color);
    color: var(--primary-color);
}

.selected:hover {
    background-color: var(--main-light-color);
    color: var(--primary-color);
}

.selectedColorized {
    background-color: var(--primary-color);
    color: var(--main-light-color);
}

.selectedColorized:hover {
    background-color: var(--primary-color);
    color: var(--main-light-color);
}

.bookDemo {
    align-items: center;
    /* flex: 2; */
    background-color: var(--main-light-color);
    text-align: center;
    justify-content: center;
    color: var(--main-dark-color);
    cursor: pointer;
    padding: 20px 45px;
    border-radius: 50px;
    transition: all .2s;
    font-weight: bold;
    border: 1px solid transparent
}

.bookDemo:hover {
    background-color: transparent;
    border: 1px solid var(--main-light-color);
    color: var(--main-light-color);
    box-sizing: border-box;
}

.loginButton {
    align-items: center;
    /* flex: 2; */
    background-color: var(--main-light-color);
    text-align: center;
    justify-content: center;
    color: var(--main-dark-color);
    cursor: pointer;
    padding: 20px 75px;
    border-radius: 50px;
    transition: all .2s;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid transparent;
}

.loginButton:hover {
    background-color: transparent;
    border: 1px solid var(--main-light-color);
    color: var(--main-light-color);
    box-sizing: border-box;
}

.loginButtonColorized {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: var(--main-light-color);
}

.loginButtonColorized:hover {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    box-sizing: border-box;
}

.bannerBottomDetail {
    display: flex;
    align-items: center;
    height: 100%;
}

.bannerBottomDetailItemLeft {
    width: 45%;
}

.bannerBottomDetailItemRight {
    width: 55%;
    border-radius: 30px;
    overflow: hidden;
}

.bannerBottomDetailImg {
    width: 100%;
}

.title {
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%;
}

.description {
    color: var(--main-soft-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.4%;
    margin-bottom: 30px;
}

.buttons {
    display: flex;
}

.button {
    padding: 20px 45px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .2s;
    font-weight: bold;
    border: 1px solid transparent
}

.button:hover {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    box-sizing: border-box;
}

.getStartedButton {
    background-color: var(--primary-color);
    color: var(--main-light-color);
    margin-right: 15px;
    text-decoration: ;
}

.featuresButton {
    background-color: #c4c4c4;
    color: var(--main-light-color);
}

/* ----- */

.generalTitle {}

.generalDescription {
    font-size: 17px;
    color: var(--main-soft-color);
    text-align: center;
    line-height: 157.4%;
}

h2 {
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    justify-content: center;
    align-items: center;
    color: var(--main-dark-color);
}

h3 {
    height: 10%;
    width: 100%;
    font-size: 25px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: var(--main-dark-color); */
}

p {
    height: 10%;
    width: 100%;
    font-size: 17px;
    color: var(--main-soft-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 157.4%;
}


/* --------- */

.feature {
    /* background: green; */
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.featureContent {
    /* background-color: yellow; */
    width: 70%;
    /* 68 */
    height: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ovalTitle {
    color: var(--primary-color);
    background-color: #FFE1E8;
    border-radius: 40px;
    padding: 20px 40px;
    font-weight: bold;
}

.featuresTitle {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
}

.featuresContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.featureItem {
    display: flex;
    /* border: 1px solid red; */
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    border-radius: 30px;
    padding: 0 40px;
}

.featureMidItem {
    background-color: var(--main-gray-color);
    margin: 0 10px;
}

.featureImage {
    height: 40%;
    width: 100%;
    display: flex;
    margin-bottom: -20px;
    justify-content: center;
    align-items: center;
}

.featureTitle {
    height: 10%;
    width: 100%;
    font-size: 25px;
    font-weight: bold;
    /* margin:0 0 10px 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--main-dark-color);
}

.featureDescription {
    height: 10%;
    width: 100%;
    font-size: 17px;
    color: var(--main-soft-color);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 157.4%;
}

.learnMoreLink {
    height: 10%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 40px;
    cursor: pointer;
    color: var(--main-dark-color);
}

.learnMoreLink:hover {
    color: var(--primary-color);
}

.learnMoreLinkCustom {
    color: var(--primary-color);
}

/* ------- */

.aboutUs {
    /* background: green; */
    /* border: 1px solid red; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.aboutUsContent {
    /* background-color: yellow; */
    width: 87%;
    /* 68 */
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.aboutUsFront {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 100%;
}

.aboutUsDetails {
    width: 47%;
    height: 100%;
    /* background-color: red; */
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 50px;
}

.aboutUsImage {
    width: 53%;
    height: 90%;
    /* background-color: aqua; */
}

.aboutUsTitle {
    font-size: 40px;
    text-align: left;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    color: var(--main-dark-color);
    /* background-color: green; */
}

.aboutUsDescription {
    /* height: 10%; */
    width: 70%;
    font-size: 20px;
    color: var(--main-soft-color);
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    line-height: 157.4%;
    /* background-color: red; */
}

.aboutUsBack {
    display: flex;
    justify-content: space-between;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    /* background-color: purple; */
}

.aboutUsLeftBanner {
    height: 100%;
    width: 50%;
    background-color: var(--main-gray-color);
    border-radius: 50px;
}

.aboutUsRightBanner {
    height: 100%;
}

.aboutUsBottomImage {
    width: 96px;
    min-width: 96px;
    height: 103px;
    margin-right: 10px;
}

.aboutUsBottom {
    display: flex;
    height: 20%;
    width: 95%;
    margin-top: 30px;
    /* background: aqua; */
    align-items: center;
}

.aboutUsBottomDetails {
    /* background-color: green; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aboutUsBottomTitle {
    /* background-color: red; */
    text-align: left;
    justify-content: flex-start;
    margin: 0 0 5px 0;
}

.aboutUsBottomDescription {
    /* background-color: purple; */
    text-align: left;
    justify-content: flex-start;
}

/* ------- */


.howItWorks {
    /* background-color: green; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.hiwContent {
    /* background-color: yellow; */
    width: 80%;
    /* 68 */
    height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hiwTabs {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30%;
    min-height: 17%;
}

.hiwTabItem {
    display: flex;
    /* border: 1px solid red; */
    color: var(--main-dark-color);
    background-color: var(--main-gray-color);
    height: 100%;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    border-radius: 25px;
    cursor: pointer;
}

.hiwTabItem:hover {
    background-color: var(--primary-color) !important;
    color: var(--main-light-color) !important;
}

.hiwTabMidItem {
    margin: 0 20px;
}

.hiwTabItemSelected {
    background-color: var(--primary-color) !important;
    color: var(--main-light-color) !important;
}

.hiwTabContent {
    width: 90%;
    height: 100%;
    /* background-color: purple; */
    margin-top: 30px;
}

.hiwTab1 {
    width: 100%;
    height: 100%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.hiwTabDetailText {
    width: 50%;
    height: 100%;
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hiwTabDetailImage {
    /* width: 50%;
    height: 100%; */
    width: 500px;
    height: 300px;
    /* background-color: yellow; */
}

.hiwTabDetailTextTitleRow {
    display: flex;
    align-items: center;
}

.hiwTabDetailTextImage {
    width: 97px;
    min-width: 97px;
    height: 97px;
    margin: 10px;
}

.hiwTabDetailTextTitle {
    justify-content: flex-start;
}

.hiwTabDetailTextDescription {
    width: 100%;
    margin: 10px 0 10px 10px;
    font-size: 20px;
    color: var(--main-soft-color);
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    line-height: 157.4%;
}

.hiwTabDetailTextButton {
    background-color: var(--main-dark-color);
    color: var(--main-light-color);
    width: fit-content;
    margin: 10px 0px 0px 10px;
}


/* ------- */

.testimonial {
    /* background-color: yellow; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.testimonialBackground {
    background-color: var(--primary-color);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.testimonialContent {
    /* background-color: yellow; */
    width: 80%;
    /* 68 */
    height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonialOvalTitle {
    color: var(--main-light-color);
    background-color: rgba(255, 255, 255, .2);
}

.testimonialTitle {
    color: var(--main-light-color) !important;
    font-size: 45px;
}

.testimonialDescription {
    color: var(--main-light-color) !important;
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    padding: 0 100px;
}

.apostrophe {
    width: 38px;
    height: 31px;
    min-width: 38px;
    min-height: 31px;
}

.testimonialCommentRow {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.circleButton {
    height: 60px;
    width: 60px;
    max-height: 60px;
    max-width: 60px;
}

.testimonialProfilePhoto {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 20px 0;
}

.testimonialName {
    color: var(--main-light-color);
    font-size: 25px;
}

.testimonialPosition {
    color: var(--main-light-color);
    font-size: 25px;
}


/* ------ */

.customers {
    /* background-color: yellow; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.customersContent {
    width: 73%;
    /* background-color: red; */
    height: 83%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.customersDetail {
    width: 30%;
    height: 100%;
    /* background-color: green; */
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.customersLogos {
    width: 70%;
    height: 100%;
    background-color: var(--main-gray-color);
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.customerLogos {
    display: flex;
    width: 80%;
    flex-direction: column;
    align-items: center;
    /* background-color: red; */
}

.logos {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin: 45px;
    justify-content: space-around;
}

.customerLogo {
    display: flex;
    width: 25%;
    align-items: center;
    justify-content: center;
    /* mix-blend-mode: color-burn; */
    /* background-color: red; */
    /* background-color: red; */
}

.customerLogoImg {
    width: 100%;
}

.customersOvalTitle {
    width: fit-content;
}

.customerTitle {
    text-align: left;
}

.customerDetailsButton {
    margin: 10px 0 0 0;
}


/* ------- */

.counter {
    /* background: green; */
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
}

.counterContent {
    background-color: var(--main-gray-color);
    width: 75%;
    height: 55%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
}

.counterItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 25%;
    font-weight: bold;
    /* border:1px solid red ; */
}

.counterNumber {
    font-size: 50px;
    color: var(--main-dark-color);
}

.counterPlus {
    color: var(--primary-color);
    margin-left: 10px;
}

.counterDescription {
    font-size: 25px;
    color: var(--main-dark-color);
    text-align: center;
}

/* ----- */

.newslatter {
    /* background: green; */
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.newslatterContent {
    /* background-color: red; */
    width: 75%;
    height: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}

.newslatterBackground {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.newslatterDetails {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.newslatterForm {
    width: 45%;
    height: 90%;
    /* background-color: red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.newslatterImage {
    width: 45%;
    height: 90%;
    /* background-color: green; */
}

.newslatterTitle {
    color: var(--main-light-color);
    font-weight: bold;
}

.newslatterDescription {
    color: var(--main-light-color);
    font-weight: bold;
}

.newslatterFormInputs {
    display: flex;
    flex-direction: row;
    width: 100%;
    background: transparent !important;
    margin-top: 45px;
}

.newslatterInput {
    /* width: 80%; */
    color: var(--main-light-color);
    padding-left: 25px;
    flex: 7;
    margin-right: 15px;
    font-weight: bold;
    border-radius: 50px;
    border: 0;
    background-color: rgba(255, 255, 255, .4);
    height: 100%;
}

.newslatterInput::placeholder {
    color: var(--main-light-color);
}

.newslatterButton {
    font-weight: bold;
    text-align: center;
    background-color: var(--main-light-color);
    color: var(--primary-color);
}

.newslatterButton:hover {
    border: 1px solid var(--main-light-color);
    background-color: transparent;
    color: var(--main-light-color);
}


/* ----- */

.footer {
    /* background: green; */
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: var(--main-light-color); */
}

.footerContent {
    /* background-color: red; */
    width: 75%;
    height: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* border-top: 1px solid #E3E3E3; */
    /* border-bottom: 1px solid #E3E3E3; */
}

.hr {
    width: 100%;
    height: 1px;
    background-color: #E3E3E3;
    margin: 20px 0;
}

.footerLogo {
    margin-bottom: 25px;
    cursor: pointer;
}

.footerItems {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerItem {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    /* border: 1px solid blue; */
}

.footerMidItem {
    margin: 0 50px;
}


.footerInfoRow {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    cursor: pointer;
}

.footerIcon {
    margin-right: 15px;
    width: 25px;
    height: 25px;
}

.footerTitle {
    color: var(--main-dark-color);
    font-size: 25px;
    font-weight: bold;
}

.footerPageLink {
    color: var(--main-soft-color);
    margin: 15px 0;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}

.footerPageLink:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.footerPageLinkSelected {
    color: var(--primary-color);
}

.footerBookDemoContainer {
    background-color: var(--main-gray-color);
    border-radius: 40px;
    /* padding: 30px; */
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.footerBookDemoColorizedTitle {
    color: var(--primary-color);
    font-size: 15px;
    margin: 0 0 15px 25px;
    font-weight: bold;
}

.footerBookDemoTitle {
    color: var(--main-dark-color);
    font-size: 25px;
    margin: 0 0 15px 25px;
    font-weight: bold;
}

.footerBookDemoDescription {
    color: var(--main-soft-color);
    font-size: 15px;
    margin: 0 0 15px 25px;
}

.copyrightRow {
    display: flex;
    width: 100%;
    /* background-color: red; */
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
}

.copyright {
    font-size: 20px;
    color: var(--main-soft-color);
    display: flex;
    align-items: center;
}

.socialIcons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialIcon {
    margin: 0px 15px;
    cursor: pointer;
    color: var(--main-dark-color);
}

.crninja {
    color: var(--primary-color);
}

.payContainer{
    width: 90%;
    margin: 35px 0 0 0;
}

/* ------ */

.loginRegister {
    /* background: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 450px;
}

.loginRegisterContainer {
    /* background-color: green; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.loginRegisterContent {
    /* background-color: yellow; */
    width: 100%;
    /* 68 */
    height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loginRegisterTabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 30%;
}

.loginRegisterTabItem {
    display: flex;
    border: 0px;
    color: var(--main-dark-color);
    background-color: var(--main-gray-color);
    height: 100%;
    width: 33%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    border-radius: 25px;
    cursor: pointer;
    margin-right: 20px;
}

.loginRegisterTabItem:hover {
    background-color: var(--primary-color) !important;
    color: var(--main-light-color) !important;
}

.loginRegisterTabItemSelected {
    background-color: var(--primary-color) !important;
    color: var(--main-light-color) !important;
}

.loginRegisterTabContent {
    width: 100%;
    height: 100%;
    /* background-color: purple; */
    margin-top: 30px;
}

.loginRegisterTab {
    width: 100%;
    height: 100%;
    /* background-color: red; */
    display: flex;
}

form {
    background-color: white;
    border-radius: 40px;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    filter: drop-shadow(0px 17px 44px rgba(179, 179, 179, 0.25));
}

.inputSection {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin: 20px 0;
    width: 50%;
}

label {
    /* margin: 0 0 10px 0; */
    font-weight: bold;
    font-size: 20px;
}

.labelContainer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}

.inputContainer {
    border-radius: 20px;
    border: 1px solid #D3D3D3;
    background: var(--main-light-color);
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .15s;
}

.input {
    border: 0px;
    width: 85%;
    height: 80%;
    color: var(--main-soft-color);
    background: var(--main-light-color);
}

.inputContainer:hover {
    border: 1px solid var(--primary-color)
}

.forgot {
    color: var(--main-dark-color);
    background-color: transparent;
    text-decoration: underline;
    border: 0px;
    font-size: 18px;
}

.signupText {
    margin-top: 40px;
    color: var(--primary-color);
    font-weight: bold;
}

.signupLink {
    color: var(--primary-color);
    background-color: transparent;
    text-decoration: underline;
    border: 0px;
    /* font-size: 18px; */
}

.hide {
    display: none;
}

/* ----- */


.about {
    /* background: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top:50px; */
    margin-bottom: 450px;
}

.aboutContent {
    /* background-color: yellow; */
    width: 75%;
    height: 87%;
    display: flex;
    flex-direction: column;
}

.aboutImg {
    border-radius: 40px;
    overflow: hidden;
}

.aboutBottomContainer {
    display: flex;
}

.aboutPageTitle {
    margin: 70px 0 0 0;
}

.aboutPageDescription {
    width: 100%;
    margin: 40px 0;
    text-align: center;
}

.aboutBottomTitle {
    width: 30%;
    margin: 50px 0;
}

.aboutBottomDescription {
    width: 70%;
    margin: 50px 0;
}

.aboutPhoto {
    border-radius: 40px;
    width: 100%;
}

/* ----- */

.contact {
    /* background: red; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1000px;
}

.contactContent {
    /* background-color: yellow; */
    width: 75%;
    height: 87%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactContainer {
    width: 100%;
}

.inputsRow {
    display: flex;
    width: 80%;
    justify-content: space-evenly;
}

.textareaContainer {
    width: 75%;
    height: 300px;
    /* background-color: red; */
}

.textarea {
    height: 100%;
}

.w45 {
    width: 45%;
}

.contactButtons {
    /* background-color: red; */
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 50px 0
}

.contactButtonContainer {
    border-radius: 36px;
    border: 1px solid #E8E8E8;
    background: var(--main-light-color);
    height: 130px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    transition: all .15s;
    filter: drop-shadow(0px 17px 44px rgba(179, 179, 179, 0.25));
    margin-right: 20px;
    cursor: pointer;
}

.contactButtonContainer:hover {
    border: 1px solid var(--primary-color)
}

.contactButtonIcon {
    width: 75px;
    height: 75px;
    /* background-color: green; */
}

.contactButtonText {
    color: var(--main-dark-color);
    width: 20%;
    font-weight: bold;
    font-size: 20px;
}

.contactButtonHref {
    color: var(--main-soft-color);
    width: 40%;
    font-size: 17px;
}

.mobileMenuButton {
    display: none !important;
}

.mobile {
    display: none;
}

.web {
    display: flex;
}

.df {
    display: flex;
}

.warning{
    background-color: #ffc107!important;
    padding: 1rem !important;
    width: 100%;
    text-align: center;
    border-radius: 20px;
}

.success{
    background-color: #30e71b!important;
    padding: 1rem !important;
    width: 100%;
    text-align: center;
    border-radius: 20px;
}

@media only screen and (max-width: 820px) {
    .container {
        width: 100vw;
        height: 100%;
        margin-bottom: 100px;
        min-height: 100vh;
    }

    .banner {
        height: 100vh !important;
        min-height: 100%;
    }

    .bannerContent {
        width: 100%;
        height: 100%;
        min-height: 100vh;
        align-items: center;
    }

    .loginButton,
    .bannerImg {
        display: none;
    }

    .header {
        margin-top: 10px;
        width: 93%;
    }

    .menuContainer {
        flex-direction: column;
        margin-right: auto;
        width: 100vw;
        border-radius: 0px;
        height: 0px;
        top: 64px;
        position: absolute;
        right: 0px;
        background-color: var(--primary-color);
        transition: all .3s;
        z-index: 9;
    }

    .mobileMenuButton {
        display: flex !important;
        background: transparent;
        font-size: 30px;
        color: var(--primary-color);
        /* margin-right: 5px; */
    }

    .mobileMenuButton:hover {
        color: var(--primary-color);
    }

    .header {
        align-items: center;
    }

    .bannerBottomDetailItemLeft {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .bannerBottomDetailItemLeft,
    .bannerBottomDetailItemRight {
        width: 100%;
        height: 50%;
    }

    .title {
        font-size: 45px;
        text-align: center;
        margin: 0px;
    }

    .description {
        font-size: 15px;
        text-align: center;
    }

    .buttons {
        justify-content: center;
    }

    .bannerImg {
        width: 100%;
    }

    .bannerBottomDetail {
        flex-direction: column-reverse;
    }


    /* --- Feature*/

    .feature {
        height: 100% !important;
    }

    .featuresContainer {
        flex-direction: column;
    }

    .featureItem {
        padding: 40px;
    }

    /* ---- */

    .aboutUs {
        justify-content: center;
        padding-top: 50px;
    }

    .aboutUsBack {
        display: none;
    }

    .aboutUsFront {
        width: 100%;
        flex-direction: column-reverse;
    }

    .aboutUsImage {
        width: 100%;
    }

    .aboutUsDetails {
        width: 91%;
        padding-left: unset;
        justify-content: flex-start;
    }

    .aboutUsBottom {
        align-items: flex-start;
    }

    .aboutUsDescription {
        width: 100%;
    }


    /* ---- */

    .howItWorks {
        height: 100% !important;
        padding-top: 40px;
        min-height: 100vh;
    }

    .hiwTabs {
        flex-direction: column;
    }

    .hiwTabItem h3 {
        font-size: 19px;
    }

    .hiwTabMidItem {
        margin: 15px 0;
    }

    .hiwTabDetailImage {
        display: none;
    }

    .hiwTabContent {
        width: 100%;
    }

    .hiwTabDetailText {
        width: 100%;
    }

    .hiwTabDetailTextButton {
        margin: 0 auto;
    }


    /* ---- */

    .testimonial {
        padding: 10px 0;
    }

    .circleButton {
        display: none;
    }

    .testimonialTitle {
        font-size: 35px;
    }

    .testimonialDescription {
        padding: unset;
    }

    .testimonialPosition {
        text-align: center;
        font-size: 15px;
    }


    /* ----- */

    .mobile {
        display: flex;
    }

    .web {
        display: none;
    }

    .customersContent {
        flex-direction: column;
    }

    .df {
        flex-direction: column-reverse;
        align-items: center;
    }

    .customersLogos {
        width: 100vw;
        margin: 15px 0;
        border-radius: 0;
    }

    .customersDetail {
        width: 80%;
        margin-right: unset;
    }

    .customerDetailsButton {
        margin-top: 25px;
    }

    .customerTitle {
        text-align: center;
    }

    .customersDetail div {
        text-align: center;
    }


    /* ---- */

    .counterContent {
        flex-direction: column;
        border-radius: 0px;
        height: 100vh;
        width: 100%;
    }

    .counterItem {
        width: 100%;
    }


    /* ---- */

    .bannerCircles {
        display: none;
    }

    .newslatterBackground {
        scale: 5;
        width: 100vw;
        height: 100vh;
    }

    .newslatterContent {
        border-radius: 0px;
        width: 100%;
        height: 100vh;
    }

    .newslatterDetails {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        flex-direction: column;
    }

    .newslatterForm {
        width: 100%;
        height: 90%;
        /* background-color: red; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .newslatterImage {
        width: 90%;
        height: 70%;
        /* background-color: green; */
    }

    .newslatterFormInputs {
        flex-direction: column;
        align-items: center;
    }

    .newslatterInput {
        margin: 15px 0;
        padding: 25px;
        width: 80% !important;
    }

    .newslatterButton {
        margin-right: unset;
    }


    /* ----- */

    .footer {
        margin-bottom: unset !important;
    }

    .footerMidItem {
        margin: 60px 0;
    }


    .footerItem {
        width: 100%;
        align-items: center;
    }

    .footerItems {
        flex-direction: column;
    }

    .footer .aboutUsBottomDescription {
        text-align: center;
    }

    .footerBookDemoContainer {
        border-radius: 0px;
        padding: 30px 0;
        width: 100vw;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footerBookDemoColorizedTitle,
    .footerBookDemoTitle,
    .footerBookDemoDescription {
        margin: 0 0 15px 0px;
        text-align: center;
    }


    .copyrightRow {
        flex-direction: column-reverse;
    }

    .copyright {
        font-size: 15px;
        margin-top: 25px;
    }

    .payContainer{
        
    }



    /* ----- */

    .aboutContent {
        width: 100%;
        align-items: center;
    }

    .aboutPageDescription {
        width: 80%;
        text-align: center;
    }

    .aboutPhoto {
        border-radius: 0px;
    }

    .aboutBottomContainer {
        flex-direction: column;
        align-items: center;
        width: 80%;
    }

    .aboutBottomContainer .aboutBottomTitle {
        text-align: center;
        justify-content: center;
        margin:30px 0 0 0;
    }

    .aboutBottomContainer .aboutBottomDescription {
        text-align: center;
    }

    .menuItemColorized {
        color: var(--main-light-color);
    }

    .selectedColorized {
        color: var(--primary-color);
        background-color: var(--main-light-color);
    }


    /* ---- */

    .contactContent {
        width: 100%;
    }

    .contactContainer {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .aboutPageTitle {
        width: 80%;
    }

    .bannerImgVerticial {
        display: none;
    }

    .contactButtons {
        flex-direction: column;
        align-items: center;
    }

    .contactButtonContainer {
        width: 90%;
        margin-right: unset;
        margin: 10px 0;
    }

    .contactButtonHref {
        width: 45%;
    }

    .contactButtonText {
        width: 20%;
    }

    .inputsRow {
        flex-direction: column;
    }

    .inputSection {
        width: 100% !important;
    }

    .textareaContainer {
        width: 80% !important;
    }


    /* ------- */

    .loginRegisterTabs {
        justify-content: space-evenly;
    }
    
    .loginRegisterTabItem{
        width: 40%;
        margin-right: unset;
    }
}