body {
    margin: 0;
}

.start {
    width: inherit;
    background-color: #F4F5F7;
}

.start .header {
    display: flex;
    flex-direction: row;
    border-bottom: solid 1px lightgrey;
    width: 1120px !important;
    margin: auto;
    justify-content: space-between;
    max-width: 100%;
    flex-wrap: wrap;
}

.start .head_logo img {
    width: 125px;
    padding: 15px;
}

.start .button {
    display: flex;
    flex-direction: row;
    margin-right: 30px;
    margin-top: 20px;
}

.start .button a {
    display: contents;
}

.start .help a {
    font-family: Sans-serif;
    color: #617C85;
    font-size: large;
}

.start .help {
    margin-right: 35px;
    margin-top: 7px;
}

.start .signin button {
    background: #EB6713;
    border: none;
    border-radius: 5px;
    width: 135px;
    height: 35px;
    font-size: large;
    transition: 0.5s;
}

.start .signin button:hover {
    background: #fff;
    color: #EB6713;
    transition: 0.5s;
}

.start .signin button:hover a {
    background: #fff;
    color: #EB6713;
    transition: 0.5s;
}

.start .signin a {
    color: white;
}

.start .help a:hover {
    color: #EB6713;
}

@media (max-width: 600px) {
    .start .help a {
        font-family: Sans-serif;
        color: #617C85;
        font-size: 16px;
    }

    .start .help {
        margin-right: 35px;
        margin-top: 7px;
    }


    .start .signin button {
        background: #EB6713;
        border: none;
        border-radius: 5px;
        width: 105px;
        height: 35px;
        font-size: 14px;
        transition: 0.5s;
    }

    .start .signin button:hover a {
        background: #fff;
        color: #EB6713;
        transition: 0.5s;
    }

    .start .signin a {
        color: white;
    }
}

@media (max-width: 490px) {
    .start .button {
        display: flex;
        flex-direction: row;
        margin-right: 15px;
        margin-top: 15px;
        transition: 0.5s;
    }

    .start .help a {
        color: #617C85;
        font-size: 14px;
    }

    .start .help {
        margin-right: 35px;
        margin-top: 7px;
        display: none;
    }


    .start .signin button {
        background: #EB6713;
        border: none;
        border-radius: 5px;
        width: 105px;
        height: 35px;
        font-size: 14px;
        transition: 0.5s;
    }

    .start .signin button:hover a {
        background: #fff;
        color: #EB6713;
        transition: 0.5s;
    }

    .start .signin a {
        color: white;
    }
}

.part_One {
    background-color: #ffffff;
}

.part_One .sadobis {
    display: flex;
    flex-direction: row;
    width: 1120px !important;
    margin: auto;
    max-width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.part_One .slideshow img {
    width: 100%;
}

.part_One .slideshow {
    max-width: 650px;
    padding-bottom: 50px;
}

.part_One .descriptions button {
    background: #EB6713;
    border: none;
    border-radius: 5px;
    width: 180px;
    height: 35px;
    font-size: large;
    transition: 0.5s;
}

.part_One .descriptions button:hover {
    background: #fff;
    color: #EB6713;
    transition: 0.5s;
    border-style: solid;
}

.part_One .descriptions button:hover a {
    background: #fff;
    color: #EB6713;
    transition: 0.5s;
}

.part_One .descriptions a {
    display: contents;
    color: white;
}

.part_One .descriptions h1 {
    color: #821A4E;
    font-size: 40px;
    font-family: Sans-serif;
}

.part_One .descriptions p {
    font-family: Sans-serif;
    color: #959595;
    padding: 10px;
    font-stretch: extra-condensed;
    font-size: 18px;
}

.part_One .descriptions ul>li {
    font-family: Sans-serif;
    color: #959595;
}

@media (max-width: 850px) {

    .part_One .descriptions h1 {
        color: #821A4E;
        font-size: 35px;
        font-family: Sans-serif;
        margin-left: 20px;
    }

    .part_One .descriptions p {
        font-family: Sans-serif;
        color: #959595;
        padding: 10px;
        font-stretch: extra-condensed;
        font-size: 15px;
    }

    .part_One .slideshow {
        min-width: 300px;
        max-width: 500px;
        padding: 10px;
    }

    .part_One .descriptions button {
        background: #EB6713;
        border: none;
        border-radius: 5px;
        width: 145px;
        height: 30px;
        font-size: 14px;
        transition: 0.5s;
        margin-left: 10px;
    }
}

.part_Two {
    background-color: #DFDFDF;
}

.part_Two .sadobis {
    width: 1120px !important;
    margin: auto;
    max-width: 100%;
}

.part_Two .descriptions h1 {
    color: #821A4E;
    font-size: 50px;
    font-family: Sans-serif;
    text-align: center;
    padding-top: 30px;
}

.part_Two .descriptions p {
    color: #27424D;
    font-family: Sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}

.part_Two .sadobis button {
    background: #EB6713;
    border: none;
    border-radius: 5px;
    width: 230px;
    height: 45px;
    font-size: larger;
    margin-top: 50px;
    margin-left: 450px;
    cursor: pointer;
    color: white;
}

.part_Two .sadobis button:hover {

    background: #fff;
    color: #EB6713;
}

.part_Two .button {
    padding-bottom: 50px;
    padding-top: 50px;
}




@media (max-width: 992px) {


    .part_Two .sadobis button {
        width: 190px;
        font-size: 13px;
        margin: 25px auto;
        display: block;

    }
}


.part_Two .overflow-h {
    overflow: hidden;
}

.part_Two .container {
    max-width: 1030px;
    position: relative;
}

.part_Two ul#scene {
    padding: 0;
    text-align: center;
    margin: 0;
}

