﻿body {
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    overflow-x: hidden;
    color: #292929;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #0f0160;
}

.hero h1 {
    font-family: 'Karla', Poppins, sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}


.btn-submit {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    border:none;
    border-radius: 100px;
    padding: 8px 12px;
    min-height: 70px;
    text-align: center;
    background: #13bf8a;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    font-size: 24px;
    z-index: 1111;
}

a.btn-submit {
    line-height: 54px;
}

.btn-submit::before,
.btn-submit::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
       transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.btn-submit::before {
    background: #25dea5;
}

.btn-submit::after {
    background: #10825e;
}

.btn-submit:hover::before,
.btn-submit:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
}

.btn-submit:hover::after {
    -webkit-transition-delay: 0.175s;
         -o-transition-delay: 0.175s;
            transition-delay: 0.175s;
}

.btn-submit:hover {
    text-decoration: none;
    color: #ffffff;
}

.brd-effect span {
    display: block;
    position: relative;
    overflow: hidden;
}

.brd-effect span::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #9f9f9f;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.brd-effect span::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #13bf8a;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    -o-transition: transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
}

.brd-effect span.brd::after {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.brd-effect .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.eys-header{
    background: #22156b;
}

.eys-header .navbar {
    background: #22156b !important;
}

.eys-header .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 400ms ease-in;
    -o-transition: border-bottom 400ms ease-in;
    transition: border-bottom 400ms ease-in;
}

.eys-header .navbar-nav .nav-link:hover,
.eys-header .navbar-nav .nav-link:active {
    color: #ffffff;
    border-bottom-color: #13bf8a;
}

.eys-header .navbar-user-links {
    margin-left: 50px;
}

.eys-header .navbar-user-links a {
    display: inline-block;
    margin-left: 20px;
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.eys-header .navbar-user-links .user-login {
    padding: 8px;
    -webkit-transition: color 400ms ease-in;
    -o-transition: color 400ms ease-in;
    transition: color 400ms ease-in;
}

.eys-header .navbar-user-links .user-login:hover,
.eys-header .navbar-user-links .user-login:active {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6)
}

.eys-header .navbar-user-links .user-signup {
    padding: 8px 30px;
    border-radius: 100px;
    background: #13bf8a;
    letter-spacing: 4px;
    -webkit-transition: background 400ms ease-in;
    -o-transition: background 400ms ease-in;
    transition: background 400ms ease-in;
}

.eys-header .navbar-user-links .user-signup:hover,
.eys-header .navbar-user-links .user-signup:active {
    text-decoration: none;
    background: #0f9a6f;
}

.eys-header .navbar-toggler {
    border-color: #ffffff;
    color: #ffffff;
}

.eys-header .navbar-toggler-icon {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.eys-main-banner {
    background: #22156b url('../images/banner-bottom.png') no-repeat center 100%;
}

.eys-main-banner .banner-content {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   height: 100%;
}

.eys-main-banner .banner-content h1 {
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    letter-spacing: 2.6px;
    line-height: 1.4;
}

.eys-main-banner .banner-content p {
    font-size: 24px;
    margin-top: auto;;
}

.eys-features-row {
    padding: 70px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}

.eys-features {
    display: block;
    text-align: center;
}

.eys-features .icon {
    width: 127px;
    height: 127px;
    border-radius: 50%;
    background: #fe0250;
    margin: 0 auto 30px auto;
    padding: 30px;
}

.eys-features .icon img {
    max-width: 100%;
}

.eys-features h2 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.eys-features  p {
    font-size: 21px;
}

.eys-features-row .eys-features:nth-child(2) .icon {
    background: #d19d09;
}

.eys-features-row .eys-features:nth-child(3) .icon {
    background: #14a2ba;
}

.eys-features-row .eys-features:nth-child(4) .icon {
    background: #0f0160;
}

.app-image {
    text-align: center;
}

.app-info-content {
    margin-bottom: 50px;
}

.app-info-content h2 {
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

.app-info-content  p {
    font-size: 21px;
}

.app-info-content ul {
    padding-left: 20px;
}

.app-info-content ul li {
    font-size: 21px;
    margin-bottom: 3px;
}

.eys-bottom {
    background: #fecf11;
    padding: 50px 0 30px 0;
    color: #22156b;
}

.eys-bottom h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 33px;
}

.eys-bottom p {
    font-size: 23px;
}

.eys-bottom .app-download-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 390px;
}

.eys-bottom .app-download-links a {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding: 0 8px;
}

