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


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

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


 body{
    overflow:none;
    margin:0;
    font-family: 'Cotoris';
    font-weight: 600;
}

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


.section-title {
    font-size: 40px;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-subtitle {
    color: #000;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-desc {
    color: #000;
    position: relative;
    margin-bottom: 20px;
    font-size: 16px;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}


.white-btn {
    background: transparent;
    color: #ff5757;
    outline: 3px dashed #ff5757;
    cursor: pointer;
    font-size: 16px;
    width: 160px;
    padding: 10px;
    border-radius: 0;
    font-weight: 600;
    border: none;
}

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

.red-btn {
    background: #ff5757;
    color: #fff;
    outline: 3px dashed #ff5757;
    cursor: pointer;
    font-size: 16px;
    width: 160px;
    padding: 10px;
    border-radius: 0;
    font-weight: 600;
    border: none;
}

.red-btn:hover {
    background: transparent;
    color: #ff5757;
    transition: background 1s ease;
}

.red{
    color: #ff5757;
    font-weight: 600;
    position: relative;
}

.black{
    color:#000;
}

.text-style{
    font-weight: 600;
}

@media (max-width: 1600px) {
   .section-style {
    padding: 50px 100px;
    overflow: hidden;
}
}

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

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

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

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

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

 .section-style {
        padding: 30px;
    }
}