/* https://bootstrapdemos.adminmart.com/modernize/dist/dark/app-email.html */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'blankaregular';
    src: url('/fonts/blanka-regular.woff2') format('woff2'),
        url('./fonts/blanka-regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
}

.logo{
    text-align: center;
}
.logo-span{
    display: inline-block;

}
.logo-span img{
display: inline-block;
    transform: translate(-15px, -3px);
}

.navbar-brand {
    padding: 10px 0px 10px !important;
    font: 500 normal 40px/12px 'blankaregular' !important;
    letter-spacing: 0.2rem !important;
    padding: 0 20px 20px !important;
    color: #000 !important;
}

.navbar-toggler label {
    display: flex !important;
    flex-direction: column;
    width: 50px;
    cursor: pointer;
}

.navbar-toggler label span {
    background: #fff;
    border-radius: 10px;
    height: 5px;
    margin: 7px 0;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

.navbar-toggler span:nth-of-type(1) {
    width: 50%;
}

.navbar-toggler span:nth-of-type(2) {
    width: 100%;
}

.navbar-toggler span:nth-of-type(3) {
    width: 75%;
}

.navbar-toggler input[type="checkbox"] {
    display: none;
}


.navbar-toggler input[type="checkbox"]:checked~span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(8px, 0px)
}


.navbar-toggler input[type="checkbox"]:checked~span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg)
}


.navbar-toggler input[type="checkbox"]:checked~span:nth-of-type(3) {

    transform-origin: bottom;
    width: 50%;
    transform: translate(30px, -11px) rotatez(45deg);
}



@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Oswald:wght@200..700&display=swap');
/* font-family: "Nunito Sans", sans-serif;
font-family: "Noto Serif", serif;
font-family: "Oswald", sans-serif; */

h4 {
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}

h2 {
    font-size: 1.32rem !important;
}

h1 {
    font-weight: 600 !important;
}

h3 {
    font-weight: 700 !important;
    font-size: 1.2rem !important;
}

.container {
    /* max-width: 1340px !important; */
}

.navbar a {
    color: #fff !important;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0 20px;
    font-weight: 600;
  }
  
  .navbar-expand-lg  {
      width: 100%;
      position: absolute!important;
      top: 0;
      z-index: 6;
  }
  .navbar-expand-lg .navbar-collapse {
    justify-content: center;
  }

header::before {
    position: absolute;
    inset: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #8e0000, #000a45);
    opacity: 0.8;
}
header {
    height: 50vh;
    position: relative;
    text-align: center;
    background: url(./img/img3.webp) no-repeat center center /cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

header .content{
    z-index: 5;
}

header h1 {
    margin: 50px 0 0;
    color: #fff;
    font-family: "Noto Serif", serif;
    text-transform: capitalize;
}

header h4 {
    color: #ff4900;
    font-family: "Nunito Sans", sans-serif;
    line-height: 5rem;
}

header a {
    font-family: "Nunito Sans", sans-serif;
    color: #ccc;
    text-decoration: none;
}

.sec-1 {
    padding: 0 0 100px;
}

.container h5 span {
    color: #f12323;
}

.container h5 {
    margin: 100px 0 0 39px !important;
    font-size: 2.2rem !important;
}

.col .content {
    box-shadow: 0px 20px 40px 0 hsl(0deg 0% 68.2% / 88%);
    padding: 40px 30px;
    text-align: center;
    border-radius: 30px;
    background: linear-gradient(322deg, #3F51B5, #ff0000);
}

.col .content h3 {
    font-family: "Noto Serif", serif;
    text-transform: capitalize;
    font-size: 1.2rem!important;
    color: #fff;
}

.col .content p {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1em;
    color: #ddd;
    margin-top: 15px;
    font-weight: 600;
}

.col .content a,
.rows a {
    font-family: "Nunito Sans", sans-serif;
    background: #f13a3a;
    text-decoration: none;
    padding: 12px 40px;
    border-radius: 30px;
    letter-spacing: 2px;
    margin: 10px 0 0;
    display: inline-block;
    color: #fff;
}


.accordion-item {
    border: none !important;
    margin: 0 0 1em 0 !important;
    padding: 0 15px !important;
    border-bottom-style: line !important;
    /* box-shadow: 1px 11px 40px 0 #4b4b4b1a !important; */
    font-family: "Nunito Sans", sans-serif;
}

.accordion-header {
    border-bottom: 1px solid #525151;
    border-bottom-style: dashed;
}

.accordion-button {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #000 !important;
}

.accordion-button:not(.collapsed) {
    background: #fff !important;
}

.accordion-button:hover {
    color: #f12323 !important;
    box-shadow: 0 20px 40px 0 #0000001a !important;
    background: none !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.sec-2,
.sec-3 {
    padding: 0 100px 100px;
}

.sec-2 .containers {
    display: flex;
}

.sec-2 .items:hover {
    box-shadow: 0px 20px 20px 0 #c0b8b8;
}

.sec-2 .items {
    box-shadow: -1px 15px 40px 0 hsl(0deg 0% 36.37% / 23.14%);
    padding: 40px 30px;
    text-align: start;
    border-radius: 30px;
    height: 350px;
    width: 350px;
    transition: all 0.3s ease-in-out;
    margin: 2rem 0;
}

.sec-2 h1 {
    text-align: center;
    font-family: "Nunito Sans", sans-serif;
    margin: 0 0 50px;
}

.sec-2 .items h2 {
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
    line-height: 1.5em;
}

span {
    color: #f12323;
}

.sec-2 .items p {
    font-weight: 600;
    color: #696868;
    font-family: "Noto Serif", serif;
    letter-spacing: 0.51px;
    line-height: 2em;
}

.sec-3 .col-2 h2 {
    font-size: 2.3em !important;
    line-height: 1.32em;
}

.sec-3 p {
    font-weight: 600;
    color: #696868;
    letter-spacing: 0.51px;
    line-height: 1.7em;
}

footer {
    background-color: #161616;
    padding: 50px;
}

footer .col {
    text-align: center;
    height: 300px;
}

footer h1 {
    color: #fff !important;
    font-family: 'blankaregular';
    letter-spacing: 2px;
}

footer h3 {
    color: #fff;
    font-family: 'League Spartan';
    font-weight: 600;
    text-transform: lowercase;
}

footer .nav-link {
  color: #737373;
  font-weight: 500;
}

footer .nav-link:hover {
    color: #ffffff !important;
}

footer li {
    list-style: none;
    color: #312c2c;
    font-weight: 500;
}

footer p {
    color: #666666;
    font-family: 'League Spartan';
    font-size: 18px;
    font-weight: 600;
}

footer h5 {
    font-size: 14px;
    color: #857f7f;
    font-weight: 600;
    font-family: 'League Spartan';
    display: inline-flex;
    text-transform: capitalize;
    flex-direction: column;
}

@media screen and (max-width:430px) {
    header {
        height: 35vh;}
        .sec-2, .sec-3 {
            padding: 20px;
        }

        .navbar-brand {
            font-size: 23px!important;
        }
        .navbar-expand-lg .navbar-collapse {
            background-color: #434343;
        }

        .sec-2 .align-items-center {
            align-items: center !important;
        }

        .row {    flex-direction: column;
            align-content: flex-start;}
            .col-8 , .col-2 {
                width: 90%!important;
            }
            footer .row{
                flex-direction: column;
              }
              footer .row .col{
                margin: 20px 0;
              }
}