﻿
:root {
    --color-primaryOrange: #FD9704;
    --color-secondaryBlue: #155DE6;
    --color-lightBlue: #e2ecfd;
    --color-lightOrange: #ffeed7;
    --color-lightGrey: #e5e5e5;
}

/*slick-arrow*/

.slick-prev::before, .slick-next::before {
    content: '';
}

/*.slick-prev::after, .slick-next::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;    
    background-color: var(--color-lightBlue);    
    padding: 0.25rem;
}*/

.slick-prev::after {
    background-image: url('../assests/images/svg/chevron_left.svg');    
    background-repeat: no-repeat;
    background-position: center;
    /*border-radius: 50% 0 0 50%;*/
}

.slick-next::after {
    background-image: url('../assests/images/svg/chevron_right.svg');    
    background-repeat: no-repeat;
    background-position: center;
    /*border-radius: 0 50% 50% 0;*/
}
/*slick-arrow*/

/*top-destinations*/

.grid-div {
    width: 90%;
    margin-inline: auto;
}
.grid-div .col {
    display: grid;
    grid-template-columns: 1fr 4fr;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1rem;
}

    .grid-div .col .grid-image {
        width: 70px;
        height: 70px;
        border-radius: 7px;
        overflow: hidden;
        background-color: #f4f4f4;
    }

        .grid-div .col .grid-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }

    .grid-div .col .grid-content h3 {
        margin-bottom: 0.1rem;
        white-space: nowrap;
    }

    .grid-div .col .grid-content p {
        margin-bottom: 0;
        font-weight: 300;
    }
/*top-destinations*/

/*hotels & tours*/


.tours, .hotels {
    width: 85%;
    margin-inline: auto;
}


    .tours .card-div, .hotels .card-div {
        width: 95% !important;
        border-radius: 0.5rem;
        height: 300px;
        background-color: #f4f4f4;
        transition: 250ms ease;
        position: relative;
        margin-inline: auto;
    }

        .tours .card-div img, .hotels .card-div img {
            object-fit: cover;
            height: 100%;
            border-radius: 0.75rem;
        }

        .tours .card-div .image-tag, .hotels .card-div .image-tag {
            position: absolute;
            bottom: -1px;
            width: 100%;
            /*background: rgb(0,0,0);
            background: linear-gradient(0deg, rgba(0,0,0,0.6) 42%, rgba(0,0,0,0) 100%);*/
            background:#fff;
            padding: 0.35rem 0.75rem;
            /*color: #fff;*/
            border-radius: 0 0 0.75rem 0.75rem;
            clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
        }

            .tours .card-div .image-tag h3, .hotels .card-div .image-tag h3, .trendingInGoa .card-div .image-tag h3, .grid-div .grid-content h3 {
                font-size: 1.1rem;
            }

            .tours .card-div .image-tag span, .hotels .card-div .image-tag span, .grid-div .grid-content p {
                font-size: 0.8rem;    
                font-weight:400;
            }

        .tours .card-div:hover, .hotels .card-div:hover {
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
            transform: translateY(-5px);
        }

    /*.tours .slick-prev, .tours .slick-next, .hotels .slick-prev, .hotels .slick-next {
        width: 40px;
        height: 40px;
        background-color: var(--color-lightBlue);*/
        /*background-color: #fff;*/
        /*box-shadow:2px 2px 3px rgba(0, 0, 0, 0.3);
        z-index: 99;
        border-radius: 0 50% 50% 0;
        top: -25px;
        overflow:hidden;*/
        /*bottom: -25%;*/
    /*}*/

    /*.tours .slick-prev, .hotels .slick-prev {
        left: unset;
        right:2.7rem;
        margin-inline: 0.5rem;
        border-radius: 50% 0 0 50%;
    }*/

    /*.tours .slick-next, .hotels .slick-next {
        right: 0;*/  
        /*left:2.8rem;*/
        /*margin-inline: 0.5rem;
    }*/

/*hotels & tours*/

