@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap')::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #21c2a6;
}

::selection {
    color: #fff;
    background: #21c2a6;
}

* {}

body {
    font-size: 16px;
    color: #3C4043;
}

a:focus-visible {
    outline: 1px solid;
}

body {
    background-color: white;
    color: #3C4043;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Lato", sans-serif;
}

p {
    font-weight: 300;
}

ul {
    padding: 0;
    margin: 0
}

h1 {
    font-size: 30px;
}

.wrapper {
    overflow-x: hidden;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 20px;
    padding-right: 20px;
    /*position: relative*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: black;
}



.section-title {
    line-height: 40px;
    color: #415C8D;
}

.section-subtitle {
    font-size: 16px;
    line-height: 30px;
    color: #3C4043;
    font-family: "Lato", sans-serif;
    margin-bottom: 0;
    line-height: 25px;
    font-weight: 400;
}

.no-pad {
    padding: 0 !important
}

.no-mar {
    margin: 0 !important
}

.no-border {
    border: none !important
}

.btn {
    padding: 5px 16px;
    text-transform: uppercase;
    border-radius: 50px;
    min-width: 140px;
    font-size: 16px;
    min-height: 40px;
    line-height: 100%;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    border: none;
    color: white !important;
    position: relative;
    transition: .5s all;
    display: flex;
    justify-content: center;
    align-items: center
}

.btn.btn-lg {
    font-size: 1.6em;
    min-height: 102px;
    max-width: 350px
}

.btn:hover {
    transform: translateY(-8px)
}

.btn:focus {
    background-color: #21c2a6;
    box-shadow: none;
    border: none;
    color: #fff
}

.btn-sm {
    min-height: 50px;
    max-width: 140px;
    padding: .25em 1em;
    font-size: 1em;
}

.btn-primary {
    background-color: #415C8D;
    border: 1px solid #425d8d;
}

.btn-primary-outline,
.btn-primary-outline:hover {
    border: 1px solid #415C8D;
    color: #415C8D !important;
}

.btn-primary:hover {
    background-color: #1F3761;
    box-shadow: none !important;
}

.btn-secondary {
    background-color: #21c2a6
}

.btn-secondary:hover {
    background-color: #21c2a6
}

.btn-secondary-outline,
.btn-secondary-outline:hover {
    border: 1px solid #21c2a6;
    color: #21c2a6;
}

.btn-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.btn.light-text {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
    letter-spacing: 2px;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 84px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: .5s ease-in-out;
    z-index: 999;
    padding: 23px 0;
}


/*header.header-sm {
    background-color: rgba(255, 255, 255, 0.8);
    min-height: 82px;
    padding: 27px 0;
}*/

/*header.nav-up {
    top: 0;
}*/

header .nav-menu {
    position: relative;
    max-width: 1030px;
    margin: 0 auto;
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.nav-menu-button {
    height: 24px;
    width: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.nav-menu-button .line {
    display: block;
    height: 2px;
    width: 100%;
    background: #5f6465
}

.nav-menu-button .line1 {
    transform-origin: 0 0;
    transition: transform .4s ease-in-out
}

.nav-menu-button .line2 {
    transition: transform .2s ease-in-out
}

.nav-menu-button .line3 {
    transform-origin: 0 100%;
    transition: transform .4s ease-in-out
}

.mobile-menu-open .nav-menu-button {
    background-color: #eff3f4;
}

.mobile-menu-open .nav-menu-button .line1 {
    transform: rotate(45deg);
    transform-origin: 2px 7px;
}

.mobile-menu-open .nav-menu-button .line2 {
    transform: scaleY(0)
}

.mobile-menu-open .nav-menu-button .line3 {
    transform: rotate(-45deg);
    transform-origin: 2px -4px;
}

.bg-white {
    background-color: #fff
}

.nav-menu .dropdown-toggle::after {
    transition: 0.5s all;
    content: "" !important;
    position: static !important;
}

.nav-menu .dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.nav-menu .dropdown-item {
    font-size: 3.5vw;
    text-align: center;
}

.nav-menu .dropdown-item:focus,
.nav-menu .dropdown-item:hover {
    background-color: transparent;
    color: #21c2a6;
}

.nav-menu .dropdown-item.active {
    color: #21c2a6;
    background-color: transparent;
}


.nav-menu .dropdown-menu.show {
    position: relative !important;
    margin-top: 12px !important;
    transform: none !important;
    background-color: #eff3f4;
    width: 100%;
}


.nav-menu-wrapper {
    display: block;
    left: 0;
    overflow: hidden;
    width: 0;
    opacity: 0;
    position: fixed;
}

.mobile-menu-open {
    overflow: hidden;
    width: 100%;
    opacity: 1;
    transition: opacity 0.5s ease-in;
}

.mobile-menu-open .logo {
    display: none;
}

.mobile-menu-open .nav {
    justify-content: flex-end;
}

.mobile-menu-open .nav-menu-wrapper {
    display: block;
    height: 100%;
    position: fixed;
    width: 100% !important;
    background-color: #eff3f4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 5% 15%;
    overflow-y: scroll;

    opacity: 1;
    transition: opacity 0.5s ease-in;
}

.mobile-menu-open .nav-img {
    position: absolute;
    top: 127px;
    right: -70px;
}

.mobile-menu-open .nav-img img {
    /* height: 70vh; */
}

.mobile-menu-open .nav-links {
    list-style: none;
}

.mobile-menu-open .nav-links li {}

.mobile-menu-open .nav-links li a {
    font-family: "BIZ UDPMincho", serif;
    padding: 20px 25px;
    padding-top: 30px;
    font-family: "Lato", sans-serif;
    color: #425D8D;
    font-size: 2em;
    font-weight: 900;
    font-style: black;
    border-bottom: 1px solid #c5c5c5;
}

.mobile-menu-open .nav-links li a:hover {
    border-bottom: 1px solid #21c2a6;

}

.mobile-menu-open .nav-links li:last-child a {
    border-bottom: 0
}

.mobile-menu-open .nav-links li a:focus {
    border-bottom: 1px solid #21c2a6;

}

.mobile-menu-open .nav-links li:last-child {
    border: none;
}


/* Banner Section  */


.banner-section {
    height: 50%;
    display: flex;
    align-items: flex-end;
    padding-top: 94px;
    padding-bottom: 40px;
    position: relative;
    border-radius: 0 0 38px 38px;
    /*background-image: url("../images/banner-user.png");*/
    background-position: center;
    background-size: cover;

}

.banner-section h1 {
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 72px;
    color: #415C8D;
    margin-top: 50px;
    margin-bottom: 35px;
}

.banner-section p {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 1.25em;
    margin-bottom: 40px;
}

.owl-stage {
    display: flex;
    align-items: flex-end;
}

#faqs .owl-stage {
    width: 100% !important
}

.owl-dots {
    position: absolute;
}

.banner-content {
    padding: 50px;
    width: 55%;

}



.pad-top {
    margin-top: 230px;
}




.join-now {
    background-color: #21c2a6;
    border: 1px solid #21c2a6;
    padding: 12px 50px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 40px
}

.join-now:hover {
    transform: scale(0.98);
    background-color: #21c2a6;
    border: 1px solid #21c2a6
}

.connect-wallet {
    background-color: transparent;
    border: 1px solid #21c2a6;
    padding: 12px 22px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 40px;
    color: #fff
}

.connect-wallet:hover {
    transform: scale(0.98);
    background-color: transparent;
    border: 1px solid #21c2a6;
}

.adding-creators {
    display: flex;
    justify-content: flex-start;
    margin-top: 65px;
    align-items: center;
    z-index: 1;
}

.adding-creators ul {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    padding-right: 15px
}

.figure li+li {
    margin-left: -21px
}

.figure li img {
    border-radius: 50%;
    border: 2px solid #fff;

}

.figure li img:hover {
    filter: grayscale(0)
}

.adding-creators-aside h6 {
    color: #5f6465;
    padding: 0;
    margin: 0;
    font-size: .8em;
    text-align: left;
    line-height: 1.4
}

.adding-creators-aside h6 strong {
    color: #21c2a6
}

.adding-creators-aside h6 strong span {
    color: #191f2e;
}

/* Investor section starts */
.investors-partners {
    padding-top: 180px;
    padding-bottom: 180px;
    position: relative;
}

.investors-grid.owl-carousel {
    margin-top: 90px;
    position: relative;
}

.investors-grid.owl-carousel.prev-items-available:before {
    content: "";
    background: url('../images/brand-carousel-overlay.png') no-repeat;
    width: 215px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) scaleX(-1);
    z-index: 10;
}

.investors-grid.owl-carousel.next-items-available:after {
    content: "";
    background: url('../images/brand-carousel-overlay.png') no-repeat;
    width: 215px;
    height: 200px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.investors-grid.owl-carousel .owl-nav {
    position: absolute;
    top: 200px;
}

.investors-grid.owl-carousel .owl-nav .owl-next {
    margin-left: 40px;
}


.investors-grid.owl-carousel .owl-nav .owl-next:hover {
    transform: translateX(6px)
}

.investors-grid.owl-carousel .owl-nav .owl-prev:hover {
    transform: translateX(-6px)
}


.investors-grid.owl-carousel .owl-nav .owl-prev.disabled,
.investors-grid.owl-carousel .owl-nav .owl-next.disabled {
    transform: translate(0, 0);
}


.investors-grid.owl-carousel .owl-nav .owl-next:before {
    content: "Next";
    position: absolute;
    display: block;
    top: -20px;
    color: #5f6465;
    font-size: .8em;
    font-weight: 700
}

.investors-grid.owl-carousel .grid-item {
    width: 235px;
    border: 1px solid #eff3f4;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    border-radius: 20px;
}

.investors-grid.owl-carousel .grid-item:hover {
    border: 1px solid #ccd5d7;
}

.button-drawer {
    display: flex;
    width: 100%;
    gap: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;

}

.button-drawer a.btn {
    display: inline-flex;
    padding: 7px 16px !important;
    gap: 14px;
    width: auto !important;
    min-height: 40px !important;
    max-width: 160px;
    /*min-width: 160px !important;*/
}

.button-drawer a.btn img.store-icon {
    width: 25px;
    display: inline-block;
}

.button-drawer a.btn .down-text {
    display: inline-block;
    width: auto;
    flex-grow: 1;
    font-size: initial;
    line-height: initial;
}

.button-drawer a.btn .down-text span {
    text-align: left;
}

.down-text .small-text {
    display: inline-block;
    width: 100%;
    font-size: 8px;
    text-transform: uppercase;
    line-height: 10px;
    letter-spacing: 0px;
}

.down-text .store-text {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
}

/* Investor section ends */
/* why digistick section starts */
.why-digistic {
    padding-top: 100px;
    padding-bottom: 50px;
}

.why-digistic p {
    margin-bottom: 40px;
}

.why-digistic .feature-content {
    list-style: none;

}

.why-digistic .feature-content i {
    padding-right: 8px;
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 0.7em;
}

.why-digistic .feature-content li {
    margin-bottom: 30px;
    font-size: 1.25em;
    font-weight: 300;
    position: relative;
    color: #5f6465;
    padding-left: 31px;
}

.why-digistic .feature-img {
    position: relative;
}

.why-digistic .feature-img .vector-imgs {
    display: flex;
    justify-content: space-around;
}

.why-digistic .feature-img .vector-imgs img {
    height: 100%;
}

.why-digistic .feature-img .vector-imgs img.line-1 {
    margin-top: -70px;
}

.why-digistic .feature-img .vector-imgs img.line-3 {
    margin-top: -120px;
}

.why-digistic .feature-img .main-img {
    margin-top: 65px;
    top: 130px;
    position: absolute;
    z-index: 2;
    left: 37%;
    width: 85%;
    transform: translateX(-50%);
}

.why-digistic .why-list {
    list-style: none;
}

.why-digistic .why-list .why-card {
    margin-bottom: 70px;
}

.why-digistic .why-list h3 {
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #5f6465;
}

.why-digistic .why-list h6 {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    color: #5f6465;
    font-weight: 300;
}



/* why digistick section ends */

/* join community section starts */
#join-community {
    padding-top: 100px;
    padding-bottom: 100px;
}

#join-community-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.join-community {
    background-color: #eff3f4;
    padding: 80px 60px;
    border-radius: 38px;
    position: relative;
}

