.testimonial-container{width:100%;padding:40px 20px;display:flex;justify-content:center;align-items:center;flex-direction:column;min-height:100vh}.testimonial-content{width:100%;max-width:1000px;margin-bottom:20px}.testimonial-content:first-child{border-radius:12px 12px 0 0;background-color:#000000cc;padding:20px;box-shadow:0 8px 16px rgba(0,0,0,.5)}.testimonial-content:nth-child(2){background:#ff000010;border-radius:0 0 12px 12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:10px 20px;overflow-x:auto}.testimonial-vidWrapper{display:flex;justify-content:center;align-items:center;background-color:#000;border-radius:10px;overflow:hidden}.testimonial-vidWrapper>iframe{width:100%;height:480px;border:none}.testimonial-icons{gap:20px;padding:10px 0}.testimonial-icons,.testimonial-item{display:flex;justify-content:center;align-items:center}.testimonial-item{min-width:120px;height:120px;background-color:#222;border-radius:10px;flex-direction:column;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.testimonial-item.active{border-color:var(--customColor1);transform:scale(1.1);background:linear-gradient(135deg,var(--customColor1),var(--customColor1));color:#222}.testimonial-item:hover{background-color:#333;transform:scale(1.05)}.testimonial-icon{color:white;font-size:40px;transition:color .3s}.testimonial-item.active .testimonial-icon{color:#222}.testimonial-item p{margin-top:8px;font-size:14px;color:#fff;font-weight:500;letter-spacing:.5px}.testimonial-item.active p{color:#222}@media screen and (max-width:768px){.testimonial-vidWrapper>iframe{height:250px}.testimonial-icons{justify-content:flex-start;gap:15px}.testimonial-item{min-width:100px;height:100px}.testimonial-icon{font-size:30px}.testimonial-item p{font-size:12px}}.textReviewContainer{width:100%;height:500px;background-color:var(--customColorBlack);display:flex;justify-content:center;align-items:center;margin-top:30px}.textReviewContent{height:100%;width:35%;display:flex;justify-content:space-evenly;align-items:center}.reviewStar{color:gold}.textReviewContent>p{font-size:120%;font-weight:700;color:white}.reviews-wrapper{width:100%;height:100%;padding:30px}.reviews-container{width:100%;height:450px;overflow:hidden;padding:0}.vidContainer{height:600px;width:100%;background-color:transparent;display:flex;justify-content:space-evenly;align-items:center;flex-direction:column;position:relative;overflow:hidden;background-color:black}.videoContent{height:80%;width:100%;object-fit:contain;position:absolute;bottom:100px;margin-top:0}.vidTxt{display:flex;justify-content:space-evenly;align-items:center;flex-direction:column;color:white;position:absolute;bottom:50px;font-size:20px;text-shadow:0 0 5px black;cursor:pointer}.vidTxt>a>pre:hover{color:#cc2228;text-shadow:none}.vidTxt>a,.vidTxt>a>pre{text-decoration:none;color:white}.vidIcon{font-size:20px;margin-top:10px}.vidUnderline{border:2px solid #cc2228;width:90px;position:absolute;bottom:30px}.vidContainer>img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:1}.vid-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.vid-content{width:calc(100% / 4);height:100%;overflow:hidden}.vid-content>video{width:100%;height:100%;object-fit:cover}.vidTxt>a>button{padding:7px;background-color:var(--customColor1);color:white;font-size:20px;border-radius:5px;border:none;position:relative;transition:.3s ease;cursor:pointer;&:hover{background-color:black}}.vidHeader-cover{width:100%;height:100%;position:absolute;background-color:rgba(0,0,0,.456);display:flex;justify-items:center;align-items:center;top:0;left:0}.vidHeader-cover>h2{color:white;width:100%;text-align:center;font-size:4rem;font-weight:400}.vidHeader-cover>h5{color:var(--customColor1)}@media only screen and (min-width:320px) and (max-width:768px){.vidContainer{width:100%;height:400px}.vidContainer>video,.videoContent{width:100%;height:100%}.vidTxt{bottom:50px;font-size:100%}}@media screen and (max-width:990px) and (min-width:600px){.homeFormWrapper{height:80vh;width:90%}.homeFormExit{width:100%;height:10%}.vidContainer{width:100%}.videoContent{height:90%;width:100%}.vidTxt{bottom:60px;font-size:120%}}@media screen and (max-width:1200px) and (min-width:990px){.homeFormWrapper{height:80vh;width:60%}.homeFormExit{width:100%;height:10%}}