/* .height_200{
    height: 200px;
}
.height_300{
    height: 300px;
}
.swiper7 .swiper-button-next,.swiper7 .swiper-button-prev,.swiper8 .swiper-button-next,.swiper8 .swiper-button-prev{
    top:47%;
}
.swiper_dark{
    background-color: #000;
} */
/*------------3d coverflip---------*/
/* .swiper9.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper9 .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px ;
    height: 300px ;
}
.swiper9_1{
    background-image: url("../../img/card11.jpg");
}
.swiper9_2{
    background-image: url("../../img/card10.jpg");
}
.swiper9_3{
    background-image: url("../../img/weather_img2.jpg");
}
.swiper9_4{
    background-image: url("../../img/gallery/gallery4.jpg");
}
.swiper9_5{
    background-image: url("../../img/img4.jpg");
}
.swiper9_6{
    background-image: url("../../img/img3.jpg");
}
.swiper9_7{
    background-image: url("../../img/img2.jpg");
}
.swiper9_8{
    background-image: url("../../img/widget_weather3.jpg");
}
.swiper9_9{
    background-image: url("../../img/widget_weather2.jpg");
}
.swiper9_10{
    background-image: url("../../img/widget_weather1.jpg");
} */
/*---------------3D Cube Effect---------------*/
/* .swiper8.swiper-container {
    width: 300px;
    height: 300px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
}
.swiper8 .swiper-slide {
    background-position: center;
    background-size: cover;
} */
/*=============================parallax swiper======================*/
/* .parallax_swiper .parallax-bg{
    background-image: url("../../img/swiper3.jpg");
}
.parallax_swiper .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}
.parallax_swiper .swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
} */
/*===========================End of parallax swiper============================*/
/*==================nested swiper===============================*/
/* .swiper-container-v .swiper-pagination-bullet{
    background: #fff;
}
.card-img-overlay{
    padding:1.25rem 0.8rem !important;
}
@media(max-width: 375px) {
    .swiper-container-3d .swiper-slide img.w-100 {
        width: 90% !important;
    }

    .swiper-container-3d {
        margin-left: -135px !important;
    }

    .swiper-container-3d .swiper-button-next8 {
        right: 40px;
    }
    .swiper9.swiper-container-3d{
        margin-left: 0 !important;
    }
} */
/*======================end of nested swiper=======================*/

/*======================slideable menu=======================*/
/* .swiper-menu {
    min-width: 100px;
    width: 70%;
    max-width: 320px;
    background-color: #2C8DFB;
    color: #fff;
}

.swiper15{height: 300px; text-align: center;}

.swiper-content {
    width: 100%;
}

.swiper-menu-button {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 15px;
    cursor: pointer;
    transition: .3s;
    background-color: #329cff;
}

.swiper-menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.swiper-menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.bar {
    position: relative;
    display: block;
    width: 50px;
    height: 5px;
    margin: 10px auto;
    background-color: #fff;
    border-radius: 10px;
    transition: .3s;
}

.swiper-menu-button:hover .bar:nth-of-type(1) {
    transform: translateY(1.5px) rotate(-4.5deg);
}

.swiper-menu-button:hover .bar:nth-of-type(2) {
    opacity: .9;
}

.swiper-menu-button:hover .bar:nth-of-type(3) {
    transform: translateY(-1.5px) rotate(4.5deg);
}

.cross .bar:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
}

.cross .bar:nth-of-type(2) {
    opacity: 0;
}

.cross .bar:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
}

.cross:hover .bar:nth-of-type(1) {
    transform: translateY(13.5px) rotate(-40.5deg);}

.cross:hover .bar:nth-of-type(2) {opacity: .1;}

.cross:hover .bar:nth-of-type(3) {
    transform: translateY(-13.5px) rotate(40.5deg);
} */
/*======================end of slideable menu=======================*/