﻿
.gallery_product {
    margin-bottom: 30px;
}

.error {
    color: red;
}

.btn-close {
    color: #aaaaaa;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 0;
}

    .btn-close:hover {
        color: #919191;
    }
/*-- gallery --*/
.gallery {
    padding: 5em 0;
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

    /* Common style */
    .grid figure {
        position: relative;
        overflow: hidden;
        margin: 10px 0;
        height: auto;
        text-align: center;
        cursor: pointer;
    }

        .grid figure img {
            position: relative;
            display: block;
            width: 100%;
            opacity: 0.8;
        }

        .grid figure figcaption {
            padding: 2em;
            color: #fff;
            text-transform: uppercase;
            font-size: 1.25em;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .grid figure figcaption::before,
            .grid figure figcaption::after {
                pointer-events: none;
            }

            .grid figure figcaption,
            .grid figure figcaption > a {
                position: absolute;
                top: 50%;
                left: 0;
                width: 100%;
                height: 50%;
            }

                /* Anchor will cover the whole item by default */
                /* For some effects it will show as a button */
                .grid figure figcaption > a {
                    z-index: 1000;
                    text-indent: 200%;
                    white-space: nowrap;
                    font-size: 0;
                    opacity: 0;
                }

        .grid figure h3 {
            word-spacing: -0.15em;
            font-size: 1.5em;
            margin-top: 18%;
            color: #FFF;
            font-weight: 600;
        }

        .grid figure h2 span {
            font-weight: 800;
        }

        .grid figure h2,
        .grid figure p {
            margin: 0;
        }

        .grid figure p {
            letter-spacing: 1px;
            font-size: 68.5%;
        }
/*-----------------*/
/***** Apollo *****/
/*-----------------*/


figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

/*figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}*/

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.grid figure figcaption:hover {
    background-color: rgba(14, 12, 12, 0.42);
}

figure.effect-apollo h2 {
    text-align: left;
}

figure.effect-apollo:hover img {
    /*opacity: .2;*/
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
/*-- //gallery --*/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    background-color: #000000;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.carousel-caption {
    left: 20%;
    right: 20%;
    top: 40%;
}
    .carousel-caption h3 {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold !important;
        font-family: "PT Sans", sans-serif;
        font-size: 4.5em;
        text-shadow: 2px 2px #31353d;
        vertical-align: middle;
        background: rgba(0, 0, 0, 0.2);
        /*        width: 100%;*/
    }
.carousel-caption p {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 2em;
    text-shadow: 2px 2px #31353d;
    text-transform: uppercase;
/*    background: rgba(0, 0, 0, 0.2);*/
/*    width: 100%;*/
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    padding: 0.5em;
    line-height: 35px;
}
.banner_inner_text p {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 2em;
    text-shadow: 2px 2px #31353d;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    padding: 0.5em;
    line-height: 35px;
}
    .carousel-caption .text3 {
        color: #FFF;
        font-family: "Open Sans", sans-serif;
        font-size: 2em;
        text-shadow: 2px 2px #31353d;
        text-transform: uppercase;
        background: rgba(255, 205, 0, 0.2);
        margin-top: 0.25em;
        margin-bottom: 0.25em;
        width: 100%;
        padding: 0.5em;
    }
.slider_btn {
    display: inline-block;
    padding: 0px 36px;
    border: 2px solid #ffcd00;
    line-height: 50px;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    color: #2c2c2c;
    font-weight: bold;
    position: relative;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: color .5s;
    -o-transition: color .5s;
    transition: color .5s;
    margin-top:10px;
}

.slider_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #ffcd00;
    height: 250px;
    width: 320px;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -50px;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.slider_btn:hover {
    color: #000000;
}

.slider_btn:hover:before {
    bottom: 100%;
}

.threesixty_tour {
    height: 500px;
}

@media (max-width: 767px) {
    .carousel-caption {
        top: 20%;
    }

        .carousel-caption h3 {
            font-size: 2em;
        }

        .carousel-caption p {
            font-size: 1.5em;
            line-height: normal;
        }

        .carousel-caption .text3 {
            font-size: 1.5em;
            line-height: normal;
        }

    .banner_inner_text h1 {
        font-size: 2em;
    }
    .threesixty_tour {
        height: 200px;
    }
}
@media (max-width: 486px) {
    .carousel-caption {
        top: 5%;
    }

        .carousel-caption h3 {
            font-size: 1em;
        }

        .carousel-caption p {
            font-size: 1em;
            line-height: normal;
        }
        .carousel-caption .text3 {
            font-size: 1em;
            line-height: normal;
        }
    .banner_inner_text h1 {
        font-size: 1.5em;
    }
}

/*WHats app Start*/
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}
/*Whats App End*/