/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,700;1,400;1,700&display=swap'); */


/*---------font family-------------*/

.raleway {
    font-family: 'Raleway', sans-serif !important;
}


/*lato*/

.lato {
    font-family: "lato" !important;
}


/*font weight*/

.bold {
    font-weight: bold;
    color: black !important;
}


/*--------- end font family---------*/

body {
    font-family: 'Raleway', sans-serif !important;
}

.main {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%, black 90%), transparent url(../images/bg.png) 50% 0% padding-box;
    background-repeat: no-repeat;
}

.header-warning {
    background-color: #B40000;
    color: #ffff;
    border-bottom: 5px solid #FFEE00;
}

.header-warning p {
    font-size: 25px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.header-warning span {
    font-size: 25px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 900;
    font-style: normal;
}

.header-main {
    background: transparent url(../images/doom.png);
    /* opacity: 1; */
    /* top: 0px;
    left: 0px; */
    height: 700px;
    background-size: cover;
}

.header-main-image img {
    /* margin-top: 96px;
    margin-left: 729px; */
    width: 637px;
    height: 450px;
}

.header-main h1 {
    position: absolute;
    top: 50px;
    left: 110px;
    text-align: left;
    color: #FFFFFF;
    font-size: 60px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
}

.header-main .sub-1 {
    position: absolute;
    top: 300px;
    left: 200px;
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
}

.container {
    width: 90%;
    margin-top: 20%;
}

.section-main {
    position: relative;
    bottom: 350px;
    margin: 1.5% 6.5%;
}

.section-main .img-1 {
    max-width: 100%;
    height: 599px;
}

.main-content p {
    color: #434343;
    font-size: 25px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    font-style: normal;
}

.main-content h1 {
    color: #000000;
    font-size: 40px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    margin: 2% 0 4%;
}

.section-important h1 {
    text-align: left !important;
    margin: 2% 0% !important;
    font-size: 40px;
}

.border-important {
    border-left: 9px solid #B40000;
    padding-left: 2% !important;
}

.border-important-sub {
    padding-left: 3%;
    font-size: 35px !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 900 !important;
    font-style: italic !important;
}


/* cut */


/* .section-scratch-image img {
    width: 872px;
    height: 396px;
    text-align: center !important;
    margin: 3% 0;
} */

.border-bottom-red {
    border-bottom: 8px solid #B40000 !important;
}

li {
    color: #434343;
    font-size: 25px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 2%;
}


/*------------- button hover animation -------*/


/*default btn hover*/

.dbtn-hover {
    -webkit-transition: transform ease-out 0.3s, scale 0.3s;
    transition: transform ease-out 0.3s, scale 0.3s;
}

.dbtn-hover:hover {
    transform: scale(0.93);
    color: #ffffff;
}


/* footer */

div#discalimer {
    padding: 1.5em;
    /* max-width: 1000px; */
    font-family: 'AvertaStd' !important;
    /* float: left; */
    width: 100%;
    background-color: white !important;
}

.footer-links li {
    list-style-type: none;
    display: inline-block;
}

.footer-links li a {
    padding: 0 7px;
    font-size: 18px !important;
    font-weight: normal !important;
}


/* a {
    color: black;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: black;
} */


/*-------------- end hover animation ----------*/

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .header-warning {
        height: 50px;
        text-align: left !important;
    }
    .header-warning p {
        font-size: 20px !important;
    }
    .header-warning span {
        font-size: 20px !important;
    }
    .header-main {
        height: 400px;
    }
    .header-main h1 {
        position: absolute;
        top: 50px;
        left: 30px;
        text-align: left;
        font-size: 40px;
    }
    .header-main .header-main-image img {
        top: 0px;
        right: 0;
        height: 280px;
        width: 400px;
        position: absolute;
    }
    .header-main .sub-1 {
        position: absolute;
        top: 220px;
        left: 40px;
        text-align: center;
        font-size: 20px;
        z-index: 1;
    }
    /* container adjusted */
    /* .container {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
    }
    .main-content [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .main-content .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    } */
    .section-main {
        position: relative;
        bottom: 120px;
    }
    .section-main .img-1 {
        max-width: 100%;
        height: 350px;
    }
    .main-content p {
        font-size: 25px;
    }
    .main-content h1 {
        font-size: 35px;
    }
    .arrow_Image {
        width: 35px;
        height: 40px;
    }
    #arrowdiv {
        margin-right: 0px !important;
    }
    li {
        font-size: 20px;
        margin-bottom: 4%;
    }
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .header-warning {
        height: 50px;
        text-align: left !important;
    }
    .header-warning p {
        font-size: 12px !important;
    }
    .header-warning span {
        font-size: 12px !important;
    }
    .header-main {
        height: 250px;
    }
    .header-main h1 {
        position: absolute;
        top: 10px;
        left: 30px;
        text-align: left;
        font-size: 22px;
    }
    .header-main .sub-1 {
        position: absolute;
        top: 110px;
        left: 25px;
        text-align: center;
        font-size: 12px;
        z-index: 1;
    }
    .header-main .header-main-image img {
        top: 0px;
        right: -10px;
        height: 200px;
        width: 220px;
        position: absolute;
        opacity: 0.7;
    }
    /* container adjusted */
    .container {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
    }
    .main-content [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .main-content .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .section-main {
        position: relative;
        bottom: 80px;
    }
    .section-main .img-1 {
        width: 100%;
        height: 220px;
    }
    .main-content p {
        font-size: 20px;
    }
    .main-content h1 {
        font-size: 30px;
    }
    .section-important h1 {
        text-align: left !important;
        margin: 2% 0% !important;
    }
    .border-important {
        border-left: 9px solid #B40000;
        padding-left: 2% !important;
    }
    .border-important-sub {
        padding-left: 3%;
        font-size: 30px !important;
    }
    .border-bottom-red {
        border-bottom: 4px solid #B40000 !important;
    }
    .arrow_Image {
        width: 30px;
        height: 30px;
    }
    #arrowdiv {
        margin-right: 0px !important;
    }
    li {
        font-size: 12px;
        margin-bottom: 4%;
    }
}