.part_Two ul#scene li {
    position: relative;
    width: 100%;
}

.part_Two .yellow-box {
    background: rgba(249, 237, 50, .3);
    height: 100%;
    width: 335px;
    position: absolute;
    left: 50%;
}

.part_Two ul#scene li img {
    width: 80%;
    margin: auto;
}

.part_Two ul#scene li:nth-child(2) img {
    width: 100%;
    margin: auto;
}

.part_Two ul#scene li:nth-child(5) img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 60px;
}

.part_Two ul#scene li:nth-child(6) .my-info {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 145px;
}

.part_Two ul#scene li:nth-child(7) img {
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    margin: auto;
    bottom: 120px;
    z-index: 10;
}

.part_Two .my-info h3 {
    color: #fff;
    font-family: "Ailerons"
}


.part_three {
    background-color: #F4F5F7;
}

.part_three .sadobis {
    display: flex;
    flex-direction: row;
    width: 1120px !important;
    margin: auto;
    max-width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.part_three .sadobis h1 {
    color: #821A4E;
    font-size: 30px;
    font-family: Sans-serif;
    text-align: center;
    padding-top: 30px;
}


.part_three .button {
    color: #fff;
    display: flex;
    width: 235px;
    font-family: Sans-serif;
    justify-content: center;
    padding: 10px 10px;
    text-decoration: none;
    align-items: center;
    border-radius: 10px;
    border-style: solid;
    border-color: #ec6a1c;
    margin: 70px;
    cursor: pointer;
    transition: 0.5s;
}

.part_three .button:hover {
    background: #EB6713;
    transition: 0.5s;

}

.part_three .button img:hover,
.part_three .button:hover img {
    content: url("img/F\ -icon2.png");
}

.part_three .descriptions {
    max-width: 400px;
}

.part_three .descriptions h1 {
    color: #821A4E;
    font-size: 45px;
    font-family: Sans-serif;
    margin-left: 20px;
}

.part_three .descriptions ul>li {
    font-family: Sans-serif;
    color: #959595;
    font-size: 20px;
}

.part_three .descriptions ul {
    line-height: 30px;
}

.part_three .descriptions {
    padding: 20px;
}

.part_three .button a {
    display: contents;
    color: #EB6713;
}

.part_three .button a:hover,
.part_three .button:hover a {
    color: #F5F5F5;
}

.part_three .picture img {
    max-width: 650px;
    width: 95%;
}



.part_three ul li::before {
    content: "\2580";
    color: #821A4E;
    font-size: 15px;
    display: inline-block;
    width: 32px;
}


@media (max-width: 850px) {

    .part_three .sadobis h1 {
        color: #821A4E;
        font-size: 25px;
        font-family: Sans-serif;
        margin-left: 20px;
    }


}

.part_three .picture img {
    width: 98%;
}


.part_three .container h1 {
    color: #821A4E;
    font-size: 20px;
    font-family: Sans-serif;
    text-align: left;
    font-style: normal;
}

.part_three .accordion {
    padding-left: 20px;
}

.part_three .accordion .accordion-item {}

.part_three .accordion-content h2 {
    color: #821A4E;
    font-size: 18px;
    padding-bottom: 10px;
    margin: 1px;
    font-family: Sans-serif;
    text-align: left;
    font-style: normal;
    border-bottom: 1px solid #e5e5e5;
}

.part_three .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #821b4e;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.part_three .accordion button:hover,
.part_three .accordion button:focus {
    cursor: pointer;
    color: #27424D;
}

.part_three .accordion button:hover::after,
.part_three .accordion button:focus::after {
    cursor: pointer;
    color: #27424D;
    border: 1px solid #27424D;
}

.part_three .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.part_three .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 22px;
    left: -25px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #821b4e;

}

