@font-face {
    font-family: poppins-regular;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: poppins-bold;
    src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
    font-family: poppins-medium;
    src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
    font-family: semi-bold;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    color: var(--color-black) !important;
    font-family: poppins-regular;
    line-height: 1.6 !important;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 4rem;
    font-family: poppins-medium;
    color: var(--color-black);
}

h3 {
    font-size: 4.1rem;
}

h4 {
    font-size: 2.6rem;
}

h5 {
    font-size: 1.6rem;
}

p {
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
    color: #737679;
    font-family: poppins-regular;
}

small {
    font-size: 1.2rem;
}

img {
    max-width: 100%;
    object-fit: cover;
}

input {
    outline: none;
    border: none;
    padding: 1rem 2rem;
    font-family: poppins-regular;
}

input::placeholder {
    font-size: 1.4rem;
    font-family: poppins-regular;
}

button {
    border: none;
    cursor: pointer;
    outline: none;
    text-transform: capitalize;
    font-size: 1.8rem;
    display: inline-block;
}

.bg-gray {
    background: var(--color-body);
}

.main-btn {
    cursor: pointer;
    background: transparent;
    font-size: 1.6rem;
    padding: .8rem 1.9rem;
    display: inline-block;
    font-family: poppins-medium;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    text-transform: capitalize;
    letter-spacing: 0;
    border: 1px solid;
    box-shadow: 0px 0px 20.4px 0px rgba(31, 31, 122, 0.25);
}

.main-btn:hover {
    opacity: 0.8;
}