.join-community-cont {
    padding-right: 100px;

}

.join-community-cont h2 {}

.join-community-cont p {}

.join-community-cont .adding-creators {
    margin-top: 40px;
}

.join-community-buttons {
    padding-left: 270px;
    margin-top: 60px;

}

.join-community-img {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
}


/* join community section ends */

/* roadmap section starts */

.roadmap {
    padding-top: 90px;
    padding-bottom: 70px;
}

.roadmap-list {
    padding-top: 40px;
}

.roadmap-list>li {
    display: flex;
    border-bottom: 1px solid #ccd5d7;
    padding: 40px 0px;
    position: relative;
}

.roadmap-list>li:hover {
    border-bottom: 1px solid #21c2a6;
}

.roadmap-number {
    font-size: 1.25em;
    font-weight: bold;
    color: #5f6465;
    line-height: 60px;
    min-width: 100px;
}

.roadmap-content {

    color: #5f6465;
}

.roadmap-content h3 {
    font-size: 1.25em;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    line-height: 60px;
}

.roadmap-content ul {
    list-style: none;
}

.roadmap-content ul li {
    margin-bottom: 8px;
    font-size: 1em;
    font-weight: 300;
    position: relative;
    padding-left: 12px;
}


.roadmap-content ul li::before {
    content: "";
    background: url('../images/roadmap-arrow.png') no-repeat;
    height: 5px;
    width: 3px;
    position: absolute;
    top: 12px;
    left: 0
}