.part_three .accordion button .icon::before {
    display: inline-block;
    position: absolute;
    top: 22px;
    left: -25px;
    width: 10px;
    height: 10px;
    background: #821b4e;
}



.part_three .accordion button[aria-expanded='true'] {
    color: #821b4e;
    font-size: larger;
    font-style: bold;
}

.part_three .accordion button[aria-expanded='true'] .icon {
    display: inline-block;
    position: absolute;
    top: 22px;
    left: -25px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 11px solid #821b4e;
}

.part_three .accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.part_three .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.part_three .accordion .accordion-content p {
    font-family: Sans-serif;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    padding: 5px;
    margin: 0px;
}

.part_Four {
    background-color: #F4F5F7;
}

.part_Four .sadobis {
    display: flex;
    flex-direction: row;
    width: 1120px !important;
    margin: auto;
    max-width: 100%;
    flex-wrap: wrap;
    padding: 40px;
}

.part_Four .sadobis img {
    height: 95px;
}

.part_Four .sadobis h1 {
    color: #821A4E;
    font-size: 48px;
    font-family: Sans-serif;
    margin-left: 12px;
}

.part_Four .devisosi {
    display: flex;
    flex-direction: row;
    width: 1120px !important;
    margin: auto;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 50px;
}

.part_Four .descriptions p {
    font-family: Sans-serif;
    color: #959595;
    padding: 10px;
    font-stretch: extra-condensed;
    font-size: 20px;
    line-height: 35px;
}

.part_Four .descriptions ul {
    line-height: 30px;
}

.part_Four .descriptions ul>li {
    font-family: Sans-serif;
    color: #821A4E;
    font-size: 22px;
}

.part_Four .button {
    color: #fff;
    display: flex;
    width: 235px;
    font-family: Sans-serif;
    justify-content: space-between;
    padding: 10px 50px;
    text-decoration: none;
    align-items: center;
    border-radius: 10px;
    border-style: solid;
    border-color: #ec6a1c;
    margin: 70px;
    cursor: pointer;
    transition: 0.5s;
}

.part_Four .button:hover {
    background: #EB6713;
    transition: 0.5s;
}

.part_Four .button a {
    display: contents;
    color: #EB6713;
}

.part_Four .button:hover a,
.part_Four .button a:hover {
    color: #F5F5F5;
}

.part_Four .button:hover img,
.part_Four .button img:hover {
    content: url("img/F\ -icon2.png");
}

.part_Four .slideshow img {
    width: 100%;
}

.part_Four .slideshow {
    max-width: 600px;
    width: 600px;
}

.part_Four .slide-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 3em;
    width: 40%;
    height: 80%;
    border-radius: 20px;
    box-shadow: 0px 1px 2px 0px rgb(53, 53, 53);
    overflow: hidden;
}

/*==================
        Slides
    ===================*/
.part_Four .gallery .control-operator:target~.controls .control-button {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
}

