/*
Theme Name: Jaflong Travel Website.
Author: Choity Dey
Description: Jaflonf Travel is a Travel Tour Website.
Version: 1.0.0

CSS Index
===
01. Base CSS
02. Header CSS
03. Bannar CSS
04. About CSS
05. Destinations CSS
06. Packages CSS
07. Guides CSS
08. Blogs CSS
09. Footer CSS
*/


/* 01. Base CSS */


*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    scroll-behavior: smooth;
    text-decoration: none;
    list-style: none;
}
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@400;500;600;700;800;900&family=Lexend:wght@400;500;600;700;800&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,200;1,400;1,800&display=swap');
body{
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    line-height: 24px;
    background-color: #f4f4f4;
}
.container{
    width: 1170px;
    margin: 0 auto;
}
.btn{
    text-transform: uppercase;
    padding: 10px;
    border: 2px solid transparent;
    font-size: 20px;
    font-weight: 600;
    background-color: #53a353;
    color: #ddd;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btn:hover{
    border-color: #53a353;
    background-color: #ddd;
    color:#333;
}
.section-title{
    padding-top: 20px;
    text-align: center;
    margin-bottom: 50px;
    color: #ddd;
}
.section-title p{
    text-transform: capitalize;
    font-size: 20px;
}
.section-title h4{
    text-transform: uppercase;
    line-height: 60px;
    font-size: 30px;
    position: relative;
}
.section-title h4:after{
    position: absolute;
    content: "";
    height: 3px;
    width: 70px;
    background-color: #53a353;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
}

/* 02. Header CSS */
.header-area{
    padding: 15px 0;
}
.header-top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.header-left a{
    font-size: 18px;
    color: #333;
    margin-right: 10px;
    font-size: 18px;
}

.header-right a{
    font-size: 18px;
    margin-right:10px;
    color:#333;
}
.header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
}
.logo{
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #333;
}
 .menu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
 .menu ul li a{
    text-transform: capitalize;
     display: block;
     margin-right: 20px;
     font-size: 18px;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     color: #333;
} 
.menu ul li a:hover{
    color: #53a353
}
.menu-icon{
    display: none;
    font-size: 30px;
    cursor: pointer;
}

/* 03. Bannar CSS */
.bannar-area{
    padding: 160px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2; 
}
.bannar-area:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #333;
    top: 0;
    left: 0;
    opacity: .7;
    z-index: -1;
}
.bannar{
    text-align: center; 
}
.bannar h4{
    font-size: 22px;
    text-transform: capitalize;
    color: #ddd;
}
.bannar h2{
    font-size: 70px;
    text-transform: uppercase;
    line-height: 80px;
    margin: 20px 0;
    color: #ddd;
    font-weight: 700;
}

