:root{
    --theme-color: #f29727;
    --text-dark:#10221b;
    --h3-color:#1dc5ce;
    --text-dark-sec: #483e3e;
    --gray-color: #737373;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Palanquin';
}
html{
    scroll-behavior: smooth;
}
h1 , h2 , h4 , h5 , h6{
    font-family: 'Palanquin';
    color: var(--text-dark);
}
h3{
    font-family: 'Mansalva';
    color: var(--h3-color);
    font-size: 30px;
}
h2{
    font-size: 50px;
}
a{
    font-family: 'Jost';
    font-size: 18px;
    text-decoration: none;
}
p{
    font-family: 'Jost';
    color: var(--text-dark-sec);
}
li{
    list-style: none;
}
.py{
    padding: 80px 0;
}
/* header */
header .logo a img{
    width: 172px;
    height: 28px;
}
header nav ul li a:hover{
    color: var(--theme-color) !important;
    transition-duration: 1s;
}
header .dropdowm-container ul{
    border-top: 4px solid var(--theme-color);
    min-width: 200px !important;
    top:50px !important;
    left: 0;
}
header .dropdowm-container ul li{
    border-top: 1px solid var(--theme-color) !important;
}
header nav ul li:hover .dropdowm-container ul{
    visibility: visible !important;
    transition-duration: 1s;

}
/* banner */
.banner , .banner::after{
    background-image: url(../images/slider-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 1100px;
}
.banner img{
    margin-top: 200px;
}
.banner h1{
    font-size: 120px;
}
.banner a{
    color: var(--text-dark);
}
.banner a:hover{
    background-color: var(--theme-color) !important;
    color: white;
    transition-duration: 0.5s;
}
.banner::after{
    content: '';
    position: absolute;
    background-attachment: local;
    bottom: 0px;
    left: 0;
    height: 160px;
    background-image: url(../images/slider-mask.png);
}
/* adventure */
.adventure h5 a{
    color: var(--text-dark);
}
.adventure .adventure-item-button a{
    padding: 10px 30px;
    background-color: var(--text-dark) !important;
}
.adventure .card-item:hover h5 a{
    color: var(--theme-color) !important;
    transition-duration: 1s;
}
.adventure .card-item .adventure-item-button a:hover{
    background-color: var(--theme-color) !important;
    transition-duration: 0.5s;
}
/* product */
.product .card-body a:nth-child(1){
    font-size: 14px;
    letter-spacing: 2px;
    color: var(--gray-color);
}
.product .card-body a:nth-child(2){
    font-family: 'Palanquin';
    color: var(--text-dark);
}
.product .card-body h6{
    font-family: 'Jost';
}
.product .card{
    border-radius: 0;
}
.product .card:hover{
    border-color: var(--theme-color);
    transition-duration: 1s;
}
.product .card-body a:hover{
    color: var(--theme-color);
    transition-duration: 0.5s;
}
.product .product-btn{
    padding: 20px 100px;
    background-color: var(--text-dark);
    width: 378px;
}
.product .product-btn:hover{
    background-color: var(--theme-color);
    transition-duration: 0.5s;
}
/* activity */
.activity a{
    font-family: 'Palanquin';
    color: var(--text-dark);
    font-size: 23px;
}
.activity a:hover{
    color: var(--theme-color);
    transition-duration: 0.5s;
}
.activity p{
    font-size: 18px;
}
.activity p span{
    color: var(--theme-color);
    font-style: italic;
}
.activity .carousel-control-next, .activity .carousel-control-prev{
    width: 3%;
    height: 0;
    top: 50%;
    color: var(--theme-color) !important;
}
.activity .carousel-control-next-icon , .activity .carousel-control-prev-icon{
    background-color: var(--theme-color) !important;
    border-radius: 50%;
}
/* services */
.services{
    background-image: url(../images/icon-section-bg.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}
.services img{
    width: 44px;
    height: 44px;
}
.services h5{
    font-size: 26px;
}
.services .services-item:hover h5{
    color: var(--theme-color);
    transition-duration: 0.5s;
}
/* footprint */
.footprint{
    padding: 150px 0;
}
.footprint .footprint-round{
    width: 165px;
    height: 165px;
    background-color: var(--text-dark);
}
.footprint .footprint-round:hover{
    background-color: var(--theme-color);
    transition-duration: 0.5s;
}
.footprint .footprint-round h4{
    font-size: 36px;
}
.footprint .footprint-round h5{
    font-family: 'Jost';
}
/* testimonial */
.testimonial  .testi-img::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    background-image: url(../images/testimonial-decor.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 198px;
    height: 103px;
}
.testimonial .carousel-control-next, .testimonial .carousel-control-prev{
    width: 3%;
    height: 0;
    top: 50%;
    color: var(--theme-color) !important;
}
/* footer */
footer{
    background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1390px;
}
footer .footer-title{
    padding: 150px 0;
}
footer .footer-title input{
    padding: 20px 30px;
    color: var(--gray-color);
    font-size: 20px;
    font-weight: 400;
    width: 713px;
}
footer .logo img{
    width: 171px;
}
footer .footer-social a{
    padding: 8px 12px;
    color: var(--text-dark);
}
footer .footer-social a:hover{
    color: white;
    background-color: var(--theme-color) !important;
    transition-duration: 0.5s;
}
footer .footer-item a:hover{
    color: var(--theme-color) !important;
    transition-duration: 0.5s;
}
footer .copiright{
    margin-top: 180px;
    border-top: 1px dashed var(--gray-color);
}
footer .copiright a:hover{
    color: var(--theme-color) !important;
    transition-duration: 0.5s;
}
footer .bottom-to-top a{
    background-color: var(--theme-color);
}