.part_Four .gallery .control-button:first-of-type,
.part_Four .items-2 .control-operator:nth-of-type(1):target~.controls .control-button:nth-of-type(1),
.part_Four .items-2 .control-operator:nth-of-type(2):target~.controls .control-button:nth-of-type(2),
.part_Four .items-3 .control-operator:nth-of-type(1):target~.controls .control-button:nth-of-type(1),
.part_Four .items-3 .control-operator:nth-of-type(2):target~.controls .control-button:nth-of-type(2),
.part_Four .items-3 .control-operator:nth-of-type(3):target~.controls .control-button:nth-of-type(3),
.part_Four .items-4 .control-operator:nth-of-type(1):target~.controls .control-button:nth-of-type(1),
.part_Four .items-4 .control-operator:nth-of-type(2):target~.controls .control-button:nth-of-type(2),
.part_Four .items-4 .control-operator:nth-of-type(3):target~.controls .control-button:nth-of-type(3),
.part_Four .items-4 .control-operator:nth-of-type(4):target~.controls .control-button:nth-of-type(4),
.part_Four .items-5 .control-operator:nth-of-type(1):target~.controls .control-button:nth-of-type(1),
.part_Four .items-5 .control-operator:nth-of-type(2):target~.controls .control-button:nth-of-type(2),
.part_Four .items-5 .control-operator:nth-of-type(3):target~.controls .control-button:nth-of-type(3),
.part_Four .items-5 .control-operator:nth-of-type(4):target~.controls .control-button:nth-of-type(4),
.part_Four .items-5 .control-operator:nth-of-type(5):target~.controls .control-button:nth-of-type(5) {
    color: #821b4e;
    /*color: rgba(255, 255, 255, 0.8);*/
}

.part_Four .gallery .item:first-of-type {
    position: static;
    opacity: 1;
}

.part_Four .gallery .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s;
}

.part_Four .gallery .control-operator {
    display: none;
}

.part_Four .gallery .control-operator:target~.item {
    pointer-events: none;
    opacity: 0;
    animation: none;
}

.part_Four .gallery .control-operator:target~.controls .control-button {
    animation: none;
}

@keyframes controlAnimation-2 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    14.3%,
    50% {
        color: #821b4e;
        /*color: rgba(255, 255, 255, 0.8);*/
    }

    64.3%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@keyframes galleryAnimation-2 {
    0% {
        opacity: 0;
    }

    14.3%,
    50% {
        opacity: 1;
    }

    64.3%,
    100% {
        opacity: 0;
    }
}

.part_Four .items-2.autoplay .control-button {
    animation: controlAnimation-2 14s infinite;
}

.part_Four .items-2.autoplay .item {
    animation: galleryAnimation-2 14s infinite;
}

.part_Four .items-2 .control-operator:nth-of-type(1):target~.item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.part_Four .items-2 .control-button:nth-of-type(1),
.part_Four .items-2 .item:nth-of-type(1) {
    animation-delay: -2s;
}

.part_Four .items-2 .control-operator:nth-of-type(2):target~.item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.part_Four .items-2 .control-button:nth-of-type(2),
.part_Four .items-2 .item:nth-of-type(2) {
    animation-delay: 5s;
}

@keyframes controlAnimation-3 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    9.5%,
    33.3% {
        color: #821b4e;
        /*color: rgba(255, 255, 255, 0.8);*/
    }

    42.9%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@keyframes galleryAnimation-3 {
    0% {
        opacity: 0;
    }

    9.5%,
    33.3% {
        opacity: 1;
    }

    42.9%,
    100% {
        opacity: 0;
    }
}

.part_Four .items-3.autoplay .control-button {
    animation: controlAnimation-3 21s infinite;
}

.part_Four .items-3.autoplay .item {
    animation: galleryAnimation-3 21s infinite;
}

.part_Four .items-3 .control-operator:nth-of-type(1):target~.item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.part_Four .items-3 .control-button:nth-of-type(1),
.part_Four .items-3 .item:nth-of-type(1) {
    animation-delay: -2s;
}

.part_Four .items-3 .control-operator:nth-of-type(2):target~.item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.part_Four .items-3 .control-button:nth-of-type(2),
.part_Four .items-3 .item:nth-of-type(2) {
    animation-delay: 5s;
}

.part_Four .items-3 .control-operator:nth-of-type(3):target~.item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.part_Four .items-3 .control-button:nth-of-type(3),
.part_Four .items-3 .item:nth-of-type(3) {
    animation-delay: 12s;
}

@keyframes controlAnimation-4 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    7.1%,
    25% {
        color: #821b4e;
        /*color: rgba(255, 255, 255, 0.8);*/
    }

    32.1%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@keyframes galleryAnimation-4 {
    0% {
        opacity: 0;
    }

    7.1%,
    25% {
        opacity: 1;
    }

    32.1%,
    100% {
        opacity: 0;
    }
}

