/* /* 
Theme Name: DRS-Travels
Author: MAD Marketing
Author URI: 
Version: 1.0
 */


 /* Table Of Contents 
 1.Global Styles
 2.Why Travel section
 3.Review section
*/

@font-face {
    font-family: 'Garet Book';
    src: url('fonts/Garet-Book.eot');
    src: url('fonts/Garet-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/Garet-Book.woff2') format('woff2'),
        url('fonts/Garet-Book.woff') format('woff'),
        url('fonts/Garet-Book.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Global Styles  */
html, body {
    scroll-behavior: smooth;
    scroll-padding-top: 100px; 
}

 body{
    overflow:none;
    margin:0;
    font-family: 'Garet Book';
}

.section-style {
    padding: 0px 100px;
    overflow: hidden;
}

.text-style {
    font-size: 18px;
    line-height: 25px;
}

.section-title {
    color: #fff;
    font-size: 40px;
    position: relative;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-desc {
    color: #fff;
    position: relative;
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
}

.green-btn {
    background: #33614d;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
}

.green-btn:hover {
    background: #ff5757;
    transition: background 1s ease;
}

.red-btn {
    background: #ff5757;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    font-size: 16px;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    font-weight: 600;
}

.red-btn:hover {
    background: #33614d;
    transition: background 1s ease;
}

@media (max-width: 1300px) {
    .section-style {
        padding: 50px;
    }
}

@media (max-width: 1100px) {
    .section-style {
        padding: 50px 30px;
    }

    .text-style {
        font-size: 18px;
        line-height: 19px;
    }

    .section-title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .section-style {
        padding:30px;
    }

    .text-style {
        font-size: 16px;
        line-height: 17px;
    }

    .section-title {
        font-size: 25px;
    }
}

@media (max-width: 500px) {
.green-btn {
    font-size: 14px;
    padding: 5px;
}

.red-btn {
    font-size: 14px;
    padding: 5px;
}
}


/*Home : Why Travel section */
.why-travel-section{
    position: relative;
    overflow: hidden;
    padding: 50px 100px;
    margin-top: 30px;
}

.why-travel-bg{
    position: absolute;
    background: url('images/why-travel-bg.webp') center/cover no-repeat;
    background-size: contain;
    background-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
}

.why-section-title{
    color: #000;
    font-size: 40px;
    text-align: center;
    font-weight: 600;
}

.why-travel-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    margin:0 100px;
}

.why-travel-box{
    width: 100%;
    height: 200px;
    text-align: center;
    display: grid;
    align-items: center;
    place-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 5px;
    border:none;
    border-radius: 20px;
    transition: background 0.6sease-in-out;
}

.why-travel-redbox{
    background-color: #e72323;
    color:#fff;
    width: 100%;
    height: 200px;
    text-align: center;
    display: grid;
    align-items: center;
    place-content: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding: 5px;
    border:none;
    border-radius: 20px;
    transition: background 1sease-in-out;
}

.why-travel-icon{
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.why-travel-icon img{
    width: 100px;
    height:100%;
}

.why-travel-title{
    font-weight: 600;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;

}

.why-travel-desc{
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease-in-out, transform 0.6s ease-in-out;
    position: absolute;
    text-align: center;
    padding: 10px;
    color:#fff;
}

.why-travel-box:hover {
    background-color: #e72323;
}

.why-travel-box:hover .why-travel-icon,
.why-travel-box:hover .why-travel-title {
    opacity: 0;
    transform: translateY(-10px);
}


.why-travel-box:hover .why-travel-desc {
    opacity: 1;
    transform: translateY(0);
}

.why-red-btn{
    background-color: #e72323;
    color:#fff;
    border:none;
    cursor: pointer;
    font-size: 18px;
}

@media (max-width: 1200px) {
    .why-travel-section{
        padding: 50px;
        margin-top: 30px;
    }

    .why-travel-container{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 30px;
        margin:0 0px;
    }

    .why-travel-icon img {
        width: 80px;
        height: 100%;
    }
}

@media (max-width: 1100px) {
    .why-travel-section{
        padding: 30px;
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .why-travel-container{
    grid-template-columns: 1fr 1fr;
    gap: 30px;}
}

@media (max-width: 500px) {
    .why-travel-container{
    grid-template-columns: 1fr;
  }

  .why-travel-box{
    height: 150px;
    padding:0;
  }

  .why-travel-redbox{
    height: 150px;
    padding:0;
  }

}


/* Review  */
.testimonials-area {
    margin: 0;
    padding: 0;
    background-color: #33614d;
    color: white;
    position: relative;
    }
    
    .review-bg{
        position: absolute;
        background: url('images/review-quote.webp') 50% 50% no-repeat;
        background-size: contain;
        background-position: right;
        width: 25%;
        height: 70%;
        right: 50px;
        top: 40px;
    }

    .testimonial-section {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        justify-content: center;
        padding: 50px 100px;
        background: radial-gradient(circle, #33614d 30%, #00000069 100%);
        overflow: hidden;
        height: 100%;
    }

    .testimonial-title {
        font-size: 40px;
        font-weight: bold;
    }

    .testimonial-container {
        height: 100%;
        overflow: hidden;
    }

    .testimonial {
        font-style: italic;
        text-align: right;
        padding: 10px;
    }

    .testimonial-content{
        font-size:30px;
    }

    .testimonial-author {
        font-weight: bold;
        margin-top: 10px;
        display: block;
    }

    @media (max-width: 1100px) {
        .testimonial-section{
        padding:50px;
    }
}

@media (max-width: 990px) {
    .testimonial-section{
        padding: 30px;
    }


    .testimonial-title {
            font-size: 30px;
            font-weight: bold;
        }

        .testimonial-content{
            font-size:20px;
        }
}

@media (max-width: 767px) {
    .testimonial-title {
        font-size: 25px;
    }

    .testimonial-content{
        font-size:16px;
    }

    .testimonial-section {
    display: grid;
    grid-template-columns: 1fr;}
}