/* 04. About CSS */
.about-area{
    padding: 100px 0;
}
.about{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.about-content{
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
}
.about-content span{
    text-transform: capitalize;
    font-size: 20px;
}
.about-content h4{
    text-transform: capitalize;
    font-size: 50px;
    line-height: 50px;
    margin: 20px 0;
}
.about-content p{
    margin-bottom: 20px;
}

.about-img{
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.single-img{
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-bottom: 10px;
}
.single-img img{
    width: 100%;
}
.destinations-area{
    padding: 100px 0;
    background-color: #333;
}

/* 05. Destinations CSS */
.destinations{
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;;
    -ms-flex-wrap: wrap;;
        flex-wrap: wrap;
}
.single-destination{
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-bottom: 15px;
    position: relative;
}
.single-destination img{
    width: 100%;
    vertical-align: middle;
}
.destination-content{
    background-color: #53a353;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    bottom: 10%;
    left: 10%;
    width: 70%;
    padding: 15px;
    color: #ddd;
}
.destination-content h4{
    text-transform: capitalize;
    font-size: 22px;
}
.destination-content h4 span{
    display: block;
    font-size: 14px;
    font-style: italic;
}
.destination-content a{
    font-size: 45px;
    color: #ddd;
    font-weight: 900;
}

/* 06. Packages CSS */
.package-area{
    padding: 100px 0;
}
.package-area .section-title{
    color: #333;
}
.package{
    padding-top:20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.single-package{
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-bottom: 15px;
}
.single-package img{
    width: 100%;
    vertical-align: middle;
}
.package-content{
    text-align: center;
    border: 1px solid #ddd;
    padding: 30px;
}
.package-content h4{
    text-transform: capitalize;
    font-size: 24px;
    border-bottom: 1px dashed;
    border-color: #ddd;
    padding-bottom: 10px;
}
.icon{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px dashed;
    border-color: #ddd;
}
.icon span{
    margin: 10px 15px;
}
.package-content a{
    text-transform: capitalize;
    color: #53a353;
    font-size: 20px;
    display: block;
    padding: 10px 0;   
}
.package-content a i{
    font-size: 22px;
    background-color: #53a353;
    color:#ddd;
    border-radius: 50%; 
}

/* 07. Guides CSS */
.guides-area{
    padding: 100px 0;
    background-color: #333;
}
.guide{
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.single-guide{
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-right: 10px;
    position: relative;
    height: 300px;
    
}
.single-guide img{
    width: 100%;
   
}
.guide-content{
   background-color: white;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px;
    text-align: center;
}
.guide-content h4{
    text-transform: capitalize;
    font-size: 20px;
}
.guide-content span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
}

/* 08. Blogs CSS */
.blogs-area{
    padding: 100px 0;
}
.blog{
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
   
}
.blogs-area .section-title{
    color: #333;
}
.single-blog{
    width: 32%;
    background-color: white;
    padding: 15px;
}
.blog-img{
    position: relative;
}
.blog-img img{
    width: 100%;
}
.blog-img span{
    position: absolute;
    top: 5%;
    left: 5%;
    text-transform: uppercase;
    background-color: #53a353;
    color: #ddd;
    font-weight: 700;
    padding: 5px 10px;
}
.blog-meta{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 30px;
    margin-bottom: 5px;
    border-bottom: 1px dashed;
}
.blog-meta a{
    color:#333;
}
.blog-content h4{
    text-transform: capitalize;
    font-size: 20px;
    margin:10px 0;
}
.blog-content p{
    margin:10px 0;
}
.blog-content a{
    text-transform: capitalize;
    color: #35a353; 
}

/* 09. Footer CSS */
.footer-area{
    padding-top: 60px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    color: #ddd;
}
.footer-area:after{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #333;
    opacity: .87;
    z-index: -1
}
.footer{
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.single-footer:nth-child(1){
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
}
.single-footer:nth-child(4){
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
}
.single-footer h2{
    text-transform: uppercase;
    text-align: center;
    font-size: 28px;
}
.single-footer h4{
    text-transform: capitalize;
    font-size: 22px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.single-footer h4:after{
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    background-color: #53a353;
    bottom: 0;
    left: 0; 
}
.single-footer p{
    margin: 15px 0;
    text-align: center;
}
.footer-social{
    text-align: center;
    padding-top: 10px;
   
}
.footer-social a{
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    font-size: 20px;
    color: #ddd;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    
}
.single-footer ul li{
    margin-bottom: 10px;
}
.single-footer ul li a{
    color: #ddd; 
    -webkit-transition: .3s; 
    -o-transition: .3s; 
    transition: .3s;
}
.single-footer ul li a:hover{
    color: #35a353;
}
.copy{
    background-color: #333;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    text-transform: capitalize;
}

/* Responsive CSS */

/* Medium Layout */
@media only screen and (min-width:992px) and (max-width:1170px){
    .container{
        width: 970px;
    }
}

/* Tablet Layout */
@media only screen and (min-width:768px) and (max-width:991px){
    .container{
        width: 750px;
    }
    .bannar h2{
        font-size: 50px;
        line-height: 60px;
    }
    .destination-content{
        bottom: 0;
        width: 60%;
        padding: 5px;
    }
    .destination-content h4{
        font-size: 18px;
        
    }
    .destination-content h4 span{
        font-size: 12px;
    }
    .destination-content a{
        font-size: 20px;
    }
    .icon span{
        margin: 10px ;
    }
    .package-content a i{
        font-size: 18px;
    }
    .guides-area{
        padding: 100px 0 0;
    }
    .guide-content{
         bottom: 30%;
         padding: 0;
    }
    .blog-meta{
        padding: 10px 5px;
    }
}

/* Mobile Layout */
@media only screen  and (max-width:767px){
    .container{
        width: 350px;
    }
    .header-top{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .header-right{
        margin-top: 10px;
    }
    .menu-icon{
        display: inline-block;
    }
    .menu ul{
        display: none
   }
   .header ul.open{
    display: block;
    position: absolute;
    background-color: #333;
    left: 0;
    top: 160px;
    width: 100%;
    z-index: 99
}
.header ul.open a{
    color: #ddd;
    padding: 5px;
    display: block;
}
.logo{
    font-size: 20px;
}
 .header a .btn{
    padding: 6px 10px;
    font-size: 16px;
}
.bannar h2{
    font-size: 30px;
    line-height: 40px;
}
.bannar  .btn{
        padding: 8px 10px;
        font-size: 18px;
}
.about-area{
    padding: 50px 0;
}
.about{
  display: block;  
}
.about-content{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
.about-content span{
    font-size: 20px;
}
.about-content h4{
    font-size: 30px;
    line-height: 35px;
    margin: 10px 0;
}
.about-content p{
    margin-bottom: 10px;
}
.about-content  .btn{
    font-size: 18px;
    padding: 4px 10px;
}
.about-img{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 10px;
}
.destinations-area{
    padding: 50px 0;
}
.section-title h4{
    line-height: 40px;
    font-size: 22px;
}
.single-destination{
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
}
.destinations{
    padding-top: 10px;
}
.single-destination{
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
}
.single-destination img{
    width: 100%;
}
.destination-content{
    bottom: 0;
    padding: 0;
}
.destination-content h4{
    font-size: 12px;
}
.destination-content h4 span{
    display:inline;
     margin-left:4px;
    font-size: 12px;
}
.destination-content a{
    font-size: 20px;
}
.package{
    padding-top:10px;
    display: block;
}
.single-package{
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 10px;
}
.guides-area{
    padding: 50px 0;
}
.guide{
    padding-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
.single-guide{
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    margin-right: 10px;
}
.guide-content{
    bottom: 40%;
}
.guide-content h4{
    font-size: 18px;
}
.guide-content span{
    font-size: 14px;
}
.blogs-area{
    padding: 100px 0;
}
.blog{
    padding-top: 20px;
    display: block;
   
}
.blogs-area .section-title{
    color: #333;
}
.single-blog{
    width: 100%;
}
.footer{
    display: block;
}
.footer-social{
    margin-bottom: 10px;
}
.single-footer{
    text-align: center;
}
.single-footer h4:after{
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    
}
}