@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;0,900;1,700&display=swap');

.section-1 {
    background: url("../images/bg_img_home_background.png");
    background-size: cover;
    background-position: center;
    flex-direction: column;
    width: 100%;
    padding: 25px;
}

.section-1-title {
    color: #FFFFFF;
    font-family: Poppins;
    line-height: 70px;
}

.section-1-sub-title {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    text-align: justify;
}

.section-2 {
    background-color: #E6F8FF;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.section-3 {
    background-color: #E6F8FF;
    background-size: cover;
    background-position: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.section-4 {
    background: url("../images/bg_img_screens_background.png");
    background-size: cover;
    background-position: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.footer {
    background: url('../images/bg_img_footer.png');
    background-size: cover;
    background-position: center;
    flex-direction: column;
    width: 100%;
}

.navbar-header.col {
    padding: 0 !important;
}

.navbar {
    background: #fff;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: 1px solid #d6d6d6;
    box-shadow: 0 0 4px rgba(0,0,0,.1);
}

.nav-link {
    margin: 0 5px;
    opacity: 0.7;
    color: #5E5E5E;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.22px;
    line-height: 27px;
}

.navbar .navbar-brand {
    color: #555;
    padding-left: 0;
    font-size: 20px;
    padding-right: 50px;
    font-family: 'Raleway', sans-serif;
}

.navbar .navbar-brand b {
    font-weight: bold;
    color: #4BCBFE;
}

.navbar .navbar-nav a:hover, .navbar .navbar-nav a:focus {
    color: #4BCBFE !important;
}

.navbar .navbar-nav a.active, .navbar .navbar-nav a.active:hover {
    color: #4BCBFE !important;
    background: transparent !important;
}

.navbar .nav-item i {
    font-size: 18px;
}

header {
    border-bottom: 6px solid #4ACBFF;
}

@media (min-width: 992px){
    .form-inline .input-group {
        width: 250px;
        margin-right: 30px;
    }
}

@media (max-width: 991px){
    .form-inline {
        display: block;
        margin-bottom: 10px;
        margin-top: 0;
    }
    .input-group {
        width: 100%;
    }
}

.btn-access {
    border-radius: 8px;
    background: linear-gradient(135deg, #5CD9EB 0%, #4ACBFF 100%);
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.15);
    color:#FFFFFF;
    font-weight: bold;
    border: none;
    height: 44px;
}

@media (min-width: 992px) {
    .section-1 {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media (max-width: 768px) {
    .section-1-sub-title  {
        align-items: center;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .section-1-h {
        align-items: center;
        text-align: center;
        font-size: 30px;
    }
}

@media (min-width: 1300px) {
    .section-1-title {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .social-image {
        align-items: center;
        text-align: center;
        width: 110px;
        margin-bottom: 20px;
    }
}

@media (min-width: 767px) and (max-width: 825px) {
    .social-image {
        align-items: center;
        text-align: center;
        width: 160px;
        margin-bottom: 20px;
    }
}

@media (min-width: 991px) and (max-width: 1076px) {
    .social-image {
        align-items: center;
        text-align: center;
        width: 160px;
        margin-bottom: 20px;
    }
}

@media (max-width: 992px) {
    #navbarSupportedContent > ul > li:nth-child(n) > a {
        text-align: right;
    }
}

@media (max-width: 992px) {
    #navbarSupportedContent > button {
        justify-content: right;
    }
}

@media (max-width: 992px) {
    .navbar {
        padding: 1rem;
    }
}


@media (min-width: 992px) and (max-width: 1144px) {
    .navbar {
        padding-right: 10px;
        padding-left: 10px;
    }

    .navbar-logo {
        padding-right: 0 !important;
        margin-right: 2px;
    }

    .nav-item {
        padding-right: 4px !important;
        padding-left: 4px !important;
    }
}

.hwzzit-title {
    color: #4D4D4D;
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0.96px;
    line-height: 72px;
}

.about-p {
    color: #5E5E5E;
    font-family: Poppins;
    font-size: 20px;
    letter-spacing: 0.24px;
    line-height: 34px;
}

@media (max-width: 767px) {
    .hwzzit-title {
        font-size: 25px;
        text-align: center;
        margin-top: 15px;
    }

    .msg-img {
        width: 50px;
        height: 50px;
        /* left: 10%; */
        top: 0%;
        position: relative;
    }
}

@media (max-width: 530px) {
    .about-p {
        font-size: 10px;
        letter-spacing: 0.6px;
        line-height: 12px;
        text-align: center;
    }

}

@media (min-width: 530px) and (max-width: 767px) {
    .about-p {
        font-size: 15px;
        letter-spacing: 0.10px;
        line-height: 20px;
        text-align: center;
    }

}

@media (min-width: 767px) and (max-width: 778px) {
    .about-p {
        font-size: 12px;
        letter-spacing: 0.10px;
        line-height: 15px;
    }

}

@media (min-width: 778px) and (max-width: 991px) {
    .about-p {
        font-size: 15px;
        line-height: 15px;
        letter-spacing: 0.10px;
    }

    .about-title {
        font-size: 20px;
    }
}

@media (min-width: 991px) and (max-width: 1025px) {
    .about-p {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 0.10px;
    }
}

@media (max-width: 1025px) {
    .about-hwzzit-img {
        width: 300px;
        height: 100px;
    }
}

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

.box{
    position: relative;
    display: inline-block;
}

.box .about-p2{
    position: absolute;
}

@media (min-width: 991px) and (max-width: 1025px) {
    .section-3 {
        padding-top: 100px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .section-3 {
        padding-top: 80px;
    }
}

@media (min-width: 441px) and (max-width: 767px) {
    .section-3 {
        padding-top: 10px;
    }
}

@media (min-width: 380px) and (max-width: 441px) {
    .section-3 {
        padding-top: 10px;
    }
}

@media (max-width: 380px) {
    .section-3 {
        padding-top: 10px;
    }
}

.feature-img {
    height: 850px;
}

@media (max-width: 1025px) {
    .feature-img {
        height: 500px;
    }

    .artwork-img {
        height: 500px;
    }
}

.card-title {
    color: #4D4D4D;
    font-family: Poppins;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.48px;
    line-height: 35px;
}

.card-text {
    color: #5E5E5E;
    font-family: Poppins;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 30px;
}

.card-title-right {
    text-align: right;
}

.card-text-right {
    text-align: right;
}

.card-title-left {
    text-align: left;
}

.card-text-left {
    text-align: left;
}

@media (min-width: 768px) and (max-width: 1580px) {
    .card-title {
        font-size: 18px;
    }

    .card-text {
        font-size: 10px;
        letter-spacing: 0.1px;
        line-height: 15px;
    }
    /* .artwork-img {
      height: 400px;
    } */
}

@media (min-width: 768px) and (max-width: 992px) {
    .artwork-img {
        height: 350px;
    }
}

@media (max-width: 991px) {
    .card-title {
        font-size: 18px;
        text-align: center;
    }

    .card-text {
        font-size: 10px;
        letter-spacing: 0.1px;
        line-height: 15px;
        text-align: center;
    }

    .feature-section {
        margin-top: 0;
    }

}

@media (min-width: 768px) {
    .feature-section {
        margin-top: 48px;
    }
}

@media (max-width: 327px) {
    .feature-title {
        padding-top: 20px;
    }
}

.artwork-img-p {
    padding: 0;
}

.card-body {
    padding: 0%;
}

@media (min-width: 600px) and (max-width: 991px) {
    .section-3 {
        height: 1600px;
    }
}

@media (min-width: 441px) and (max-width: 600px)  {
    .section-3 {
        height: 1700px;
    }
}

@media (min-width: 364px) and (max-width: 441px)  {
    .section-3 {
        height: 1800px;
    }
}

@media (max-width: 364px) {
    .section-3 {
        height: 1910px;
    }
}

@media (min-width: 1025px) and (max-width: 1430px)  {
    .section-3 {
        height: 900px;
    }

    .feature-img {
        height: 600px;
    }
}


@media (min-width: 991px) and (max-width: 1025px)  {
    .section-3 {
        height: 850px;
    }
}

@media (min-width: 1570px) and (max-width: 1791px)  {
    .section-3 {
        height: 1100px;
    }
}

@media (min-width: 1791px) and (max-width: 3300px) {
    .section-3 {
        height: 1200px;
    }
}

@media (min-width: 3300px) {
    .section-3 {
        height: 1300px;
    }
}

.section-5 {
    background-color: #E6F8FF;
    border-bottom: 8px solid #4ACBFF;
    padding-top: 100px;
    padding-bottom: 100px;
}

.card-contact {
    border-radius: 40px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 19px 0 rgba(0,0,0,0.1);
}

.card-label {
    color: #4C4C4C;
    font-family: Poppins;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.22px;
    line-height: 27px;
}

.input-c {
    border-color: #5CD9EB;
    border-radius: 3px;
    height: 50px;
    box-shadow: 10px 5px 8px 10px rgba(28, 25, 25, 0.04);
}

.btnContact {
    border-radius: 8px;
    background: linear-gradient(135deg, #5CD9EB 0%, #4ACBFF 100%);
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.24px;
    line-height: 30px;
    text-align: center;
    border: none;
    width: 210px;
}

.contact-sub-title {
    color: #4D4D4D;
    font-family: Poppins;
    font-size: 20px;
    letter-spacing: 0.24px;
    line-height: 32px;
}

@media (max-width: 1091px) {
    .contact-img {
        width: 250px;
        padding-left: 0;
        height: 450px;
        margin-top: 50px;
    }

    .img-c {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .btn-contact {
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .contact-title {
        font-size: 25px;
        line-height: 24px;
        text-align: center;
    }

    .contact-sub-title {
        font-size: 15px;
        text-align: center;
        line-height: 20px;
    }

    .contact-form {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 991px) {
    .contact-form {
        padding-left: 48px;
        padding-right: 48px;
    }
}

#screens {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

#screens .clipped-background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: #F0F4EF;
    clip-path: polygon(50% 0, 0 250px, 0 100%, 50% 100%, 100% calc(100% - 250px), 100% 0);
}

#screens .screens-container .title-wrapper h1 {
    padding: 0;
    margin: 0;
    color: #67BC4F;
    font-size: 24px;
    letter-spacing: 0.29px;
    line-height: 35px;
    text-transform: uppercase;
}

#screens .screens-container .title-wrapper h2 {
    color: #2B2B2B;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0.6px;
    line-height: 76px;
    text-transform: capitalize;
}

.screens-container .slider-wrapper .slider-container .slider .slider-nav-buttons {
    cursor: pointer;
}

#screens .screens-container .slider-wrapper .slider-container .slider .slick-slide {
    margin: 0 30px;
}

#screens .screens-container .slider-wrapper .slider-container .slider .slick-center {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

#screens .screens-container .slider-wrapper .slider-container .slider .slick-list {
    padding: 90px 90px !important;
    margin: 0 -18px !important;
}

#screens .screens-container .slider-wrapper .slider-container .slider .slick-dots li button {
    display: block;
    height: 1rem;
    padding: 0;
    border: none;
    background-color: #FFFFFF;
    text-indent: -9999px;
    opacity: 0.5;
}

#screens .screens-container .slider-wrapper .slider-container .slider .slick-dots li.slick-active button {
    background-color: #e5f0e3;
}

/* @media (max-width: 898px) {
  .slider-img {
    width: 140px;
    height: 250px;
  }
} */


@media (min-width: 1294px) and (max-width: 1650px) {
    .slider-img {
        width: 440px;
        height: 650px;
        padding-right: 100px;
    }
}

@media (min-width: 1150px) and (max-width: 1293px) {
    .slider-img {
        width: 300px;
        height: 450px;
    }
}

@media (min-width: 991px) and (max-width: 1150px) {
    .slider-img {
        width: 220px;
        height: 450px;
    }
}

@media (min-width: 848px) and (max-width: 990px) {
    .slider-img {
        width: 180px;
        height: 350px;
        padding-right: 20px;
    }
}

@media (min-width: 720px) and (max-width: 848px) {
    .slider-img {
        width: 190px;
        height: 350px;
        padding-right: 70px;
    }

    .slick-dots {
        margin-bottom: 50px;
    }
}

@media (min-width: 634px) and (max-width: 720px) {
    .slider-img {
        width: 170px;
        height: 350px;
        padding-right: 80px;
    }

    .slick-dots {
        margin-bottom: 50px;
    }
}

@media (min-width: 605px) and (max-width: 633px) {
    .slider-img {
        height: 350px;
        padding-left: 50px;
        width: 300px;
    }
}

@media (min-width: 551px) and (max-width: 604px) {
    .slider-img {
        width: 400px;
        height: 350px;
        padding-right: 100px;
    }
}

@media (min-width: 485px) and (max-width: 550px) {
    .slider-img {
        width: 350px;
        height: 350px;
        padding-right: 120px;
    }
}

@media (min-width: 415px) and (max-width: 484px) {
    .slider-img {
        width: 280px;
        height: 350px;
        padding-right: 120px;
    }
}

@media (min-width: 373px) and (max-width: 414px) {
    .slider-img {
        width: 240px;
        height: 350px;
        padding-right: 120px;
    }
}

@media (min-width: 340px) and (max-width: 372px) {
    .slider-img {
        width: 200px;
        height: 350px;
        padding-right: 120px;
    }

    .slick-dots {
        margin-bottom: 50px;
    }

    .slick-list {
        padding: 20px 20px !important;
    }
}

@media (min-width: 300px) and (max-width: 339px) {
    .slider-img {
        width: 180px;
        height: 350px;
        padding-right: 120px;
    }

    .slick-dots {
        margin-bottom: 50px;
    }

    .slick-list {
        padding: 10px 20px !important;
    }
}


@media (min-width: 495px)  and (max-width: 550px) {
    .msg-img {
        right: 25%;
    }
}

@media (max-width: 495px) {
    .msg-img {
        margin-left: 170px;
    }
}

@media (min-width: 496px) {
    .msg-img {
        margin-left: 370px;
    }
}

.footer-title {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.29px;
    line-height: 35px;
}

.footer-p {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: 22px;
}

.footer-text {
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 18px;
}

.footer-t {
    color: #4BCBFE;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.18px;
    line-height: 18px;
}

@media (min-width: 610px) and (max-width: 1370px) {
    .contact-hwzzit {
        width: 600px;
    }

    .section-5 {
        padding-bottom: 140px;
    }
}

@media (max-width: 609px) {
    .contact-hwzzit {
        width: 270px;
        margin-top: 30px;
    }
}

@media (min-width: 1370px) {
    .section-5 {
        padding-bottom: 270px;
    }
}

.card-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.card-carousel .my-card {
    width: 650px;
    position: relative;
    z-index: 1;
    -webkit-transform: scale(0.6) translateY(-2rem);
    transform: scale(0.6) translateY(-2rem);
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    transition: 1s;
}
.card-carousel .my-card img{
    width: 350px;
    height: 700px;
    object-fit: cover;
}

.card-carousel .my-card:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 100%;
    bottom: -5rem;
    -webkit-filter: blur(4px);
    filter: blur(4px);
}

.card-carousel .my-card:nth-child(0):before {
    content: '0';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
}

.card-carousel .my-card:nth-child(1):before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
}

