
@font-face {
    font-family: 'ToxigenesisRg-Bold';
    src: url('../fonts/Typodermic - ToxigenesisRg-Bold.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito-Variable';
    src: url('../fonts/Nunito-Variable.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.toxigenesisrg {
    font-family: 'Nunito-Variable', Arial, sans-serif !important;
    letter-spacing: 1px;
    /* You can add fallback fonts here */
}

.bg-grey2 {
    background: #e8e8e8;
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.poppinsmedium {
    font-family: 'Nunito-Variable', Arial, sans-serif !important;
    /* You can add fallback fonts here */
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.text-black{
    color: #000;
}



.pa-4 {
    padding-right: 0px;
    padding-left: 50px;
    padding-bottom: 0px;
    padding-top: 50px;
}

.pa-b0 {
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 0px;
    padding-top: 50px;
}

.mb200 {
    margin-bottom: 200px;
}

.poppinsregular {
    font-family: 'Nunito-Variable', Arial, sans-serif !important;
    /* You can add fallback fonts here */
}

#mainheader{
    padding-right: 50px;
    padding-left: 50px;
}

.mainheader{
    background-color: #1e1e1e;
    border-radius: 50px;
    margin-top: 20px;
}

#mainmenu>li::before{
    display: none;
}

.id-color{
    color: #fff;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f6f6f6;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius: 50px;
}

.lazy{
    width: 500px;
    height: 400px;
    object-fit: cover;
}

.bg-dark2{
    /*background-color: #17171775;*/
    background-color: var(--bg-dark-1) !important
}


.athersec2img{
    position: relative;
    width: 425px !important;
    left: -105px !important;
    top: 48px;
}
.theme-button {
    background: linear-gradient(to right, #67b44c, #e2ff4f) !important;
    color: #000 !important;
    padding: 5px 40px 5px 40px !important;
}
#section-1 .bg-box:hover{
    background-color:#fff;
}

#section-1{
    padding-bottom: 50px !important;
}

#section-1 h3{
    font-weight: 100;
    font-size: 18px;
}

#section-1 h1{
    font-size: 70px;
}

#section-1 h2{
    font-size: 40px;
}

#section-1 .btn-text1{
    font-weight: 100;
    color: #e2ff4f;
    border: 1px solid #67b44c;
    position: relative;
    border-radius: 50px;
    background-color: transparent !important;
}



#section-1 .btn-text2{
    font-weight: 100;
    color: #000000;
    background: linear-gradient(to right, #67b44c, #e2ff4f) !important;
}


.field-set{
    background-color: white;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px 10px 10px 20px;
}

.btn-main{

}





/* Styles for screens 991px wide or less */
@media (max-width: 991px) {
    #mainheader {
        padding-right: 15px;
        padding-left: 15px;
    }

    .mainheader {
        background-color: transparent;
        border-radius: 50px;
        margin-top: 20px;
    }

    #section-1 h1 {
        font-size: 54px;
        margin-top: 950px;
    }

    #section-1 {
        padding-bottom: 50px !important;
    }


    footer {
        color: var(--dark-body-font-color);
        background: var(--bg-dark-1);
        padding: 100px 0 0 0;
        text-align: center;
    }

    header .logo-mobile {
        margin-top: -25px;
    }
}


/* Styles for screens 480px wide or less */
@media (max-width: 480px) {


    #section-1 {
        padding-bottom: 20px !important;
        padding-right: 25px;
        padding-left: 25px;
    }

    footer {
        color: var(--dark-body-font-color);
        background: var(--bg-dark-1);
        padding: 100px 0 0 0;
        text-align: center;
    }

    header .logo-mobile {
        display: block;
        margin-top: -25px;
    }
}



/* Styles for screens 1520px wide or less */
@media (max-width: 1520px) {

}

/* Styles for screens 1920px wide or less */
@media (max-width: 1920px) {

}
