@import url('https://fonts.googleapis.com/css2?family=Abel&family=Bruno+Ace+SC&family=Dosis:wght@300;500;600&family=Roboto:wght@100;300;400;700;900&display=swap');

* {
    box-sizing: border-box;
    /* font-family: 'Abel', sans-serif; */
    transition: 0.2s linear;
}

body{
    background: #fff;
}
a {
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

ul {
    list-style: none;
}

img {
    max-width: var(--percent100);
    vertical-align: middle;
}

strong {
    font-weight: var(--fw8);
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::placeholder {
    font: inherit;
}

h1,
h2,
h3,
h4 {
    font-family: 'Dosis', sans-serif;
}

h1 {
    font-size: calc(1.3em + 1vw);
    font-weight: var(--fw8);
    line-height: 1;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 1.2em;
    font-weight: var(--fw7);
}

h4 {
    font-size: 1em;
    font-weight: var(--fw6);
}
#myBtn{
    /* display: none; */
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color:#fe6010;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius:5px;
    height: 50px;
    width: 50px;
}
#myBtn:hover {
    background-color: #d94800;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.5);
  }
.btn-light{
    background: #fff;
    border: 5px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-light:hover{
    background: #cdcdcd;
}
.btn-primary_s{
    background: #fe6010;
    border: 5px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.btn-primary_s:hover{
    background: #d94800;
    color: #fff;
}
.container_coustom{
    padding: 50px 25%;
}
.topbar-btn{
    display: inline-block;
    background: #fe6010;
    color: #fff;
    font-family: 'Roboto', sans-serif !important;
    padding: 8px 20px;
    border: none;
    
}
.topbar-btn:hover{
    background: #d94800;
}
.top-bar-content .media-link{
    display: flex;
    align-items: start;
    /* flex-direction: column; */
}
.top-bar-content .media-link li{
    background: #fe6010;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 0.5rem;
}













.navbar .navbar-nav .nav-item {
    position: relative;
}

.navbar .navbar-nav .nav-item .nav-link{
    color: #000 !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    margin-right: 5px;
}

.navbar .navbar-nav .nav-item .nav-link:hover{
    border: 1px solid #000;
}
.navbar .navbar-nav .nav-item .nav-link.active{
    font-weight: 700;
}
.hero {
    background-image: linear-gradient(to bottom, rgba(255, 174, 0, 0.52), rgba(84, 0, 63, 0.73)), url('../image/airplane-flying-clouds-sunset-light.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    height: 80vh;
}

.hero .container .hero-content h2 {
    color: #fff;
    font-weight: 700;
    font-family: 'Bruno Ace SC', cursive;
    line-height: 1;
}

.mp-destination{
    margin: 50px auto;
}
.mp-content .image{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0.5rem;
    width: 100%;
    height: 150px;
    background-color: #d94800;
}
.mp-content .sw-box{
    padding: 10px 8px;
    background: #fff;
    border-radius: 10px;
    
}
.mp-content .sw-box:hover .image img{
    transform: scale(1.1);
}
.mp-content .sw-box:hover{
    box-shadow: 0px 5px 35px rgba(0, 0, 0, .2);
}
.mp-content .sw-box .sw-text h5{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 10px auto;
    font-family: 'Roboto', sans-serif;
}
.mp-content .sw-box .sw-text p{
    line-height: 1.2;
    color: #868585;
    text-align: justify;
    font-size: 14px;
}
.mp-content .sw-box .sw-text .btn{
    display: inline-block;
    width: 100%;
}
.mp-content .sw-box .sw-text .rating{
    text-align: center;
    margin-bottom: 0.5rem;
}
.mp-content .sw-box .sw-text .rating i{
    color: #fe6010;
}

.servic-wapper{
    margin: 50px auto;
}
.servic-wapper .sw-heading h4{
    color: #868585;
    font-size: 20px;
    letter-spacing: 3px;
    
}
.servic-wapper .sw-heading h2{
    color: #fe6010;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}
.servic-wapper .sw-card{
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
}
.servic-wapper .sw-card:hover{
    transform: perspective(1000px) rotateX(5.80deg) rotateY(10.23deg) scale3d(1.05, 1.05, 1.05);
    transition: 0.2s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.servic-wapper .sw-card .icon{
    border: 1px solid #fe6010;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 2rem;
    color: #fe6010;
    font-size: 25px;
}
.servic-wapper .sw-card:hover .icon {
    background:#fe6010;
    color: #fff;
}
.servic-wapper .sw-card h4{
    color: #fe6010;
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-weight: 600;
}
#lightgallery{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 1rem;
}
#lightgallery a{
    width: 300px;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
    border: 2px solid #ffff;
}
#lightgallery a:hover{
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
    
}
#lightgallery a img{
    width: 100%;
}
#lightgallery a:hover img{
    transform: scale(1.1);
}

.tour-banner {
    background-image: url(../image/banner-01.jpg);
    background-position: center;
    background-size: cover;
    margin: 20px 0px;
}

.tour-banner .banner h2 {
    color: #fff;
    font-family: 'Bruno Ace SC', cursive;
    line-height: 1;
}

.tour-banner .banner p {
    color: #fff;
    line-height: 1;
}
.contact{
    background: #fe6010;
}
.contact form{
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.contact form textarea,
.contact form input{
    border: none;
    background: transparent;
    color: #fff;
    outline: none;
    border-bottom: 1px solid #fff ;
    font-size: 15px;
    margin-bottom: 0.5rem;
}
.contact form input::placeholder{
    color: #fff;
    opacity: 80%;

}
.contact form textarea::placeholder{
    color: #fff;
    opacity: 80%;

}
.contact .contact-img-info .ct-image{
    width: 100%;
    height: 300px;    
}
.contact .contact-img-info .ct-image img{
    width: 90%;
}
.contact .contact-img-info .ct-text{
    text-align: end;
    color: white;
    font-size: 15px;
    line-height: 1.2;
}
.ct_form_Submit{
    background: #ffff;
    color: #fe6010;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    border-radius: 5px;
}
.ct_form_Submit:hover{
    background: #dfd7d7;
    color: #fe6010;
}
footer{
    font-size: 15px;
    color: #868585;
}

.cp-box{
    margin: 100px 0;
    position: relative;
}
.cp-box .phone-cp{
    background: #eee;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    height: 150px;
}
.cp-box .phone-cp .icon{
    border: 1px solid #fe6010;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height:50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.cp-box .phone-cp .icon i{
    color: #fe6010;
    font-size: 25px;
}
.cp-box .address-cp{
    background: #eee;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    height: 150px;
}
.cp-box .address-cp .icon{
    border: 1px solid #fe6010;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height:50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1rem; 
}
.cp-box .address-cp .icon{
    color: #fe6010;
    font-size: 20px;
}
.cp-box .email-cp {
    background: #eee;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    height: 150px;
}
.cp-box .email-cp .icon{
    border: 1px solid #fe6010;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height:50px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1rem; 
}
.cp-box .email-cp .icon i{
    color: #fe6010;
    font-size: 25px;
}
.cpc-text,
.apc-text,
.epc-text{
    color: #373737;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}