.card-carousel .my-card:nth-child(2):before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
}

.card-carousel .my-card:nth-child(3):before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
}

.card-carousel .my-card:nth-child(4):before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
}

.card-carousel .my-card:nth-child(5):before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
}

.card-carousel .my-card:nth-child(6):before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
}

.card-carousel .my-card:nth-child(7):before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
}

.card-carousel .my-card:nth-child(8):before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
}

.card-carousel .my-card:nth-child(9):before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 3rem;
    font-weight: 300;
    color: #fff;
}

.card-carousel .my-card.active {
    z-index: 3;
    /* -webkit-transform: scale(1) translateY(0) translateX(0); */
    transform: scale(1) translateY(0) translateX(0);
    opacity: 1;
    pointer-events: auto;
    transition: 1s;
}

.card-carousel .my-card.prev, .card-carousel .my-card.next {
    z-index: 2;
    -webkit-transform: scale(0.8) translateY(-1rem) translateX(0);
    transform: scale(0.8) translateY(-1rem) translateX(0);
    opacity: 0.6;
    pointer-events: auto;
    transition: 1s;
}

@media (max-width: 575px) {
    .card-carousel .my-card img {
        width: 200px;
        height: 400px;
    }

    .card-carousel .my-card {
        width: 250px;
    }
}

ol{
    width:100%;
    padding-left: 0;
}

ol li{
    background: #888;
    border-radius: 50%;
    display: inline-block;
    width:20px;
    height:20px;
    cursor: pointer;
}

.dots {
    width: 43px;
    opacity: 0.5;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin: 5px;
    height: 8px;
}

@media (max-width: 885px) {
    .dots {
        display: none;
    }

    .slider-buttons {
        display: inline-block;
    }

    .card-carousel .my-card.prev, .card-carousel .my-card.next {
        opacity: 0.2;
    }
}


.dots:active {
    background-color: #FFFFFF;
}

@media only screen and (max-width: 425px) {
    .center-text {
        text-align: center;
    }
}
