* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.text-center {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

 #header {
    display: flex;
    width: 100%;
    height: 101px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    padding: 0 40px;
    /* justify-content: space-between; */
}

#header .nav__pc {
    display: flex;
    width: 100%;
}

#header .nav {
    width: 100%;
    justify-content: space-between;
}

#header .nav-logo {
    display: block;
    width: 51px;
    height: 101px;
    margin-right: 40px;
}

#header .wrap__list {
    margin: 0;
    padding: 0;
}

#header .nav__wrapper li {
    display: inline-block;
    list-style-type: none;
    align-items: center;
    padding-left: 24px;
}

#header .item {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    align-items: center;
    height: 100%;
    letter-spacing: 1px;
    line-height: 101px;
}

#header .item:hover,
#header .btn-locator:hover {
    color: #00754a;
}

#header .nav__user {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

#header .user__list {
    margin-left: 690px;
}

#header .nav__user a {
    text-decoration: none;
    justify-content: center;
}

#header .btn-locator {
    font-weight: bold;
    margin-right: 40px;
    font-size: 14px;
    color: #000;
}

#header .btn-sign {
    text-decoration: none;
    color: rgba(0,0,0,.87);
    background: none;
    border-radius: 50px;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    padding: 7px 16px;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
    font-size: 15px;
}

#header .login {
    margin-right: 16px;
}

#header .login:hover {
    background-color: rgba(179, 179, 179, 0.316);
}

#header .join {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

#header .join:hover {
    background-color: rgba(31, 31, 31, 0.721);
} 

/* #slider{

} */

#slider .card {
    margin: 32px 39.6px;
    border: 0;
}


#slider .slider-1 {
    background-color: #d4e9e2;
    padding: 32px 48px;
}

#slider .slider-1 .card-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}

#slider .slider-1 .card-text {
    font-size: 19px;
    line-height: 1.6;
}

#slider .slider-1 .sb-button {
    color: #1e3932;
    margin-top: 32px;
    display: inline-block;
    background: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    padding: 7px 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;

}

#slider .slider-2 {
    background-color: #f06464;
    padding: 32px 48px;
}

/* #slider .slider-2 .card-body {

} */

#slider .slider-2 .card-body {}

#slider .slider-2 .card-title {
    font-size: 50px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 24px;
}

#slider .slider-2 .card-text {
    font-size: 24px;
}

#slider .slider-2 .sb-button {
    color: #fff;
    margin-top: 32px;
    display: inline-block;
    background: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    padding: 7px 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;

}

#slider .slider-3 {
    background-color: #fa91aa;
}

#slider .slider-3 .card-title {
    color: #1e3932;
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 24px;
}

#slider .slider-3 .card-text {
    color: #1e3932;
    font-size: 24px;
}

#slider .slider-3 .sb-button {
    color: #1e3932;
    margin-top: 32px;
    display: inline-block;
    background: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 50px;
    padding: 7px 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;

}

#content {
    box-sizing: inherit;
}

#content .outside-content {
    margin: 32px 18px 0 18px;
}

#content .content-inner {
    box-sizing: border-box;
}

#content .content-flex {
    background-color: #fff;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    justify-content: center;
    text-align: center;
}

#content .content-body {
    padding: 0 48px;
    max-width: 49%;
}

#content .inner-body {
    color: #000;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    font-weight: 500;
}

#content .inner-body a {
    color: currentColor;
}

/* Footer */
#footer {
    overflow-x: hidden;
    margin-top: 48px;
    box-shadow: 0 -1px 3px rgb(0 0 0 / 10%),
                0 -2px 2px rgb(0 0 0 / 6%), 
                0 0 2px rgb(0 0 0 / 7%);
  }

  .body-footer {
    margin: 0 39.6px;
  }
  
  .footer-category {
    border-bottom: 2px solid rgb(213, 213, 213);
    padding-bottom: 32px;
  }
  
  .footer-category__item {
    position: relative;
  }
  
  .footer-category h5 {
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 32px;
  }
  
  .footer-category li {
    padding: 10px 0;
  }
  
  .category-wrap {
    user-select: none;
  }
  
  .category-list {
    width: 100%;
  }

  .category-list ul {
    list-style: none;
    padding: 0;
  }
  
  .category-list-item a {
    text-decoration: none;
    font-size: 15px;
    color: rgba(0, 0, 0, .58);
    width: 100%;
    font-weight: 500;
    padding: 0;
  }
  
  .extend-btn {
    /* transition: all linear 0.22s; */
    display: none;
  }
  
  .category-list-item a:hover {
    color: black
  }

