﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans';
    /*font-family: 'Khand', sans-serif;*/
    /*font-family: 'Rajdhani', sans-serif;*/
}


h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 200%;
    color: #333;
}

h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 200%;
    color: #FE7A15;
}

h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 160%;
    color: #333;
}

h4 {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.1em;
    color: #EBEBEB;
}

a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
}

label {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0.02em;
}

.button {
    width: 150px;
    background-color: Transparent;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    border-radius: 50px;
    align-items: center;
}

p {
    font-size: 45px;
    line-height: 150%;
    color: #EBEBEB;
}

sup {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #EBEBEB;
}

.imgalign {
    padding: 0.2em;
    border: 2px solid #fff;
    height: auto;
    width: 280px;
    border: 2px solid #0191B4;
}

    .imgalign:hover {
        transform: scale(1.02);
        transition: transform 0.2s ease-out;
    }

#header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(85.18deg, #FF7E5F 23.84%, #FEB47B 76.23%);
}

    #header .header__nav {
        display: flex;
        align-items: center;
        flex-direction: row;
        padding: 20px 0px;
        width: 70%;
        box-sizing: border-box;
    }

        #header .header__nav .nav__heading {
            width: 40%;
            display: flex;
        }

            #header .header__nav .nav__heading .nav__heading__img > img {
                height: 100px;
                width: auto;
                margin-right: 20px;
            }

            #header .header__nav .nav__heading .nav__heading__txt > div:nth-child(1) {
                font-size: 45px;
                font-weight: bold;
                font-family: 'Noto Sans';
                margin: 0px;
                padding: 0px;
            }

                #header .header__nav .nav__heading .nav__heading__txt > div:nth-child(1) > span {
                    font-weight: 500;
                    font-size: 45px;
                }

            #header .header__nav .nav__heading .nav__heading__txt > div:nth-child(2) {
                font-size: 20px;
                font-weight: bold;
                margin: 0px;
                padding: 0px;
            }



        #header .header__nav .nav__menu {
            width: 60%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 20px;
            background: #efefef;
            border-radius: 5px;
        }






            #header .header__nav .nav__menu a {
                color: #800000;
                font-size: 16px;
                border: 2px solid transparent;
                width: 120px;
                transition: 0.1s ease-in;
                line-height: 200%;
                display: block;
                font-family: 'Noto Sans', sans-serif;
                font-weight: bold;
                text-decoration: none;
            }

                #header .header__nav .nav__menu a:hover,
                #header .header__nav .nav__menu a.active {
                    color: #fff;
                    background: #800000;
                    border-radius: 5px;
                }


#footer {
    background-color: #420202e3;
    text-align: center;
    padding: 30px 0;
}

    #footer .footer__container {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin: 0 auto;
        width: 70%;
    }

        #footer .footer__container .footer__container__heading h1 {
            font-style: normal;
            font-weight: 500;
            font-size: 28px;
            line-height: 180%;
            color: #FFFFFF;
            padding-bottom: 20px;
        }

        #footer .footer__container .footer__container__icons img {
            padding: 5px;
            height: 30px;
            width: auto;
        }

        #footer .footer__container .footer__container__icons p {
            font-size: 20px;
            color: #FFFFFF;
            margin-bottom: 20px;
        }

        #footer .footer__container .copyright_text {
            /*padding: 20px 0;*/
        }

            #footer .footer__container .copyright_text p {
                font-size: 16px;
                color: #B5B5B5;
            }

@media(max-width:1600px) {
}

@media(max-width:1366px) {

    #header .header__nav,
    #footer .footer__container {
        width: 80%;
    }
}

@media(max-width:1280px) {
    #header .header__nav,
    #footer .footer__container {
        width: 80%;
    }

        #header .header__nav .nav__heading .nav__heading__img > img {
            height: 90px;
        }

        #header .header__nav .nav__heading .nav__heading__txt > div:nth-child(1) {
            font-size: 40px;
        }
}

@media(max-width:1024px) {
    #header .header__nav,
    #footer .footer__container {
        width: 95%;
    }

        #header .header__nav .nav__heading > div:nth-child(1),
        #header .header__nav .nav__heading > div:nth-child(1) > span {
            font-size: 38px;
        }

        #header .header__nav .nav__heading > div:nth-child(2) {
            font-size: 18px;
        }

        #header .header__nav .nav__heading .nav__heading__img > img {
            height: 80px;
        }

        #header .header__nav .nav__heading .nav__heading__txt > div:nth-child(1) {
            font-size: 38px;
        }


    .button {
        height: 40px;
        width: 120px;
        font-size: 14px;
    }

    .imgalign {
        padding: 0.2em;
        border: 2px solid #fff;
        height: auto;
        width: 245px;
    }




    #footer {
        padding: 20px 0;
    }

        #footer .footer__container {
            width: 750px;
        }
}

@media(max-width:768px) {

    #header .header__nav,
    #footer .footer__container {
        width: 95%;
    }

    #navigation .header__nav .nav__heading {
        width: 50%;
    }

    #navigation .header__nav .nav__menu {
        width: 50%;
    }

    #navigation .header__nav .nav__menu {
        display: none;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    a {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 160%;
        text-align: center;
    }

    .button {
        height: 40px;
        width: 110px;
    }


    #footer .footer__container .footer__container__heading h1 {
        font-size: 36px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 425px) {

    #header .header__nav,
    #footer .footer__container {
        width: 95%;
        margin: 0 auto;
    }

    #header .header__nav {
        padding: 10px 0;
    }

        #header .header__nav .nav__menu {
            display: none;
        }

        #header .header__nav .nav__heading {
            width: 90%;
        }

            #header .header__nav .nav__heading > div:nth-child(1), #header .header__nav .nav__heading > div:nth-child(1) > span {
                font-size: 30px;
            }

            #header .header__nav .nav__heading > div:nth-child(2) {
                font-size: 10px;
            }

            #header .header__nav .nav__heading .nav__heading__img > img {
                height: 70px;
            }

            #header .header__nav .nav__heading .nav__heading__txt > div:nth-child(1) {
                font-size: 30px;
            }

            #header .header__nav .nav__heading .nav__heading__txt > div:nth-child(2) {
                font-size: 14px;
            }

    #footer {
        padding: 20px 0;
    }

        #footer .footer__container .footer__container__heading h1 {
            font-size: 22px;
        }

        #footer .footer__container .footer__container__icons p {
            font-size: 18px;
        }

        #footer .footer__container .copyright_text p {
            font-size: 10px;
        }

        #footer .footer__container .footer__container__icons img {
            margin-right: 0;
            height: 20px;
        }
}
