@font-face{
    font-family: "The Seasons Bold";
    src: url("fonts/f7d34c9e4c3102c89048d775c27a78f3.eot");
    src: url("fonts/f7d34c9e4c3102c89048d775c27a78f3.eot?#iefix")format("embedded-opentype"),
        url("fonts/f7d34c9e4c3102c89048d775c27a78f3.woff")format("woff"),
        url("fonts/f7d34c9e4c3102c89048d775c27a78f3.woff2")format("woff2"),
        url("fonts/f7d34c9e4c3102c89048d775c27a78f3.ttf")format("truetype"),
        url("fonts/f7d34c9e4c3102c89048d775c27a78f3.svg#The Seasons Bold")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    background:#111;
    color:#f5f5f5;
}
h1,h2,h3,h4{
    font-family:"Playfair Display",serif;
}
.contact a{
    text-decoration: none;
    color:white
}
section{
    padding:90px 0;
}

.image-box{
    height:620px;
    border-radius:16px;
    background:#333 center/cover no-repeat;
}
.bg-dark-soft{
    background:#1c1c1c;
}
.bg-gray{
    background:#1a1a1a;
}
.list-check li{
    margin-bottom:10px;
}
.destination-card{
    background:#1f1f1f;
    border-radius:16px;
    padding:30px;
    height:100%;
}
footer{
    background:#0d0d0d;
    padding:30px 0;
    font-size:14px;
    opacity:.7;
}
.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    animation: slideDown .25s ease-in-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
h1.title{
    font-size: 3.5rem;
}
.dnaleft p{
    line-height: 2;
    font-family: "Poppins", sans-serif; 
    font-style: normal;
}
.dnaleft .dest{
    font-size: 24px;
    font-family: 'The Seasons Bold';
}
