﻿/* ----------------------------- Home sections -----------------------------*/
.sw-home-page .sw-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sw-home-page .sw-slide.sw-slide--swoosh {
    width: 100%;
    height: 300px;
}
.sw-home-page .sw-slide.sw-slide--swoosh img {
    width: 65%;
}

    .sw-home-page .sw-slide.sw-slide--path-problemstatement {
        width: 100%;
        height: auto;
        min-height: 450px;
    }
        .sw-home-page .sw-slide.sw-slide--path-problemstatement .sw-row-wrapper {
            padding: 7% 0;
        }
        .sw-home-page .sw-slide.sw-slide--path-problemstatement h1 {
            font-size: 50px;
            font-weight: bold;
        }
        .sw-home-page .sw-slide.sw-slide--path-problemstatement p {
            font-size: 22px;
            margin: 30px 0;
        }
        .sw-home-page .sw-slide.sw-slide--path-problemstatement img {
            max-width: 420px;
        }

.sw-home-page .sw-slide.sw-slide--path-problemstatement .container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

        .sw-home-page .sw-slide.sw-slide--path-aboutus .container {
            max-width: 1400px;
            margin-left: auto;
            margin-right: auto;
        }


.sw-slide--path-customers h1 {
    text-align: center;
}
.sw-slide--path-problemstatement .pink-emphasis-p {
    color: #E03D7C;
    font-weight: 700;
    font-size: 27px;
}

    .sw-home-page .sw-slide.sw-slide--path-aboutus {
        width: 100%;
        height: auto;
        min-height: 450px;
    }

        .sw-home-page .sw-slide.sw-slide--path-aboutus .sw-row-wrapper {
            padding: 7% 0;
        }

        .sw-home-page .sw-slide.sw-slide--path-aboutus h1 {
            font-size: 50px !important;
            font-weight: bold;
        }

        .sw-home-page .sw-slide.sw-slide--path-aboutus p {
            font-size: 20px;
            margin: 30px 0;
        }

        .sw-home-page .sw-slide.sw-slide--path-aboutus .pink-emphasis {
            font-size: 55px !important;
            font-weight: bold;
        }

        .sw-home-page .sw-slide.sw-slide--path-aboutus img {
            max-width: 420px;
        }

.sw-home-page .sw-slide.sw-slide--suite {
    width: 100%;
    height: auto;
    min-height: 450px;
    color: white;
}
.sw-home-page .sw-slide.sw-slide--suite .sw-row-wrapper {
    padding: 7% 0;
}
.sw-home-page .sw-slide.sw-slide--suite .col-title h1 {
    font-size: 50px;
    font-weight: bold;
}
.sw-home-page .sw-slide.sw-slide--suite .col-title h1 span {
    color: rgb(222, 63, 125);
}
.sw-slide--path-problemstatement h1 span {
    color: rgb(222, 63, 125);
    font-weight: bold;
}
.sw-home-page .sw-slide.sw-slide--suite .col-title p {
    font-size: 22px;
    margin: 30px 0 80px 0;
}
.sw-home-page .sw-slide.sw-slide--suite .sw-product {
    padding: 10px;
}
.sw-home-page .sw-slide.sw-slide--suite .sw-product img {
    margin-bottom: 30px;
}
.sw-home-page .sw-slide.sw-slide--suite .sw-product a:hover {
    color: rgb(207, 3, 96);
}
.sw-home-page .sw-slide.sw-slide--suite .sw-product h3 {
    font-size: 24px;
    font-weight: 500;
    color: rgb(222, 63, 125);
}
.sw-home-page .sw-slide.sw-slide--suite .sw-product p {
    font-size: 18px;
}
/* -------------------------------------------------------------------------- */

.search-area-home {
    width: 100%;
}

.swoosh-search-box {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.lg-logo-image {
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#livedemo-carousel {
    margin-top: 50px;
    height: 180px;
}

.td-app-tiles {
    transform: skew(0deg, -10deg);
    -webkit-transform: skew(0deg, -10deg);
    margin-top: -140px;
    margin-left: 20px;
    margin-right: 20px;
}

.stack-img {
    height: 200px;
    width: 300px;
    background-size: cover;
    position: absolute;
}

.stack-img-1 {
    top: 0px;
    right: 0px;
}

.stack-img-2 {
    top: 25px;
    right: -25px;
}

.stack-img-3 {
    top: 50px;
    right: -50px;
}

#livedemo-carousel2 .promoted-app-wrapper {
    max-width: 9999px;
    padding-left: 12px;
    padding-right: 24px;
}

@media (max-width: 600px) {
    .d-sm-none {
        display: none !important;
    }
}

#livedemo-carousel, #livedemo-carousel2 {
    background-color: white;
    border-radius: 10px;
    padding-top: 12px;
    height: 120px;
}

    .lg-container-only .sw-row-wrapper {
        padding-bottom: 12px !important;
    }

    .carousel-control-prev, .carousel-control-next {
        height: 120px;
    }

    .carousel-control-prev .swoosh-slider-control {
        margin-right: -20px;
    }

    .carousel-control-next .swoosh-slider-control {
        margin-left: -20px;
    }

.lg-container-only {
    margin-top: 50px;
}

.carousel-indicators {
    transform: translateY(50px);
}

.sw-slide--path-customers {
    margin-top: 0px !important;
}