.part_Four .items-4.autoplay .control-button {
    animation: controlAnimation-4 28s infinite;
}

.part_Four .items-4.autoplay .item {
    animation: galleryAnimation-4 28s infinite;
}

.part_Four .items-4 .control-operator:nth-of-type(1):target~.item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.part_Four .items-4 .control-button:nth-of-type(1),
.part_Four .items-4 .item:nth-of-type(1) {
    animation-delay: -2s;
}

.part_Four .items-4 .control-operator:nth-of-type(2):target~.item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.part_Four .items-4 .control-button:nth-of-type(2),
.part_Four .items-4 .item:nth-of-type(2) {
    animation-delay: 5s;
}

.part_Four .items-4 .control-operator:nth-of-type(3):target~.item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.part_Four .items-4 .control-button:nth-of-type(3),
.part_Four .items-4 .item:nth-of-type(3) {
    animation-delay: 12s;
}

.part_Four .items-4 .control-operator:nth-of-type(4):target~.item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.part_Four .items-4 .control-button:nth-of-type(4),
.part_Four .items-4 .item:nth-of-type(4) {
    animation-delay: 19s;
}

@keyframes controlAnimation-5 {
    0% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }

    5.7%,
    20% {
        color: #821b4e;
        /*color: rgba(255, 255, 255, 0.8);*/
    }

    25.7%,
    100% {
        color: #ccc;
        color: rgba(255, 255, 255, 0.4);
    }
}

@keyframes galleryAnimation-5 {
    0% {
        opacity: 0;
    }

    5.7%,
    20% {
        opacity: 1;
    }

    25.7%,
    100% {
        opacity: 0;
    }
}

.part_Four .items-5.autoplay .control-button {
    animation: controlAnimation-5 35s infinite;
}

.part_Four .items-5.autoplay .item {
    animation: galleryAnimation-5 35s infinite;
}

.part_Four .items-5 .control-operator:nth-of-type(1):target~.item:nth-of-type(1) {
    pointer-events: auto;
    opacity: 1;
}

.part_Four .items-5 .control-button:nth-of-type(1),
.part_Four .items-5 .item:nth-of-type(1) {
    animation-delay: -2s;
}

.part_Four .items-5 .control-operator:nth-of-type(2):target~.item:nth-of-type(2) {
    pointer-events: auto;
    opacity: 1;
}

.part_Four .items-5 .control-button:nth-of-type(2),
.part_Four .items-5 .item:nth-of-type(2) {
    animation-delay: 5s;
}

.part_Four .items-5 .control-operator:nth-of-type(3):target~.item:nth-of-type(3) {
    pointer-events: auto;
    opacity: 1;
}

.part_Four .items-5 .control-button:nth-of-type(3),
.part_Four .items-5 .item:nth-of-type(3) {
    animation-delay: 12s;
}

.part_Four .items-5 .control-operator:nth-of-type(4):target~.item:nth-of-type(4) {
    pointer-events: auto;
    opacity: 1;
}

.part_Four .items-5 .control-button:nth-of-type(4),
.part_Four .items-5 .item:nth-of-type(4) {
    animation-delay: 19s;
}

.part_Four .items-5 .control-operator:nth-of-type(5):target~.item:nth-of-type(5) {
    pointer-events: auto;
    opacity: 1;
}

.part_Four .items-5 .control-button:nth-of-type(5),
.part_Four .items-5 .item:nth-of-type(5) {
    animation-delay: 26s;
}

.part_Four .gallery .control-button {
    color: #ccc;
    color: rgba(255, 255, 255, 0.4);
}

.part_Four .gallery .control-button:hover {
    color: #821b4e;
    /*color: rgba(255, 255, 255, 0.8);*/
}

/*
          Theme controls how everything looks in Gallery CSS.
      */
      .part_Four .gallery {
    position: relative;
}

.part_Four .gallery .item {
    height: auto;
    overflow: hidden;
    text-align: center;

}

.part_Four .gallery .controls {
    bottom: 0;
    width: 100%;
    text-align: center;
}

.part_Four .gallery .control-button {
    display: inline-block;
    margin: 0 0.02em;
    font-size: 3em;
    text-align: center;
    text-decoration: none;
    transition: color 0.1s;
}

.part_Five .sadobis {
    width: 1120px !important;
    margin: auto;
    max-width: 100%;
}

