/* Previous CSS */

.usertop * {
    margin: 0px;
    padding: 0px;
    }

.usertop ul {
    list-style-type: none;
    background: #ffffff;
    color: #ffffff;
    text-align: center;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #5a5a5a;
    border-top: 1px solid #5a5a5a;
}

.usertop li {
    display: inline-block;
}

.usertop a {
    text-decoration: none;
    color: #000000;
    background: #ffffff;
    width: 200px;
    line-height: 40px;
    display: block;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}

.usertop a:hover {
    transition: 0.5s;
    background: #ffffff;
    color: #ff0000;
}

.usertop2 * {
    margin: 0px;
    padding: 0px;
    }

.usertop2 ul {
    list-style-type: none;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 0px;
    margin: 0px;
    border-bottom: 2px solid #000000;
    border-top: 2px solid #000000;
}

.usertop2 li {
    display: inline-block;
}

.usertop2 a {
    text-decoration: none;
    color: #fff;
    background: #000000;
    width: 150px;
    line-height: 40px;
    display: block;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

.usertop2 a:hover {
    transition: 0.5s;
    background: #393939;
    color: #ffffff;
}

#newinfo 
    *{
    margin: 0;
    padding: 0;
}

#newinfo ul {
    list-style-type: none;
    overflow: hidden;
    width: 800px;
    height: 30px;
    margin: 0px auto;
}

#newinfo li {
    width: 120px;
    height: 30px;
    margin: 0px 4px;
    float: left;
}

#newinfo a {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    color: #e60012;
}

#snewinfo 
    *{
    margin: 0;
    padding: 0;
}

#snewinfo ul {
    list-style-type: none;
    overflow: hidden;
    text-align: center;
    padding: 0px;
    margin: 0px;
}


#snewinfo li {
    display: inline-block;
    }

#snewinfo a {
    display: block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    color: #ff0000;
}

#snewinfo a:hover {
    transition: 0.5s;
    background: #282828;
    color: #ffffff;
}

#snewinfo b {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

#line * {
    margin: 0;
    padding: 0;
}

#line ul {
    list-style-type: none;
    background: #e5e5e5;
    height: 1px;
    max-width: 100%;
    text-align: center;
    padding: 0;
    margin: 0px auto;
}

#line li {
    display: inline-block;
}

.midcategory * {
    margin: 0;
    padding: 0;
    }

.midcategory ul{
    background: #000;
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.midcategory li {
    display: inline-block;
    background: #000;
}

.midcategory a {
    text-decoration: none;
    width: 300px;
    height: 240px;
    display: block;
    font-size: 40px;
}

.container {
  max-width: 100%; 
  padding: 10px;
}

.gallery {
  display: grid;
  grid-template-columns: 20% 80%;
}

.gallery__img {
  max-width: 100%; 
}


/* reset */
:root {
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

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

.container2{
    width: 100%;
    margin-inline: auto;
}

/* carousel */
.carousel_inner{
    width: 100%;
    overflow: hidden;
}

.carousel_inner::after{
    content: **;
    display: block;
    clear: both;
}

.carousel_item{
    position: relative;
    float: left;
    display: none;
    width: 100%;
    margin-right: -100%;
}

/* slide effect */
.carousel_item__active,
.carousel_item__pos_prev,
.carousel_item__pos_next{
    display: block;
}

.carousel_item__pos_prev{
    left: -100%;
}

.carousel_item__pos_next{
    left: 100%;
}

.carousel_item__prev{
    transform: translateX(100%);
    transition: transform 1s ease-in-out;
}

.carousel_item__next{
    transform: translateX(-100%);
    transition: transform 1s ease-in-out;
}

/* fade effect */
.carousel__fade .carousel_item__pos_prev,
.carousel__fade .carousel_item__pos_next{
    left: 0;
    opacity: 0;
}

.carousel__fade .carousel_item__prev,
.carousel__fade .carousel_item__next{
    transform: none;
    opacity: 1;
    transition: opacity 2s ease-in-out;
}

.carousel__fade .carousel_item__active.carousel_item__prev,
.carousel__fade .carousel_item__active.carousel_item__next{
    opacity: 0;

}

/* carousel */
.carousel_img{
    display: block;
    width: 100%;
}

.carousel_caption{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 3rem 4rem;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.carousel_title{
    font-family: "Impact", sans-serif;
    font-weight: 600;
    font-size: 60px;
    color: #e60012;
    -webkit-text-stroke: 2px #fff;
}

.carousel_description{
    margin-top: .75rem;
    line-height: 150%;
    font-family: "Impact", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #e60012;
    -webkit-text-stroke: 2px #fff;
}

.carousel_indicator{
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-direction: row;
    gap: .5rem;
    z-index: 1;
}

.carousel_dot{
    display: block;
    padding: .25rem;
    background-color: rgb(255, 0, 0);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .5s ease-in-out;
}

.carousel_dot__active{
    background-color: lightskyblue;
    cursor: default;
    pointer-events: none;
}

.carousel_control{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.carousel_button{
    display: block;
    padding-inline: 1rem;
    font-family: "Raleway", sans-serif;
    font-size: 1.375rem;
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
    border: none;
    cursor: pointer;
    transition: color .25s;
    z-index: 1;
}

.carousel_button:hover{
    color: rgba(135, 206, 250, .75);
}

/* Form */
