﻿body {
    font-family: 'Manrope', sans-serif !important;
}

header {
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

.navbar-brand {
    height: auto;
}

.section-max-widthheader {
    max-width: 1400px !important;
    margin-top: -20px;
    margin-right: auto !important;
}


.nav-link {
    color: #000 !important;
    font-weight: 500;
    font-size: 25px;
    margin-left: 25px;
    text-decoration: none;
    padding: 6px 18px !important;
    margin: 12px;
}

    .nav-link:hover {
        color: white !important;
        transition: 0.3s ease !important;
        height: auto !important;
        width: auto !important;
        background-color: #E81D25 !important;
    }

.navbar.bg-white {
    background-color: #fff !important;
    border: none;
    margin: 0;
    padding: 10px 0;
}


.navbar-brand img {
    width: 250px;
}

.navbar-nav > li > a {
    /*font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: 500;
    padding: 10px 18px;
    margin-top: 37px;*/
}


.headerarw {
    padding-right: 8px;
    width: 20px;
    position: relative;
    top: -2px;
}

a {
    text-decoration: none;
}

.linksignin {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    color: #E81D25 !important;
    padding-right: 12px;
}

    .linksignin:hover {
        text-decoration: none;
        color: #E81D25 !important;
    }

.headerright a {
    font-weight: 600;
    color: #E81D25 !important;
    border: 2px solid #E81D25;
    padding: 8px 18px;
    border-radius: 12px;
    font-size: 18px;
    display: inline-block;
    margin-top: 6px;
    width: 190px;
}

.navbar-toggle {
    border: none;
    background: #E81D25 !important;
    border-radius: 4px;
    margin-top: 15px;
  
}

    .navbar-toggle .icon-bar {
        background-color: #fff !important;
    }

#navbarSupportedContent {
    border: none;
}

@media (min-width: 992px) {
    .navbar-nav.navbar-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}



.section-max-width1 {
    max-width: 1207px !important;
    /* margin: 0;*/
    margin-right: auto !important;
    padding-top: 20px;
    padding-bottom: 40px;
    background-color: #f2f2f2;
}

#footer {
    background-color: #f2f2f2;
    color: #323232;
    font-size: 18px;
}

    #footer a {
        color: #323232;
        font-size: 18px;
        text-decoration: none;
    }

.copyrightlink1 {
    text-transform: none;
    padding: 0px 10px;
    border-right: 1px solid;
    /*margin-right: 15px;*/
}

@media (min-width: 340px) {
    .navbar-brand img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 1199px) {
    #footerText {
        text-align:center !important;
        margin-bottom:10px !important;
    }

    #text {
        justify-content: center !important;
    }

    #footerText > [class*="col-"] {
        margin-bottom: 20px !important;
    }
}


#text {
    display: grid;
    justify-content: end;
}

.clsBgWhite {
    background-color: #fff !important;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}
.navbar-default .navbar-nav > li > a {
    color: #000;
    font-weight: 500;
    font-size: 25px;
    text-decoration: none;
}
.centered-nav .navbar-nav > li > a:hover {
    background-color: #E81D25;
    color: #fff !important;
}
.linksigninnew {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500 !important;
    color: #E81D25 !important;
}

.centered-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* Optional: Prevent overlap on small screens */
@media (max-width: 767px) {
    .centered-nav {
        position: static;
        transform: none;
        text-align: center;
        width: 100%;
    }

        .centered-nav .navbar-nav {
            float: none;
            display: inline-block;
        }
}

.linksigninnew:hover {
    background: none !important;
    color: #E81D25 !important;
}
.clsTryFree {
    font-size: 18px !important;
    border: 2px solid #E81D25;
    border-radius: 6px;
    padding: 11px 20px !important;
    color: white !important;
    background-color: #E81D25 !important;
}
/*.clsTryFree:hover {
    color: #E81D25 !important;
}*/
/*.clsTryFree:hover {
    font-size: 18px;
    border: 2px solid #E81D25;
    border-radius: 12px;
    padding: 7px 22px;
}*/

@media (min-width: 768px) {
    .centered-nav {
        margin: 25px 0;
    }
}
@media (min-width: 768px) {
    .navbar-right {
        margin: 25px 0;
    }
}

.sectionheader {
    max-width: 1400px !important;
}

@media (min-width: 768px) and (max-width: 850px) {
    .navbar-brand img {
        width: 80%;
        height: 80%;
    }

    .navbar-nav > li > a {    
    font-size: 20px !important;
    font-weight: 500;
    }

    .linksigninnew {
        font-size: 15px !important;
       
    }

    .clsTryFree {
        font-size: 15px !important;
        padding: 7px 11px !important;
    }
}

.pc-footer {
    background: #F2F2F2;
    color: #323232;
    padding: 60px 20px 20px;
    font-family: 'Manrope', sans-serif !important;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
}

.footer-brand h3 {
    font-size: 26px;
    color: #e50914;
    margin-bottom: 10px;
}

.footer-brand p {
    color: #323232;
    line-height: 1.6;
    font-size: 19px;
}

.footer-links h4 {
    margin-bottom: 15px;
    font-size: 19px;
    font-weight: 600;
}

.footer-links a {
    display: block;
    color: #323232;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 15px;
    transition: 0.3s;
}

    .footer-links a:hover {
        color: #e50914;
        transform: translateX(3px);
    }

.footer-bottom {
    border-top: 1px solid #323232;
    margin-top: 40px;
    padding-top: 15px;
    text-align: center;
    font-size: 17px;
    color: #323232;
}

/* Mobile */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