#footer .end {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .icon-footer {
    margin-left: -5px;
}

#footer .sm-mr1 {
    margin-right: 4px;
}

#footer .sm-mr1 a {
    color: #000;
    min-width: 44px;
    min-height: 44px;
}


#footer .rules {
    margin-top: 16px;
    margin-bottom: 4px;
}

#footer .rules span {
    padding: 0 8px;
}
#footer .rules-text {
    color: #000;
    text-decoration: none;
}

#footer .rules-text:hover {
    text-decoration: underline;
}

#footer p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  margin: 0;
  padding: 16px 0;
}

#footer .rules-item a {
    text-decoration: none;
    color: #000;
}

#footer .rules-item:hover {
    text-decoration: underline;
}

#footer .rules-item span {
    padding: 0 8px;
}

#footer .rules-item .text-first {
    padding-right: 16px;
}

#footer .rules-item .text {
    padding: 0 16px;
}

#footer .license {
    margin: 0;
    padding: 16px 0;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
}

/* Mobile nav */
#header .nav__bars-btn {
    display: none;
    padding-top: 35px;
    margin-right: 24px;
    font-size: 24px;
    user-select: none;
    transition: all linear 0.2s;
}

#header .nav__mobile-close {
    margin-right: 32px;
    font-size: 32px;
    user-select: none;
    display: none;
}

#header .nav__mobile {
    position: fixed;
    top: 101px;
    bottom: 0;
    right: 0;
    width: 80%;
    max-width: 100%;
    background-color: #fff;
    z-index: 3;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
    /* display: none; */
    transform: translateX(101%);
    transition: all linear 0.2s; 
}

#header .wrap-moblie__list {
    padding-left: 0;
    margin: 24px 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

#header .wrap-mobile__item {
    width: 100%;
    list-style: none;
}

#header .item_mobile {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    padding: 20px;
    width: 100%;
}

#header .nav__mobile-user {
    height: auto;
}

#header .user__mobile-list {
    padding: 0 20px;
}

#header .locate {
    margin-top: 16px;
}

.overlay {
    position: fixed;
    top: 101px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    display: none;
}

#header .nav__input:checked ~ .overlay {
    display: block;
}

#header .nav__input:checked ~ .nav__mobile {
    transform: translateX(0%);
} 

.nav__input:checked ~ body {
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}

.extend-btn {
    display: none;
}

/* Reponsive */


@media (max-width: 1023px) {
    #header {
        justify-content: space-between;
    }
    #header .nav__bars-btn,
    .nav__mobile-close
    {
        display: block;
        align-content: center;
    }

    #header .nav__pc{
        display: none;
    }

    /* Footer */

    .footer-category__item {
        color: rgba(0, 0, 0, 0.8);
        position: relative;
        display: flex;
        align-items: center;
        max-height: 40px;
        margin: 24px 0 0 0;
        top: 0;
      }
    
      .footer-category__item:hover {
        cursor: pointer;
      }
    
      .footer-category h5 {
        font-size: 18px;
        margin: 32px 0;
        padding: 0;
      }
    
      .category-wrap {
        max-height: 64px;
        overflow: hidden;
        transition: all 0.25s linear;
      }
    
      .category-wrap.expand {
        max-height: 360px;
      }
    
      .category-list.active {
        display: block;
      }
    
      .footer-category button {
        background-color: transparent;
        width: 44px;
        height: 44px;
        font-size: 24px;
        right: 0;
        margin-left: auto;
        text-align: center;
        align-self: center;
        border: 0;
        border-radius: 50px;
      }
    
      .footer-category button:hover {
        background-color: rgb(235, 235, 235);
        cursor: pointer;
        transition: all .2s ease-out;
      }

      .extend-btn {
        display: block;
      }
} 