.part_Five .movie img {
    height: 100%;
}

.part_Five .sadobis h1 {
    color: #821A4E;
    font-size: 50px;
    font-family: Sans-serif;
    text-align: center;
}

.part_Five .sadobis p {
    color: #821A4E;
    font-family: Sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}

.part_Five .movie {
    display: flex;
    flex-direction: row;
    width: 100% !important;
    justify-content: center;
}

.part_Five .movie video {
    width: 100% !important;
    border-radius: 15px;
}

.part_Five .videoContainer {
    width: 75%;
    max-width: 1120px;
}

.part_Five .side.left {
    text-align: right;
}

.part_Five .side.right {
    text-align: left;
}

.part_Five .side {
    width: 10%;
}

.part_Five .movie .side img {
    
    max-width: 100%;
}

@media (max-width: 992px) {
  
    .part_Five .sadobis p {
        color: #821A4E;
        font-family: Sans-serif;
        font-size: 0.8rem;
        text-align: center;
        line-height: 25px;
    }
}

.part_Six {
    background-color: #7A194E;
    background-image: url("img/back2.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 330px;
    background-position-y: center;
    opacity: 0.9;
}

.part_Six .sadobis {
    width: 1120px !important;
    margin: auto;
    max-width: 100%;
}

.part_Six .descriptions h1 {
    color: #fff;
    font-size: 30px;
    font-family: Sans-serif;
    text-align: center;
    padding-top: 115px;
    text-shadow: 0px 0px 4px #7a194e;
}

.part_Six .descriptions p {
    color: #fff;
    font-family: Sans-serif;
    font-size: 16px;
    text-align: center;
    text-shadow: 0px 0px 4px #7a194e;
    line-height: 25px;
    padding: 0px 10px;
}

.part_Six .button a:hover {
    transition: 0.5s;
        background: #fff;
    color: #3D0D27
}

.part_Six .button a:hover img,
.part_Six .button img:hover {
    content: url("img/F\ -icon3.png");
}

.part_Six .button {
    padding-bottom: 50px;
    padding-top: 135px;
    display: flex;
    justify-content: center;
}

.part_Six .buttonContainer {
    padding: 10px 30px;
    border-radius: 10px;
}

.part_Six .button a {
    color: #fff;
    background: linear-gradient(90deg, rgba(61, 13, 39, 1) 0%, rgba(122, 25, 78, 1) 100%);
    display: flex;
    width: 235px;
    font-family: Sans-serif;
    justify-content: space-between;
    padding: 10px 50px;
    text-decoration: none;
    align-items: center;
    border-radius: 10px;
    transition: 0.5s;
}

.part_Six .descriptions {
    margin-bottom: 100px;
}

@media (max-width: 850px) {
    .part_Six {
        background-image: none;
    }
}

.part_Nine {
    background-color: #F4F5F7;
}

.part_Nine .sadobis {
    display: flex;
    flex-direction: row;
    width: 1120px !important;
    margin: auto;
    max-width: 100%;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.part_Nine .button {
    color: #fff;
    display: flex;
    width: 235px;
    font-family: Sans-serif;
    justify-content: space-between;
    padding: 10px 50px;
    text-decoration: none;
    align-items: center;
    border-radius: 10px;
    border-style: solid;
    border-color: #ec6a1c;
    margin: 70px;
    cursor: pointer;
    transition: 0.5s;
}

.part_Nine .button:hover {
    background: #EB6713;
    transition: 0.5s;

}

.part_Nine .button img:hover ,
.part_Nine .button:hover  img
{
    content: url("img/F\ -icon2.png");
}

.part_Nine .descriptions h1 {
    color: #821A4E;
    font-size: 45px;
    font-family: Sans-serif;
    margin-left: 20px;
}

.part_Nine .descriptions ul>li {
    font-family: Sans-serif;
    color: #959595;
    font-size: 20px;
}

.part_Nine .descriptions ul {
    line-height: 30px;
}

.part_Nine .descriptions {
    padding: 20px;
}

.part_Nine .button a {
    display: contents;
    color: #EB6713;
}

.part_Nine .button a:hover ,
.part_Nine .button:hover a{
    color: #F5F5F5;
}

.part_Nine .picture img {
    width: 98%;
}



.part_Nine ul li::before {
    content: "\2580";
    color: #821A4E;
    font-size: 15px;
    display: inline-block;
    width: 32px;
}


@media (max-width: 850px) {
  
    .part_Nine .descriptions h1 {
        color: #821A4E;
        font-size: 35px;
        font-family: Sans-serif;
        margin-left: 20px;
    }

    
}




.part_Ten .container {
    margin: 0 auto;
    padding: 4rem;
    max-width: 65rem;
  }
  .part_Ten .container h1 {
      color: #821A4E;
      font-size: 50px;
      font-family: Sans-serif;
      text-align: left;
  }
  .part_Ten .accordion{
      border-left: solid;
      padding-left: 20px;
      border-color: #bebebe;
  }
  .part_Ten .accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
  }
  
  
  .part_Ten .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #27424D;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
  }
  
  .part_Ten .accordion button:hover,
  .part_Ten .accordion button:focus {
    cursor: pointer;
    color: #27424D;
  }
  
  .part_Ten .accordion button:hover::after,
  .part_Ten .accordion button:focus::after {
    cursor: pointer;
    color: #27424D;
    border: 1px solid #27424D;
  }
  
  .part_Ten .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
  }
  
  .part_Ten .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 22px;
    left: -25px;
    width: 10px;
    height: 10px;
    background: #821b4e;
    opacity: 0 ;
  }
  
  .part_Ten .accordion button .icon::before {
      display: inline-block;
      position: absolute;
      top: 22px;
      left: -25px;
      width: 10px;
      height: 10px;
      background: #821b4e;
  }
  
  
  
  .part_Ten .accordion button[aria-expanded='true'] {
    color: #EB6713;
  }
  .part_Ten .accordion button[aria-expanded='true'] .icon {
      opacity: 1 ;
  }
  .part_Ten .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  .part_Ten .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  .part_Ten .accordion .accordion-content p {
      font-family: Sans-serif;
      font-size: 14px;
      text-align: justify;
      line-height: 25px;
      padding: 5px;
  }

  .footer {
    background-color: #E7E7E7;
    padding-top: 25px;
}

