﻿/*Home Layout*/
.mt-12r{
    margin-top:12rem;
}
.body-container {
    background-image: url(../png/homebg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 18rem
}
.home-hero-wrap img {
    width: 100%;
}

.home-first-title-desc-wrap {
    /*background-image: url(../Images/home/the-look.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    padding: 15px 120px 100px 120px;
    position: relative;
}

.home-second-title-desc-wrap {
    /*background-image: url(../Images/home/that-works.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*background-position: right;*/
    padding: 300px 120px 100px 120px;
    position: relative;
}

.home-third-title-desc-wrap {
    /*background-image: url(../Images/home/form-functions.png);*/
    /*background-repeat: no-repeat;*/
    /*background-size: contain;*/
    padding: 50px 120px 100px 120px;
    position: relative;
    margin-top: 0rem;
    margin-bottom: 20rem;
}

.home-first-title-desc-wrap img, .home-second-title-desc-wrap img, .home-third-title-desc-wrap img {
    /*width: 600px;*/
    position: absolute;
    z-index:2;
}

.home-first-title-desc-wrap img {
    right: 0;
    top: -50px;
    width: auto;
}

.home-second-title-desc-wrap .home-title {
    text-align: right
}

.home-second-title-desc-wrap img {
    left: 0;
    top: 130px;
    width: 700px;
}

.home-second-title-desc-wrap .home-title-desc-wrap .home-description {
    margin-left: auto;
    padding-right: 0px
}

.home-third-title-desc-wrap img {
    bottom: -14rem;
    right: 0;
    width: 700px;
}
/*Home Carousel*/
.home-carousel-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: transparent;
    border: 3px solid #fff;
}

.home-carousel-slider .carousel-indicators .active {
    background: #fff
}

.carousel-item img {
    width: 100%;
    height: 100%
}

.carousel-caption h5 {
    font: 36px 'Gotham-Condensed-Medium', sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.carousel-caption p {
    font: 11px 'Gotham-Medium', sans-serif;
    color: #fff;
    text-transform: uppercase;
}


/*Responsive*/
@media (min-width: 1920px) {
    .home-first-title-desc-wrap img, .home-second-title-desc-wrap img, .home-third-title-desc-wrap img {
        width: 800px;
    }
}
@media (min-width: 1439.99px) {
    .home-first-title-desc-wrap,
    .home-second-title-desc-wrap,
    .home-third-title-desc-wrap {
        padding-left: 231.5px;
        padding-right: 231.5px;
    }

}
@media (max-width: 767.99px) {
    .body-container {
        background-image: url(../jpg/home-bg-big.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right bottom;
    }

    .home-first-title-desc-wrap {
        background-image: url(../png/first-section.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: -9rem 11rem;
    }



    .home-third-title-desc-wrap {
        background-image: url(../png/third-section.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: -12rem 11rem;
    }

    .home-bg {
        background-image: none
    }

        .home-first-title-desc-wrap img {
            top: -2rem;
        }

    .home-second-title-desc-wrap {
        padding: 170px 30px 20px 30px;
    }

        .home-second-title-desc-wrap img {
            top: 0;
        }

        .home-second-title-desc-wrap .home-title-desc-wrap .home-description {
            padding-right: 0
        }

    .home-third-title-desc-wrap img {
        top: 0rem;
    }

    .home-third-title-desc-wrap {
        margin-bottom: 1rem;
    }

    .mt-12r {
        margin-top: 2rem
    }
    /*Home Carousel*/
    .home-carousel-slider .carousel-indicators li {
        width: 15px !important;
        height: 15px !important;
        border: 2px solid #fff;
        margin-right: 7px;
    }

    .home-carousel-slider .carousel-indicators {
        margin-bottom: 5px;
    }
}

@media (min-width: 481px) and (max-width: 766px) {
    .home-first-title-desc-wrap img {
        max-width: 50%;
    }
    .home-first-title-desc-wrap {
        padding: 12rem 30px 50px 30px
    }
    .home-second-title-desc-wrap img,
    .home-third-title-desc-wrap img {
        max-width: 70%;
    }
    .home-third-title-desc-wrap {
        padding: 12rem 30px 30px 30px;
    }
    .home-second-title-desc-wrap {
        background-image: url(../png/second-section.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 27rem -8rem;
    }
}

@media (max-width: 480px) {
    .home-first-title-desc-wrap img {
        max-width: 250px;
    }

    .home-first-title-desc-wrap {
        padding: 12rem 30px 30px 30px
    }

    .home-second-title-desc-wrap img,
    .home-third-title-desc-wrap img {
        max-width: 85%;
    }

    .home-third-title-desc-wrap {
        padding: 12rem 30px 30px 30px;
    }
    .home-second-title-desc-wrap {
        background-image: url(../png/second-section.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 8rem -6rem;
    }
}


/*In Design Mode*/
.rdContent .home-first-title-desc-wrap, .rdContent .home-second-title-desc-wrap {
    padding-bottom: 0;
}

    .rdContent .home-second-title-desc-wrap {
        padding-top: 50px;
    }

    .rdContent .home-third-title-desc-wrap {
        padding-top: 50px;
        margin-top: 0
    }