/*home common css end*/

/* .main-slide [data-animation-in] {
	opacity: 0;
} */

.main-slide .slick-slide {
    position: relative;
}

.main-slide .slick-slide:hover {
    cursor: -webkit-grab;
    cursor: grab;
}

.main-slide .slick-slide:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
}

.main-slide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.rhombus {
    background: rgba(229, 169, 18, 0.4);
    position: absolute;
    -webkit-transform: rotate(-37deg) !important;
    -ms-transform: rotate(-37deg) !important;
    transform: rotate(-37deg) !important;
}

.r1 {
    width: 100px;
    height: 100px;
    bottom: 160px;
    right: 190px;
}

.r2 {
    width: 100px;
    height: 100px;
    bottom: 439px;
    right: 73px;
}

.r3 {
    width: 150px;
    height: 150px;
    bottom: -46px;
    right: 269px;
}

.r4 {
    width: 303px;
    height: 301px;
    bottom: -215px;
    right: -150px;
}

.r5 {
    left: -52px;
    width: 100px;
    height: 100px;
    bottom: 432px;
}

.slide-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 1296px;
    margin: 0px auto 0 auto;
    padding: 0 5%;
    z-index: 1;
}

.slide-caption-bottom {
    top: unset;
}

.slide-caption .carousel-sub::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    top: 25%;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #e5a812;
}

.slide-caption.right {
    text-align: right;
}

.slide-caption.right h2,
.slide-caption.right p {
    margin-left: auto;
}

.slide-caption h2,
.slide-caption p {
    max-width: 500px;
}

.slide-caption h2 {
    font-weight: 300;
}

.slide-caption h2 strong {
    color: #ed0677;
}

.slide-caption p {
    margin-bottom: 5px;
    font-size: 18px;
    padding-left: 20px;
}

.slide-caption a.btn:not(:last-child) {
    margin-right: 10px;
}

@-webkit-keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomOutImage {
    from {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}

.main-slide [data-animation-in] {
    /* opacity: 0; */
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-transition: opacity 0.5s ease 0.3s;
    -o-transition: opacity 0.5s ease 0.3s;
    transition: opacity 0.5s ease 0.3s;
}

.main-slide img {
    opacity: 1 !important;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

@media (max-width: 1023px) {
    .slide-caption h3 {
        font-size: 22px;
    }
    .slide-caption p {
        margin-bottom: 10px;
    }
    .slide-caption a.btn {
        padding: 8px 14px;
        font-size: 12px;
    }
    .slider-wrapper::before {
        bottom: -40px;
        height: 50px;
    }
    .slider-wrapper::after {
        bottom: -37px;
        height: 50px;
    }
}

@media (max-width: 599px) {
    /* .slide-caption p, .slide-caption a.btn {
		display: none;
	} */
    .slide-caption h3 {
        font-size: 17px !important;
        margin-bottom: 0;
        padding-bottom: 5px !important;
    }
    .slide-caption p {
        margin-bottom: 0;
        font-size: 14px !important;
    }
}

/* Section Product */

.section-product .p-title {
    font-size: 13px;
    letter-spacing: 2px;
}

.section-product h4 {
    font-size: 27px;
}

.section-product .card-wrapper .card {
    cursor: pointer;
    /* Firefox */
    /* WebKit */
    -webkit-transition: all 300ms ease;
    /* Opera */
    -o-transition: all 300ms ease;
    /* Standard */
    transition: all 300ms ease;
}

.section-product .card-wrapper .card:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

@media (min-width: 1024px) {
    .section-product .card-wrapper:nth-child(2) {
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }
}

/* Emi Section */

.emi-wrapper {
    -webkit-box-shadow: 0px 1px 70px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 70px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}

.emi-img {
    padding-bottom: 75%;
}

.emi-img,
.emi-calc {
    width: 100%;
}

.emi-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.emi-img .emi-img-info {
    bottom: 7%;
    left: 10%;
}

.emi-img .emi-img-info p {
    letter-spacing: 2px;
    font-size: 12px;
}

.emi-calc .nav-link {
    font-size: 18px;
    color: #bcbcbc !important;
    border: none;
    cursor: pointer;
    border: 3px solid transparent !important;
}

.emi-calc .nav-link.active {
    color: #e5a812 !important;
    border-bottom: 3px solid #e5a812 !important;
}

.emi-form label {
    margin-bottom: 0.2rem;
}

@media (min-width: 1024px) {
    .emi-img {
        width: 350px;
        padding-bottom: 0;
    }
    .emi-calc {
        width: calc(100% - 350px);
    }
    .emi-calc-button {
        height: 65px;
        background-color: #f5f5f5;
    }
    .emi-calc-button .btn-skew::before {
        content: "";
        position: absolute;
        width: 25px;
        height: 136%;
        background: #e5a812;
        top: -8px;
        right: -10px;
        -webkit-transform: skewX(-18deg);
        -ms-transform: skewX(-18deg);
        transform: skewX(-18deg);
    }
}

/* Feature Section */

.feature-box {
    border-radius: 10px;
}

.feature-box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(229, 169, 18, 0.6);
    border-radius: 10px;
    z-index: 1;
}

.feature-box h6 {
    z-index: 2;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 15px;
}

.feature-box a {
    left: 0;
    top: 0;
    z-index: 3;
}

.feature-box:hover h6 {
    color: #000 !important;
    letter-spacing: 1px;
}

/* Section Slider */

.section-slider .main-slide h3 {
    font-size: 22px;
}

.section-slider .slide-terms {
    font-size: 13px;
    bottom: -120px;
}

@media (min-width: 1023px) {
    .section-slider .main-slide h3 {
        font-size: 30px;
    }
}

/* Section Location */

.section-location h6 {
    letter-spacing: 2px;
}

.section-location .map-info {
    background-color: #f1f1f1;
    z-index: 0;
    /* Firefox */
    /* WebKit */
    -webkit-transition: all 300ms ease;
    /* Opera */
    -o-transition: all 300ms ease;
    /* Standard */
    transition: all 300ms ease;
}

.section-location .map-info:hover {
    background-color: rgb(253, 253, 253);
}

.section-location .map-info a:hover span {
    display: block;
    margin-left: 5px;
}

.map-info a:hover .arrow-location {
    color: #b5840e;
}

.section-location .map-info .arrow-location {
    /* font-size: 20px; */
    padding-top: 10px;
    /* font-size: 12px; */
    /* transition: all .2s linear; */
    font-size: 20px;
    font-size: 12px;
    transition: color 0.2s linear;
    display: flex;
}

@media all and (max-width: 768px) {
    #main-slide .slide-caption {
        position: static;
        transform: translateY(0%);
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #main-slide .slide-caption .d-flex {
        justify-content: center;
    }
    #main-slide .banner-overlay::after {
        content: none;
    }
    #main-slide .slick-slide:before {
        content: none !important;
    }
}