.footer .sadobis {
    display: flex;
    flex-direction: row;
    width: 1120px !important;
    margin: auto;
    max-width: 100%;
    justify-content: space-around;
    align-content: stretch;
    flex-wrap: wrap;
}

.footer .s-logo {
    position: absolute;
    width: 210px;
    height: 210px;
    bottom: 210px;
    left: 255px;
}

.footer .prod a {
    display: contents;
    color: #B0B0B0;
    font-family: Sans-serif;
}

.footer .company a {
    display: contents;
    color: #B0B0B0;
    font-family: Sans-serif;
}

.footer .company a:hover {
    color: #EB6713;
}

.footer .prod a:hover {
    color: #EB6713;
}

.footer .prod h4 {
    color: #959595;
    font-family: Sans-serif;
}

.footer .company h4 {
    color: #959595;
    font-family: Sans-serif;
}

.footer .prod {    
    margin-left: 1px;
}

.footer .company {
    margin-left: 25px;
}

.footer .T-logo {
    position: relative;
    padding: 50px;
}

.footer .T-logo p {
    color: #959595;
    font-family: Sans-serif;
}

.footer .socials {
    margin-top: 90px;
}

.footer .outrow {
    margin-left: 35px;
    color: #959595;
    font-size: smaller;
    font-family: Sans-serif;
    display: flex;
    margin-top: 80px;
    border-top: 1px solid gainsboro;
    width: 800px;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.footer .instagram {
    background-image: url("./img/insta.png");
    display: inline-block;
    width: 32px;
    height: 32px !important;
    background-size: 32px;
    background-repeat: no-repeat;
}

.footer .youtube {
    background-image: url("./img/youtube.png");
    display: inline-block;
    width: 32px;
    height: 32px !important;
    background-size: 32px;
    background-repeat: no-repeat;
    margin-left: 10px;
    margin-right: 10px;
}

.footer .facebook {
    background-image: url("./img/facebook.png");
    display: inline-block;
    width: 32px;
    height: 32px !important;
    background-size: 32px;
    background-repeat: no-repeat;
}

.footer .instagram:hover {
    background-image: url("./img/insta2.png");
}

.footer .youtube:hover {
    background-image: url("./img/youtube2.png");
}

.footer .facebook:hover {
    background-image: url("./img/facebook2.png");
}