
.item{
    height:95vh;
}
.item img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.cover{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    /* color: #fff; */
}
.header-content{
    position: relative;
    padding: 56px;
}
.header-content h2{
    color: white;
    font-size: 35px;
    font-weight: 300;
}
.header-content h1{
    color: white;
    font-size: 56px;
    font-weight: 600;
    word-spacing: 3px;
}
.header-content h4{
    color: white;
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}
.header-content .line{
    content: "";
    width: 100%;
    height: 100%;
    margin: 20px;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid white;
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0% 100%);
}

.active .line{
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-delay: 0.3s;
    animation-duration: 1s;
    animation-name:fadeInLeft;
}

.active h1{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.3s;
    animation-name:fadeInDown;
}
.active h2{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.3s;
    animation-name:fadeInDown;
    text-align: left;
}
.active h4{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.3s;
    animation-name:fadeInDown;
}
.header-content h2{
    text-align: left !important;
}
@media screen and (max-width:768px){
    .header-content h1{
        color: white;
        font-size: 35px;
        font-weight: 600;
        word-spacing: 3px;
    }
    .header-content h2{
        color: white;
        font-size: 25px;
        font-weight: 300;
    }
    .header-content h4{
        color: white;
        font-size: 20px;
        font-weight: 300;
        line-height: 36px;
    }
}
@media screen and (max-width:470px){
    .header-content h1{
        color: white;
        font-size: 25px;
        font-weight: 600;
        word-spacing: 3px;
    }
    .header-content h2{
        color: white;
        font-size: 15px;
        font-weight: 300;
    }
    .header-content h4{
        color: white;
        font-size: 16px;
        font-weight: 300;
        line-height: 36px;
    }
}
@media screen and (max-width:378px){
    .header-content h1{
        color: white;
        font-size: 20px;
        font-weight: 600;
        word-spacing: 3px;
    }
    .header-content h2{
        color: white;
        font-size: 16px;
        font-weight: 300;
    }
    .header-content h4{
        color: white;
        font-size: 16px;
        font-weight: 300;
        line-height: 36px;
    }
}
@media screen and (max-width:320px){
    .header-content h1{
        color: white;
        font-size: 12px;
        font-weight: 300;
        word-spacing: 3px;
    }
    .header-content h2 {
        color: white;
        font-size: 1.5rem;
        font-weight: 300;
    }
    .header-content h4{
        color: white;
        font-size: 16px;
        font-weight: 300;
        line-height: 36px;
    }


.a-q .container .faq {
    color: var(--white-color);
    align-items: center;
    margin-top: 20px !important;
    font-size: 1rem;
}
.eg-resorts .resort-text h1 {
    color: var(--white-color);
    margin-bottom: 20px;
    font-size: 1.5rem;
}
.card-info h2 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 300;
    color: #eee;
    text-align: left !important;
}
.cardd{
    border-radius: 12% 0 12% 0;
}

}