:root {
    --blue: #4BC3FF;
    --green: #2dc997;
    --white: #fff;
    --silver: #f1f1f1;
    --black: #000;
    --yellow: #ff0;
    --skyblue: #CEEFFF;
    --grey: #7c7c7c;
}

@font-face {
    font-family: 'sailec';
    src: url('../fonts/sailec-medium.ttf'),
}

body {
    background: #fff;
    color: #666;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60%
}

.w-70 {
    width: 70%
}

.w-80 {
    width: 80%
}

.w-90 {
    width: 90%
}

.br-10 {
    border-radius: 10px;
}

-bg-white {
    background-color: #fff;
}

a {
    color: #2dc997;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #2dca98;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

.logo {
    height: 70px;
    width: 115px;
    filter: invert(44%) sepia(98%) saturate(1838%) hue-rotate(162deg) brightness(95%) contrast(101%);
}

.footer-logo {
    height: 70px;
    width: 115px;
    filter: invert(44%) sepia(98%) saturate(1838%) hue-rotate(162deg) brightness(95%) contrast(101%);
}

.sdfkj_32 {
    font-size: 18px;
    font-weight: 700;
}

.sdkfj_342 {
    width: 75%;
    font-weight: 500;
    margin-left: 4rem;
}

.sdkfj_343 {
    width: 75%;
    font-weight: 500;
}

.sdkf_list {
    padding-inline-start: 1em;
}

ul.sdkf_list li {
    padding-bottom: 10px;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-700 {
    font-weight: 700;
}

.divider {
    width: 100%;
    height: 1px;
}

.divider.grey {
    background-color: var(--grey);
}

.bg-gradientt {
    border: none;
    background-image: linear-gradient(to left top, #fbfade, #f8f7e0, #f5f5e2, #f2f2e4, #efefe6, #eeefe6, #ecefe5, #ebefe5, #e7f3e5, #e2f7e8, #dafbed, #d1fff6);
}

.my-team-card {
    border: none;
    width: 300px;
    background-color: var(--skyblue);
}

.my-team-card img {
    border-radius: 10px;
}

.sdkfj_234 {
    color: #D0E483;
}

.topbar {
    height: 120vh;
    display: flex;
    background-image: url(../images/background-real.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.topbar2 {
    height: 12vh;
    display: flex;
    background-image: url(../images/background-real-slim.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#header {
    height: 90px;
    transition: all .5s;
}

.top-section {
    width: 100%
}

#header #logo h1 {
    font-size: 32px;
    margin: 0;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

#header.header-scrolled {
    background: rgba(52, 59, 64, 0.9);
    height: 70px;
    transition: all .5s;
}

.scrolled-offset {
    margin-top: 70px;
}

.navbar {
    padding: 0;
}

.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navbar li {
    position: relative;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 45px;
}

.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 14px;
    padding: 0 4px;
    white-space: nowrap;
    transition: .3s;
    letter-spacing: .4px;
    position: relative;
}

.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

.navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--blue);
    visibility: hidden;
    transform: scaleX(0);
    transition: all .3s ease-in-out 0;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
    visibility: visible;
    transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
    color: #fff;
}

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: .5s;
}

.footer-list a,
.footer-list a:focus {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 14px;
    padding: 0 4px;
    white-space: nowrap;
    transition: .3s;
    letter-spacing: .4px;
    position: relative;
}

.footer-list a i,
.footer-list a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(77, 77, 77, 0.9);
    transition: .3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: .3s;
}

.navbar-mobile>ul>li {
    padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
    visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #666;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #2dc997;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
    color: #2dc997;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}

#hero {
    margin-top: 8rem;
}

#hero h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 80px;
    color: var(--white);
}

.text-white {
    color: var(--white);
}

.skyblue-btn {
    width: 182px;
    height: 60px;
    background: var(--blue);
    border-radius: 10px;
    border: none;
    color: var(--white);
}

.card-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.ekrjw_34 {
    font-size: 18px;
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

#hero h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero .btn-get-started {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: .5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#hero .btn-get-started:hover {
    background: #2dc997;
    border: 2px solid #2dc997;
}

.why-mydroplet {
    width: 100%;
    background: var(--silver);
}

.heading {
    width: 45%;
    position: relative;
}