.roadmap-list>li .roadmap-images {
    opacity: 0;
    position: absolute;
    right: 120px;
    justify-content: left;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    top: 90px;
    visibility: hidden;
}

.roadmap-list>li .roadmap-images img:first-child {
    border-radius: 12% 12% 12% 36%;
    width: 55%;
}

.roadmap-list>li .roadmap-images img+img {
    border-radius: 22px 22px 45px 22px;
    margin-top: -60px;
    width: calc(45% - 30px);
}

.roadmap-list>li:hover .roadmap-images {
    opacity: 1;
    visibility: visible;
}

.roadmap-list>li .roadmap-images:hover {
    filter: grayscale(0);
}

/* roadmap section ends */

/* auction section starts */

.auction-section {
    padding-top: 100px;
    position: relative;
    padding-bottom: 80px;
}

.roadmap .btn-container {
    flex-direction: row;
    padding-top: 70px;
    justify-content: flex-start;
    padding-left: 40px;
}

.auction-title {
    margin: 0 auto;
    position: absolute;
    max-width: 1200px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.auction-title>* {
    width: 400px;
    max-width: 33%;
}

.auction-section .auction-cards {
    margin-left: calc(50vw - 185px);
    width: calc(50vw + 185px);
    display: block;
}

.auction-section .auction-carousel .owl-nav {
    position: absolute;
    top: 320px;
    left: -420px;
}

.auction-section .owl-nav .owl-next {
    margin-left: 40px;
}

.auction-section .owl-nav .owl-next:hover {
    transform: translateX(6px)
}

.auction-section .owl-nav .owl-prev:hover {
    transform: translateX(-6px)
}

.auction-section .owl-nav .owl-prev.disabled,
.auction-section .owl-nav .owl-next.disabled {
    transform: translate(0, 0);

}

.auction-section .owl-nav .owl-next:before {
    content: "Next";
    position: absolute;
    display: block;
    top: -20px;
    color: #5f6465;
    font-size: .8em;
    font-weight: 700
}

.auction-carousel .owl-item .card-likes-badge>i {
    margin-right: 5px
}

.auction-carousel .owl-item .card-likes-badge {
    background-color: #fff;
    padding: .25em .5em;
    border-radius: 20px;
    line-height: 24px;
    color: #f66;
    font-size: 0.9em;
    font-weight: 700;
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 2;
    transform: translateX(-200px);
    transition: .5s all
}

.auction-item:hover .card-likes-badge {
    transform: translateX(0)
}

.auction-item .auction-card-body {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.auction-item .auction-card-body img {
    filter: grayscale(0)
}

.auction-item:hover .auction-card-body img {
    filter: grayscale(0)
}

.auction-item .card-timer {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: .8em;
    transform: translateX(200px);
    transition: .5s all
}

.auction-item .place-bid {
    transform: translateX(200px);
    transition: .5s all
}

.auction-item:hover .place-bid {
    transform: translateX(0)
}

.auction-item:hover .card-timer {
    transform: translateX(0)
}

.auction-card-caption a {
    position: absolute;
    right: 20px;
    bottom: 20px
}

.auction-item .auction-card-footer {
    display: flex;
    justify-content: space-between;
    padding: 24px 10px 0;
    transform: translateY(100%);
    transition: .5s all;
}

.auction-item:hover .auction-card-footer {
    transform: translateY(0%)
}

.auction-card-footer-left {
    padding-right: 20px;
    border-right: 1px solid #d5d5d5;
    width: 85%;
}

.auction-card-footer-left .auction-card-title {
    font-size: 1.25em;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.auction-card-footer-left .auction-card-author-amount {
    display: flex;
    align-items: center
}

.auction-card-footer-left .auction-card-author-amount .auction-card-artist-img {
    display: inline-block;
    margin-right: 10px;
}

.auction-card-footer-left .auction-card-author-amount .auction-card-artist-img img {
    display: inline-block;
    width: auto;
    border-radius: 50%;
    border: 2px solid #fff;

}

.auction-card-footer-left .auction-card-author-amount .auction-card-artist-img img+img {
    margin-left: -20px;
}

.auction-card-footer-left .auction-card-artist-name {
    font-size: .9em;
    font-weight: 300;
}

.auction-card-footer-left .auction-card-artist-name a {
    color: #21c2a6;
}

.auction-card-footer-left .auction-card-artist-name a:hover {
    color: #5f6465;
}

.auction-card-footer-left .auction-card-amount {
    font-size: .8em;
    font-weight: bold;
    margin-left: auto
}

.auction-card-footer-right {
    padding-left: 20px;
    align-self: end;
    width: 15%;
}

.auction-card-footer-right .auction-card-stock-count {
    font-size: .8em;
    font-weight: 700;
    color: #5f6465
}

.auction-card-footer-right .auction-card-stock-count span {
    font-size: 1em;
    display: block;
}

/* auction section ends */



/*creator section starts*/
.awesome-creators {
    padding-top: 100px;

}

.awesome-creators .btn-container {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 120px;
}

.creators-top {
    margin-bottom: 90px;
}

.creators-grid {
    padding-left: calc((100vw - 1170px) / 2);
}

.creator-img-wrapper img {
    border-radius: 30px;
    filter: grayscale(0);
}

.creator-img-wrapper:hover img {
    filter: grayscale(0);
}

.creator-name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    color: #425D8D;
    font-family: "Lato", sans-serif;
    margin-bottom: 5px;
}

.creator-eth {
    text-align: center;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #3C4043;
}

.creators-grid .owl-nav {
    margin-top: 80px;
    position: relative;
}

.owl-nav .owl-next {
    margin-left: 40px;
    transition: 0.2s all;
    transform: translateX(0)
}

.owl-nav .owl-next:hover {
    transform: translateX(6px)
}

.owl-nav .owl-prev {
    transition: 0.2s all;
    transform: translateX(0);
}

.owl-prev:hover {
    transform: translateX(-6px)
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    opacity: 0.25;
    cursor: default;
}

.creators-grid .owl-nav .owl-next:before {
    content: "Next";
    position: absolute;
    display: block;
    top: -20px;
    color: #5f6465;
    font-size: .8em;
    font-weight: 700
}

/*creator section ends*/


/*team section starts*/
.team-section {
    margin-top: 150px;
}

.team-member-list {
    list-style: none;
    margin-top: 60px;
}

.team-member-list li {
    padding-top: 35px;
}

.team-member {
    border-bottom: 1px solid #ccd5d7;
    padding-bottom: 45px;
    font-family: 'Roboto', sans-serif;
    display: grid;
    grid-template-columns: 3fr 5fr 3fr 1fr;
    gap: 30px;
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.team-member.open {
    max-height: 100%;
}

.team-member h5 {
    font-size: 1.25em;
    text-align: right;
    color: #5f6465;
    font-family: 'Roboto', sans-serif;
}

.team-member .team-member-content {
    color: #5f6465;
    font-family: 'Roboto', sans-serif;
}

.team-member .team-member-content h6 {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    line-height: 35px;
}

.team-member .team-member-content p {
    margin-bottom: 20px;
    font-size: 0.75em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.5s all;
}

.team-member.open .team-member-content p {
    -webkit-line-clamp: none;
    display: block;
}

.team-member .team-member-img {
    transform: translateY(-25%);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: 0.5s all;
}

.team-member.open .team-member-img {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.team-member .team-member-social {
    display: none;
}

.team-member.open .team-member-social {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.team-member.open .team-member-social a {
    color: #5f6465;
    font-size: 1.1em;
}

.team-member.open .team-member-social a:hover {
    color: #21c2a6;
}

.team-accordian-icon {
    position: absolute;
    right: 25px;
    top: 0;
    border: none;
    width: 15px;
    height: 15px;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


.team-member.open .team-accordian-icon:before {
    display: none;
}

.team-member .team-accordian-icon:before {
    content: '';
    cursor: pointer;
    background-color: #5f6465;
    height: 15px;
    display: block;
    width: 1px;
    /* position: absolute; */
}

.team-member .team-accordian-icon:after {
    content: '';
    background-color: #5f6465;
    height: 1px;
    display: block;
    width: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.5px;
    /* ptransform: translateY(-50%);*/
}


.team-accordian-icon:hover:before,
.team-accordian-icon:hover:after {
    background-color: #21c2a6;
}


/*team section ends*/


/*faq section starts*/

.faq-section {
    padding-top: 180px;
    padding-bottom: 90px;
}

..faq-cont .row {
    display: flex;
    flex-direction: row;
}

.faq-cont.second .row {
    flex-direction: row-reverse;
}

.faq-section .section-title,
.faq-section .section-subtitle {
    text-align: center;
}

.faq-tab-links {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    padding: 50px 0 70px 0;
    list-style: none;
}

.faq-section .faq-tab-links .owl-stage {
    width: 100%;
    display: flex;
    justify-content: center;
    transform: none !important;
}

.faq-section .faq-tab-links .owl-item {
    text-align: center;
    width: auto !important;
    gap: 50px;
}

.faq-section .faq-tab-links .owl-item li {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 22px;
    font-weight: 400;
    color: #425D8D;
}


.faq-tab-links li {
    font-size: 1.25em;
    color: #ccd5d7;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.faq-tab-links li.active {
    border-bottom: 1px solid #425D8D;
    color: #5f6465;
    transition: all 0.2s ease-in;
}

.faq-tab-content {}

.faq-tab-content>div {
    display: none;
}

.faq-list {
    list-style: none;
    padding-right: 50px;
}

.faq-list>li+li {
    margin-top: 40px;
}

.faq-list .faq-question {
    color: #425D8D;
    font-size: 16px;
    padding-bottom: 30px;
}

.faq-list .faq-answer {
    font-size: 16px;
    color: #3C4043;
}

/*faq section ends*/

/*email update section starts*/
.email-upadte {
    text-align: center;
    padding-top: 90px;
}

.input-container {
    padding-top: 90px;
    display: flex;
    gap: 30px;
    justify-content: center;
    padding-bottom: 150px;
    border-bottom: 1px solid #ccd5d7;
}

.input-container input {
    /*max-width: 570px;*/
    width: 100%;
    /*min-height: 75px;*/
    border: 1px solid #ccd5d7;
    border-radius: 40px;
    color: #5f6465;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    font-size: 1em;
    padding: 12px 36px;
}

/*email update section ends*/



/*footer section starts*/
.footer-cont {
    padding-top: 40px;
    padding-bottom: 50px;
    color: #444365;
    font-family: "Lato", sans-serif;

}

.footer-links ul {
    list-style: none
}

.footer-links h5 {

    font-size: 1em;
    margin-bottom: 16px
}

.footer-links li {
    margin-bottom: 10px
}

.footer-links li a {
    color: #425D8D;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.footer-links li a:hover {}


.footer-bottom .brand-logo {
    margin-bottom: 24px
}

.footer-bottom .footer-info {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Lato", sans-serif;


}

.copyright-para {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    text-align: center;
    display: flex;
    color: #444365;
    margin: 0 auto 0;
    gap: 5px;
    justify-content: center;
    align-items: center;

}

.k-logo {
    width: 15px;
    height: 19px;
    display: block;
    margin-right: 8px;
}

.copyright-para span {
    display: inline-block;
    margin-right: 8px;
}

.footer-social {}

.footer-social a {
    color: #425D8D !important;
    margin-right: 14px;
    font-size: 20px;
}

.footer-social a:hover {
    color: #21c2a6;
}

.no-pad {
    padding: 0 !important
}

.no-mar {
    margin: 0 !important
}

.no-border {
    border: none !important
}

.page-banner {
    margin-top: 200px;
    background-color: #eff3f4;
    padding-top: 110px;
    padding-bottom: 80px;
    text-align: center;

}

.page-banner .page-heading {
    font-size: 40px;
    padding-bottom: 10px;
    font-family: "BIZ UDPMincho", serif;
    font-weight: 700;
    color: #182022
}

.page-banner .sub-heading {
    font-size: 20px;
}

/*footer section ends*/


.desktop-hide {
    display: none;
}

/*ABOUT HTML*/

.about-nft {
    /* position: relative; */
    margin-top: 150px;
}

.btn.more {
    max-width: 110px;
    font-size: 20px;
    min-height: 50px;
    margin-top: 50px;
}

.about-nft .banner-carousel-wrapper {
    margin-left: 58%;
    width: 32%;
}

.about-why {
    display: flex;
    margin-bottom: 200px;

}

.about-why .why-card {
    margin-right: 70px;
    a
}

.about-why .why-card h3 {
    font-size: 1.5em;
    color: #5f6465;

}

.about-why .why-card h6 {
    font-size: 1em;
    color: #5f6465;
    margin-bottom: 20px;

}

.about-why .why-card p {
    font-size: 15px;
    color: #5f6465;
    margin-right: 80px;

}

.about-features {
    padding-left: 200px;
    margin-top: 265px;

}

.about-features .feature-content {
    margin-bottom: 60px;
}

.about-features button {
    margin-left: 30px;
}

.about-team-section {
    padding-top: 100px;
    overflow: hidden;
    position: relative;
    padding-bottom: 100px;
    text-align: center
}

.about-team-section .team-member-list {
    padding: 0;
    margin: 0;
    position: relative;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    column-gap: 3%;
    justify-content: center;
    align-content: center;
    list-style: none;
    margin-top: 80px
}



.about-team.team-member-list:before {
    display: none;
}

.about-team-member {
    text-align: center
}

.about-team .about-team-member {
    max-width: 320px;
}

.about-team-member .team-member-social a:hover {
    color: #fff
}

.about-team-member .team-member-img {
    background-color: #eff3f4;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;

}

.about-team-member img {
    height: 400px;
    transition: 0.5s ease-in-out;
    filter: grayscale(100%);
    margin-top: 30px;
}

.about-team-member img:hover {
    filter: grayscale(0%);

}

.about-team-member .team-member-footer {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    min-width: 140px
}

.about-team-member .team-member-footer h5 {
    font-size: 1.4em;
    color: #5f6465;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Roboto', 'Sans-sarif';
    font-weight: 500;
}

.about-team-member .team-member-footer span {
    font-size: 1.1em;
    color: #5f6465;
    font-weight: 300;
}

.about-team-member .team-member-social {
    font-size: .8em;
    margin-top: 10px;
    display: flex;
    gap: 15px;
    justify-content: center
}

.about-team-member .team-member-social a {
    color: #5f6465;
}

.about-team-member .team-member-social a:hover {
    color: #21c2a6;
}

.about-faq-section {
    padding: 40px 0;
    position: relative;
    margin: 15px;
}

/*.about-faq-section p {
    margin-top: 50px
}*/

.about-faq-section .faq-images {
    height: 100%;
    align-items: center;
    position: relative;
    max-height: 800px;
    top: 260px
}

.about-faq-section .faq-images-01 {
    height: 100%;
    align-items: center;
    max-height: 800px;
    top: 260px;
    text-align: center;
}

.about-faq-section .faq-images-01 .btn {
    margin: 0 auto 0;
}

.about-faq-section .faq-cont .faq-accordian {
    padding: 20px 0;
    list-style: none
}

.faq-div,
.faq-accordian {
    margin-left: 15px;
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item {
    border-top: 1px solid #ccd5d7;
    padding-top: 20px;
    padding-bottom: 20px
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item .accordian-title {
    font-size: 16px;
    color: #425D8D;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    padding-right: 40px;
    letter-spacing: .5px
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item .accordian-title:after {
    content: '\2b';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 5px;
    color: #182022;
    font-weight: 900;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item .accordian-title.open:after {
    content: '\f068'
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item .accordian-content {
    font-size: .8em;
    color: #3C4043;
    padding-top: 20px;
    display: none;
    padding-right: 70px;
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item .accordian-content ul {
    padding-left: 20px;
}

.about-faq-section .faq-cont .faq-accordian .faq-accordian-item .accordian-content ul li {
    list-style-type: circle;
    line-height: 30px;
}

/*blog section*/
.blog-section {
    margin-top: 180px;
    line-height: 30px;
    color: #3C4043;
}

.blog-section .blogs {
    /* margin-top: 40px; */
}

.blogs .blog-img img {
    border-radius: 35px;
    width: 100%;
}




.blog-info img {
    max-width: 16px;
}

.blog-details {
    margin-top: 40px;
    display: flex;
    font-size: 0.8em;
    font-family: 'Roboto', sans-serif;
    color: #5f6465;
    gap: 14px
}

.blog-details a {
    color: #5f6465;
    text-decoration: none;
}

.blog-details a:hover {
    color: #21c2a6;
}

.blog-details .blog-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-heading {
    margin: 40px 0px;

}

.blog-heading a {
    font-size: 2.4em;
    line-height: 55px;
    text-decoration: none;
    font-family: "BIZ UDPMincho", serif;

}

.blog-heading a:hover {
    color: #21c2a6
}

.blog-content>span {
    position: relative;
    padding-left: 30px;
    display: block;
}

.blog-content>span::before {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    height: 100%;
    width: 2px;
    background-color: #21c2a6;
}

.blog-content {
    border-bottom: 2px solid #ccd5d7;
    padding-bottom: 40px;
    padding-right: 70px;
    margin-bottom: 40px;

}

.blog-content button a {
    text-decoration: none;
    color: #fff
}

.blog-comments {
    border-bottom: 2px solid #ccd5d7;

}

.blog-comments h4 {
    margin-bottom: 45px;

}

.blog-headings h4 {
    font-size: 1.5em;
    font-family: 'Roboto', 'Sans-sarif';
    font-weight: 600;
}

.blog-comment-img img {
    border-radius: 20px;
}

.comment-para {
    padding-left: 30px;
    color: #7c7e83;
    font-size: 1.0em;
}

.commentor-name {
    font-weight: 700;
    color: #5f6465;
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif
}

.comment-footer {
    font-size: 0.8em;
    display: flex;
    gap: 15px
}

.nftpost-date {
    font-size: 0.7em;
    color: #7c7e83;

}



.post-list {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
}

.post-list .post-img img {
    border-radius: 8px;
}

.post-title {
    font-weight: 700;
    font-size: 0.7em;
    font-family: 'Roboto', sans-serif
}

.post-title a {
    color: #5f6465;
    text-decoration: none;
}

.post-title:hover a {
    color: #21c2a6;
}

.comment-footer a {
    color: #21c2a6;
    text-decoration: none;
}

.user-comment {
    margin-bottom: 50px;
    display: flex;
}

.post-comments {
    padding-bottom: 150px;
}

.post-comments h4 {
    padding: 65px 0;
}

.post-comments .input-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 45px;
    padding-top: 0;
    border: none;
}

.post-comments .input-container input {
    box-shadow: none;
    border-radius: 10px;
    padding: 12px 20px;

}

.post-comments .input-container label {
    font-size: 1.2em;
}

.post-comments .input-container textarea {
    font-size: 1em;
    padding: 12px 20px;

}


.blogs-right {
    /* margin-top: 40px; */
}

.right-sec {
    background-color: #eff3f4;
    padding: 40px 30px;
    margin-bottom: 48px;
    border-radius: 35px;
}

.categories-section {
    padding: 48px 35px;
}

.search-section {
    position: relative;
}

.search-section .input-container {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.search-section .input-container input {
    border-radius: 10px;

}

.search-section .search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 14%;
}

.post-section .blog-headings {
    margin-bottom: 40px;

}

.categories-section .blog-headings {
    padding-bottom: 35px;
}

.categories-section ul {
    list-style: none;
    font-size: 1em;
    font-weight: 700;

}

.categories-section ul li+li {
    margin-top: 25px;
}

.categories-section .categories-list a {
    color: #5f6465;
    text-decoration: none;
}

.categories-section .categories-list.active a {
    color: #21c2a6
}

.categories-section .categories-list:hover a {
    color: #21c2a6
}

.tag-section .blog-headings {
    margin-bottom: 30px;
}

.blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.blog-tags a {
    background-color: #fff;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 25px;
    color: #5f6465;
    padding: 10px 25px;
    text-decoration: none;
}

.blog-tags a:hover {
    background-color: #21c2a6;
    color: #fff;
}

.blog-tags a.active {
    background-color: #21c2a6;
    color: #fff;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.blog-pagination button {
    color: #5f6465;
    text-decoration: none;
    background-color: transparent;
    max-width: 50px;
    border: 1px solid #ccd5d7;
    min-height: 45px;
    font-size: 0.8em;
    padding: 0;
    font-weight: 600;

}

.blog-pagination button:hover,
.blog-pagination button:active {
    background-color: #21c2a6;
    transform: translateY(0px);
    color: #fff;
    border: none;
}

.blog-pagination .page-link.active {
    background-color: #21c2a6;
    border: none;
    color: #fff;
}

.blog-pages {
    padding-bottom: 100px;
}


/* Contact Us  */
.contact-section {
    padding: 160px 0;
}

.contact-section h2 {
    font-size: 2.5em;
    color: #182022;
    margin-bottom: 40px;
    font-weight: 500;
    font-family: "BIZ UDPMincho", serif;

}

.contact-section p {
    font-size: 1em;
    font-weight: 500;
    color: #7c7e83;
    margin-bottom: 80px;
}

.contact-info-list {
    margin-top: 55px;
}

.contact-section .input-container {
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    border-bottom: none;

}

.contact-section .input-container label {
    font-size: 1.5em;
}

.contact-section .input-container input,
.contact-section .input-container textarea {
    min-height: 72px;
    border-radius: 8px;
    background: transparent;
    border: 1px solid #7c7e83;
    color: #7c7e83;
    font-size: 1em;
    font-weight: 500;
    padding: 12px 24px;
    box-shadow: none;
}

.contact-section .input-container input:focus,
.contact-section .input-container textarea:focus {
    background: transparent;
    box-shadow: none;
    outline: none;
    color: #7c7e83;
    border-color: #21c2a6;
}

.contact-section .form-container .btn {
    margin-top: 100px;
}

.contact-info-item {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    margin-bottom: 78px;
}

.contact-info-item img {
    margin-bottom: 15px;
}

.contact-info-item span {
    font-size: 1em;
    font-weight: 500;
    color: #7c7e83;
}

.contact-info-item a {
    font-size: 1.5em;
    text-decoration: none;
    color: #5f6465;
}

.contact-info-item p {
    font-size: 1.5em;
    text-decoration: none;
    color: #5f6465;
}

.contact-info-item:hover a {
    color: #21c2a6;
}


/* Privacy Policy  */

.privacy-section {
    padding: 160px 0px 100px 0px;
}


.privacy-section .col-sm-12 {

    margin-bottom: 40px;


}

.col-sm-13 {
    padding-right: 20px;
    padding-left: 20px;
}

.privacy-section h3 {
    font-size: 3.2em;
    margin-bottom: 30px;
}

.privacy-section p {
    font-size: 1em;
    line-height: 1.6em;
    color: #7c7e83;


}

.privacy-section ol {
    list-style-position: outside;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 500;
    color: #7c7e83;
    padding-left: 20px;


}

.privacy-section li {
    margin-bottom: 20px;


}


.privacy-section .section-title {
    line-height: 1em;
    font-size: 2.2em;
    font-weight: 700;
    letter-spacing: .5px;

}


/* Modal MD 770 */
/* Modal SM 570 */
.modal-sm .modal-dialog {
    max-width: 470px;
}

.modal-md .modal-dialog {
    max-width: 770px;
}

.modal-content {
    border-radius: 10px;
}

.modal-header {
    padding: 0px 70px 30px;
    border: 0;
    position: relative;
    flex-direction: column;
}

.modal-header .modal-title {
    color: #415C8D;
    line-height: 60px;
    font-size: 30px;
    font-family: "Lato", sans-serif;

}

.modal-header .modal-title.centered {
    font-size: 2em;
    text-align: center;
    font-family: "Lato", sans-serif;
}

.modal .reg-text {
    color: #415C8D !important;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}

.modal .logo-modal {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.modal .logo-modal img {
    width: 100px;
    height: auto;
    margin: 0 auto 0;
}

.modal .small-text.Uppercase {
    color: #415C8D !important;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.modal-header .btn-close {
    color: #000;
    background: url(../images/btn-icon-close.svg) no-repeat center;
    /*opacity: 1;*/
    width: 5px;
    height: 5px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal-body {
    padding: 0 30px 10px;
}

.wallet-box {
    border: 1px solid #7c7e83;
    border-radius: 20px;
    padding: 40px 40px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    height: 100%;
}

.wallet-box:hover {
    border: 1px solid #21c2a6;
    cursor: pointer;

}


.wallet-box h5 {
    font-size: 1.2em;
    color: #182022;
    margin: 0;
    margin-top: 8px;
}

.wallet-box p {
    font-size: 0.8em;
    color: #5f6465;
    text-align: center;
}




.modal .input-container {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 10px;
    border-bottom: none;
    margin-bottom: 20px;
}

.modal .input-container label {
    color: #5f6465;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
}

.modal .input-container input {
    color: #5f6465;
    box-shadow: none;
    border-radius: 8px;
    font-size: 15px;
}

.modal .input-container input:focus {
    border-color: #21c2a6;
}

.modal .input-container label a {
    color: #21c2a6;
    font-size: 0.8em;
    text-decoration: none;
}

.modal .form-container .btn {
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 100%;
    /*margin: 70px auto 0;*/
    width: 100%;
    border-radius: 10px !important;
    padding: 12px;
    font-size: 15px;
}

.modal .form-check {
    display: flex;
    align-items: center;
    gap: 12px;
}

.modal .form-check .form-check-input {
    width: 21px;
    height: 21px;
    border: 1px solid #7c7e83;
    border-radius: 4px;
}

.modal .form-check .form-check-label {
    color: #5f6465;
    font-size: 0.8em;
}

.form-check-input:focus {
    box-shadow: none;
}

.another-way {
    color: #7c7e83;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 50px;
}

.modal .form-container .btn:focus,
.modal .form-container .btn:active {
    box-shadow: none;
    color: #fff;
    background-color: #21c2a6;
}


.another-way>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    font-size: 24px;
    margin-top: 16px;
}

.another-way>div a {
    color: #5f6465
}

.another-way>div a:hover {
    color: #21c2a6;
}

.modal .form-container>p {
    color: #7c7e83;
    text-align: center;
}

.modal .form-container>p a {
    color: #21c2a6;
    text-decoration: none;
}

.wa-link {
    position: fixed;
    display: block;
    bottom: 74px;
    right: 24px;
    z-index: 10;
}

.wa-link a img {
    width: 48px;
    height: auto;
    display: block;
}

@media only screen and (max-width: 600px) {
    .banner-section {
        display: inline-block;
        width: 100%;
        border-radius: 0px;
        padding-bottom: 60px !important;
        margin-bottom: 10px !important;
    }

    .banner-content,
    .banner-carousel-wrapper {
        width: 100% !important;
        display: inline-block;
        margin: 0px !important;
        position: relative !important;

    }

    .banner-carousel .second-img img,
    .banner-carousel div:nth-child(even) img {
        border-radius: 0px !important;
    }
}



/********************************

 .banner-title {
        text-align: left !important;
        font-weight: 400;
    }*/

.banner-section-tutors h1 {
    font-style: normal;
    font-weight: 400;
    /*font-size: 60px;
    line-height: 72px;*/
    color: #425D8D;
    margin-top: 50px;
    /*margin-bottom: 35px;*/
    font-size: 36px;
}

.banner-section-tutors {

    height: 50%;
    display: flex;
    /*align-items: flex-end;*/
    padding-top: 70px;
    padding-bottom: 40px;
    position: relative;
    border-radius: 0 0 38px 38px;
    /*background-image: url("../images/banner-web-tutor.png");*/
    background-position: center;
    background-size: cover;
    justify-content: center;

}

.banner-section-tutors .banner-content {
    background-image: url("../images/bg-banner.png");
    background-position: center;
    background-size: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.banner-tutor-img {
    width: 45%;
}

.banner-tutor-img img {
    /*background-image: url("../images/banner-web-tutor.png");*/
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.banner-section-tutors p {
    margin: 0;
    font-family: "Lato", sans-serif;
    /*font-size: 1.25em;*/
    margin-bottom: 40px;
    font-weight: 400;
    line-height: normal;
}

.banner-download-app-title {
    font-size: 10px;
    margin-bottom: 10px;
}


/*********** BENEFITS SECTION ***************/

.benefits-tutor-container {
    margin-top: 50px;
}

.benefits-tutor-col-container {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.benefits-tutor-col {
    padding: 30px;
    background-color: white;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid rgb(219, 219, 219);
    min-width: 33.33%;
}

.benefits-tutor-icon {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

@media (max-width: 1490px) {
    .banner-section-tutors h1 {
        /*font-size: 2.25em;
        line-height: 60px;*/
    }
}

@media (max-width: 1600px) {
    .banner-section-tutors h1 {
        /* line-height: 70px;*/
    }
}




/*App presentation section*/

.app-presentation {
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}

/*Como funciona section*/
.center-table {
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 20px;
    color: #3C4043;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 40px;
}

.process-container {
    display: flex;
    justify-content: center;
}

ul.process-steps-list {
    list-style: none;
}

.process-step {
    display: flex;
    justify-content: left;
    padding: 10px;
    border: 1px solid rgb(219, 219, 219);
    ;
    margin: 10px;
    border-radius: 10px;

}

.process-step-icon {
    margin: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}



@media (max-width: 890px) {
    .process-container {
        flex-direction: column;
    }

    #process-right-container {
        order: 1;
    }

    #process-left-container {
        order: 2;
    }
}

#process-container-steps {
    margin: 0px;
    margin-top: 50px;
}

@media (max-width: 677px) {
    .banner-section-tutors {
        flex-direction: column;
    }

    .banner-section-tutors h1{
        color: #181C2E;
        font-size: 22px;
        text-align: center;
        margin-bottom: 10px;
        font-weight: 500;
    }
    .banner-section-tutors p{
        color: #444365;
        font-size: 15px;
        margin-bottom: 40px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
    }

    .sub-title{
        color: #181C2E;
        font-size: 18px;
        font-weight: 600;
    }
    .section-subtitle{
        color: #727994;
    }

    .banner-section-tutors .banner-tutor-img {
        order: 1;
        width: 100%;
    }

    .banner-tutor-img img {
        border-bottom-right-radius: 0px;
        border-top-left-radius: 20px;
    }

    .banner-section-tutors .banner-content {
        order: 2;
        width: 100%;
        border-top-left-radius: 0px;
        border-bottom-right-radius: 20px;
        padding-bottom: 20px;
    }

    .banner-download-app-title {
        text-align: center;
    }

    #process-container-steps {
        flex-direction: column;
    }

    .mobile-steps-title {
        display: block !important;
    }

    .web-steps-title {
        display: none;
    }

    .steps-list {
        order: 2;
        width: 100% !important;
    }

    .steps-image {
        order: 1;
        width: 100% !important;
    }

    .nav-menu-item {
        font-size: small !important;
    }

    #btn-provider-registration {
        display: block !important;
    }

    .logo img {
        height: 60px;
        width: 100px;
    }

    .nav-menu-item {
        font-size: 12px !important;
    }

    #btn-regist-web {
        display: none;
    }

    .app-presentation {
        padding-left: 0px;
        padding-right: 0px;
    }

    .faq-container {
        margin-left: unset !important;
        margin-right: unset !important;
    }

    .benefits-tutor-container {
        display: none;
    }

    .benefits-carousel-mobile {
        display: block !important;
        margin-top: 40px;
    }

    .benefits-tutor-col {
        height: fit-content;
    }

    .section-description {
        margin: 0px !important;
    }

    #what-is-kapela {
        flex-direction: column !important;
    }

    .wik-sub-container {
        width: 100% !important;
    }

    .what-is-kapela-description {
        width: 100% !important;
        margin-bottom: 20px;

    }

    .what-is-kapela-img {
        width: 100% !important;
    }


    /*.ais-InstantSearch {
        margin-top: 90px;
    }*/

    .ais-InstantSearch hr {
        display: block;
        margin: 40px 0px 10px 0px;
    }

   /* #search-tags {
        margin-bottom: unset;
    }*/

    .main-title {
        font-size: 32px !important;
        max-width: unset;
        line-height: 1.2 !important;
    }


    .hit-name {
        height: auto !important;
        margin-bottom: 10px;
    }

    .resultContainer {
        width: 100% !important;
    }

    .infoContainer {
       /* padding: 5px 20px 20px 20px;*/
    }

   

 /*   .search-container {
        flex-direction: column;
        width: auto !important;
        height: auto !important;
        background-color: unset;
        border: none !important;
        position: relative;
        margin-top: 30px;
        margin-bottom: 5px;

    }

    .search-container input {
        width: 100% !important;
        margin: 0px !important;
        /*border: 1px solid #ced4da !important;*/
/*        border: 0 !important;
        /*padding: 10px 10px 10px 10px;*/
/*    }

    .search-container input[type=text] {
        font-size: 14px;
    }*/

    #search-sub-title {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #searchbar {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #searchlocation {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .field-container {
        padding: 7px 10px 7px 10px;
        border: 1px solid #EBEBEB;
        background-color: #FAFAFA;
    }

    .bottomBorder {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .topBorder {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .suggestions {
        background-color: white;
        border: 0.5px solid #EBEBEB;
        border-radius: 0px 0px 20px 20px;
        font-size: 14px;
        font-family: 'Lato';
        position: absolute;
        width: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }

    .suggestionItem {
        padding: 10px 10px 10px 15px;
    }

    #cities-suggestions {
        border-radius: 20px;
    }

/*

    #detailsContainer {
        flex-direction: column;
        overflow-y: scroll;
        margin: unset;
    }

    .detailsRightContainer {
        order: 1;
    }

    .detailsLeftContainer {
        order: 2;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
 /*   #detailsContainer::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
 /*   #detailsContainer {
        -ms-overflow-style: none;
        /* IE and Edge */
  /*      scrollbar-width: none;
        /* Firefox */
  /*  }

 /*   #detailsContainer div {
        width: 100% !important;
    }

    .detailsLeftContainer {
        overflow-y: unset !important;
    }*/

    .hit-description {
        min-height: unset !important;
    }

    #popupDialog {
        width: 100%;
    }

   /* #detailsContainer {
        gap: 10px;
    }*/

    /*#p-container {
        display: flex;
        flex-direction: column-reverse;

    }

    .profile-title {
        text-align: center;

    }*/

    button[type=submit] {
        font-size: 12px;
    }

    .section-info {
        font-size: 14px;
        line-height: 17px;
    }
}


#btn-provider-registration {
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 50px;
    background-color: white;
    display: none;
    justify-content: center;
    align-content: center;
    transform: translateX(-50%);
    left: 50%;
    z-index: 40;
}

#btn-provider-registration a {
    width: fit-content;
}

#provider-registration {
    background-color: #415C8D;
    border: none;
    color: white;
    border-radius: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Lato';
    /* font-style: normal; */
    font-weight: 400;
    font-size: 12px;
    /* line-height: 17px; */
    text-align: center;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    padding: 5px 20px;
    cursor: pointer;
    text-decoration: none;
}

#process-left-container {
    width: 50%;
    height: 100%;
}

#process-right-container {
    width: 50%;
}

#process-right-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}


/*Benefits section*/
.benefits-container {
    background-color: rgb(252, 251, 242);
    padding: 50px;
    border-radius: 50px;
}

.benefits-title {
    padding-bottom: 10px;
    font-weight: 600;
}

.benefits-icon {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
}

.benefits-col-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.benefit-col {

    text-align: center;
    margin: 15px;
    border-radius: 30px;
    padding: 20px;
    background-color: white;
    width: 350px;
    height: 300px;

}

@media (max-width: 650px) {
    .benefits-col-container {
        flex-direction: column;
    }

    /*.benefits-tutor-col-container{
        flex-direction: column;
    }*/
    /*.benefits-tutor-col {
        min-width: 100%;

    }*/

    .benefits-tutor-col-container {
        overflow: scroll;
        justify-content: left;
        padding-bottom: 0px;
    }

    .benefits-tutor-col-container::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .benefits-tutor-col-container {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .steps-row {
        flex-direction: column;
        ;
    }

    .mobile-next-arrow img {
        display: block !important;
    }
}





/******* Current tutors section *********/
.tutors-container {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 50px;
}

.section-description {
    margin: 50px;
}

.tutors-carousel {
    display: flex;
    overflow-x: scroll;
    padding-top: 50px;
    list-style-type: none;
}

.tutors-carousel {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.tutors-carousel::-webkit-scrollbar {
    display: none;
}

.tutor-carousel-col {
    background-color: white;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 400px;
    max-width: 450px;
    min-height: 100%;
    padding: 10px;
    margin: 0 10px;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid rgb(219, 219, 219);
}

@media (max-width: 800px) {
    .tutor-carousel-col {
        min-width: 250px;
    }

    /*.profileContainer {
        margin: 100px 1em;
    }*/

    /*#p-container {
        gap: 20px;
        margin-top: 30px;
    }

    .profileData,
    .profileService {
        display: flex;
        flex-direction: column;
    }*/
}

.tutor-carrousel-name {
    padding-top: 20px;
    text-align: center;
    margin-top: 0px !important;
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    color: #425D8D;
    font-family: "Lato", sans-serif;
}

.tutor-carousel-img {
    justify-content: center;
    display: flex;
}

.rounded-img {
    border-radius: 50% !important;
    width: 150px !important;
    height: 150px !important;
    margin-top: -30%;
}

.tutor-description {
    margin-top: 0px !important;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #3C4043;
}

/*****Nav Bar************/
.navig-bar {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 40;
    background-color: white;
    transform: translateX(-50%);
    left: 50%;
    padding: 10px 20px 0px 20px;
}

.navig-bar-container {
    display: flex;
    justify-content: space-between;
}

.nav-menu-left {
    display: flex;
    justify-content: center;
}

.nav-menu-item {
    align-content: center;
    /*margin: 20px;*/
    font-size: medium;
    font-weight: 400;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}

.nav-menu-item a {
    /*font-weight: 600;*/
    font-size: 11px;
    text-decoration: none;
}

.logo {
    align-content: center;
}

.nav-menu-right {
    /*align-content: center;*/
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    font-size: 13PX;
    font-weight: 600;
}

/*********** Registration Form****/

.form-download-app-footer {
    background-image: url("../images/bg-banner.png");
    background-position: center;
    background-size: cover;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 20px;
}

.form-download-app-icons {
    display: flex;
    justify-content: space-evenly;
    margin: 10px;
}

#registration-welcome-header {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    font-family: "Lato", sans-serif;
}

#registration-message-header {
    font-weight: 400;
    font-family: "Lato", sans-serif;
}


/*****FAQ section*********/
.accordion-item {
    border-bottom: 3px rgba(128, 128, 128, 0.728)y solid;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    color: black !important;
}

button.accordion-button:focus {
    box-shadow: inherit;
}

.faq-container {
    /*margin-left: 100px;
    margin-right: 100px;*/
    margin-top: 50px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;

}

/*******************/

/************ MOBILE BENEFITS CAROUSEL ********/

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    margin-top: 40px;
}

.slideshow-container a {
    text-decoration: none !important;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: rgb(180, 178, 178);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    /* background-color: rgba(0, 0, 0, 0.8);*/
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

/************ MOBILE BENEFITS CAROUSEL ENDS ********/



/***********Website *******************/




.k-title {
    line-height: 40px;
    color: #415C8D;
    font-weight: 400;
}