/*========About-us=========*/
.about-page h1 {
    margin: 70px 0;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.about-page .col-lg-5.d-flex {
    background: #f8f8f8;
}

.about-page .object-fit img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.about-page .about-col-content {
    padding: 30px;
}

.about-page .about-col-content h2 {
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-page .about-col-content p {
    font-size: 21px;
}
/*=======Signup===========*/
.signup-page {
    padding: 40px 0 100px 0;
}

.signup-page p strong {
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    color: #22156b;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.form-progress-nav {
    width: 100%;
    margin: 0 auto;
}

.form-progress-nav ul {
    width: 100%;
    max-width: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 60px auto;
    padding: 0;
    list-style: none;
}

.form-progress-nav ul::before {
    content: '';
    display: block;
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #000000;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 26px;
    z-index: -1;
}

.form-progress-nav ul li {
    position: relative;
    z-index: 10;
    color: #595959;
    font-weight: 700;
}

.form-progress-nav ul li span {
    display: block;
    width: 50px;
    height: 50px;
    background: #0f0160;
    color: #ffffff;
    border-radius: 50%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center;
    line-height: 50px;
    font-size:20px;
    font-weight: 700;
    margin: 0 auto 5px auto;
}

.form-progress-nav .current span,.form-progress-nav .completed span {
    background-color: #13bf8a;
}

.signup-form.form-row,
.checkout-form.form-row {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 60px;
}

.signup-form.form-row>.col, .signup-form.form-row>[class*=col-],
.checkout-form.form-row>[class*=col-] 
{
    padding-left: 30px;
    padding-right: 30px;
}

.signup-form label,.contact-form label,.checkout-form label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #0f0160;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.signup-form .form-control,.contact-form .form-control,.checkout-form .form-control {
    border-radius: 0;
    border:none;
    outline: 0;
    height: 45px;
    padding: 6px 0;
    font-weight: 700;
    font-size:18px;
}

.signup-form .custom-select {
    border-width: 0 0 1px 0;
    border-bottom-color : #7f7f7f;
    height: 45px;
    padding: 6px 0;
    border-radius: 0;
    outline: 0;
}

.signup-form .custom-select:focus {
    border-bottom-color: #0f9a6f;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.signup-form .custom-file {
    width: 200px;
    display: inline-block;
}

.signup-form .custom-file-label {
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 8px;
    width: 200px;
    border: none;
    border-radius: 3px;
    background: #e63318;
    color: #ffffff;
}

.signup-form .custom-file-label::after {
    display: none;
}

.signup-form #fileName {
    display: inline-block;
    position: relative;
    top: 16px;
    color: #000000;
}

.signup-form #fileName::before,.signup-form #fileName::after {
    display: none;
}

.notification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.notification span {
    background: #00b050;
    border-radius: 100px;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 15px 40px;
    font-size: 20px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
}

.notification button[type=button] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #9f9f9f;
    color: red;
    text-align: center;
    line-height: 38px;
    background: #ffffff;
    border-radius: 50%;
    font-weight: 700;
    margin-left: 6px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: background 400ms ease-in;
    -o-transition: background 400ms ease-in;
    transition: background 400ms ease-in;
    outline: 0;
}

.notification button[type=button]:hover, .notification button[type=button]:active {
    background: #f1f1f1;
}

.plan-box {
    padding: 20px;
}

.plan-box h2 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 35px;
    margin-bottom: 25px;
    border-bottom: 1px solid #262626;
}

.plan-box h2 span {
    color: #b95775;
}

.plan-box p {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px !important;
    margin-bottom: 5px;
    line-height: 25px;
}

.plan-box ul {
    margin-bottom: 35px;
}

.plan-box ul li {
    color: rgba(0, 0, 0, 0.6);
    line-height: 21px;
}

.plan-box .btn-submit {
    min-height: 50px;
    font-size: 19px;
    line-height: 40px;
    max-width: 250px;
}

.custom-plan-field .form-control {
    border-radius: 0;
    border:none;
    outline: 0;
    height: 45px;
    padding: 6px 0;
    font-weight: 700;
    font-size:18px;
}

.custom-plan-field label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #0f0160;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.custom-plan-total {
    width: 100%;
    text-align: center;
}

.custom-plan-total span {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #b95775;
    font-size: 21px;
    margin-bottom: 20px;
}


/*======Contact-us===========*/
.contact-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-page h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact-page p {
    font-size: 21px;
}

.contact-form .form-control {
    border-bottom:1px solid #9f9f9f;
}

.contact-form textarea.form-control {
    height: 270px;
    resize: none;
    border-radius: 8px;
    border:1px solid #9f9f9f;
    padding: 6px;
}

.contact-form .form-control:focus {
    border-color: #dfdfdf;
}

.contact-form .btn-submit {
    height: 60px;
    letter-spacing: 3px;
}

/*=========Cart===============*/
.cart-page {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding:40px 15px 100px 15px;
}

#cart-table thead th {
    font-family: 'Poppins', Karla, sans-serif;
    font-weight: 700;
    color: #0f0160;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}

#cart-table th,#cart-table td {
    border: none;
    vertical-align: middle;
}

#cart-table tbody td {
    padding: 20px 12px;
    color: #262626;
    font-size: 21px;
    border-radius: 4px;
}