/*About Goa*/
.about-text{
    text-align:center;
    margin-inline:auto;
    width:80%;
}
.aboutGoa .slick-list {
    padding-bottom: 1.5rem;
}
.aboutGoa .img-div .slick-slide {
    border: 5px solid var(--color-primaryOrange);
    border-radius: 1.3rem;
    /*overflow:hidden;*/
}
.aboutGoa .img-div .slick-list.draggable {
    position: relative;
    width: 85%;
    margin-inline: auto;
}

.aboutGoa .slick-slide{
    height:100%;
}
.aboutGoa .slick-slide > div {
    height: 100% !important;
}

.aboutGoa .slick-slide .card-div img {
    height: 100%;
    border-radius:1rem;
    object-fit: cover;
}

.aboutGoa .img-div .image-tag {
    position: absolute;
    bottom: -25px;
    width: 100%;
    width: fit-content;
    text-align:center;
    background-color: var(--color-primaryOrange);
    border:3px solid #fff;
    padding: 0.5rem 2rem;
    border-radius:0.75rem;
    color:#fff;
    margin-inline:auto;
    /*border-radius: 0px 40px 0px 0px;    
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);*/
}

.aboutGoa .img-div .card-div{
    overflow:unset;
    display:block !important;
}

.aboutGoa .slick-track {
    display: flex;
    column-gap: 2rem;
}


.aboutGoa .img-div div .image-tag h3 {
    font-size: 1.1rem;
    margin-bottom: 0;
}
.aboutGoa .img-div .card-div:hover {
    transform: translateY(0px);
}

.aboutGoa .img-div .card-div img {
    border-radius: 1rem;
}
/*About Goa*/
/*Advertise css*/
.advertise {
    background-color: #f2f2f2;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin-inline: auto;
    overflow: hidden;
}

    .advertise a {
        display: block;
        width: 100%;
        height: 100%
    }

        .advertise a img {
            height: 100%;
            width: 100% !important;
            object-fit: cover;
        }
/*Advertise css*/



/*@mediaQuery*/

@media (max-width: 991px) {
    .about-text{
        width:90%;
    }
    .aboutGoa .img-div {
        display: block;
    }
        .aboutGoa .img-div .card-div {
            border-radius: 0.5rem;
        }

            .aboutGoa .img-div .card-div img {
                border-radius: 0.25rem;
            }

            .aboutGoa .img-div .card-div h3 {
                font-size: 0.95rem;
                padding: 0.5rem;
                margin-bottom: 0;
                letter-spacing: 1px;
            }

        .aboutGoa .img-div div .image-tag span {
            font-size: 0.9rem;
        }

    .tours, .hotels {
        width: 100%;
    }
    .app-links {
        width: 100%;
        align-items: flex-end;
    }

        .app-links .taxi-app {
            height: 120px;
        }

            .app-links .taxi-app a {
                flex-direction: column;
                row-gap: 1rem;
            }
}

@media (max-width: 767px) {

    .app-links .taxi-app a span {
        font-size: 1rem;
    }

    .app-links {
        flex-direction: column;
        align-items: center;
        white-space: wrap;
        row-gap: 1rem;
        padding-inline: 0 !important;
    }

        .app-links .taxi-app {
            width: 80%;
            height: 90px;
        }

            .app-links .taxi-app a {
                display: flex;
                flex-direction: row;
                height: 100%;
            }

    .tours, .hotels, .grid-div {
        width: 95%;        
    }
    .advertise {
        width: 100%;
        margin-inline: auto;
    }
    .aboutGoa .img-div .slick-list.draggable{
        width:85%;
    }
}

@media (max-width: 576px) {

    .aboutGoa .img-div {
        flex-direction: column;
        row-gap: 1rem;
    }

        .aboutGoa .img-div div .image-tag span {
            font-size: 1.1rem;
        }

    .tours .card-div .image-tag h3, .hotels .card-div .image-tag h3, .trendingInGoa .card-div .image-tag h3, .grid-div .grid-content h3 {
        font-size: 1.05rem;
    }

    .tours .card-div .image-tag span, .hotels .card-div .image-tag span, .grid-div .grid-content p {
        fint-size: 0.85rem
    }
}

@media (max-width: 500px){
    .aboutGoa .img-div .slick-list.draggable {
        width: 100%;
    }
}
    /*@mediaQuery*/