.heading-black {
    color: var(--black);
    font-weight: 700;
    position: relative;
    z-index: 99;
}

.weriu_34 {
    position: absolute;
    top: 8rem;
    left: 12rem;
    z-index: 9;
    width: 65%
}

.weriu_35 {
    position: absolute;
    top: 5.3rem;
    left: 15rem;
    z-index: 9;
    width: 30%;
    height: 15px;
}

.weriu_36 {
    position: absolute;
    top: 5.3rem;
    left: 12rem;
    z-index: 9;
    width: 55%;
    height: 15px;
}

.weriu_37 {
    position: absolute;
    top: 5.9rem;
    left: 15rem;
    z-index: 9;
    width: 52%;
    height: 15px;
}

.weriu_38 {
    position: absolute;
    top: 5.9rem;
    left: 2rem;
    z-index: 9;
    height: 15px;
}

.weriu_39 {
    position: absolute;
    top: 5.9rem;
    left: 10rem;
    z-index: 9;
    width: 60%;
    height: 15px;
}

.sdkfj_3434 {
    background: var(--blue);
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.sdkfj_3435 {
    background: var(--blue);
    width: 100%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sdkfj_323 {
    height: 550px;
    background-color: var(--silver);
}

.blue-border {
    border: 3px solid var(--blue);
}

.card-design-img {
    object-fit: contain;
    width: auto;
    border-radius: 7px;
}

.technology-card-design-img {
    object-fit: contain;
    height: 250px;
    width: auto;
    border-radius: 10px;
}

.col-md-4 {
    padding: 0 !important;
}

.designs-container {
    position: relative;
    background-color: var(--white);
    border: 3px solid var(--blue);
    border-radius: 10px;
}

.card-technology {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    min-height: 300px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 10px;
    background-color: var(--white);
}

.footer-divider {
    background-color: red;
    height: 5px;
    width: 100%
}

.kjsdfk_34 {
    margin-top: 30px;
    height: 550px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}

.paddit {
    margin-top: 30px;
}

.termsconditions {
    height: auto;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}

.card-whymydroplet {
    width: 80%
}

.card-design {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.img-container {
    height: 100%;
    width: 100%;
    border-radius: 7px;
}

.card-img-why-my-droplet-1 {
    height: 95%;
    width: 110%;
    margin-top: 10px;
    border-radius: 10px;
    margin-left: 10px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    object-fit: contain;
}

.card-img-why-my-droplet-2 {
    height: 95%;
    width: 110%;
    margin-top: 10px;
    border-radius: 10px;
    position: relative;
    left: -45px;
    object-fit: contain;
}

.black-text {
    color: var(--black);
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.our-team-container {
    background-color: var(--skyblue);
}

.partner-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--white);
    padding: 20px;
}

.partner-img-1 {
    height: 200px;
    object-fit: contain;
}

.partner-img-2 {
    height: 200px;
    object-fit: contain;
}

.partner-img-3 {
    height: 170px;
    object-fit: contain;
}

.partner-img-4 {
    height: 220px;
    object-fit: contain;
}

.accordion {
    background-color: var(--white);
    color: var(--black);
    font-weight: 600;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: .4s;
}

.partners-link {
    color: var(--blue) !important;
    font-weight: 600;
}

.accordion-active,
.accordion:hover {
    background-color: var(--white);
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px;
}

.accordion-container {
    margin-bottom: 10px;
}

.accordion-active:after {
    content: "\2212"
}

.accordion-content {
    position: relative;
    top: -10px;
    padding: 0 18px;
    background-color: var(--white);
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.footer {
    background-color: #000;
}

.footer-list li {
    display: inline;
    margin-left: 4rem;
    color: #fff;
}

.slider-buttons {
    position: relative;
}

.slick-prev {
    visibility: hidden;
    left: -69%;
    top: 16%
}

.slick-next:before,
.slick-prev:before {
    visibility: hidden;
    color: var(--black);
    font-size: 29px;
}

.slick-next {
    visibility: hidden;
    left: -59%;
    top: 16%
}

.design-bubble-left {
    position: absolute;
    left: 4rem;
    top: 20rem;
}

.design-bubble-top-right {
    position: absolute;
    right: 3rem;
    top: 8rem;
}

.design-bubble-bottom-right {
    position: absolute;
    right: -12rem;
    bottom: 3rem;
}

.design-divider {
    width: 250px;
    height: 3px;
    background-color: var(--blue);
    margin-bottom: 20px;
}

.design-divider.right {
    margin-right: 20px;
}

.design-divider.left {
    margin-left: 1rem;
}

.submit-btn {
    width: 220px;
    height: 70px;
    background: var(--blue);
    border-radius: 10px;
    border: none;
    color: var(--white);
}

.sdfkj_33 {
    font-size: 23px;
}

.checkbox-label {
    display: inline;
}

.thumbnail {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
}

@media screen and (max-width: 5760px) and (min-width: 3840px) {
    .hero-topbar-section {
        max-width: 80%
    }

    #hero {
        margin-top: 50rem;
    }

    .ekrjw_34 {
        font-size: 55px;
        margin-top: 5rem;
    }

    #hero h1 {
        font-size: 152px;
        line-height: 200px;
    }

    .skyblue-btn {
        width: 270px;
        height: 95px;
    }

    .sdfkj_32 {
        font-size: 30px;
    }

    .logo {
        width: 213px;
        height: 131px;
    }

    .navbar a {
        font-size: 30px;
    }

    .discover-now {
        margin-top: 4rem;
        width: 400px;
        height: 140px;
    }

    .sdfkj_32 {
        font-size: 45px;
    }
}

@media screen and (max-width: 3839px) and (min-width: 2880px) {
    .hero-topbar-section {
        max-width: 80%
    }

    #hero {
        margin-top: 30rem;
    }

    .ekrjw_34 {
        font-size: 40px;
        margin-top: 5rem;
    }

    #hero h1 {
        font-size: 90px;
        line-height: 126px;
    }

    .sdfkj_32 {
        font-size: 30px;
    }

    .logo {
        width: 213px;
        height: 131px;
    }

    .navbar a {
        font-size: 30px;
    }

    .discover-now {
        margin-top: 4rem;
        width: 300px;
        height: 100px;
    }
}