.primary-btn {
    background: var(--color-blue);
    color: var(--color-white);
    font-family: poppins-medium;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-color: var(--color-blue);
}
.primary-btn-inline {
    background: var(--color-transperent);
    color: var(--color-blue);
    font-family: poppins-medium;
    border-color: var(--color-blue);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* --Start-Navigation-Menu-- */
.offcanvas-header {
    padding: 1rem 3rem;
}

.offcanvas-body {
    padding: 3rem;
}

.navbar-toggler {
    font-size: 1.5rem;
}

.navbar {
    padding: 1.4rem 0;
}

.fixed-nav {
    position: fixed;
    background: var(--color-white);
    box-shadow: 0px 4px 10px #c7c7c748;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
}

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

.navbar-brand {
    font-size: 2.4rem;
    color: var(--color-black);
    font-family: poppins-bold;
}

.navbar-brand:hover {
    color: unset !important;
}

.brand-brdr {
    height: 2.6rem;
    width: 0.4rem;
    background-color: var(--color-blue);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.nav-link {
    font-size: 1.7rem;
    color: var(--color-black) !important;
    font-family: poppins-regular;
    margin: 0 1.7rem;
    word-spacing: unset !important;
    position: relative;
    padding: 0.3rem 0.8rem;
    font-family: poppins-medium;
}

.nav-link:hover {
    color: var(--color-blue) !important;
}

.nav-link:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-bottom: 3px solid var(--color-blue);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

/* --End-Navigation-Menu-- */

/* --Start--Banner-section- */
.bg-color {
    /*background: var(--color-body);*/
    position: relative;
    z-index: 2;
}

.banner {
    width: 100%;
    min-height: calc(100vh - 7rem);
    padding-bottom: 4rem;
    margin-bottom: 10rem;
}

.banner h1 {
    font-size: 4.6rem;
    font-family: poppins-bold;
    line-height: 1.6;
}

p.banner-des {
    font-size: 1.9rem;
    color: #737679;
}

.banner .new {
    background: #d7dee7;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.banner .new p {
    color: #404145;
    padding-right: 1rem;
    font-size: 1.3rem;
    font-family: poppins-medium;
}

.new-btn {
    padding: 1.5rem 2.5rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-family: semi-bold;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.search-direction {
    background: var(--color-white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 8rem;
    box-shadow: 0px 4px 10px #eef1f3;
}

.search-direction span {
    font-size: 1.6rem;
    font-family: poppins-medium;
    margin-bottom: 1rem;
}

.search-direction small {
    font-size: 1.3rem;
    font-family: poppins-regular;
    color: #737679;
}

.search-direction button {
    padding: 1.4rem 1.8rem;
    display: flex;
}

.search-direction button i {
    font-size: 2.5rem;
}

.border-side-r {
    border-right: 1px solid #e6effd;
}

.trusted-sec h2 {
    font-size: 1.9rem;
    font-family: semi-bold;
}

.trusted-logos img {
    width: 4rem;
    height: 3.1rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.trusted-logos {
    background: var(--color-white);
    padding: 1.4rem 1.7rem;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 0px 4px 10px #e0e5e8;
}

.rating span i {
    font-size: 1rem;
    color: #ffc107;
}

.banner-img-bg-container {
    height: 600px;
    position: relative;
}

.banner-img-bg {
    width: 100%;
    height: 100%;
    background: url(../../images/banner-bg.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: -7rem;
    z-index: -1;
}

.banner-img {
    position: absolute;
    background-size: 100%;
    width: 48%;
    height: 100%;
    left: 60%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    -o-transform: translateX(-60%);
}

.banner-img-component {
    background: var(--color-white);
    position: absolute;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0px 4px 17px #dde1e4;
}

.banner-img-component:nth-child(3) {
    top: 6rem;
    left: 5rem;
    padding: 1.8rem 2rem;
}

.yellow-icon img {
    width: 3.2rem;
}

.yellow-icon {
    position: absolute;
    bottom: -0.5rem;
    right: -1.7rem;
}

.banner-img-component:nth-child(3) button.main-btn {
    background: var(--color-black-sade2);
    color: var(--color-white);
    border-radius: 10rem;
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    -ms-border-radius: 10rem;
    -o-border-radius: 10rem;
}

.banner-img-component:nth-child(4) {
    left: 2rem;
    bottom: 22rem;
    padding: 1rem 1.2rem;
}

.banner-img-component:nth-child(5) {
    right: -4rem;
    top: 24rem;
    padding: 1rem 2.5rem 1.2rem 1rem;
}

.banner-img-component:nth-child(6) {
    right: 1rem;
    bottom: 20rem;
}

.banner-img-component .user-img {
    width: 6rem;
    height: 6rem;
    background-size: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 1.3rem;
}

.banner-img-component:nth-child(4) img,
.banner-img-component:nth-child(5) img {
    width: 5.5rem;
    height: 5.5rem;
}

.banner-img-component:nth-child(6) {
    width: 14rem;
    height: 10rem;
    background: url(../../images/dashB-img.png) no-repeat center;
    background-size: 100%;
}

.banner-img-component h3 {
    font-size: 1.8rem;
    font-family: semi-bold;
    margin: 0;
}

.banner-img-component p {
    font-size: 1.3rem;
}

.fa-times-circle {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #9f9f9f;
}

.loading-component {
    width: 14.6rem;
    height: 1.4rem;
    background: var(--color-black-sade2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.loading-component-2 {
    width: 9.5rem;
    background: #94979b;
}

.img-vcontainer {
    height: 90vh;
}

.circle-bg {
    background: #f0b684;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.circle-bg-2 {
    background: #a895ff;
}

/* --End--Banner-section- */

/* --Start--Service-section- */
#services {
    padding: 5rem 0 5rem;
}

#services .section-header h2 {
    font-size: 2.1rem;
    font-family: poppins-medium;
    color: var(--color-blue);
}

#services .section-header h3 {
    font-family: poppins-bold;
}

#services .section-header a {
    font-size: 1.5rem;
    font-family: semi-bold;
    color: var(--color-blue);
    position: relative;
}

#services .section-header a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid var(--color-blue);
}

.service-content .service-img {
    height: 42rem;
}

.service-img img {
    width: 100%;
    height: 100%;
}

.service-content h4 {
    font-size: 2.4rem;
    font-family: poppins-medium;
    color: var(--color-black);
    margin: 2rem 0 1.1rem !important;
}

.owl-theme .owl-nav {
    margin-top: 0rem;
    text-align: right;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    color: inherit;
    border: 2px solid #b6b6b6;
    padding: 1.3rem 3.6rem !important;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover {
    background: 0 0;
    color: inherit;
    border: 2px solid #1f3779;
    font: inherit;
}

.owl-carousel .owl-nav i {
    font-size: 2.5rem;
}

/* --End--Service-section- */

/* --Start-howWorks-section-- */
#howWorks {
    padding: 7rem 0;
}

#howWorks .section-header h2 {
    font-family: semi-bold;
}

#howWorks h3 {
    font-size: 3.7rem;
    line-height: 1.5;
    font-family: semi-bold;
}

#howWorks h4 {
    font-size: 2rem;
    font-family: poppins-medium;
    letter-spacing: 0 !important;
}

