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

html {
    min-height: 100%;
}

body {
    background: none;
}

#wrapper {
    max-width: 980px;
    margin: 16px auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    background-color: #fff;
    overflow: hidden;
    font-family: "Hind", Arial, sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
}

@keyframes slidy {
    0% {
        opacity: 0;
    }

    11.11% {
        opacity: 1;
    }

    33.33% {
        opacity: 1;
    }

    44.44% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes opacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


#wrapper .slideshow>img {
    animation: opacity 3s forwards;
}

#wrapper .slideshow {
    position: relative;
}

#wrapper .slideshow img {
    vertical-align: bottom;
}

#wrapper .slideshow>img:nth-of-type(1) {
    position: relative;
}

#wrapper .slide img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    animation: slidy 9s linear 0s infinite normal forwards;
}

#wrapper .slide img:nth-child(2) {
    animation-delay: 3s;
}

#wrapper .slide img:nth-child(3) {
    animation-delay: 6s;
}

#wrapper .flexbox {
    display: flex;
    align-items: center;
    gap: 5%;
    padding: 30px;
}

#wrapper h3.bg2 {
    background: #EC6F22;
}

#wrapper h3.bg3 {
    background: #9CB843;
}

#wrapper h3.bg4 {
    background: #6F1D48;
}

#wrapper .text {
    padding: 8px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
}

#wrapper .width {
    flex: 1 1 0;
}

#wrapper .contact {
    background: #F3F4F6;
    padding: 16px;
    width: 350px;
    border-radius: 10px;
}

#wrapper .flex {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

#wrapper .icon p {
    color: #6f1d48;
    margin-bottom: 0;
}

#wrapper .map {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    margin-bottom: 13px;
}

#wrapper .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#wrapper .icon {
    padding: 16px 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
}

#wrapper .nobr {
    white-space: nowrap;
}

#wrapper .hide {
    display: none;
}

#wrapper .article {
    padding: 30px;
    display: flex;
    column-gap: 20px;
}


#wrapper p {
    margin-bottom: 10px;
}

#wrapper strong {
    font-weight: 700;
}

#wrapper h1 {
    padding: 10px;
    font-size: 25px;
    font-family: "Playpen Sans Hebrew", cursive;
    font-weight: 500;
    background-color: #6f1d48;
    color: #fff;
    display: inline-block;
    text-align: center;
}

#wrapper h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #6f1d48;
}

#wrapper .benefit {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 12px;
    margin-bottom: 25px;
}

#wrapper .icon1 {
    padding: 12px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0) 0 0 0 0, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    background: #fff;
}

#wrapper .icon1 p {
    font-size: 12px;
    margin-bottom: 0;
    color: #6f1d48;
    text-align: center;
}

#wrapper .avatar {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 15px;
}

#wrapper .avatar img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

#wrapper h3 {
    margin: 0 0 20px;
    font-size: 16px;
    font-weight: 700;
    background: #80A1A0;
    display: inline-block;
    transform: rotate(-6deg);
    padding: 13px 15px;
    color: #fff;
}

#wrapper h4 strong {
    display: block;
    color: #4b5563;
    font-size: 12px;
}

#wrapper h4 {
    font-size: 23px;
    font-weight: 400;
    color: #6f1d48;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

#wrapper .button {
    display: flex;
    margin-bottom: 25px;
    justify-content: center;
}

#wrapper .button a {
    display: inline-block;
    padding: 12px;
    background-color: #ec6f22;
    color: #fff;
    border-radius: 5px;
    transition: .2s;
    width: 100%;
    text-align: center;
    border-radius: 25px;
}

#wrapper .button a:hover {
    opacity: 0.8;
}

#wrapper ul {
    margin-bottom: 20px;
    list-style: none;
}

#wrapper ul li {
    padding-left: 16px;
    margin-bottom: 7px;
    position: relative;
}

#wrapper ul li:before {
    content: "\0025a0";
    font-size: 11px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: 3px;
    line-height: 1;
    left: 0;
}

#wrapper img {
    max-width: 100%;
    vertical-align: middle;
}

@media (max-width: 979px) {
    #wrapper {
        margin: 0;
        box-shadow: none;
        text-wrap: pretty;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    #wrapper .flexbox {
        padding: 16px;
    }

    #wrapper .article {
        padding: 16px;
        flex-wrap: wrap;
    }
}

@media (max-width: 869px) {
    #wrapper .contact {
        width: 100%;
    }
}

@media (max-width: 499px) {
    #wrapper .flexbox {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

}