﻿
@import 'base.css';

.banner-wrapper {
     
    max-height: 900px; 
   height:100vh;
    padding: 2rem 0;
    background: #6935D3;
}

    .banner-wrapper .banner-text {
        margin-bottom: 2rem;
    }

    .banner-wrapper .banner-images {
        -webkit-box-reflect: below 0.6875rem linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.4));
    }

    .banner-wrapper .container {
        max-width: 77.375rem; 
        padding: 0 2rem !important;
    }

    .banner-wrapper h1 {
        font-size: 3.5rem;
        margin-bottom: 1rem;
    } 

    .banner-wrapper small {
        font-size: 1.25rem;
        max-width: 32.875rem;
        width: 100%;
    }
    .banner-wrapper  .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

@media (max-width: 1058px) {
    .banner-text {
       
        width: 70%;
        text-align: center;
       
        margin:auto !important;
        margin-bottom: 2rem !important;
    }
        .banner-text h1 {
            font-size: 2.25rem !important;
        }
    .banner-wrapper {
       
        width:50%;
        padding: 2rem 0;
        background: var(--primary-bg);
    }

    .banner-text small {
        margin: auto;
        font-size: 14px;
    }
    .banner-wrapper .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 600px) {
    .banner-text {
        width: 100%;
        text-align: center;
        margin: auto !important;
        margin-bottom: 2rem !important;
    }

        .banner-text h1 {
            font-size: 2.25rem !important;
        }

    .banner-wrapper {
        height:100%;
        width: 50%;
        padding: 2rem 0;
        background: var(--primary-bg);
    }

    .banner-text small {
        margin: auto;
        font-size: 14px;
    }

    .banner-wrapper .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}


@media (max-width: 300px) {
    .banner-text {
        width: 100%;
        text-align: center;
        margin: auto !important;
        margin-bottom: 2rem !important;
    }

        .banner-text h1 {
            font-size: 2.25rem !important;
        }

    .banner-wrapper {
        width: 50%;
        height:400px;
        padding: 0 0 !important;
        background: var(--primary-bg);
    }

    .banner-text small {
        margin: auto;
        font-size: 14px;
    }

    .banner-wrapper .row {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}




.travel-card-wrapper {
    height: 900px;
    background: rgba(255, 255, 255, 1);
}

    .travel-card-wrapper .img-wrapper {
        margin-right: 105px;
    }

.travel-card-wrapper h1{
    font-size: 2.5rem;

}

    .travel-card-wrapper button {
        display: flex;
        padding: 12px 24px;
        margin:24px 0;

        color:white;
        border-radius: 32px;
        gap: 8px;
        background: var( --primary-bg);
    }

.travel-card-wrapper small {
    font-size: 1.3rem;
}
    .travel-card-wrapper .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

.img-wrapper{
    max-width:400px;
    width:100%;
}

@media (max-width:1060px){
    .travel-card-wrapper .row {
        display: grid;
        grid-template-columns: 1fr ;
        gap: 1rem;
    }
    .travel-card-wrapper {
        width: 100% !important;
       
        justify-content: center;
        text-align: center !important;
    }
        
    .travel-card-wrapper button {
       margin:24px auto;
    }
    .img-wrapper{
        margin:auto !important;
    }
}

@media (max-width: 600px) {
    .travel-card-wrapper {
        margin-top:100px;
        height: 464px;
    }
    .travel-card-wrapper small {
        font-size: 1rem;
    }
    .globe-icon img{
        width:50px;
        
    }

    .globe-icon{
        top:40px !important;
        left:50px !important;
    }
    .travel-card-wrapper h1 {
        font-size: 1.5rem !important;
    }
    .img-wrapper .main-img{
        padding:2rem;
    }
    .travel-card-wrapper button {
        margin: 24px auto;
    }
}





.customize-card-wrapper {
    max-height: 900px;
    height:100vh;
    background: #6935D3;
}



    .customize-card-wrapper .text-wrapper {
        max-width: 526px;
        color: #FBFBFC;
    }

       

        .customize-card-wrapper .text-wrapper small {
            margin-right: 125px;
        }

        .customize-card-wrapper .text-wrapper button {
            border-radius: 32px;
            background: #FFF;
            margin-top: 32px;
            padding: 12px 24px;
            color: rgb(0, 0, 0);
            font-size: 16px;
            font-weight: 600;
        }

.customize-card-wrapper .row {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    gap: 1rem;
    grid-auto-flow: dense;
    justify-items: center;
    align-items: center;
}

@media (max-width: 1000px) {
    .customize-card-wrapper {
        max-height: 600px;
        height: 100vh;
        text-align: center;
    }
        .customize-card-wrapper img {
            max-width: 500px !important;
            width: 100%;
        }

        .customize-card-wrapper .row {
            display: grid;
            grid-template-columns: 1fr ;
            gap: 1rem;
            grid-auto-flow: dense;
            justify-items: center; 
            align-items: center; 
        }


        .customize-card-wrapper .row > *:nth-child(2) {
            order: -1;
        }

        .customize-card-wrapper .text-wrapper h1 {
            font-size: 26px;
        }

        .customize-card-wrapper .text-wrapper small {
            width: 100%;
            font-size: 16px;
            padding: 0 25px;
        }

        .customize-card-wrapper img {
            width: 100%;
            padding: 0 48px;
        }
        .customize-card-wrapper .text-wrapper h1 {
            font-size: 26px !important;
        }

        .customize-card-wrapper .text-wrapper small {
            width: 100%;
            font-size: 16px !important;
        }
}
     
        

        


@media (max-width: 912px) {
    .customize-card-wrapper  img {
        max-width:500px !important;
        width:100%;
    }
}

@media (max-width: 360px) {
    .customize-card-wrapper img {
        width: 300px !important;
    }
}
@media (max-width: 900px) {
    .header-wrapper {
        padding: 10px 32px;

    }
    

    

  

    .more-details-wrapper {
        height: 100%;
    }

   
}
.customize-card-wrapper .text-wrapper h1 {
    font-size: 40px;
    line-height: 150%;
}