.w-s-left-content img {
    width: 2.2rem;
}

.w-s-right-content-1 > div:nth-child(1) {
    background: var(--color-white);
}

.w-s-right-content-1 > div:last-child {
    background: url(../../images/world-service-1.png) center;
    background-size: cover;
    min-height: 30rem;
}

.world-service-right-content h3 {
    font-size: 2.2rem !important;
    line-height: 1.4;
}

.world-service-right-content a {
    font-size: 1.6rem;
    color: var(--color-blue);
    font-family: semi-bold;
}

.world-service-right-content p {
    font-size: 1.6rem !important;
    line-height: 1.4;
}
.world-service-right-content{
    width: 49%;
}

.w-s-right-content-2 > div:first-child {
    background: url(../../images/world-service-2.png) center;
    background-size: cover;
    min-height: 26rem;
}

.w-s-right-content-2 > div:last-child {
    background: var(--color-white);
}

.w-s-rate {
    font-size: 2rem;
    font-family: semi-bold;
}

.w-s-rate i {
    font-size: 1.5rem;
}

/* --End-howWorks-section-- */
/* --Start-Productivity-section-- */
#advice {
    padding: 6rem 0;
    background: var(--color-body);
    overflow: hidden;
}

#advice .container {
    position: relative;
}

#advice .container::before {
    content: "";
    position: absolute;
    top: 3rem;
    left: 0;
    width: 7rem;
    height: 7.2rem;
    background: var(--color-blue);
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

#advice .container::after {
    content: "";
    position: absolute;
    right: 0;
    top: 3rem;
    width: 6rem;
    height: 6.2rem;
    background: var(--color-blue);
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}

#advice .section-header h2 {
    padding: 0 2rem;
}

#advice .section-header p {
    color: #9b9a9a;
    line-height: 1.8;
    font-size: 1.8rem;
}
.advice-content {
    position: relative;
}

.advice-content h3 {
    font-size: 1.7rem;
    font-family: poppins-bold;
}

.advice-content p {
    font-size: 1.3rem;
}

.advice-img {
    width: 10rem;
    height: 10rem;

    background-size: cover;
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.advice-img-1 {
    background: url(../../images/advice-mem-1.png) no-repeat center;
}

.advice-img-2 {
    background: url(../../images/advice-mem-2.png) no-repeat center;
}

.advice-img-3 {
    background: url(../../images/advice-mem-3.png) no-repeat center;
}

.advice-img-4 {
    background: url(../../images/advice-mem-4.png) no-repeat center;
}

.advice-img-5 {
    background: url(../../images/advice-mem-5.png) no-repeat center;
}

.advice-content-middle .advice-img::after {
    content: "";
    position: absolute;
    top: -1rem;
    left: -1rem;
    right: -1rem;
    bottom: -1rem;
    border: 1px solid #737679;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.advice-content-scale-dw-2 .advice-img {
    width: 9rem;
    height: 9rem;
    opacity: 0.6;
}

.advice-content-scale-dw-1 .advice-img {
    width: 7rem;
    height: 7rem;
    opacity: 0.6;
}

/* --End-Productivity-section-- */

/* --Start-Blog-section-- */
#blog {

    padding: 6rem 0;
}

#blog .section-header h2 {
    font-size: 1.8rem;
    font-family: poppins-medium;
    color: var(--color-blue);
    letter-spacing: 2px;
}

#blog .section-header h3 {
    font-family: semi-bold;
    color: var(--color-black);
}

.card-img-container {
    position: relative;
}