@media screen and (max-width: 2879px) and (min-width: 2400px) {
    .hero-topbar-section {
        max-width: 80%
    }

    #hero {
        margin-top: 20rem;
    }

    .ekrjw_34 {
        font-size: 35px;
        margin-top: 5rem;
    }

    #hero h1 {
        font-size: 80px;
        line-height: 100px;
    }

    .skyblue-btn {
        width: 270px;
        height: 95px;
    }

    .sdfkj_32 {
        font-size: 30px;
    }

    .logo {
        width: 213px;
        height: 131px;
    }

    .navbar a {
        font-size: 25px;
    }

    .discover-now {
        margin-top: 4rem;
        width: 270px;
        height: 85px;
    }
}

@media screen and (max-width: 2399px) and (min-width: 1920px) {
    .hero-topbar-section {
        max-width: 80%
    }

    #hero {
        margin-top: 17rem;
    }

    .ekrjw_34 {
        font-size: 23px;
        margin-top: 3rem;
    }

    .navbar a {
        font-size: 20px;
    }

    .discover-now {
        margin-top: 4rem;
        width: 200px;
        height: 60px;
    }

    .logo {
        height: 90px;
        width: 143px;
    }
}

@media screen and (max-width: 1920px) and (min-width: 1745px) {
    .hero-topbar-section {
        max-width: 80%
    }

    #hero {
        margin-top: 15rem;
    }

    .ekrjw_34 {
        font-size: 23px;
        margin-top: 3rem;
    }

    .navbar a {
        font-size: 20px;
    }

    .discover-now {
        margin-top: 4rem;
        width: 200px;
        height: 60px;
    }

    .logo {
        height: 90px;
        width: 143px;
    }
}

@media screen and (max-width: 1744px) and (min-width: 1536px) {
    #hero {
        margin-top: 10rem;
    }

    .ekrjw_34 {
        font-size: 23px;
        margin-top: 3rem;
    }

    .navbar a {
        font-size: 17px;
    }

    .discover-now {
        margin-top: 3rem;
        width: 200px;
        height: 60px;
    }

    .logo {
        height: 90px;
        width: 143px;
    }
}

