/*==================================
* Author        : "ThemeSine"
* Template Name : Travel
* Version       : 1.0
==================================== */

/*==================================

font-family: 'Poppins', sans-serif;

==================================== */

/*=========== TABLE OF CONTENTS ===========

1.  General css (Reset code)
2. 	Header
3. 	About
5.  Travel-box
5.  Service
6.  Gallery
7.  Discount-offer
8.  Packages
9.  Testemonial 
10. Special Offer
11. Blog
12. Subscribe
13. Footer-copyright
===========*/

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');


* {
    padding: 0;
    margin: 0;
}

* {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

body {
    position: relative;
    font-size: 14px;
    color: #222222;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;

}



a,
a:hover,
a:active,
a:focus {

    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    padding: 0;
    margin: 0;

}

h1,
h2,
h3,
h4,
h5,
h6 {

    margin: 0;
    color: #eee4e4;
    text-transform: capitalize;

}

p {

    margin: 0;
    color: #666666;
    font-size: 14px;

}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

ul {

    padding: 0;
    margin: 0;
    list-style: none;

}

ul li {

    list-style: none;



}

select,
input,
textarea,
button {
    box-shadow: none;
    outline: 0 !important;
}





html,
body {

    height: 100%;
    z-index: 2;

}

[placeholder]:focus::-webkit-input-placeholder {

    -webkit-transition: opacity 0.3s 0.3s ease;
    -moz-transition: opacity 0.3s 0.3s ease;
    -ms-transition: opacity 0.3s 0.3s ease;
    -o-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;

}



/*=============Style css=========*/

/*-------------------------------------
		2. Header
--------------------------------------*/
.top-area {
    position: absolute;
    width: 100%;
}

.wrapper {
    position: relative;
    z-index: -1;
}

.header-area {
    position: relative;
    width: 100%;
}

/*.sticky-wrapper */
.sticky-wrapper {
    position: relative;
    z-index: 2;
    transition: .7s;
    margin-top: 40px;
}

.is-sticky .header-area {}

.is-sticky .header-area:after {
    position: absolute;
    content: '';
    background: rgba(77, 78, 84, 1);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.sticky-wrapper.is-sticky .main-menu .nav a:before {
    bottom: 17.6px;
}

/*.sticky-wrapper */

/*.logo*/
.logo a,
.logo a:hover,
.logo a:focus {
    color: #fff;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    margin: 14px 0px 0;
    padding: 10px 0 0 0;
}

.logo a span {
    color: #00d8ff;
    text-transform: capitalize;
}

/*.logo*/

/*.main-menu*/
.main-menu {
    position: relative;
}

.main-menu ul .nav .navbar-nav {
    text-align: right;
    float: none;
}

.main-menu .nav li {
    position: relative;
    padding: 16px 12px 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.main-menu .nav li a {
    padding: 11px 0 29px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}

a:link {
    text-decoration: none;
    /* color:white; */
  }

.main-menu .nav li.active a,
.main-menu .nav li a:hover,
.main-menu .nav li a:focus {
    color: #00d8ff;
    background-color: transparent;
}

.main-menu .nav a:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    bottom: -2.4px;
    left: 0;
    background: transparent;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.main-menu .nav li.active a:before,
.main-menu .nav a:hover:before {
    background: #00d8ff;
    width: 100%;
}

/*.main-menu*/

/* tooggle */
.main-menu .navbar-toggle {
    margin-top: 5px;
    border: 1px solid;
    font-size: 16px;
    float: left;
}

.main-menu .navbar-toggle {
    color: #00d8ff;
}

.main-menu .navbar-default .navbar-toggle:focus,
.main-menu .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}


/* .home-border{
    border-top:2px solid #e61515;
} */

/*book-btn*/
.book-btn {
    background: #00d8ff;
    border: 1px solid #00d8ff;
    width: 120px;
    height: 40px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.book-btn:hover {
    color: #fff;
    background: #00d8d5;
    border: 1px solid #00d8d5;
}

/*book-btn*/


/*-------------------------------------
%social media
--------------------------------------*/

.header-top {
    position: absolute;
    z-index: 1;
    height: 40px;
    width: 100%;
    background: rgb(34, 35, 40);
    color: #919194;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-top .header-top-socials {
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    padding: 12px 0px;
}

.header-top .header-top-socials {
    margin-left: -8px;
}

.header-top .header-top-socials a {
    color: #919194;
    margin-right: 8px;
    font-size: 16px;
    padding: 0 8px;
}

.header-top .header-top-socials a:hover {
    color: rgb(247, 87, 87);
}

.header-top .header-top-info {
    margin-top: 10px;
    color: #919194;
    font-size: 16px;
}

.header-top .header-top-info a span {
    color: #fff;

}

.header-top .header-top-info a {
    margin-left: 35px;
    color: #919194;
}









/*-------------------------------------
		3. 	About
--------------------------------------*/
.about-us {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: url(../images/home/to.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 985px;
}

.about-us:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    /* background: rgba(211, 179, 195, 0.4); */
}

/*about-us-content*/
.about-us-content {
    margin: -175px 0 0 0;
}

.about-us h2 {
    color: #fff;
    font-size: 84px;
    text-transform: inherit;
    max-width: 800px;
    font-weight: 600;
    line-height: 1.22;
}

.about-us h2 span {
    color: #2bdab5;
    margin-top: -11px;
}

.about-btn {
    margin-top: 39px;
    letter-spacing: 1.2px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.about-view {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00d8ff;
    border: 1px solid #00d8ff;
    width: 200px;
    height: 60px;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(14, 15, 18, .2);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.about-btn:hover .about-view {
    color: #fff;
    background: #00d8d5;
    box-shadow: 0 5px 20px rgba(14, 15, 18, .7);
    border: 1px solid #00d8d5;
}

.travel-mrt-0 {
    margin-top: 0px;
}

/*about-us-content*/

/*-------------------------------------
		4. 	Travel-box
--------------------------------------*/
.single-travel-boxes {
    margin-top: -688px;
    background: #fff;
    border-radius: 10px 10px 10px 10px;

}

.tab-para p {
    font-size: 24px;
}

/* .desc-tabs */
.desc-tabs {
    border: transparent;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}

.desc-tabs .nav-tabs {
    display: inline-block;
    border-right: 1px solid #fff;
}

.desc-tabs .nav-tabs>li.active>a {
    color: #fff;
    background: #00d8ff;
    cursor: default;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.desc-tabs .nav-tabs>li.active>a:focus,
.desc-tabs .nav-tabs>li.active>a:hover {
    color: #565a5c;
    text-decoration: none;
}

.desc-tabs .nav-tabs>li>a {
    margin: 20px;
    border-radius: 0px 10px 0px 10px;
    color: #fff;
    background: #00d8ff;
    cursor: default;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    padding: 17px 40px 17px 46px;
    /* border: 0; */
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single-travel-boxes .nav>li>a:focus,
.single-travel-boxes .nav>li>a:hover {
    color: #565a5c;
    background: #fff;
    border: 0;
    text-decoration: none;
}

.desc-tabs .nav-tabs>li>a>i {
    padding-right: 6px;
}

/* .desc-tabs */



/*===ab-select-box===*/
.tab-para {
    padding: 10px 42px 24px;
}

.single-tab-select-box h2 {
    color: #565a5c;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.travel-select-icon {
    position: relative;
}

.travel-select-icon:after {
    position: absolute;
    content: "\f107";
    right: 0px;
    top: 0;
    font-size: 18px;
    color: #aaa;
    background: #f9f9f9;
    font-family: "fontAwesome";
    pointer-events: none;
    border: 1px solid #d7d7d7;
    border-bottom: transparent;
    padding: 10px;
}

.travel-check-icon {
    position: relative;
}

.travel-check-icon:after {
    position: absolute;
    content: "\f073";
    right: 0px;
    top: 0;
    font-size: 18px;
    color: #aaa;
    background: #f9f9f9;
    font-family: "fontAwesome";
    pointer-events: none;
    border: 1px solid #d7d7d7;
    border-bottom: transparent;
    padding: 10px 8px;
}

/*travel-select-icon*/

.travel-select-icon select,
.travel-check-icon input {
    color: #aaa;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    height: 48px;
}

/*select*/

.travel-select-icon .form-control,
.travel-check-icon .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0 !important;
    box-shadow: none;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    margin-bottom: 20px;
}

/*.travel-select-icon .form-control*/

/*.trip-circle*/
.trip-circle {
    display: flex;
    margin-bottom: 17px;
}

.single-trip-circle {
    display: flex;
}

.single-trip-circle:nth-child(2) {
    display: flex;
    margin-left: 42px;
}

.single-trip-circle input[type="radio"] {
    display: none;
}

.single-trip-circle input[type="radio"]+label {
    color: #565a5c;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-bottom: 17px;
    margin-left: 0px;
}

.single-trip-circle input[type="radio"]+label span.round-boarder {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.single-trip-circle input[type="radio"]+label span.round-boarder1 {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: -13px 0px 0 1px;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.single-trip-circle input[type="radio"]+label span.round-boarder {
    border: 2px solid #aaa;
}

.single-trip-circle input[type="radio"]+label span.round-boarder1 {
    border: 1px solid #fff;
    background-color: #fff;
}

.single-trip-circle input[type="radio"]:checked+label span.round-boarder1 {
    background-color: #00d8ff;
}

.single-trip-circle input[type="radio"]+label span.round-boarder1,
.single-trip-circle input[type="radio"]:checked+label span.round-boarder1 {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

/*.trip-circle*/


/* filter */
.travel-budget {
    margin-top: 38px;
}

.travel-budget h3 {
    color: #565a5c;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.price_filter {
    margin-top: 9px;
}

.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #d7d7d7;
    border: medium none;
    border-radius: 0;
    height: 6px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #00d8ff none repeat scroll 0 0;
    border: 0px solid #00d8ff;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    outline: 0;
    cursor: pointer;
    z-index: 1;
}

.price_filter .ui-slider-range {
    background: #00d8ff none repeat scroll 0 0;
}

.price_slider_amount>input[type="text"] {
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
    letter-spacing: 5.5px;
    height: 40px;
    text-align: center;
    width: 280px;
    border: none !important;
    ;
    font-family: 'Poppins', sans-serif;
}

.price_slider_amount label {
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
    font-family: 'Poppins', sans-serif;
}

.price_slider_amount>input[type="text"]:focus {
    outline: 0
}

.price_slider_amount>input[type="submit"] {
    outline: 0;
}

.price_slider_amount {
    letter-spacing: 2px;
}

.price_slider_amount>input[type="submit"] {
    font-weight: 500;
    font-size: 14px;
    color: #aaa;
    font-family: 'Poppins', sans-serif;
}

/* .travel-btn */
.about-view.travel-btn {
    width: 180px;
    margin-right: 15px;
    border-radius: 100px 0px 0px 0px;
}

/*-------------------------------------
        5. Service
--------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono");
/* * {
    box-sizing: border-box;
    font-weight: normal;
  }  */

  .offers {
    text-align: center;
    padding: 50px;
}

.offers h2 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #0cbbda;
}

.offers p {
    font-size: 1.1em;
    margin-bottom: 30px;
    color: #666;
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.offer-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.offer-card:hover {
    transform: translateY(-10px);
}

.offer-card img {
    width: 100%;
    height: auto;
}

.offer-info {
    padding: 20px;
}

.offer-info h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #313030;
}

.offer-info p {
    font-size: 1em;
    color: #555;
}




/* Media Queries */
@media screen and (max-width: 1024px){
    .offers-header {
        grid-template-columns: 1fr;
    }

    .offer-info h2 {
        font-size: 1.2em;
    }

    .offer-info p {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 480px) {
    .offers-header {
        height: 120px;
    }

    .offer-info h2 {
        font-size: 14px;
    }

    .offer-info p {
        font-size: 12px;
    }

    .prev, .next {
        font-size: 20px;
    }
}





/*--------------------------------------------------------------------------------------------------------------*/




/*Start gallary........*/


/*End Gallary.........*/

/* .service {
    position: relative;
    padding: 80px 0 54px;
    
} */

/* single-ststistics-box */
/* .single-service-box {
    display: flex;
    margin-bottom: 30px;
} */

/* single-ststistics-box */
/* .service-content {
    max-width: 268px;
    margin-left: 7px;
    margin-top: 6px;
    margin: 6px 0 30px 7px;

} */

/* .service-content h2 a {
    color: #565a5c;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
} */

/* .service-content p {
    color: #aaa;
    font-size: 14px;
    text-transform: inherit;
    font-family: 'Poppins', sans-serif;
    margin-top: 17px;
} */



/* Apply styles to the container */


/*nav bar offer section start*/
/*-------------------------------------------------------offesectin-------------------------------------------*/
/*nav bar offer section end*/



/*service start.....*/
/* Offers Section */
.offers {
    margin: 20px 0;
}

.offers-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.offers-header h2 {
    font-size: 24px;
    font-weight: bold;
}

.offer-tabs ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.offer-tabs ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.offer-tabs ul li a.active {
    color: blue;
    border-bottom: 2px solid blue;
    padding-bottom: 5px;
}

.view-all {
    text-decoration: none;
    font-size: 14px;
    color: blue;
}

/* Carousel Styles */
.carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-wrapper {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide {
    display: flex;
    gap: 20px;
}

.offer-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 250px;
}

.offer-card img {
    width: 100%;
    height: 150px;
    border-radius: 8px;
}

.offer-info {
    margin-top: 10px;
}

.offer-info h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.offer-info p {
    font-size: 14px;
    color: #777;
}

.book-now {
    text-decoration: none;
    color: blue;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

/* Carousel Navigation */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

@media screen and (max-width: 1024px) {
    .offer-card {
        width: 220px;
    }
}

@media screen and (max-width: 480px) {
    .offer-card img {
        height: 120px;
    }

    .offer-info h3 {
        font-size: 14px;
    }

    .offer-info p {
        font-size: 12px;
    }

    .prev, .next {
        font-size: 20px;
    }
}

/*service end...*/



/*gallary Start.....*/

/* Banner Section */
.banner {
    margin: 20px 0;
}

.ad-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Flights Section */
.flights {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.flight-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.flight-item {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex-basis: calc(33.33% - 10px);
}

.flight-item img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
}

.flight-info h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.flight-info p {
    font-size: 14px;
    color: #777;
}

/* Responsive Media Queries */
@media screen and (max-width: 1024px) {
    .flight-item {
        flex-basis: calc(50% - 10px);
    }
}

@media screen and (max-width: 768px) {
    /* header .container {
        flex-direction: column;
    }

    nav ul {
        flex-direction: column;
        align-items: center;
    } */

    .flight-item {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 480px) {
    .flight-item img {
        width: 50px;
        height: 50px;
    }

    .flight-info h3 {
        font-size: 14px;
    }

    .flight-info p {
        font-size: 12px;
    }
}

/*gallary end....*/

/* .container_f {
    width: 100%;
    Occupy full width of the viewport
    max-width: 1200px;
    Set maximum width
    margin: 0 auto;
    Center align the container
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    top: 20px;
} */

/* .container_f .sec_pag {
    height: 30px;
    width: 100%;
    top: 20px;
    background-color: #333;
    color: white;
    padding: 10px;
    z-index: 0;
    display: flex;

} */

/* .container_f .sec_pag p {
    width: 100px;
    height: 20px;
    background-color: #f0f0f0;
    font-weight: 200;
    font-size: 15px;
    top: -6px;
    color: rgb(10 34 223);
} */

/* .container_f .sec_pag .nav_nemu_sec {
    width: auto;
    display: flex;
}

.container_f .sec_pag .nav_nemu_sec nav {
    margin-left: 20px;
    display: flex;
    justify-content: first baseline;
    align-items: center;
}

.container_f .sec_pag .nav_nemu_sec nav a {
    color: rgb(12, 124, 223);
    font-size: 15px;
    padding: 10px 10px;
}


.container_f .sec_pag .nav_nemu_sec nav a {
    position: relative;
    padding: 16px 12px 0px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.container_f .sec_pag .nav_nemu_sec nav a {
    padding: 11px 0 29px;
    color: #161718;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 10px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
} */

/* .container_f .sec_pag .nav_nemu_sec nav.active a,
.container_f .sec_pag .nav_nemu_sec nav a:hover,
.container_f .sec_pag .nav_nemu_sec nav a:focus {
    color: #00d8ff;
    background-color: transparent;
}

.container_f .sec_pag .nav_nemu_sec nav a:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    bottom: -2.4px;
    left: 0;
    background: transparent;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.container_f .sec_pag .nav_nemu_sec nav a:before,
.container_f .sec_pag .nav_nemu_sec nav a:hover:before {
    background: #00d8ff;
    width: 100%;
} */




/* .container_f secti {
    padding: 20px;
    margin-top: 20px;
    
} */

/* .container_f .always-visible {
    display: block;
}

.container_f .hidden {
    display: none;
}

.container_r {
    display: flex;
    flex-wrap: wrap;
    margin-left: 35px;
} */


/* .travel-features {
    text-align: center;
    padding: 50px 0;
  }
  
  .item img{
     border-radius: 20px;
  }
  
  .owl-carousel {
    display: flex;
    justify-content: center;
    height: auto;
  }
  
  .owl-carousel .item img {
    max-width: 100%;
  }
  
  .arrow_cls{
    margin-left: 800px;
  }
  
  .owl-prev,
  .owl-next {
    width: 1%;
    margin: 5px;
    margin-top: 20px;
    padding: 10px 20px;
    background-color: #d6e1ec;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 50%;
  }
  
  .owl-prev,
  .owl-next,i{
    display: inline-block;
    font-size: large;
    font-weight: 500;
    color: #fff;
    margin-left: -7px;
    vertical-align: middle;
    text-align: center;
  }
  
  .owl-prev:hover,
  .owl-next:hover {
    background-color: #9ab0c7;
  }
  
  
  
  .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 28px 25px;
        color: #fff;
        background: rgb(2, 0, 36);
        background: linear-gradient(
          0deg,
          #020024 0%,
          #000032a1 3%,
          #17d9ff00 100%
        );
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
  
        span {
          background: rgba(255, 255, 255, 0.25);
          backdrop-filter: blur(4px);
          -webkit-backdrop-filter: blur(4px);
          border-radius: 60px;
          padding: 10px 20px;
          display: inline-block;
        }
  
        > div {
          h2 {
            letter-spacing: 0.5px;
            margin-bottom: 5px;
          }
        }
  
        > div {
          p {
            letter-spacing: 0.5px;
            margin-bottom: 48px;
          }
      }
    }
  
  
  @media screen and (max-width: 600px) {
    .arrow_cls{
    margin-left: 270px;
  }
  } */

/* .card {
    width: 100%;
    max-width: 340px;
    
    border-radius: 8px;
    margin: 20px 20px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card img {
    width: 100%;
    height: auto;
    display: block;
}

.card button {
    display: block;
    width: 100%;
    padding: 8px;
    background-color: #00d8ff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.card button:hover {
    background-color: #45a049;
}

.card-content {
    padding: 20px;
}

.card-content h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.card-content p {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
} */


/* Apply styles to the content */
.container_f {
    background-color: #ffffffde;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Apply responsive styles */
@media screen and (max-width: 600px) {
    .container_f {
        padding: 10px;
    }

    /* .container_f {
        padding: 10px;
    } */

    .container_f .sec_pag .nav_nemu_sec nav a {
        color: rgb(12, 124, 223);
        font-size: 8px;
        /* padding: 1px 1px; */

    }

    /* .container_f .card {
        max-width: 100%;
        
        height: auto;
        margin-left: 3px;
        display: block;
    } */


}










/* file image slideshooo start

**********************************
 * Flexbox Display Images Wrapper *
 **********************************/
.grid {

    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    top: 40px;

    width: 100%;
    /* Occupy full width of the viewport */
    max-width: 1200px;
    /* Set maximum width */
    margin: 0 auto;
    /* Center align the container */
    padding: 20px;
    display: flex;
    flex-wrap: wrap;

    background-color: #f0f0f0;
    /* padding: 20px; */
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/******************
 * Flexbox Images *
 ******************/
.grid-img1,
.grid-img2,
.grid-img3,
.grid-img4,
.grid-img5,
.grid-img6 {
    /* display: flex; */
    padding-left: 4%;
    padding-right: 1%;
    /*   padding-bottom: 2%; */
    /*   padding-top: 2%; */
}

.grid img {
    border-radius: 50%;
    /*   box-shadow: 2px 2px 10px #888888; */
}

/****************
 * Image Titles *
 ****************/

/* Imports */
@import *, *:after, *:before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    border: 0 none;
    position: relative;
    outline: none;
}

/* Basic Title Styles */
.name {
    width: 100%;
    font-size: 2.5em;
}

/* A Title Styles */
.name>a {
    font-family: 'Josefin Sans', sans-serif;
    text-decoration: none;
    color: #7EBC89;
    z-index: 1;
}

/* Animation */
.name>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #FAEDCA;
    visibility: hidden;
    transform: scaleX(0);
    transition: .25s linear;
}

.name>a:hover:before,
.name>a:focus:before {
    visibility: visible;
    transform: scaleX(1);
}

/******************
 * Image Captions *
 ******************/

.description>p {
    font-family: 'Open Sans', sans-serif;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row;
    width: 300px;
    height: 100px;
    /*   padding: 2%; */

}

.. file image slideshooo end*/

/*-------------------------------------
        6. Gallery
--------------------------------------*/
.gallery {
    background: #f9f9f9;
}

.gallery-details {
    margin-top: 117px;
    margin-bottom: 109px;
}

.gallery-content {
    margin-top: 62px;
}

/* gallary-header  */
.gallary-header h2 {
    position: relative;
    color: #565a5c;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 14px;
}

.gallary-header p {
    position: relative;
    color: #aaa;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    margin-top: 17px;
}

/* featured-header  */


/* ---- .item ---- */
.filtr-container .filtr-item {
    overflow: hidden;
    float: left;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

/*.item img*/
.filtr-container .filtr-item img {
    width: 100%;
    height: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.filtr-container .filtr-item:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

/*.item img*/



/*.item-title*/
.item-title {
    position: absolute;
    background: transparent;
    bottom: 20%;
    left: 60px;
    width: 170px;
    height: 60px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.item-title a {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 3px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.item-title p {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.item-title p span {
    padding-right: 30px;
}

.filtr-container .filtr-item:hover .item-title a,
.filtr-container .filtr-item:hover .item-title p {
    color: #2cdbb5;
}

/*.item-title*/


/*-------------------------------------
        7.  Discount-offer
--------------------------------------*/
.discount-offer {
    padding: 120px 0;
    position: relative;
    background: url(../images/home/offer-timer.png)no-repeat center fixed;
    background-size: cover;
    z-index: 1;
}




.discount-offer:after,
.subscribe:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(226, 238, 247, 0.5);
    z-index: -1;
}



.dicount-offer-content h2 {
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

/* campaign-timer */
.campaign-timer {
    background: rgba(50, 55, 63, .65);
    max-width: 555px;
    margin: 43px auto;
    padding: 24px 0 30px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(34, 31, 31, .2);
}

.camp {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0;
}

.time-after {
    position: relative;
}

.time-after:after {
    position: absolute;
    content: ':';
    top: 10px;
    right: -8px;
}

.time {
    display: inline-block;
    line-height: 1;
    padding: 10px 22px 0;
    font-weight: 500;
    font-size: 48px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
}

/* campaign-timer */

/*.discount-offer-btn*/
.about-view.discount-offer-btn {
    color: #fff;
    max-width: 160px;
    margin: 0 auto;
}

/*.discount-offer-btn*/

/*-------------------------------------
        8. Packages 
-----------------------------------------------------------------------mypacek----------------------------------------------------------------*/

.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}






.card {
    position: relative;
    width: 300px;
    margin: 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.card:hover {
    transform: scale(1.05);
}

.card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card-container {
    padding: 20px;
}

.card-container h2 {
    margin-top: 0;
    color: #e8ece7;
    font-weight: bold;
    font-size: 40px;
}


.card-container p {
    margin-top: 0;
    color: #e8ece7;
    font-weight: bold;
    font-size: 20px;
}

.rating {
    color: #FFD700;
}

/* Overlay */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(111, 21, 230, 0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.card:hover .overlay {
    opacity: 1;
}

/* Booking button */
.booking-button {
    background-color: #61abe7;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.booking-button:hover {
    background-color: #2b64df;
}

/* Clearfix */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.searchh3 {
    color: #626272;
    font-weight: 500;
    font-size: medium;
    margin-left: 7%;
    margin-bottom: 10px;
}

.searchh3 h3{
    color: #000;
}

#searchInput {
    width: 100%;
    padding: 8px;
    font-size: 15px;
    margin-left: 7%;
    border: 1px solid #235bf5;
    border-radius: 5px 5px 5px 23px;
    box-sizing: border-box;
}

/* Media queries for responsiveness */
/* Media queries for responsiveness */
@media screen and (min-width: 600px) {
    #searchInput {
        width: 50%;
    }

    .card:hover {
        transform: scale(1.05);
    }
}

@media screen and (min-width: 900px) {
    #searchInput {
        width: 30%;
    }
}

@media screen and (min-width: 1200px) {
    #searchInput {
        width: 20%;
    }
}

/* Responsive layout */
@media only screen and (max-width: 768px) {
    .card {
        width: calc(50% - 40px);
    }
}

@media only screen and (max-width: 480px) {
    .card {
        width: calc(100% - 40px);
    }

    .booking-button:hover {
        background-color: #2b64df;
    }
}




/* .packages {
    padding: 120px 0 90px;
}

.packages-content {
    margin-top: 65px;
} */

/*single-package-item */
/* .single-package-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
} */

/* .single-package-item-txt {
    padding: 0 25px;
}

.single-package-item img {
    width: 100%;
}

.single-package-item h3 {
    position: relative;
    font-size: 20px;
    color: #565a5c;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 20px 0;
}

.single-package-item h3:after {
    position: absolute;
    content: " ";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ebebeb;
}

.packages-para {
    padding: 17px 0 0;
    text-transform: capitalize;
}

.packages-para p {
    font-size: 14px;
    color: #aaa;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.packages-para p span {
    display: inline-block;
    width: 150px;
}

.packages-review p i {
    color: #ffdf00;
    font-size: 16px;
}

.packages-review span {
    margin-left: 20px;
    font-size: 14px;
    color: #aaa;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.about-view.packages-btn {
    width: 110px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

}

.about-view.packages-btn:hover {
    box-shadow: 0 5px 20px rgba(14, 15, 18, .3);
}

.single-package-item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
} */

/* Card styles */
/* .destination-container{
    display: flex;
    flex-wrap: wrap;
    top: 20px;
    background-color: #4CAF50;
  }
  .card {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    height: 400px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0px 0px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
  
  .card:hover {
    transform: scale(1.05);
  }
  
  .card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .card-content {
    padding: 20px;
  }
  
  .card-content h2 {
    margin-top: 0;
  }
  
  .rating {
    color: #FFD700;
  } */

/* Overlay */
/* .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .card:hover .overlay {
    opacity: 1;
  } */

/* Booking button */
/* .booking-button {
    background-color: #4CAF50;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .booking-button:hover {
    background-color: #45a049;
  }
  
  #searchInput{
    
  }
  
  @media only screen and (max-width: 768px) {
    .card {
      width: calc(50% - 40px);
    }
  }
  
  @media only screen and (max-width: 480px) {
    .card {
      width: calc(100% - 40px);
    }
  } */



/*single-package-item */

/*-------------------------------------
        9. Testemonial 
--------------------------------------*/

.testemonial {
    position: relative;
    background: #f9f9f9;
    padding: 120px 0;
}

/*testemonial-carousel*/
.home1-testm-single {
    max-width: 345px;
    background: #fff;
    padding: 50px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.home1-testm-single:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
}

.home1-testm.item {
    padding-top: 74px;
    padding-bottom: 30px;
}

/*.home1-testm-img*/
.testemonial .owl-carousel .owl-item img {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
}

/*.home1-testm-img*/

/*owl-carousel*/
.testemonial .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding: 0 19px;
}

.testemonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

.testemonial .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    border-radius: 50%;
    background: #aaa;
}

.testemonial .owl-theme .owl-dots .owl-dot.active span {
    background: #00d8ff;
}

/*owl-carousel*/

/*home1-testm-txt*/
.home1-testm-txt {
    padding-top: 27px;
}

.home1-testm-txt p {
    color: #aaa;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    max-width: 284px;
    margin: 0 auto;
    padding: 20px 0;
}

.home1-testm-txt h3 a {
    display: block;
    color: #00d8ff;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}

.home1-testm-txt h4 {
    color: #aaa;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    padding: 15px 0 0px;
}

.home1-testm-txt span {
    color: #ddd;
    font-size: 18px;
}

/*home1-testm-txt*/

/*testemonial-carousel*/

/*-------------------------------------
        10.  Special-Offer
--------------------------------------*/
/* .special-offer {
    position: relative;
    background: url(../../assets/images/offer/offer-banner.png)no-repeat center;
    background-size: cover;
    z-index: 1;
}

.special-offer:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 216, 255, .6);
    z-index: -1;
} */

/*.single-special-offer-bg*/
/* .single-special-offer-bg {
    margin-top: -1px;
    position: relative;
    padding-bottom: 42px;
    z-index: -1;
}

.single-special-offer-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 216, 255, .7);
    z-index: 1;
}

.single-special-offer-bg img {
    height: 807px;
}

.single-special-shape-txt {
    position: absolute;
    top: 60px;
    left: 62px;
}

.single-special-shape-txt h3,
.single-special-shape-txt h4 {
    color: #fff;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
}

.single-special-shape-txt h4 {
    text-transform: uppercase;
    margin: 174px 0;
    line-height: 1.3;
}

.single-special-shape-txt h4 span {
    font-size: 60px;
}

.single-special-shape-txt p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.single-special-shape-txt p span {
    font-size: 60px;
    font-weight: 700;
} */

/*.single-special-offer-bg*/

/*single-special-offer*/
/* .single-special-offer-txt {
    padding: 172px 0 0;
}

.single-special-offer h2 {
    color: #74eaff;
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 22px;
} */

/*single-special-offer*/


/* .packages-para.special-offer-para p {
    color: #fff;
}

.packages-para.special-offer-para p span {
    display: inline;
    color: #fff;
    width: 100%;
    margin-right: 25px;
}

.offer-para {
    margin-top: 31px;
    text-transform: initial;
    line-height: 2;
}

.packages-review.special-offer-review {
    margin-bottom: 13px;
}

.packages-review.special-offer-review span {
    color: #fff;
}

.offer-btn-group {
    display: flex;
    margin-top: -10px;
}

.about-view.packages-btn.offfer-btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-right: 25px;
} */




/*-------------------------------------
        11. Blog
--------------------------------------*/
.blog {
    background: #fff;
    padding: 115px 0 92px;
}

/*blog-content*/
.blog-content {
    margin-top: 66px;

}

.blog-content .thumbnail {
    background: transparent;
    border: transparent;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-content .thumbnail:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.thumbnail h2 {
    padding: 25px 0 25px 20px;
    color: #565a5c;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.thumbnail span {
    color: #aaa;
    font-size: 14px;
    font-weight: normal;
    padding-left: 25px;
    font-family: 'Poppins', sans-serif;
}

/*.thumbnail-img*/
.thumbnail-img {
    position: relative;
}

.blog-content .thumbnail .thumbnail-img img {
    max-width: 102%;
    margin-left: -4px;
}

.thumbnail-img-overlay {
    position: absolute;
    top: 0;
    left: -4px;
    width: 102%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-content .thumbnail:hover .thumbnail-img-overlay {
    opacity: 1;
}

/*.thumbnail-img*/

/*.caption*/
.blog-content .caption {
    background: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-content .thumbnail:hover .caption {
    border: transparent;

}

.blog-txt {
    margin-top: 8px;
    margin-left: 12px;
}

.blog-content .caption .blog-txt h3 a {
    color: #565a5c;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
    padding-bottom: 3px;
    min-height: 63px;
    line-height: 2;
}

.blog-content .caption .blog-txt p {
    color: #aaaaaa;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    min-height: 105px
}

.blog-content .caption .blog-txt a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #64cbfa;
    padding-bottom: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/*.caption*/

/*blog-content*/

/*-------------------------------------
        12.  Subscribe
--------------------------------------*/


/* .Sub_card {
    position: relative;
    padding: 90px 0;
    width: 100%;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
    background-image: ;
    background-color: #303037;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  }
  
  .image {
    width: 40%;
    display: flex;
    align-items: center;
  }
  
  .image img {
    width: 100%;
    height: 100% !important;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }
  
  .subscribe {
    flex: 1;
    margin-left: 2rem;
    color: #fff;
  }
  
  .subscribe p {
    margin: 1rem 0;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  .subscribe form {
    display: flex;
    align-items: center;
  }
  
  .subscribe form input {
    padding: 0.75rem;
    border-radius: 0.25rem;
    outline: none;
    border: 1px solid #94949c;
    background: transparent;
    color: #94949c;
    font-weight: 300;
  }
  
  .subscribe form button {
    padding: 0.75rem;
    border-radius: 0.25rem;
    outline: none;
    margin-left: 0.5rem;
    border: 1px solid #93c814;
    background-color: #93c814;
    color: #303037;
    cursor: pointer;
    transition: 0.3s ease-in-out;
  }
  
  .subscribe form button:hover {
    background: transparent;
    color: #93c814;
  }
   */





/* .subscribe {
    position: relative;
    padding: 120px 0;
    background: url(../images/home/subscribe-banner.png)no-repeat center fixed;
    background-size: cover;
    z-index: 1;
} */




/*subscribe-title*/
/* .subscribe .subscribe-title {
    margin-bottom: 45px;
}

.subscribe-title h2 {
    color: #fff;
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    line-height: 1.4;

}

.subscribe-title p {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    margin-top: 10px;
} */

/*subscribe-title*/




/*custom-input-group*/
.custom-input-group {
    position: relative;

}

.custom-input-group i {
    position: absolute;
    color: #aaa;
    font-size: 16px;
    top: 25px;
    left: 40px;
}

.custom-input-group .form-control {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: 63px;
    padding-right: 155px;
    font-size: 16px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border-color: #eee;
}

.custom-input-group .subscribe-btn {
    float: right;
    position: relative;
    z-index: 1;
    margin: 5px 5px;
}

/*custom-input-group*/

/*appsLand-btn*/
.appsLand-btn {
    background: #00d8ff;
    display: inline-block;
    padding: 17px 54px;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 1px 5px rgba(2, 3, 3, 0.15);
    letter-spacing: 0.7px;
    border: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.appsLand-btn:hover,
.appsLand-btn:focus,
.appsLand-btn:active {
    text-decoration: none;
    outline: none;
}

.appsLand-btn:hover {
    box-shadow: 0 3px 25px rgba(2, 3, 3, 0.25);
    background: #00d8ff;
}

.appsLand-btn.appsLand-btn-larg {
    padding: 20px 40px;
}

.appsLand-btn.appsLand-btn-larg i {
    margin-right: 9px;
    font-size: 24px;
    vertical-align: sub;
}

/*appsLand-btn*/


/*-------------------------------------
        130.  Con start
--------------------------------------*/

.boy {
    min-height: 100vh;
    background: #e43939;
    /* background: url(backg.jpg) no-repeat; */
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-info {
    color: #fff;
    max-width: 500px;
    line-height: 65px;
    padding-left: 50px;
    font-size: 18px;
}

.contact-info i {
    margin-right: 20px;
    font-size: 25px;
}

.contact-form {
    max-width: 700px;
    margin-right: 50px;
}

.contact-info,
.contact-form {
    flex: 1;
}

.contact-form h2 {
    color: #fff;
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact-form .text-box {
    background: #000;
    color: #fff;
    border: none;
    width: calc(50% - 10px);
    height: 50px;
    padding: 12px;
    font-size: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    opacity: 0.9;
}

.contact-form .text-box:first-child {
    margin-right: 15px;
}

.contact-form textarea {
    background: #000;
    color: #fff;
    border: none;
    width: 100%;
    padding: 12px;
    font-size: 15px;
    min-height: 200px;
    max-height: 400px;
    resize: vertical;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    opacity: 0.9;
}

.contact-form .send-btn {
    float: right;
    background: #2E94E3;
    color: #fff;
    border: none;
    width: 120px;
    height: 40px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    transition-property: background;
}


.contact-form .send-btn:hover {
    background: #0582E3;
}



@media screen and(max-width: 950px) {
    .contact-section {
        flex-direction: column;
    }

    .contact-info,
    .contact-form {
        margin: 30px 50px;
    }

    .contact-form h2 {
        font-size: 30px;
    }

    .contact-form .text-box {
        width: 100%;
    }

}



/* css for alert messages*/

.alert-success {
    z-index: 1;
    background: #D4EDDA;
    font-size: 18px;
    padding: 20px 40px;
    min-width: 420px;
    position: fixed;
    right: 0;
    top: 10px;
    border-left: 8px solid #3AD66E;
    border-radius: 4px;
}


.alert-error {
    z-index: 1;
    background: #FFF3CD;
    font-size: 18px;
    padding: 20px 40px;
    min-width: 420px;
    position: fixed;
    right: 0;
    top: 10px;
    border-left: 8px solid #FFA502;
    border-radius: 4px;
}

/*-------------------------------------
        130.  Con end
--------------------------------------*/

/*-------------------------------------
        131.  FAQ section start
--------------------------------------*/




/*-------------------------------------
        131.  FAQ section end
--------------------------------------*/

.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.faq-item {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.faq-question {
    font-size: 18px;
    font-weight: bold;
    color: #007BFF;
    margin-bottom: 10px;
}

.faq-answer {
    font-size: 16px;
    line-height: 1.6;
}

/* Media Queries for responsive design */
@media screen and (max-width: 1200px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .faq-item {
        padding: 10px;
    }
    .faq-question {
        font-size: 16px;
    }
    .faq-answer {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .faq-grid {
        padding: 10px;
    }
    .faq-question {
        font-size: 14px;
    }
    .faq-answer {
        font-size: 12px;
    }
}

/*-------------------------------------
        13.  Footer-copyright
--------------------------------------*/
.footer-copyright {
    background: #f9f9f9;
    padding: 0 0 60px;
}

.footer-content {
    padding: 120px 0;
}

/*single-footer-item*/
.single-footer-item {
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.single-footer-item h2 {
    color: #565a5c;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 40px;
}

/*single-footer-item*/

/*footer-logo*/
.footer-logo {
    padding-top: 76px;
}

.footer-logo a,
.footer-logo a:hover,
.footer-logo a:focus {
    color: #565a5c;
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    margin: 14px 0px 0;
    padding: 10px 0 0 0;
}

.footer-logo a>span {
    color: #00d8ff;
    text-transform: capitalize;
}

.footer-logo p {
    color: #aaa;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

/*footer-logo*/

/*single-footer-txt*/
.single-footer-txt p {
    margin-bottom: 8px;
}

.single-footer-txt p a {
    color: #565a5c;
    font-size: 16px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;

}

.single-footer-txt p a:hover {
    -webkit-transition: scaleX(1.2);
    -moz-transition: scaleX(1.2);
    -ms-transition: scaleX(1.2);
    -o-transition: scaleX(1.2);
    transform: scaleX(1.2);
    color: #00d8ff;
}

/*single-footer-txt*/

.footer-copyright hr {
    border-top: 1px solid #ebebeb;
}

/*foot-icons*/
.foot-icons {
    text-align: center;
    margin-top: 60px;
}

.foot-icons .footer-social-links li {
    padding: 0 10px;
    text-align: center;
}

.foot-icons .footer-social-links a {
    color: #fff;
    display: block;
    font-size: 18px;
    width: 60px;
    line-height: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 50%;
}

.foot-icon-bg-1 {
    background: #3b5999;
}

.foot-icon-bg-2 {
    background: #1da1f3;
}

.foot-icon-bg-3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8938ae+0,c13181+100 */
    background: #8938ae;
    /* Old browsers */
    background: -webkit-linear-gradient(right, #8938ae 0%, #c13181 100%);
    background: -o-linear-gradient(right, #8938ae 0%, #c13181 100%);
    background: linear-gradient(to right, #8938ae 0%, #c13181 100%);
}

.foot-icons .footer-social-links a:hover {
    /*color: #00d8d5;*/
    color: #2cdbb5;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.foot-icons p {
    color: #aaa;
    font-size: 16px;
    margin-top: 28px;
}

.foot-icons p a,
.foot-icons p a:hover,
.foot-icons p a:focus {
    color: #00d8ff;
    font-size: 16px;
    margin-top: 28px;
}

/*foot-icons*/

/*===============================
         Scroll Top
===============================*/

#scroll-Top .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    z-index: 15;
    color: #fff;
    background: #00d8ff;
    border: 1px solid #00d8ff;
    border-radius: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;

}

#scroll-Top .return-to-top:hover {
    background: #2cdbb5;
    color: #fff;
    border-radius: 50%;

}


/*========================Thank you=================*/