.card-img-container img {
    height: 30rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.card-date {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: 7rem;
    height: 7rem;
    padding: 3.8rem;
    background: var(--color-blue);
    color: var(--color-white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 1.5rem;
    font-family: semi-bold;
}

.card-body h4 {
    font-family: poppins-medium;
}

.card-body h5 {
    font-size: 1.4rem;
    font-family: poppins-medium;
    color: var(--color-blue);
}

.card-body a {
    font-size: 1.6rem;
    color: var(--color-blue);
    font-family: poppins-medium;
}

/* --End-Blog-section-- */

/* --Start-Newsletter-section-- */

.another-blog-bg {
    background: url(../../images/another-blog-bg.png) no-repeat center/cover;
    width: 100%;
    min-height: 16rem;
    margin: auto;
    position: relative;
}

.read-blog-btn {
    position: absolute;
    padding: 2rem 7rem;
    width: 6rem;
    height: 3rem;
    background: #837c6e57;
    border: 1px solid #d4d4d4c4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    z-index: 10;
    pointer-events: none;
    filter: opacity(0.3);
    -webkit-filter: opacity(0.3);
    pointer-events: all;
}

.read-blog-btn-text {
    pointer-events: all;
    position: absolute;
    color: #f9f9f9;
    font-size: 1.6rem;
    font-family: semi-bold;
}

/*#newsletter .container .row > div:last-child {*/
/*    background: #404145;*/
/*    position: relative;*/
/*    padding: 3rem;*/
/*    bottom: -4rem;*/
/*    min-height: 38rem;*/
/*}*/

/*#newsletter .newsletter-subc-container h2 {*/
/*    font-family: poppins-bold;*/
/*    color: #f9f9f9;*/
/*}*/

/*#newsletter .newsletter-subc-container p {*/
/*    color: #e2ebf4;*/
/*}*/

.newsletter-subc-container {
    width: 75%;
    padding: 2rem 3rem;
    margin: auto;
}

.newsletter-form {
    margin-bottom: 1.5rem;
}

.newsletter-form input[type="text"] {
    width: 100%;
    color: #737679;
}

.newsletter-form input::placeholder {
    color: #737679;
}

.newsletter-form button {
    background: #1f3779;
    width: 32%;
    color: #f9f9f9;
}

/* --End-Newsletter-section-- */

/* --Start-Footer-section-- */
footer {
    background: var(--color-body);
}

.footer-top {
    padding: 8rem 0;
}

.footer-top h3 {
    font-size: 2.7rem;
    font-family: poppins-bold;
}

.footer-top h4 {
    font-size: 2.3rem;
    font-family: poppins-medium;
}

.footer-top ul li a {
    color: var(--color-black);
    font-size: 2rem;
    font-family: poppins-regular;
    font-size: 1.8rem;
}

.footer-top p {
    font-size: 1.6rem;
    color: var(--color-black);
    display: flex;
    gap: 20px;
}

.footer-top form input {
    background: var(--color-white);
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 4px 17px #dde1e4;
    margin-bottom: 1rem;
}

.footer-top form .input {
    width: 50%;
}

.footer-top form input::placeholder {
    color: var(--color-black);
    font-size: 1.7rem;
}

.footer-bottom {
    background: var(--color-blue);
}

.footer-bottom p {
    font-size: 1.4rem;
    color: var(--color-white);
}

/* --End-Footer-section-- */

/* --Start-Login-page-- */
/* --Start-Form-- */
.login-page-container {
    min-height: 100vh;
    background: #ecf1f4;
    overflow: hidden;
}

.form-container {
    height: 100%;
    padding: 4rem 2rem;
    padding-left: 9rem;
    max-width: 60rem;
    width: 100%;
}

.form-container header .navbar-brand {
    margin-bottom: 4rem;
}

.form-container header h2 {
    font-size: 3.2rem;
    color: #2f3032;
    font-family: semi-bold;
}

.form-container header p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    width: 100%;
    color: var(--color-black);
}

.form-container button,
.form-container form input, .form-container form select {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    width: 100%;
    margin: 1.4rem 0;
    padding: 1.6rem 1.9rem;
    border: 0;
}

.form-container form input::placeholder {
    color: var(--color-black);
    font-size: 1.6rem;
}

.forget-passw {
    margin-bottom: 2rem;
}

.forget-passw a {
    font-size: 1.7rem;
    font-family: poppins-regular;
    color: var(--color-blue);
}

.btn-G img {
    margin-right: 3rem;
    width: 3rem;
}

.btn-G,
.sign-btn {
    background-color: #404145;
    color: var(--color-white);
    font-family: poppins-regular;
    font-size: 1.7rem;
}

.sign-btn {
    background: var(--color-blue);
}

.create-ac-signin {
    margin: 1rem 0 5rem;
}

.create-ac-signin small {
    font-size: 1.8rem;
    font-family: poppins-regular;
    color: #2f3032;
}

.create-ac-signin a {
    font-size: 2rem;
    font-family: semi-bold;
    color: var(--color-blue);
}

form .icon-box {
    position: relative;
}

form .icon-box input {
    padding-right: 45px;
}

form .icon-box .icon {
    position: absolute;
    top: 35px;
    right: 20px;
    width: 20px;
    text-align: center;
    font-size: 1.05em;
    color: #2f3032;
}


/* --End-Form-- */

/* --Start-Form-bg-- */
.form-background-container {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 80px 0 0 80px;
    -webkit-border-radius: 80px 0 0 80px;
    -moz-border-radius: 80px 0 0 80px;
    -ms-border-radius: 80px 0 0 80px;
    -o-border-radius: 80px 0 0 80px;
    transition: background-image 0.5s linear;
    -webkit-transition: background-image 0.5s linear;
    -moz-transition: background-image 0.5s linear;
    -ms-transition: background-image 0.5s linear;
    -o-transition: background-image 0.5s linear;
}

/* --End-Form-bg-- */
/*--Sliders--*/
.slider {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
}

.slider.current {
    opacity: 1;
}

/* --Form-bg-content-box-- */
.slider .box {
    width: 60%;
    height: 35%;
    position: absolute;
    top: 23%;
    left: 33%;
    /* opacity: 0; */
    transition: opacity 0.7s ease-in-out 0.3s;
    -webkit-transition: opacity 0.7s ease-in-out 0.3s;
    -moz-transition: opacity 0.7s ease-in-out 0.3s;
    -ms-transition: opacity 0.7s ease-in-out 0.3s;
    -o-transition: opacity 0.7s ease-in-out 0.3s;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.banner-img-bg-container .slider .box{
    width: 60%;
    height: 40%;
    top: 40%;
    right: 0;
    left: 67%;
}

.slider.current div.box {
    opacity: 1;
}

.box-bg {
    background: #000000;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    filter: opacity(0.40);
    -webkit-filter: opacity(0.40);
}

.box header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 3rem;
    width: 100%;
}
.banner-img-bg-container .box header{
    border: 0;
}
.rectangle-box {
    border: 5px solid var(--color-white);
    width: 8rem;
    height: 3rem;
    padding-left: 1rem;
}

.rectangle-box div {
    width: 3rem;
    height: 1rem;
    background: var(--color-white);
}

.box header h2 {
    font-family: semi-bold;
    font-size: 4.5rem;
    color: var(--color-white);
    margin-bottom: 2.4rem;
}
.banner-img-bg-container .box header h2{
    font-size: 3rem;
}
.box header p {
    color: var(--color-white);
    font-family: poppins-regular;
    font-size: 1.9rem;
}

/* --Form-bg-content-box-- */
/* --slider-dot-- */
.left-dot {
    position: absolute;
    right: 20%;
    bottom: 10%;
    z-index: 100;
}

.left-dot .dot {
    cursor: pointer;
    width: 6rem;
    height: 0.2rem;
    margin: 0.05rem;
    position: relative;
    background: var(--color-white);
}

.left-dot .dot::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #19a463;
    left: 0;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    -webkit-transition: opacity 0.8s ease-in-out;
    -moz-transition: opacity 0.8s ease-in-out;
    -ms-transition: opacity 0.8s ease-in-out;
    -o-transition: opacity 0.8s ease-in-out;
}