@media screen and (max-width: 1535px) and (min-width: 1367px) {
    .navbar>ul>li {
        padding: 30px 0 10px 45px;
    }

    .navbar a {
        font-size: 15px;
    }

    .cup-image {
        height: 200px;
    }

    #hero {
        margin-top: 10rem;
    }

    #hero h1 {
        font-size: 54px;
        line-height: 65px;
    }

    .ekrjw_34 {
        font-size: 23px;
        margin-top: 3rem;
    }

    .discover-now {
        margin-top: 2rem;
        width: 200px;
        height: 60px;
    }

    .logo {
        height: 90px;
        width: 143px;
    }

    .slick-prev {
        left: -70%;
        top: 19%
    }

    .slick-next {
        top: 19%
    }
}

@media screen and (max-width: 1440px) and (min-width: 1367px) {
    .cup-image {
        height: 215px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 1097px) {
    .cup-image {
        height: 200px;
    }

    #hero {
        margin-top: 10rem;
    }

    #hero h1 {
        font-size: 40px;
        line-height: 55px;
    }

    .ekrjw_34 {
        font-size: 20px;
        margin-top: 3rem;
    }

    .navbar a {
        font-size: 12px;
    }

    .discover-now {
        margin-top: 1rem;
        width: 157px;
        height: 45px;
    }

    .sdfkj_32 {
        font-size: 15px;
    }

    .logo {
        height: 90px;
        width: 143px;
    }

    .slick-prev {
        left: -70%;
        top: 19%
    }

    .slick-next {
        top: 19%
    }

    .footer-list li:first-child {
        margin-left: 0;
    }
}

@media screen and (max-width: 992px) {
    .heading {
        width: 80%
    }

    #hero {
        margin-top: 10rem;
    }

    .ekrjw_34 {
        font-size: 23px;
        margin-top: 3rem;
    }

    .discover-now {
        margin-top: 3rem;
        width: 200px;
        height: 60px;
    }

    .logo {
        height: 90px;
        width: 143px;
    }

    .card-whymydroplet {
        width: 100%
    }

    .card-img-why-my-droplet-1 {
        width: 125%
    }

    .card-img-why-my-droplet-2 {
        width: 125%;
        left: -70px;
    }

    .card-design {
        width: 100%
    }

    .card-technology {
        width: 100%
    }

    .slick-prev {
        left: -72%;
        top: 30%
    }

    .slick-next {
        left: -55%;
        top: 30%
    }

    .partner-card {
        padding: 10px;
    }

    .footer-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-list li {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .heading {
        width: 80%
    }

    .bubbles {
        display: none;
    }

    .card-img-why-my-droplet-1 {
        width: 95%
    }

    .card-img-why-my-droplet-2 {
        width: 95%;
        left: 15px;
    }

    .sdkfj_342 {
        margin-left: 1rem;
        width: 90%
    }

    .kjsdfk_34 {
        height: auto;
    }

    .technology-card-design-img {
        width: 98%
    }

    .weriu_38 {
        width: 90%
    }

    .weriu_37 {
        left: 10rem;
        width: 60%
    }

    .weriu_36 {
        left: 5rem;
        width: 65%
    }

    .weriu_39 {
        left: 3rem;
        top: 5rem;
        width: 80%
    }

    .weriu_35 {
        left: 7rem;
        top: 5rem;
        width: 50%
    }

    .weriu_34 {
        top: 5rem;
        left: 3rem;
    }
}

@media screen and (max-width: 576px) and (min-width: 320px) {
    .partner-img-1 {
        width: 60%
    }

    .partner-img-2 {
        width: 50%
    }

    .partner-img-3 {
        width: 50%
    }

    .partner-img-4 {
        width: 90%
    }

    .weriu_37 {
        left: 2rem;
        width: 80%;
        top: 5rem;
    }

    .sdkfj_343 {
        width: 95%
    }

    .weriu_38 {
        top: 5rem;
        left: 1rem;
        width: 100%
    }

    .weriu_35 {
        left: 3rem;
        top: 5rem;
        width: 66%
    }

    .w-80 {
        width: 100%
    }

    .accordion {
        font-size: 15px;
    }

    #hero h1 {
        font-size: 32px;
    }

    .ekrjw_34 {
        font-size: 20px;
    }

    .submit-btn {
        width: 179px;
        height: 55px;
    }

    .sdfkj_33 {
        font-size: 18px;
    }
}