#cart-table tbody tr:nth-child(even) td {
    background: #f2f2f2;
}

#cart-table thead tr th:nth-child(2),
#cart-table thead tr th:nth-child(3),
#cart-table tbody tr td:nth-child(2),
#cart-table tbody tr td:nth-child(3) {
    text-align: center;
}

#cart-table tbody tr td:last-child {
    background: #ffffff !important;
}

#cart-table #total-label {
    font-family: 'Poppins', Karla, sans-serif;
    font-size:21px;
    color: #0f0160;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    padding: 20px 12px;
}

#cart-table #cart-total {
    color: #262626;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    padding: 20px 12px;
}

#cart-table .remove {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: transparent;
    border-radius: 50%;
    color: red;
    border: 1px solid #e7e7e7;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.checkout-btn {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-top: 40px;
}

/*==========Checkout==============*/
.checkout-page {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 15px 100px;
}

.checkout-form label {
    margin-bottom: 8px;
}

.checkout-form .btn-submit {
    min-height: 60px;
    font-size: 21px;
}

.checkout-form .sep {
    font-weight: 700;
    color: #595959;
    font-size: 20px;
    text-align: center;
    margin: 40px 0;
}

.checkout-form .btn-paypal {
    background: #004398;
}

.checkout-form .btn-paypal::before {
    background: #487cbe;
}

.checkout-form .btn-paypal::after {
    background: #05254e;
}

.checkout-form .select-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}

.checkout-form .select-group  div {
    padding: 0 15px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
}

.checkout-form .select-group .custom-select {
    height: 45px;
    border: 1px solid #7f7f7f;
}

.checkout-form .select-group .custom-select:focus {
    -webkit-box-shadow:none;
            box-shadow:none;
            border-color: #0f9a6f;
}

/*=======Terms===========*/
.eys-page-title {
    padding: 40px 0;
    text-align: center;
}

.privacy-page h3 {
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 2px;
}

.eys-footer {
    padding: 90px 0;
    background: #0f0160;
}

.footer-menu ul {
    margin: 40px 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.footer-menu ul li a {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 40px;
    -webkit-transition: color 400ms ease-in;
    -o-transition: color 400ms ease-in;
    transition: color 400ms ease-in;
}

.footer-menu ul li a:hover,
.footer-menu ul li a:active {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}

.eys-links {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.eys-links a {
    display: inline-block;
}

.eys-copyright {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}



@media screen and (min-width:992px)
{
    .eys-header .navbar-nav .nav-link {
        margin-left: 40px;
    }

    .eys-main-banner .banner-content h1 {
        margin-top: 100px;
    }

    .eys-main-banner .banner-content p {
        padding-bottom: 60px;
    }

    .eys-main-banner img {
        margin-top: 40px;
    }

    .eys-page-title {
        font-size: 55px;
    }

    .signup-page p {
        font-size: 21px;
    }

    .checkout-btn {
        margin-right: 120px;
    }
    
}

@media screen and (max-width:991px) {
    .eys-header .navbar .navbar-brand img {
        width: 80px;
    }

    .eys-main-banner {
        padding-top: 60px;
    }

    .eys-main-banner .banner-content p {
        color: #ffffff;
        text-align: center;
        margin-top: 20px;
    }

    .eys-features-row {
        -ms-grid-columns: 2fr 25px 2fr;
        grid-template-columns: repeat(2, 2fr);
    }
}

@media screen and (max-width:767px)
{
    .app-info-content {
        margin-top: 50px;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-menu ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .eys-copyright {
        text-align: center;
    }
}

@media screen and (max-width:575px) {
    .app-info-content {
        margin-bottom: 10px;
    }
    .eys-main-banner {
        padding-top: 30px;
    } 

    .eys-main-banner .banner-content h1 {
        font-size: 24px;
    }

    .eys-main-banner .banner-content p,.eys-features p,.app-info-content p,.app-info-content ul li,.eys-bottom p {
        font-size: 18px;
    }

    .eys-bottom h2 {
        font-size: 22px;
    }

    .eys-features-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }

    .footer-menu ul  {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }

    .footer-menu ul li a {
        margin: 0 0 8px 0;
    }

    .signup-form.form-row,
    .checkout-form.form-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .signup-form.form-row>.col, .signup-form.form-row>[class*=col-],
    .checkout-form.form-row>[class*=col-] 
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .form-progress-nav ul::before {
        display: none;
    }

    .form-progress-nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .form-progress-nav ul li  {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 0 0 15px 0;
        margin: 0 0  15px 0;
        border-bottom: 1px solid #262626;
    }

    .form-progress-nav ul li span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 10px 0 0;
    }
}

@media screen and (max-width:379px) {
    .checkout-form .select-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .notification span {
        padding: 15px;
        font-size: 14px;
    }
}