.dot.active::before {
    opacity: 1;
}

.slide-num {
    color: var(--color-white);
    position: absolute;
    left: -7rem;
    opacity: 0;
    transition: opacity 0.4s ease-in-out 0.3s;
    -webkit-transition: opacity 0.4s ease-in-out 0.3s;
    -moz-transition: opacity 0.4s ease-in-out 0.3s;
    -ms-transition: opacity 0.4s ease-in-out 0.3s;
    -o-transition: opacity 0.4s ease-in-out 0.3s;
    font-size: 2rem;
}

.slide-num-last {
    position: absolute;
    color: var(--color-white);
    font-size: 2rem;
    right: -7rem;
}

.slide-num.active-num {
    opacity: 1;
}

.serviceAtAzania {
    background-color: #FFFFFF !important;
    padding: 4rem 0rem;
}

.serviceAtAzania .service_div {
    background: #ffffff;
    padding: 2rem;
    box-shadow: 1px 2px 13px 2px #00000030;
    border-radius: 8px;
    text-align: center;
    height: 100%;
}

.serviceAtAzania .service_div figure {
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 2rem;
}

.serviceAtAzania .service_div figure img {
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    width: 100%;
}

/* --End-Login-page-- */


/* ==== Responsive === */
@media screen and (max-width: 1400px) {
    html {
        font-size: 60%;
    }
}

