/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
<style>
#scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: rgba(255,255,128);
}

#scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(255,255,128);
}

#scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255,255,128);
  border-radius: 10px;
  background-color: rgba(255,255,128);
}
.section {
    background-image: url('https://www.borisfen.net/wp-content/uploads/2020/05/borisfen_icon_not_text-21-1.jpg');
    background-repeat: no-repeat;
    background-size: auto; 
    background-position: center;
}
.image-big {
    position: relative;
    height: 100%;
}
.image-big img {
    max-width: none;
    width: 920px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 220px), -50%);
}
 
   /*.adv {*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*}*/
    /*.adv__card {*/
    /*    width: calc(100%/3);*/
    /*    font-family: 'AtomicAlice Medium';*/
   /* color: #ffecaa;*/
    /*    padding: 10px 30px 15px 0;*/
    /*}*/
    /*.adv__title {*/
    /*    font-size: 24px;*/
    /*    position: relative;*/
        
    /*}*/
    /*.adv__title::before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    width: 209px;*/
    /*    height: 2.2rem;*/
    /*    display: block;*/
    /*    z-index: -1;*/
    /*    background: #ffecaa;*/
    /*    left: -0.8rem;*/
        
    /*}*/
    /*.adv__list {*/
    /*    padding-left: 1.5rem;*/
    /*    margin-bottom: 0px;*/
    /*}*/
    /*.adv__list li{*/
    /*    list-style-type: disc;*/
    /*    font-size: 16px;*/
    /*    line-height: 1.18;*/
    /*}*/
    
    /*Flipping card*/
.flip-container {
    perspective: 1000px;
    min-height: 224px;
    margin-bottom: 50px;
    flex-basis: calc((100% - 120px)/3);
    /*flex-basis: calc((100% - 80px)/2);*/
     
}


@media all and (min-width: 1500px) {
    .flip-container {
        flex-basis: calc((100% - 120px)/3);
    }
}

@media all and (max-width: 992px) {
    .flip-container {
        flex-basis: calc((100% - 80px)/2);
    }
}

@media all and (max-width: 767px) {
    .flip-container {
        max-width: 430px;
        flex-basis: calc(100% - 40px);
        min-height: 250px;
        margin: 0 auto
    }

 }
    .card__outer {
        
    }
    .card {
        min-height: 320px;
        margin-bottom: 30px;
    }
}

/* .flip-container.hover .flipper {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
} */

.flipper {
transition: 0.6s;
transform-style: preserve-3d;

position: relative;
}
.front, .back {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;

    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;

    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;

    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;

    transition: 0.6s;
    transform-style: preserve-3d;
}

.front {
z-index: 10;
}

.back {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flip-container:hover .back, .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container:hover .front, .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipping-all {
    color: #001355;
    text-decoration: underline !important;
    margin-bottom: 50px;
    text-align: center;
}

.card__outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card {
    background: #001355;
    border-radius: 40px;
    padding:30px 25px;
    min-height: 224px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    
}

.card h3 {
    font-family: 'Impact', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #ffecaa;
}

.card h5 {
    font-family: 'Times New Roman', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #ffecaa;
}


.card.front {
    justify-content: center;
    box-shadow: -5px -5px 17px #ffecaa, 10px 10px 21px rgba(255,236,170);
}

.card.back {
    align-items: flex-start;
    justify-content: center;
	  color: #ffecaa;
}

.card.front ul{
    display: none;
    
}
.card.back ul li {
    font-family: 'Times New Roman', sans-serif, #ffecaa;
}



.card.back {
    box-shadow: inset 0px 0px 0px #ffecaa, rgba(255,236,170);
}

.card ul {
    padding-left: 20px;
}

.card ul li {
    line-height: 1;
    list-style-type: disc;
}

.card ul li::marker{
    color: #ffecaa;
    font-size: 1.5em;
	  color: #ffecaa;
}


</style>