@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;600&display=swap");





Cardbody {
    font-family: 'Montserrat', sans-serif;
    background-color: #212121;
}
Cardbody section {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
Cardbody section .row {
  align-items: center;
  height: 100vh;
}
.legalConsentCheckbox {
    text-align: left;
    margin-top: 10px;
}

/*Tech Card*/
.Techcard .cover h1card {
    font-weight: 20;
    float: left;
    padding: 10px;
    position: relative;
    color: white;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 3;
    font-size: 11pt;
   /* margin-top: 50px;*/
}
.Techcard .cover .Techimgbox {
    position: relative;
    width: 30%;
    margin-top: 20px;
}

.H5TechCard{

}

.TechFront {
    position: fixed;
   
    width: 100%;
    height: 100%;
    
}
.Techcard .cover .price {
    font-weight: 200;
    position: absolute;
    top: 55px;
    right: 50px;
    color: white;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 4;
    font-size: 2em;
    transform: translateZ(0px);
}

.Techcard .card-back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(79 79 79);
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    transform: translateZ(-1px);
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: center;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.Techcard .card-back a {
        transform-style: preserve-3d;
        transition: ease transform 2.3s, ease background 0.5s;
        transform: translateZ(-1px) rotatey(-180deg);
        background: transparent;
        /* border: 1px solid white;*/
        font-weight: 200;
        font-size: 1.1em;
        color: white;
        padding: 14px 32px;
        outline: none;
        text-decoration: none;
    }

.Techcard .card-back a:hover {
            background-color: white;
            color: #0b0f08;
        }
.Techcard .cover {
    position: fixed;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.Techcard .cover:before {
        content: "";
        position: absolute;
        /*border: 5px solid rgba(255, 255, 255, 0.5);*/
        /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);*/
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        z-index: 2;
        transition: ease all 2.3s;
        transform-style: preserve-3d;
        transform: translateZ(0px);
    }
.Techcard {
    position: relative;
    height: 400px;
    width: 100%;
    margin: 10px 0;
    transition: ease all 2.3s;
    perspective: 1200px;
}

.Techcard:hover .cover {
        transform: rotateX(0deg) rotateY(-180deg);
    }

.Techcard:hover .cover:before {
        transform: translateZ(30px);
    }

.Techcard:hover .cover:after {
        background-color: black;
    }

.Techcard:hover .cover h1 {
        transform: translateZ(100px);
    }

.Techcard:hover .cover a {
        transform: translateZ(-60px) rotatey(-180deg);
    }
/*Tech Card*/

    .Productcard {
  position: relative;
  height: 400px;
  width: 100%;
  margin: 10px 0;
  transition: ease all 2.3s;
 perspective: 1200px;
}
    .Productcard:hover .cover {
        transform: rotateX(0deg) rotateY(-180deg);
    }
    .Productcard:hover .cover1 {
        transform: rotateX(0deg) rotateY(-180deg);
    }
    .Productcard:hover .cover:before {
            transform: translateZ(30px);
        }
    .Productcard:hover .cover:after {
            background-color: black;
        }
    .Productcard:hover .cover h1 {
            transform: translateZ(100px);
        }
    .Productcard:hover .cover .price {
            transform: translateZ(60px);
        }
    .Productcard:hover .cover a {
            transform: translateZ(-60px) rotatey(-180deg);
        }
    .Productcard:hover .cover1:before {
        transform: translateZ(30px);
    }
    .Productcard:hover .cover1:after {
        background-color: black;
    }
    .Productcard:hover .cover1 h1 {
        transform: translateZ(100px);
    }
    .Productcard:hover .cover1 .price {
        transform: translateZ(60px);
    }
    .Productcard:hover .cover1 a {
        transform: translateZ(-60px) rotatey(-180deg);
    }
    .Productcard .cover {
        position: absolute;
        height: 100%;
        width: 100%;
        transform-style: preserve-3d;
        transition: ease all 2.3s;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .Productcard .cover:before {
            content: "";
            position: absolute;
            /*border: 5px solid rgba(255, 255, 255, 0.5);*/
           /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);*/
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 20px;
            z-index: 2;
            transition: ease all 2.3s;
            transform-style: preserve-3d;
            transform: translateZ(0px);
            
        }
    .Productcard .cover1 {
        position: absolute;
        height: 100%;
        width: 100%;
        transform-style: preserve-3d;
        transition: ease all 2.3s;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
    .Productcard .cover1:before {
            content: "";
            position: absolute;
           /* border: 5px solid rgba(255, 255, 255, 0.5);*/
           /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);*/
            top: 20px;
            left: 20px;
            right: 20px;
            bottom: 20px;
            z-index: 2;
            transition: ease all 2.3s;
            transform-style: preserve-3d;
            transform: translateZ(0px);
            flex-wrap: wrap;
        }
    .Productcard .cover:after {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            z-index: 2;
            transition: ease all 1.3s;
            background: rgba(0, 0, 0, 0.3);
        }
    .Productcard .cover1:after {
            content: "";
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            bottom: 0px;
            z-index: 2;
            transition: ease all 1.3s;
            background: rgba(0, 0, 0,0.0);
        }
    .Productcard .cover1 h1card {
        font-weight: 400;
        position: absolute;
        bottom: 55px;
        left: 50px;
        color: white;
        transform-style: preserve-3d;
        transition: ease all 2.3s;
        z-index: 3;
        font-size: 2em;
        transform: translateZ(90px);
    }
        .Productcard .cover h1card {
            font-weight: 200;
            text-transform: uppercase;
            letter-spacing: 10px;
            position: absolute;
            bottom: 55px;
            left: 35px;
            color: white;
            transform-style: preserve-3d;
            transition: ease all 2.3s;
            z-index: 3;
            font-size: 2em;
            transform: translateZ(90px);
            text-align: left;
        }
    .Productcard .cover .price {
            font-weight: 200;
            position: absolute;
            top: 55px;
            right: 50px;
            color: white;
            transform-style: preserve-3d;
            transition: ease all 2.3s;
            z-index: 4;
            font-size: 2em;
            transform: translateZ(0px);
        }
    .Productcard .card-back {
        position: absolute;
        height: 100%;
        width: 100%;
        background: rgb(252 25 33);
        transform-style: preserve-3d;
        transition: ease all 2.3s;
        transform: translateZ(-1px);
        display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        align-content: center;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .Productcard .card-back a {
            transform-style: preserve-3d;
            transition: ease transform 2.3s, ease background 0.5s;
            transform: translateZ(-1px) rotatey(-180deg);
            background: transparent;
           /* border: 1px solid white;*/
            font-weight: 200;
            font-size: 1.1em;
            color: white;
            padding: 14px 32px;
            outline: none;
            text-decoration: none;
            
     }
    .Productcard .card-back a:hover {
                background-color: white;
                color: #0b0f08;
            }
.overlay-container {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
}
.productbtnblackimage{
    overflow:hidden;
}


.text-center {
    text-align: center;
}

.color-white {
    color: #fff;
}

.box-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 35px 15px;
    width: 100%;
}

@media screen and (min-width:1380px) {
    .box-container {
        flex-direction: row
    }
}

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    width: 415px;
    margin-bottom: 35px;
    max-width: 100%;
}

.flip-box {
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 475px;
    -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    -ms-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 60px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
}

.flip-box-header {
    font-size: 34px;
}

.flip-box p {
    font-size: 20px;
    line-height: 1.5em;
}

.flip-box-img {
    margin-top: 25px;
}

.flip-box-button {
    background-color: transparent;
   /* border: 2px solid #fff;
    border-radius: 2px;*/
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    padding: 15px 20px;
    text-transform: uppercase;
}