@media screen and (max-width: 1200px) {
    html {
        font-size: 54%;
    }
    
    .img-vcontainer {
        height: 300px;
    }

    /* --Start--Banner-section- */
    .search-direction button {
        padding: 1rem;
    }

    .banner-img-bg {
        right: 0;
    }

    .banner-img-component:nth-child(3) {
        left: 0;
    }

    .banner-img-component:nth-child(4) {
        left: 2rem;
        bottom: 14rem;
    }

    .banner-img-component:nth-child(5) {
        right: 0;
        top: 16rem;
    }

    .banner-img-component:nth-child(6) {
        right: 0;
        bottom: 15rem;
    }
    
    .vbox {
    height: 170px!important;
    top: 35%!important;
}

    /* --End--Banner-section- */
}

@media screen and (max-width: 992px) {
    html {
        font-size: 55%;
    }

    /* --Start--Banner-section- */
    .nav-link:hover::after {
        content: unset;
    }

    .banner {
        height: auto;
        padding-bottom: 0;
    }

    .search-direction {
        margin-bottom: 4rem;
    }

    /* --End--Banner-section- */
    /* --Start--Service-section- */
    #services {
        background-size: 0;
    }

    #services {
        padding: 6rem 0 5rem;
    }

    /* --End--Service-section- */
    /* --Start-Productivity-section-- */
    #advice .container::before {
        width: 5rem;
        height: 5.2rem;
    }

    #advice .container::after {
        width: 4rem;
        height: 4.2rem;
    }

    .coma {
        left: -0.8rem;
        width: 3rem;
    }

    .coma-2 {
        width: 3rem;
        right: -0.8rem;
    }

    /* --End-Productivity-section-- */
    /* --Start-Newsletter-section-- */
    #newsletter {
        padding: 8rem 0;
    }

    #newsletter .container .row > div:first-child {
        position: unset;
    }

    #newsletter .container .row > div:first-child {
        width: 100%;
    }

    .newsletter-subc-container {
        width: 100%;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form input[type="text"] {
        width: 100%;
    }

    .newsletter-form button {
        width: 100%;
    }

    /* --End-Newsletter-section-- */
    /* --Start-Footer-section-- */
    .footer-top {
        padding: 5rem 0;
    }

    .footer-top form input:first-child {
        margin-bottom: 1.7rem;
    }

    /* --End-Footer-section-- */
    /* --Start-Login-page-- */
    .form-container {
        padding: 4rem 2rem;
    }

    .form-container header h2 {
        font-size: 2.4rem;
    }

    .form-background-container {
        display: none !important;
    }

    .form-container button,
    .form-container form input {
        margin: 1rem 0;
        padding: 1.2rem 1.9rem;
    }
    
    .img-vcontainer {
        height: 400px;
    }
    
    .vbox {
    height: 150px!important;
    top: 30%!important;
}

    /* --End-Login-page-- */
}
.arrow{
    display: block;
}

.vbox {
    height: 200px!important;
    left: 50%!important;
    transform: translateX(50%);
}

.vbox header {
    border: none;
}

.me-3.chekcicon {
    width: 5%;
}

.worktext {
    width: 94%;
}


#disclaimer {
    padding: 6rem 0rem;
}

.sign_up_btn {
    color: var(--color-blue);
    font-size: 1.6rem;
    font-family: semi-bold;
    display: inline-block;
}

.sign_up_btn:hover {
    color: var(--color-blue);
}

#contact {
    padding: 6rem 0rem;
}

.tip-image {
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.card-body a.primary-btn {
    padding: .8rem;
    color: white;
}

.card-body a.primary-btn:hover {
    color: white;
}

#tips {
    background-color: var(--color-body);
}

