/*
Theme Name: madmarketing
Author: Sithara
Author URI: 
Version: 1.0
 */


 
/* @font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-Italic.eot');
    src: url('fonts/RobotoCondensed-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/RobotoCondensed-Italic.woff2') format('woff2'),
        url('fonts/RobotoCondensed-Italic.woff') format('woff'),
        url('fonts/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
} */



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

 body{
    overflow:none;
    margin:0;
    font-family: 'Roboto Condensed';
}

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

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

.section-title {
    position: relative;
    font-size: 70px;
    font-family: 'TS-kaewPet-NP';
    font-weight: 500;
}

.section-desc {
    color: #000;
    position: relative;
    text-align: left;
    font-weight: 400;
    margin: 10px 0;
}

.white-title{
    color: #fff;
}

.yellow-btn {
    background: #fbb912;
    color: #fff;
    border: 3px solid #5d4233;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    padding: 10px 20px;
}

.yellow-btn:hover {
    background: transparent;
    color: #5d4233;
    transition: background 1s ease;
}

.white-btn {
    background: transparent;
    color: #5d4233;
    border: 3px solid #5d4233;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    padding: 10px 20px;
}

.white-btn:hover {
    background: #fbb912;
    color: #fff;
    transition: background 1s ease;
}

.green-btn {
    background: transparent;
    color: #3d6412;
    border: 3px solid #3d6412;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    width: fit-content;
    padding: 10px 20px;
}

.green-btn:hover {
    background: #fbb912;
    color: #fff;
    transition: background 1s ease;
}

.green-text{
 color:#00be62;
}

.green-text:hover{
    color:#fbb912;
   }

@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;
    }

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

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

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

@media (max-width: 500px) {



}