/* Sertificates */
#sertificate{
    padding: 2.93rem 3.929rem;
}
#sertificate .block{
    background-color: #ffffff;
    background-image: url('/static/theme/img/bkg.webp');
    background-position: bottom left;
    background-repeat: no-repeat;
    -moz-background-size: 100%;
      -o-background-size: 100%;
         background-size: 100%;
    -webkit-box-shadow: 0px 0px 14px rgba(196, 156, 126, 0.2);
       -moz-box-shadow: 0px 0px 14px rgba(196, 156, 126, 0.2);
            box-shadow: 0px 0px 14px rgba(196, 156, 126, 0.2);
    -webkit-border-radius: 0.571rem;
       -moz-border-radius: 0.571rem;
            border-radius: 0.571rem;
    overflow: hidden;
    width: 100%;
    max-width: 80vw;
    margin: auto;
    padding: 3rem 2rem 5rem 2rem;
}
#sertificate .block .sertificate{
    -webkit-box-flex: 0;
    -webkit-flex: 0 43%;
       -moz-box-flex: 0;
        -ms-flex: 0 43%;
            flex: 0 43%;
    width: 43%;
    margin: 0 3%;
}
#sertificate .block .sertificate .flip-box {
    background-color: transparent;
    width: 100%;
    aspect-ratio: 16/10;
    height: 100%;
    -webkit-perspective: 1000px;
       -moz-perspective: 1000px;
            perspective: 1000px;
}
#sertificate .block .sertificate .flip-box-inner {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    text-align: center;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    -o-transition: -o-transform 0.8s;
    -moz-transition: transform 0.8s, -moz-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s, -moz-transform 0.8s, -o-transform 0.8s;
    -webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
}
#sertificate .block .sertificate .flip-box:hover .flip-box-inner {
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
#sertificate .block .sertificate .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; 
    -moz-backface-visibility: hidden; 
         backface-visibility: hidden;
}
#sertificate .block .sertificate .flip-box-front {
    background-image: url('/static/theme/img/sertificate.svg');
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: contain;
      -o-background-size: contain;
         background-size: contain;
}
#sertificate .block .sertificate .flip-box-back {
    background-image: -webkit-gradient(linear, left top, right bottom, from(#000000), color-stop(#161616), color-stop(#252525), color-stop(#353535), to(#454545));
    background-image: -webkit-linear-gradient(left top, #000000, #161616, #252525, #353535, #454545);
    background-image: -moz-linear-gradient(left top, #000000, #161616, #252525, #353535, #454545);
    background-image: -o-linear-gradient(left top, #000000, #161616, #252525, #353535, #454545);
    background-image: linear-gradient(to right bottom, #000000, #161616, #252525, #353535, #454545);
    -webkit-border-radius: 0.571rem;
       -moz-border-radius: 0.571rem;
            border-radius: 0.571rem;
    overflow:hidden;
    -webkit-transform: rotateY(180deg);
       -moz-transform: rotateY(180deg);
            transform: rotateY(180deg);
}
#sertificate .block .sertificate .flip-box-back div{
    color:#ffffff;
    padding: 2rem 2rem;
    text-align: left;
    overflow-y: auto;
    height: 100%;
}
#sertificate .block .sertificate .flip-box-back div::-webkit-scrollbar {
    width: .5rem;
}
#sertificate .block .sertificate .flip-box-back div::-webkit-scrollbar-track {
    background: #303030; 
}
#sertificate .block .sertificate .flip-box-back div::-webkit-scrollbar-thumb {
    background: #C49C7E; 
}
#sertificate h4, #sertificate h2 {
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
}
#sertificate .amount{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#sertificate .amount .amountbtn {
    font-size: 2rem;
    line-height: 2rem;
    color: #2D160E;
    width: 28%;
    text-align: center;
    float: right;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    font-family: 'Montserrat-Regular';
    max-width: 2.857rem;
}
#sertificate .amount div {
    width: 44%;
    padding: 0;
    text-align: center;
    margin: 0;
    float: right;
    min-height: auto;
    font-size: 1.571rem;
    line-height: 1.571rem;
    background: transparent!important;
    -webkit-box-shadow: none!important;
       -moz-box-shadow: none!important;
            box-shadow: none!important;
    color: #2D160E;
    font-family: 'Montserrat-SemiBold';
    cursor: default;
    pointer-events: none;
}
#sertificate .form{
                align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 46%;
       -moz-box-flex: 0;
        -ms-flex: 0 46%;
            flex: 0 46%;
    width: 46%;
    margin: 2% 2% 0;
}
#sertificate .form, #sertificate .form input{
    text-align: center;
}
#sertificate .form div{
    width: 100%;
}
#sertificate .form button {
    margin: auto;
    width: 100%;
    max-width: 14rem;
}
#sertificate .dropdown{
    position: relative;
}
#sertificate .dropdown input{
    cursor: pointer;
}
#sertificate .dropdown svg {
    cursor: pointer;
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    width: 1.2rem;
    transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
#sertificate .dropdown svg path{
    fill: #2D160E;
}
#sertificate .dropdown .droplist{
    display: none;
    position: absolute;
    width: 100%;
    background: #ffffff;
    -webkit-border-radius: 1.142rem;
    -moz-border-radius: 1.142rem;
    border-radius: 1.142rem;
    color: #2D160E;
    border: 1px solid #2D160E;
    max-height: 8rem;
    overflow: hidden;
    transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}
#sertificate .dropdown .droplist div{
    max-height: 8rem;
    overflow-y: auto;
    padding: 0 1rem;
}
#sertificate .dropdown .droplist p{
    margin: 1rem 0;
    cursor: pointer;
}
#sertificate .dropdown .droplist div::-webkit-scrollbar {
    width: .5rem;
}
#sertificate .dropdown .droplist div::-webkit-scrollbar-track {
    background: #303030; 
}
#sertificate .dropdown .droplist div::-webkit-scrollbar-thumb {
    background: #C49C7E; 
}
.min1400 {
    display: none;
}
@media screen and (max-width: 1400px){
    .min1400 {
        display: block;
    }
    .max1400{
        display: none;
    }
}

@media screen and (max-width: 1100px){
    #sertificate .block{
        max-width: 100vw;
    }
    #sertificate .amount div{
        font-size: 1.371rem;
    }
}
@media screen and (max-width: 1000px){
    #sertificate {
        padding: 2.93rem 1.5rem;
    }
    #sertificate .block .sertificate, #sertificate .form {
        -webkit-box-flex: 0;
        -webkit-flex: 0 94%;
        -moz-box-flex: 0;
        -ms-flex: 0 94%;
        flex: 0 94%;
        width: 94%;
        margin: 0 3%;
    }
    #sertificate .block .sertificate{
        padding-bottom: 4rem;
    }
}
@media screen and (max-width: 700px){
#sertificate {
    padding: 2.93rem .5rem;
  }
  #sertificate .block {
    padding: 3rem .5rem 5rem .5rem;
  }
  #sertificate .amount{
    width: 100%;
  }
  #sertificate .block .sertificate .flip-box-back div {
    padding: 1rem;
  }
  #popular h1, #studios h2 {
    font-size: 2.014rem;
    line-height: 2.514rem;
  }
}