.tipNav {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    background: var(--color-blue);
    color: white;
    border-radius: .5rem;
    margin-top: 5rem;
}
.tipNav a {
    color: white;
    font-size: 2.1rem;
}
.tipNav a:hover{
    color: white;
}
.tipNav a i{
    margin-left: 8px;
    margin-right: 8px;
}
#howWorksSteps, #sectionFour{
    padding: 8rem 0rem;
}
.side-with-image.left > *{
    text-align: right;
}
.side-image-container{
    width: fit-content;
    margin-left: auto;
}
#design .side-image-container{
    margin-left: 16px;
}
.side-with-image.right > *{
    text-align: left;
}
.side-image-container figure img {
    width: 410px;
    height: 400px;
    margin: 32px;
    border-radius: 12px;
}
.section-dot{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%, -15%);
    display: block;
}
.right .section-dot{
    left: 0;
    right: unset;
    transform: translate(-100%, -15%);
}
.section-padding{
    padding-top: 30px;
    padding-bottom: 30px;
}
svg.middle-wave {
    position: absolute;
    top: 0;
    margin-top: 55px;
    left: 50%;
    transform: translateX(-50%);
    height: 76%;
    z-index: -1;
    display: block;
}
.content-last-section .side-image-container {
    margin-left: 3rem;
    margin-top: 3rem;
}
.side-layer{
    position: absolute;
    height: 100%;
    z-index: -1;
}
.side-layer.left{
    left: 0;
    top: -120px;
}
.side-layer.right{
    right: 0;
    top: -500px;
}

@media screen and (max-width: 768px) {
    .side-with-image.right > * , .side-with-image.left > *{
        text-align: center;
    }
    .side-image-container{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    svg.middle-wave{
        display: none;
    }
    .section-dot{
        display: none;
    }
    h2 {
        font-size: 2.9rem;
    }
    .arrow{
        display: none;
    }
    .section-header h3 {
        font-size: 3rem;
    }

    h4 {
        font-size: 2.4rem;
    }

    .container {
        padding: 0 2rem !important;
    }

    /* --Start-howWorks-section-- */
    #howWorks h3 {
        font-size: 3rem;
    }

    .w-s-left-content {
        margin-bottom: 4rem;
    }

    /* --End-howWorks-section-- */
    /* --Start-Productivity-section-- */
    .advice-img {
        width: 7rem;
        height: 7rem;
    }

    .advice-content-scale-dw-2 .advice-img {
        width: 6rem;
        height: 6rem;
    }

    .advice-content-scale-dw-1 .advice-img {
        width: 4rem;
        height: 4rem;
    }

    /* --End-Productivity-section-- */
    /* --Start-Blog-section-- */
    .blog-item {
        margin-bottom: 4rem;
    }

    /* --End-Blog-section-- */
    /* --Start-Footer-section-- */
    .footer-top form input {
        width: 100%;
    }

    .img-vcontainer div h2 {
        font-size: 28px;
    }

    .img-vcontainer div p {
        font-size: 14px;
    }

    .vbox {
        height: 170px!important;
        top: 40%!important;
    }

    /* --End-Footer-section-- */
}

@media screen and (max-width: 576px) {
    .navbar-brand {
        font-size: 2rem;
    }

    /* --Start--Banner-section- */
    .banner {
        padding-top: 4rem;
    }

    .banner h1 {
        font-size: 3.4rem;
        line-height: 1.2;
    }

    .trusted-logos {
        padding: 1.4rem;
    }

    /* --End--Banner-section- */
    /* --Start--Service-section- */
    .service-content .service-img {
        height: 38rem;
    }

    .owl-theme .owl-nav {
        margin-top: 2rem;
    }

    .img-vcontainer {
        height: 280px;
    }

    .img-vcontainer div h2 {
        font-size: 24px;
    }

    .img-vcontainer div p {
        font-size: 14px;
    }

    .vbox {
        height: 170px!important;
        top: 40%!important;
    }

    /* --End--Service-section- */
}

@media screen and (max-width: 400px) {
    /* --Start--Banner-section- */
    .banner-img-component:nth-child(3) {
        padding: 1.5rem;
    }

    .banner-img-component:nth-child(4) {
        left: 0;
        bottom: 18rem;
        padding: 1rem;
    }

    .banner-img-component:nth-child(5) {
        top: 13rem;
        padding: 1rem;
    }

    /* --End--Banner-section- */
    /* --Start-Newsletter-section-- */
    .newsletter-subc-container {
        padding: 1rem 1rem;
    }

    #newsletter .container .row > div:first-child {
        padding: 4rem 4rem 2rem;
    }

    .img-vcontainer {
        height: 250px;
    }

    .img-vcontainer div h2 {
        font-size: 18px;
    }

    .img-vcontainer div p {
        font-size: 12px;
    }

    .vbox {
        height: 150px !important;
        top: 45% !important;
    }
}