@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
/* font-family: "Oswald", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
/* font-family: "Titillium Web", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Montserrat", sans-serif; */
@font-face {
  font-family: "bebasNeueProThin";
  src: url('../fonts/Bebas-Neue-Pro-Thin.ttf');
}

@font-face {
  font-family: "bebasNeueProBold";
  src: url('../fonts/Bebas-Neue-Pro-Bold.ttf');
}

@font-face {
  font-family: "NirmalaUI";
  src: url("../fonts/Nirmala.ttf");
}

@font-face {
  font-family: "Handwind";
  src: url("../fonts/Handwind.ttf");
}

body{
    font-family: "Titillium Web", sans-serif;
    color: #111;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Oswald", sans-serif;
}

.hero-img{
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 45px 0px;
}

.hero-img .hero-text{
    width: 50%;
    margin: auto;
    margin-top: 30px;
}

.section-01{
    background: #dedde3;
}

.section-01 h2{
    font-size: 68px;
    color: #444444;
    font-family: "bebasNeueProBold";
}

.section-01 p i{
    color: #703c22;
    font-size: 22px;
    font-family: "bebasNeueProBold";
}

.section-01 p{
    font-size: 18px;
    text-align: justify;
}

.btn-readmore{
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: #573427;
    border-top: 3px solid #01386d;
    font-size: 18px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    text-decoration: none;
    margin-top: 45px;
}

.section-02 {
    width: 100%;
    min-height: 500px;
    background: #e7e7e7;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.section-02 .box-01{
    width: 20%;
    background: #573427;
    padding: 30px 0px;
    border: 1px solid #333333;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.section-02 .box-02{
    width: 80%;
    background: #e7e6e1;
}

.product-grid-box{
    margin-bottom: 30px;
}

.product-grid-box h4{
    font-family: "NirmalaUI";
    font-size: 24px;
    color: #1d2134;
    letter-spacing: 5px;
    margin-top: 5px;
}

.section-03{
    background: url(../images/section-03-bg-new.jpg) no-repeat center center;
    background-size: cover;
    height: 2200px;
}

.section-03 h1{
    font-size: 90px;
    font-family: "bebasNeueProThin";
    color: #363636;
    margin-left: 120px;
    line-height: 90px;
    margin-top: 140px;
}

.section-03 h1 strong{
    font-family: "bebasNeueProBold";
}

.section-03 .light-up{
    font-family: "Handwind";
    font-size: 90px;
    color: #fff;
}

.section-03 h2{
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 76px;
    color: #ffe3b0;
    margin-left: 100px;
    margin-top: -50px;
}

.section-03 p{
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 76px;
    color: #ffffff;
    margin-left: 100px;
    margin-top: -40px;
}

.section-03 .request-quote{
    margin-left: 0px;
    font-family: "bebasNeueProBold";
    color: #ffffff;
    font-size: 64px;
}

.section-03 .btn-submit{
    background: #34130a;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    border: 0px;
    border-radius: 10px;
    height: 40px;
    line-height: 35px;
    width: 180px;
    text-transform: uppercase;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
}



@media only screen and (max-width: 600px) {
    .section-03 h1 {
        font-size: 60px;
        margin-left: 0px;
        line-height: 60px;
        margin-top: 0px;
    }
    .section-03 img{
        height: 60px;
        object-fit: contain;
    }
    .section-03 .container > div:nth-child(3),
    .section-03 .container > div:nth-child(5){
        display: none;
    }
    .section-03{
        height: auto;
        padding: 45px 0px;
    }
    .section-03 h2{
        margin-left: 0px;
    }
    .section-03 p{
        margin-left: 0px;
        font-size: 56px;
        line-height: 56px;
        margin-top: -20px;
    }
    .section-03 .container > div:nth-child(6){
        margin-top: 60px;
    }
}