body 
{
    font-family:'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,h6 
{
    font-family: "Protest Riot", sans-serif;
}

@media (min-width: 1200px) 
{
    .container, .container-lg, .container-md, .container-sm, .container-xl 
    {
        max-width:1260px;
    }
}

a.navbar-brand 
{
    display:none;
}

.main-menu ul li a 
{
    color:#222;
    text-transform:uppercase;
    font-size:16px;
}

a.book-btn 
{
    font-size:12px !important;
    padding:10px 5px;
}

a.link-btn 
{
    background:#FF700D;
    color:#fff;
    border-radius:25px;
    padding:10px 30px;
    font-size:15px;
    font-weight:600;
}

header{
    background-image:url('../img/back.png');
    background-size: 100%; /* Start slightly zoomed in */
    background-position: center;
    background-repeat: no-repeat;
    animation: zoom-in 20s ease-in-out infinite alternate;
    transition: transform 60s ease-in-out;
    height:97vh;
    background-attachment:fixed;
}

.headertwo{
    background-image:url('../img/backpage.png');
    background-size: cover;
}

.bread-crumb 
{
    padding:50px 0px;
    text-align:center;
    padding-bottom:70px;
}

.bread-crumb h1 
{
    font-size:52px;
}

@keyframes zoom-in {
    0% {
        background-size: 100%;
    }
    100% {
        background-size: 105%;
    }
}

.slider 
{
    padding-top:20vh;
    padding-bottom:20vh;
}

.top-menu
{
    padding-top:15px;
}

h3.div-subtitle 
{
    color:#FF700D;
    font-family:'Poppins', sans-serif;
    text-transform:uppercase;
    font-size:17px;
    margin:0px;
    padding:0px;
}

h2.div-title 
{
    font-size:48px;
    line-height:50px;
    margin:0px;
    padding:0px;
}

p.div-para 
{
    font-size:15px;
    line-height:28px;
}

img.slider-image
{
    width:100%;
    margin-top:-70vh;
}

.link-text 
{
    color:#FF700D;
    font-weight:600;
}

.destinations 
{
    background-image:url('../img/back2.png');
    background-size:cover;
    background-attachment:fixed;
}

.destination-single 
{
    margin-top:40px;
}

.destination-single h2 
{
    font-size:20px;
    font-family:'Poppins', sans-serif;
    border-bottom:solid 1px #ccc;
    display:block;
    padding-bottom:10px;
}

.destination-single img 
{
    width:100%;
    height:230px;
    object-fit: cover;
    border-radius:15px;
}

.des-metas 
{
    padding:0px;
    padding-top:10px;
}

.des-infos 
{
    font-size:12px;
    color:#777;
}

.des-infos p 
{
    margin-bottom:10px;
}

p.des-para 
{
    border-top:solid 1px #ccc;
    padding-top:10px;
    font-size:14px;
}

h6.des-price 
{
    margin:0px;
    padding:0px;
}

.book-btn 
{
    background:#FF700D;
    border-radius:25px;
    color:#fff;
    font-size:12px;
    width:100%;
    padding:7px;
    display:inline-block;
    text-align:center;
    text-transform:uppercase;
    font-weight:600;
}

.destination-single h3 
{
    font-family:'Poppins', sans-serif;
    font-size:18px;
    font-weight:600;
    margin-top:5px;
}

.why-us 
{
    background-image:url('../img/back3.png');
    background-size:cover;
    background-attachment:fixed;
}

.why-boxes 
{
    margin-top:30px;
    background:#fff;
    border-radius:25px;
    padding:15px;
    box-shadow:0px 1px 10px #ccc;
}

.why-boxes img 
{
    width:100%;
}

.why-boxes h4
{
    font-family:'Poppins', sans-serif;
    font-size:16px;
    font-weight:600;
}

.why-boxes p 
{
    font-size:14px;
    line-height:26px;
}

.testimonials h6 
{
    color:#FF700D;
    margin-top:40px;
    font-size:72px;
    margin-bottom:0px;
    padding-bottom:0px;
}

.testimonials p 
{
    font-size:15px;
    line-height:28px;
    width:75%;
    margin:0px auto;
    padding-bottom:30px;
}

.carousel-indicators 
{
    bottom:-100px;
}

.carousel-indicators li
{
    background:#222;
    border-radius:50%;
    width:20px;
    height:0px;
    margin-left:6px;
    margin-right:6px;
}

.blogs 
{
    background-image:url('../img/back4.jpg');
    background-size:cover;
    background-attachment: fixed;
}

.blog-single 
{
    margin-top:30px;
    background-color:#fff;
    padding:15px;
    border-radius:20px;

}

.blog-single img 
{
    width:100%;
    height:260px;
    border-top-right-radius:20px;
    border-top-left-radius:20px;
    object-fit:cover;
    margin:-15px;
    margin-bottom:0px;
    width:calc(100% + 30px);
}

.blog-single h6 
{
    color:#FF700D;
    font-size:15px;
    font-family:'Poppins', sans-serif;
    margin-top:15px;
}

.blog-single h2 
{
    font-size:18px;
    font-family:'Poppins', sans-serif;
    color:#222;
    font-weight:600;
}

h3.vert-text 
{
    transform:rotate(-90deg);
    margin-top:30px;
    font-size:16px;
}

.pre-footer img 
{
    width:100%;
    height:140px;
    object-fit:cover;
}

.footer 
{
    background:#222;
    color:#fff;
    padding-top:80px;
    padding-bottom:70px;
}

.footer img 
{
    width:70%;
}

.footer p 
{
    font-size:14px;
    line-height:26px;
    margin-top:30px;
}

.footer h3 
{
    font-size:19px;
    margin-top:10px;
}

.footer ul 
{
    margin:0px;
    padding:0px;
    padding-left:15px;
    margin-top:15px;
}

.footer ul li a 
{
    font-size:14px;
    display:block;
    color:#fff;
    padding:0px;
    margin-top:10px;
}

.footer-credit 
{
    border-top:solid 1px #FF700D;
    padding-top:30px;
    margin-top:80px;
}

.hide-desktop
{
    display:none;
}

.hide-phone 
{
    display:block;
}

.soc-footer 
{
    padding-top:10px;
}

.soc-footer a
{
    color:#fff;
    margin-right:10px;
}

.stats 
{
    padding:60px 0px;
}

font.stat-number 
{
    font-size:42px;
    font-family: "Protest Riot", sans-serif;
}

.why-about 
{
    background-image:url('../img/back2.png');
    background-size:cover;
    background-attachment:fixed;
}

.team-page 
{
    padding-bottom:90px;
}

.team-single 
{
    margin-top:20px;
}

.team-single img 
{
    width:100%;
    height:300px;
    object-fit:cover;
    border-radius:20px;
    margin-bottom:15px;
}

.team-single h4 
{
    font-family:'Poppins', sans-serif;
    font-size:18px;
}

.team-single h6 
{
    font-family:'Poppins', sans-serif;
    color:#666;
    font-size:15px;
}

.contact-page 
{
    margin-top:30px;    
}

.contact-page input 
{
    width:100%;
    padding:10px 15px;
    margin-top:20px;
    border-radius:10px;
    background:#F2F2F2;
    border:none;
    font-size:14px;
}

.contact-page textarea
{
    width:100%;
    padding:10px 15px;
    margin-top:20px;
    border-radius:10px;
    background:#F2F2F2;
    border:none;
    font-size:14px;
    height:200px;
}

.contact-div 
{
    border:solid 1px #ccc;
    padding:30px;
    border-radius:20px;
}

.form-submit-btn 
{
    background:#FF700D;
    padding:10px 25px;
    border-radius:20px;
    color:#fff;
    border:none;
    margin-top:15px;
}

font.orange-font 
{
    color:#FF700D;
}

.contact-div 
{
    text-align:center;
    font-size:14px;
    line-height:26px;
}

.contact-div img 
{
    width:50%;
    margin-bottom:30px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:400px;
    position:relative;
    height:0;
    border-radius:20px;
    margin-top:30px;
    margin-bottom:70px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.tour-metas 
{
    border-top:solid 1px #ccc;
    border-bottom:solid 1px #ccc;
    padding:20px 0px;
    font-size:14px;
}

.content-page 
{
    line-height:30px;
}

.content-page img 
{
    width:100px;
    height:auto;
    border-radius:25px;
    margin-bottom:15px;
    margin-right:15px;
}

.location-contact 
{
    padding:20px;
    border-radius:20px;
    background:#f1f1f1;
}

.location-contact input 
{
    width:100%;
    padding:5px;
    border-radius:10px;
    margin-top:15px;
    border:none;
    border:solid 1px #ccc;
    font-size:14px;
}

.location-contact textarea
{
    width:100%;
    padding:5px;
    border-radius:10px;
    margin-top:15px;
    border:none;
    border:solid 1px #ccc;
    font-size:14px;
}

.card-header 
{
    padding:10px;
    border-bottom:none;
}

.btn-link 
{
    color:#222;
    display:inline-block;
    width:100%;
    text-align:left;
    font-family:'Poppins', sans-serif;
}

.card-body 
{
    font-size:14px;
}

img.blog-feature-img 
{
    border-radius:25px;
    object-fit:cover;
    width:100%;
    max-height:450px;
    margin-bottom:30px;
}

.blog-side
{
    margin-top:15px;
}

.blog-side img 
{
    width:100%;
    height:100px;
    border-radius:15px;
    object-fit:cover;
}

.blog-side a 
{
    color:#222;
}

.blog-side h6 
{
    font-size:14px;
    margin-top:10px;
}

.blog-side h2 
{
    font-size:18px;
}

img.more-locations 
{
    width:100%;
    height:180px;
}

img.posts-img 
{
    border-radius:20px;
}

@media (max-width: 600px) 
{

    .hide-desktop
    {
        display:block;
    }

    .hide-phone 
    {
        display:none;
    }
    
    img.slider-image
    {
        width:100%;
        margin-top:0px;
        background:none;
    }

    header 
    {
        background-image:url('../img/backm1.png');
        background-position:top;
    }

    .about 
    {
        background:none;
    }

    header 
    {
        height:auto;
    }

    h2.div-title 
    {
        font-size:32px;
        line-height:32px;
    }

    p.div-para 
    {
        font-size:14px;
        line-height:26px;
    }

    h3.div-subtitle 
    {
        font-size:15px;
    }

    .destination-single img 
    {
        height:190px;
        border-radius:10px;
        width:100%;
    }

    .destination-single h2 
    {
        font-size:15px;
    }

    a.book-btn 
    {
        font-size:10px;
    }

    .why-boxes p 
    {
        font-size:13px;
        line-height:22px;
        margin-bottom:0px;
    }

    .blog-single img 
    {
        height:150px;
        border-top-right-radius:0px;
        border-bottom-left-radius:20px;
    }

    .blog-single 
    {
        padding-bottom:0px;
    }

    .blog-single h2 
    {
        font-size:15px;
    }

    h3.vert-text
    {
        transform: rotate(0deg);
    }

    .pre-footer img
    {
        margin-top:30px;
    }

    .footer 
    {
        text-align:center;
    }

    .footer ul 
    {
        list-style-type:none;
        margin-bottom:20px;
    }

    .footer h3 
    {
        margin-top:30px;
    }

    a.navbar-brand 
    {
        display:inline-block;
        width:70%;
    }

    img.logo-img 
    {
        width:50%;
        float:left;
    }

    .main-menu 
    {
        padding:0px;
    }
}
