.p_1_s174{ .service_section_34 { background-color: var(--themeBg1); padding: 20px 0px; } .width85 { width: 85%; } .innerSec { padding: 80px 0px; background-color: var(--themeBg2); background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 45px; } .smallHead { font-size: 16px; line-height: 26px; font-weight: 600; color: var(--headingColor1); padding-left: 25px; font-family: var(--pFont); position: relative; width: fit-content; margin-bottom: 10px; } .smallHead::before { content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url("https://demowizz.com/assets/asterisk.svg") no-repeat; background-position: center; background-size: cover; width: 16px; height: 16px; } .mainHeading { font-size: 45px; line-height: 55px; color: var(--headingColor2); font-family: var(--hFont); margin-bottom: 50px; font-weight: 700; } .subPara { font-size: 15px; line-height: 25px; font-weight: 400; color: var(--paragraphColorBlack); font-family: var(--pFont); margin-top: 50px; } .cardSec { padding: 30px 25px 30px 25px; background-color: var(--themeBg1); border-radius: 30px; border: 1px solid #ececec; position: relative; overflow: hidden; } .cardSec::before { content: ""; position: absolute; top: 100%; right: 0; left: 0; bottom: 0; background-color: var(--themeColor1); border-radius: 500px 500px 0 0; transition: all 0.4s ease-in-out; height: 100%; width: 100%; z-index: 0; opacity: 0; } .cardSec:hover::before { top: 0; border-radius: 0; opacity: 1; } .iconSec { width: 70px; height: 70px; padding: 10px 0px 0px 10px; margin-bottom: 30px; position: relative; } .iconSec::before { content: ""; position: absolute; top: 0; left: 0; background-color: var(--themeBg2); border-radius: 50%; width: 60px; height: 60px; z-index: 0; transition: all 0.4s ease-in-out; } .iconSec img { position: relative; z-index: 1; } .cardHead { font-size: 20px; line-height: 30px; color: var(--headingColor2); font-weight: 600; font-family: var(--pFont); margin-bottom: 10px; position: relative; z-index: 1; transition: all 0.4s ease-in-out; } .cardPara { font-size: 15px; line-height: 25px; font-weight: 400; color: var(--paragraphColorBlack); font-family: var(--pFont); margin-bottom: 30px; position: relative; z-index: 1; transition: all 0.4s ease-in-out; } .cardBtn { border-radius: 50%; width: 50px; height: 50px; background-color: var(--btnColor); color: var(--btnTextColor); transform: rotate(-40deg); border: none; transition: all 0.4s ease-in-out; cursor: pointer; } .cardBtn svg { width: 30px; height: 30px; } .cardSec:hover .cardHead { color: var(--paragraphColorWhite); } .cardSec:hover .cardPara { color: var(--paragraphColorWhite); } .cardSec:hover .cardBtn { background-color: var(--btnHoverColor); color: var(--btnHoverTextColor); transform: rotate(0deg); } .btn { background-color: transparent; border: none; cursor: pointer; } .btnText { font-size: 16px; line-height: 16px; color: var(--btnTextColor); background-color: var(--btnColor); padding: 15px 25px 15px 25px; border-radius: 30px; transition: all 0.4s ease-in-out; } .btnSec { margin-top: 20px; } .btnSvg { border-radius: 50%; width: 46px; height: 46px; background-color: var(--btnColor); color: var(--btnTextColor); transform: rotate(-40deg); transition: all 0.4s ease-in-out; } .btn:hover .btnSvg { transform: rotate(0deg); } .btn:hover .btnText { color: var(--btnHoverTextColor); background-color: var(--btnHoverColor); } .btn:hover .btnSvg { color: var(--btnHoverTextColor); background-color: var(--btnHoverColor); } @media only screen and (max-width: 900px) { .mainHeading { font-size: 25px; line-height: 35px; margin-bottom: 30px; } .innerSec { padding: 40px 0px; border-radius: 20px; } .subPara { margin-top: 30px; } .cardPara { margin-bottom: 15px; } .iconSec{ margin-bottom: 0px; } } .cardSec{ height: calc(100% - 60px); } }.p_1_s174{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_1_s175{ .banner_17 { background-color: var(--themeBg1); padding: 20px 0px; } .maxWidth900 { max-width: 900px; } .innerSec { padding: 60px 0px 170px; background-color: var(--themeBg2); background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 45px; } .mainHeading { font-size: 60px; line-height: 70px; margin-bottom: 20px; color: var(--headingColor1); font-family: var(--hFont); font-weight: 700; } .subPara { font-size: 15px; line-height: 25px; font-weight: 400; color: var(--paragraphColorWhite); font-family: var(--pFont); max-width: 700px; margin-bottom: 30px; } .tabSecMain { max-width: 770px; } .iconSec { width: 70px; height: 70px; border-radius: 50%; border: 2px solid var(--paragraphColorWhite); cursor: pointer; transition: 0.3s; } .name { cursor: pointer; font-size: 16px; line-height: 28px; font-weight: 600; color: var(--paragraphColorWhite); font-family: var(--pFont); margin-top: 10px; transition: 0.3s; } .imgSec { margin-top: -180px; display: none; } .activeImg { display: block; } .activeTab .iconSec { border: 2px solid var(--themeColor1); } .activeTab .name { color: var(--themeColor1); } .btn { background-color: transparent; border: none; cursor: pointer; } .btnText { font-size: 16px; line-height: 16px; border: none; color: var(--btnTextColor); background-color: var(--btnColor); padding: 15px 25px 15px 25px; border-radius: 30px; transition: all 0.4s ease-in-out; } .btnSec { margin-bottom: 30px; } .btnSvg { border-radius: 50%; width: 46px; height: 46px; background-color: var(--btnColor); color: var(--btnTextColor); transform: rotate(-40deg); transition: all 0.4s ease-in-out; } .btn:hover .btnSvg { transform: rotate(0deg); } .btn:hover .btnText { color: var(--btnHoverTextColor); background-color: var(--btnHoverColor); } .btnText:hover { color: var(--btnHoverTextColor); background-color: var(--btnHoverColor); } .btn:hover .btnSvg { color: var(--btnHoverTextColor); background-color: var(--btnHoverColor); } @media only screen and (max-width: 900px) { .mainHeading { font-size: 30px; line-height: 40px; margin-bottom: 5px; } .innerSec { padding: 40px 0px 100px; border-radius: 20px; } .btnText { padding: 15px 20px; } .width60 { width: 60%; } .name { font-size: 15px; line-height: 25px; } .imgSec { margin-top: -100px; } } .btnText, .btn { animation: zoom 1s linear infinite; } @keyframes zoom{ 0%{ transform: scale(1); } 50%{ transform: scale(1.04); } 100%{ transform: scale(1); } } @media only screen and (max-width: 900px){ .tabSecMain{ width: 95%; margin: 0 auto; } .iconSec{ width: 50px; height: 50px; } .name { font-size: 13px; line-height: 18px; } } }.p_1_s175{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_1_s176{ .video_section_6 { background-color: var(--themeBg1); padding: 20px 0px; } .maxWidth800 { max-width: 800px; } .maxWidth900 { max-width: 900px; } .height100 { height: 100%; } .innerSec { padding: 80px 0px; background-color: var(--themeBg2); background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 45px; } .smallHead { font-size: 16px; line-height: 26px; font-weight: 600; color: var(--headingColor1); padding-left: 25px; font-family: var(--pFont); position: relative; width: fit-content; margin-bottom: 10px; } .smallHead::before { content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url("https://demowizz.com/assets/asteriskWhite.png") no-repeat; background-position: center; background-size: cover; width: 16px; height: 16px; } .mainHeading { font-size: 45px; line-height: 55px; color: var(--headingColor2); font-family: var(--hFont); font-weight: 700; } .playBtn { width: 75px; height: 75px; background-color: var(--btnColor); color: var(--btnTextColor); border-radius: 50%; position: relative; z-index: 1; cursor: pointer; } .playBtn i { font-size: 35px; margin-left: 8px; } .animate { width: 75px; height: 75px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.3); opacity: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 0; animation: animate 2s infinite linear; } .ani2 { animation-delay: 1s; } @keyframes animate { 0% { width: 75px; height: 75px; opacity: 1; } 100% { width: 120px; height: 120px; opacity: 0; } } .playBtnSec { margin: 70px 0px; } .imgSec img { height: 50px; } .partnerSec { border-top: 1px solid #ffffff33; padding: 80px 0px 20px; } .videoPlayerSec { display: none; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.7); position: fixed; top: 0px; z-index: 999; } .videoPlayerSec iframe { width: 100%; height: 500px; } .btn { position: absolute; top: 20px; right: 20px; width: 50px; height: 50px; background-color: var(--btnColor); color: var(--btnTextColor); border-radius: 50%; border: none; cursor: pointer; } .btn i { font-size: 25px; } @media only screen and (max-width: 900px) { .innerSec { padding: 40px 0px; border-radius: 20px; } .mainHeading { font-size: 25px; line-height: 35px; } .playBtnSec { margin: 40px 0px; } .playBtn { width: 50px; height: 50px; } .playBtn i { font-size: 20px; margin-left: 5px; } .partnerSec { padding-top: 20px; padding-bottom: 0px; } } }.p_1_s176{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_1_s178{ .why_choose_us_14 { padding: 80px 0px; background-color: var(--themeBg1); } .width85 { width: 85%; } .height100 { height: 100%; } .smallHead { font-size: 16px; line-height: 26px; font-weight: 600; color: var(--headingColor1); padding-left: 25px; font-family: var(--pFont); position: relative; width: fit-content; margin-bottom: 10px; } .smallHead::before { content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url("https://demowizz.com/assets/asterisk.svg") no-repeat; background-position: center; background-size: cover; width: 16px; height: 16px; } .mainHeading { font-size: 45px; line-height: 55px; color: var(--headingColor2); font-family: var(--hFont); margin-bottom: 50px; font-weight: 700; } .imgSec { line-height: 0px; } .imgSec img { width: 310px; border-radius: 200px 200px 200px 200px; } .centerSec { overflow: hidden; } .carImg { bottom: 0px; z-index: 1; } .cardSec { border-top: 1px solid #ececec; padding: 40px 0px; } .cardSec:nth-child(1) { border: none; padding: 0px 0px 40px 0px; } .cardSec:nth-last-child(1) { padding-bottom: 0px; } .custGrid { grid-template-columns: 70px 1fr; } .iconSec { width: 60px; height: 60px; padding: 10px 0px 0px 10px; margin-bottom: 30px; position: relative; } .iconSec::before { content: ""; position: absolute; top: 0; left: 0; background-color: var(--themeBg2); border-radius: 50%; width: 50px; height: 50px; z-index: 0; } .iconSec img { position: relative; z-index: 1; } .cardHead { font-size: 20px; line-height: 30px; color: var(--headingColor2); font-weight: 600; font-family: var(--pFont); margin-bottom: 10px; } .cardPara { font-size: 15px; line-height: 25px; font-weight: 400; color: var(--paragraphColorBlack); font-family: var(--pFont); } @media only screen and (max-width: 900px) { .why_choose_us_14 { padding: 40px 0px; } .mainHeading { font-size: 25px; line-height: 35px; margin-bottom: 40px; } .cardSec:nth-child(1) { border: none; padding: 0px 0px 20px 0px; } .cardSec:nth-last-child(1) { padding-bottom: 0px; } .cardSec{ padding: 20px 0px; } } }.p_1_s178{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_1_s179{ .faq_section_4 { background-color: var(--themeBg1); padding: 20px 0px; } .innerSec { padding: 80px 0px; background-color: var(--themeBg2); background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 45px; } .smallHead { font-size: 16px; line-height: 26px; font-weight: 600; color: var(--headingColor1); padding-left: 25px; font-family: var(--pFont); position: relative; width: fit-content; margin-bottom: 10px; } .smallHead::before { content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url("https://demowizz.com/assets/asterisk.svg") no-repeat; background-position: center; background-size: cover; width: 16px; height: 16px; } .mainHeading { font-size: 45px; line-height: 55px; color: var(--headingColor2); font-family: var(--hFont); margin-bottom: 50px; font-weight: 700; } .ques { font-size: 20px; line-height: 30px; color: var(--headingColor2); font-weight: 600; font-family: var(--pFont); margin-bottom: 10px; } .ans { font-size: 15px; line-height: 25px; font-weight: 400; color: var(--paragraphColorBlack); font-family: var(--pFont); } .cardSec { border-top: 1px solid #ececec; padding: 20px 0px; } .cardSec:nth-child(1) { border-top: none; padding: 0px 0px 20px 0px; } .cardSec:nth-last-child(1) { padding-bottom: 0px; } .ansSec { display: none; } .activeAns { display: block; } .btn { background-color: transparent; border: none; cursor: pointer; } .btnText { font-size: 16px; line-height: 16px; color: var(--btnTextColor); background-color: var(--btnColor); padding: 15px 25px 15px 25px; border-radius: 30px; transition: all 0.4s ease-in-out; } .btnSec { margin-top: 20px; } .btnSvg { border-radius: 50%; width: 46px; height: 46px; background-color: var(--btnColor); color: var(--btnTextColor); transform: rotate(-40deg); transition: all 0.4s ease-in-out; } .btn:hover .btnSvg { transform: rotate(0deg); } .btn:hover .btnSvg { color: var(--btnHoverTextColor); background-color: var(--btnHoverColor); } .btn:hover .btnText { color: var(--btnHoverTextColor); background-color: var(--btnHoverColor); } @media only screen and (max-width: 900px) { .mainHeading { font-size: 25px; line-height: 35px; margin-bottom: 30px; } .innerSec { padding: 40px 0px; border-radius: 20px; } .ques { margin-bottom: 0px; font-size: 16px; } .cardSec { padding: 15px 0px; } .cardSec:nth-child(1) { border: none; padding: 0px 0px 15px 0px; } .cardSec:nth-last-child(1) { padding-bottom: 0px; } .gap50 { gap: 30px; } .btn { margin: 0 auto; } } }.p_1_s179{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_1_s180{ .cta_section_8 { padding: 20px 0px; background-color: var(--themeBg1); } .innerSec { padding: 80px 0px; background-color: var(--themeBg2); background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 45px; } .mainHeading { font-size: 45px; line-height: 55px; color: var(--headingColor2); font-family: var(--hFont); margin-bottom: 10px; font-weight: 700; } .subPara { font-size: 15px; line-height: 25px; font-weight: 400; color: var(--paragraphColorBlack); font-family: var(--pFont); } .btn { background-color: transparent; border: none; cursor: pointer; } .btnText { font-size: 16px; line-height: 16px; color: var(--btnTextColor); background-color: var(--btnColor); padding: 15px 25px 15px 25px; border-radius: 30px; transition: all 0.4s ease-in-out; } .btnSec { margin-top: 30px; } .btnSvg { border-radius: 50%; width: 46px; height: 46px; background-color: var(--btnColor); color: var(--btnTextColor); transform: rotate(-40deg); transition: all 0.4s ease-in-out; } .btn:hover .btnSvg { transform: rotate(0deg); } .btn:hover .btnText { color: var(--btnHoverTextColor); background-color: var(--btnHoverColor); } .btn:hover .btnSvg { color: var(--btnHoverTextColor); background-color: var(--btnHoverColor); } @media only screen and (max-width: 900px) { .mainHeading { font-size: 25px; line-height: 35px; } .innerSec { padding: 40px 0px; border-radius: 20px; } .btnSec { margin-top: 20px; } .gap50{ gap: 30px; } } }.p_1_s180{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_1_s183{ .testimonial_section_17 { padding: 80px 0px; background-color: var(--themeBg1); background-position: center; background-repeat: no-repeat; background-size: contain; } .smallHead { font-size: 16px; line-height: 26px; font-weight: 600; color: var(--headingColor1); padding-left: 25px; font-family: var(--pFont); position: relative; width: fit-content; margin-bottom: 10px; } .smallHead::before { content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url(https://demowizz.com/assets/asterisk.svg) no-repeat; background-position: center; background-size: cover; width: 16px; height: 16px; } .mainHeading { font-size: 45px; line-height: 55px; color: var(--headingColor2); font-family: var(--hFont); margin-bottom: 50px; font-weight: 700; } .arrowMainSec { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; z-index: 10; } .arrowRightIconSec, .arrowLeftIconSec { pointer-events: all; cursor: pointer; width: 40px; height: 40px; background-color: var(--btnColor); border-radius: 8px; transition: 0.4s; } .arrowRightIconSec:hover, .arrowLeftIconSec:hover { background-color: var(--btnHoverColor); } .arrowRightIconSec i, .arrowLeftIconSec i { color: var(--btnTextColor); transition: 0.4s; } .arrowRightIconSec:hover i, .arrowLeftIconSec:hover i { color: var(--btnHoverTextColor); } .cardSec { padding: 30px; background-color: var(--themeBg2); border-radius: 30px; border: 1px solid #ececec; transition: 0.3s; } .stars i { color: var(--themeColor1); font-size: 16px; } .subPara { font-size: 15px; line-height: 25px; font-weight: 400; color: var(--paragraphColorBlack); font-family: var(--pFont); margin: 30px 0px; } .profileGrid { grid-template-columns: 60px 1fr; } .iconSec { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; position: relative; } .name { font-size: 18px; line-height: 28px; color: var(--paragraphColorBlack); font-weight: 600; font-family: var(--hFont); } .desig { font-size: 15px; line-height: 25px; font-weight: 400; color: var(--paragraphColorBlack); font-family: var(--pFont); } .profileSec { padding-top: 30px; border-top: 1px solid #ececec; } @media only screen and (max-width: 900px) { .testimonial_section_17 { padding: 40px 0px; } .mainHeading { font-size: 25px; line-height: 35px; margin-bottom: 30px; } .cardSec { border-radius: 20px; padding: 20px; } .subPara { margin: 20px 0px; } .profileSec { padding-top: 20px; } .gap30 { gap: 20px; } .arrowMainSec { width: 95%; margin: 0 auto; } .arrowRightIconSec, .arrowLeftIconSec { width: 30px; height: 30px; border-radius: 5px; } .arrowRightIconSec i, .arrowLeftIconSec i { font-size: 14px; } } }.p_1_s183{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_1_s184{ .blog_section_2 { padding: 80px 0px; background-color: var(--themeBg1); background-position: center; background-repeat: no-repeat; background-size: contain; } .smallHead { font-size: 16px; line-height: 26px; font-weight: 600; color: var(--headingColor1); padding-left: 25px; font-family: var(--pFont); position: relative; width: fit-content; margin-bottom: 10px; } .smallHead::before { content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url(https://demowizz.com/assets/asterisk.svg) no-repeat; background-position: center; background-size: cover; width: 16px; height: 16px; } .mainHeading { font-size: 45px; line-height: 55px; color: var(--headingColor2); font-family: var(--hFont); margin-bottom: 50px; font-weight: 700; } .stickyCard { position: sticky; top: 150px; } .cardSec { height: 450px; border-radius: 30px; overflow: hidden; position: relative; } .imgSec { height: 100%; line-height: 0px; position: relative; } .sideCard .imgSec { height: 130px; } .blankCover { top: 0px; left: 0px; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 2.8%, #000000 99.93%); z-index: 1; } .textSec { bottom: 0px; left: 0px; padding: 30px; width: calc(100% - 60px); z-index: 1; } .dateSec { color: var(--paragraphColorWhite); margin-bottom: 10px; } .cardHead { font-size: 20px; line-height: 30px; color: var(--paragraphColorWhite); font-weight: 600; font-family: var(--pFont); margin-bottom: 10px; } .iconSec { width: 50px; height: 50px; background-color: var(--btnColor); border-radius: 50%; cursor: pointer; transform: rotate(-40deg); transition: 0.3s; } .iconSec i { font-size: 20px; transition: 0.3s; color: var(--btnTextColor); } .cardSec::after { content: ""; position: absolute; width: 200%; height: 0%; left: 50%; top: 50%; background-color: rgba(255, 255, 255, 0.3); transform: translate(-50%, -50%) rotate(-45deg); z-index: 1; } .cardSec:hover::after { height: 250%; transition: all 600ms linear; background-color: transparent; } .cardSec:hover .iconSec { transform: rotate(0deg); } .rowGrid3 { grid-template-rows: 1fr 1fr 1fr; } .custGrid { grid-template-columns: 200px 1fr; } .sideCard .imgSec { border-radius: 10px; overflow: hidden; } .btn { color: var(--btnColor); font-size: 16px; font-weight: 600; } .btn i { font-size: 20px; vertical-align: middle; } .sideCard .dateSec { color: var(--paragraphColorBlack); } .sideCard .cardHead { color: var(--paragraphColorBlack); } .sideCard .imgSec::after { content: ""; position: absolute; width: 200%; height: 0%; left: 50%; top: 50%; background-color: rgba(255, 255, 255, 0.3); transform: translate(-50%, -50%) rotate(-45deg); z-index: 1; } .sideCard:hover .imgSec::after { height: 250%; transition: all 600ms linear; background-color: transparent; } .btn { background-color: transparent; border: none; cursor: pointer; } .btnText { font-size: 16px; line-height: 16px; color: var(--btnTextColor); background-color: var(--btnColor); padding: 15px 25px 15px 25px; border-radius: 30px; transition: all 0.4s ease-in-out; } .btnSec { margin-top: 50px; } .btnSvg { border-radius: 50%; width: 46px; height: 46px; background-color: var(--btnColor); color: var(--btnTextColor); transform: rotate(-40deg); transition: all 0.4s ease-in-out; } .btn:hover .btnSvg { transform: rotate(0deg); } .btn:hover .btnText { color: var(--btnHoverTextColor); background-color: var(--btnHoverColor); } .btn:hover .btnSvg { color: var(--btnHoverTextColor); background-color: var(--btnHoverColor); } @media only screen and (max-width: 900px) { .blog_section_2 { padding: 40px 0px; } .mainHeading { font-size: 25px; line-height: 35px; margin-bottom: 30px; } .cardSec { height: auto; aspect-ratio: 1/1; border-radius: 20px; } .custGrid { grid-template-columns: 100px 1fr; } .gap30 { gap: 20px; } .cardHead { font-size: 16px; line-height: 26px; margin-bottom: 5px; } .textSec { padding: 20px; width: calc(100% - 40px); } .iconSec i { font-size: 16px; } .iconSec { width: 40px; height: 40px; } .dateSec { font-size: 14px; margin-bottom: 5px; } .btn { font-size: 14px; } .btn i { font-size: 18px; } } }.p_1_s184{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_1_s188{ .category_section_10 { padding: 80px 0px; background-color: var(--themeBg1); } .height100 { height: 100%; } .mainHeading { font-size: 45px; line-height: 55px; color: var(--headingColor2); font-family: var(--hFont); margin-bottom: 50px; font-weight: 700; } .smallHead { font-size: 16px; line-height: 26px; font-weight: 600; color: var(--headingColor1); padding-left: 25px; font-family: var(--pFont); position: relative; width: fit-content; margin-bottom: 10px; } .smallHead::before { content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url("https://demowizz.com/assets/asterisk.svg") no-repeat; background-position: center; background-size: cover; width: 16px; height: 16px; } .sliderProductBtn { top: 50%; transform: translateY(-50%); pointer-events: none; position: absolute; justify-content: space-between; z-index: 98; } .leftProductBtnSlider { pointer-events: all; cursor: pointer; margin: 0 10px; width: 40px; height: 40px; transition: 0.3s; background-color: var(--btnColor); border-radius: 10px; box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1); } .leftProductBtnSlider i { transition: 0.3s; font-size: 16px; color: var(--btnTextColor); } .leftProductBtnSlider:hover { background-color: var(--btnHoverColor); } .leftProductBtnSlider:hover i { color: var(--btnHoverTextColor); } .height100 { height: 100%; } .cardSec { border-radius: 30px; overflow: hidden; } .textSec { top: 0px; left: 0px; right: 0px; bottom: 0px; width: calc(100% - 60px); height: calc(100% - 60px); padding: 30px; z-index: 2; } .cardHead { font-size: 30px; line-height: 40px; color: var(--paragraphColorWhite); font-weight: 600; font-family: var(--pFont); } .iconSec { width: 50px; height: 50px; background-color: var(--btnColor); border-radius: 50%; cursor: pointer; transform: rotate(-40deg); transition: 0.3s; } .iconSec i { font-size: 20px; transition: 0.3s; color: var(--btnTextColor); } .imgSec { line-height: 0px; } .imgSec::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; background: linear-gradient( 220deg, rgba(249, 192, 119, 0) 0.73%, rgba(4, 4, 1, 0.49) 90.71% ); z-index: 1; } .imgSec img { transition: 0.3s; aspect-ratio: 3/4.5; } .cardSec:hover .imgSec img { transform: scale(1.1); } .cardSec:hover .iconSec { transform: rotate(0deg); background-color: var(--btnHoverColor); } .cardSec:hover .iconSec i { color: var(--btnHoverTextColor); } @media only screen and (max-width: 900px) { .category_section_10 { padding: 40px 0px; } .cardSec { border-radius: 10px; } .textSec { width: calc(100% - 30px); height: calc(100% - 30px); padding: 15px; } .cardHead { font-size: 18px; line-height: 28px; } .iconSec { width: 35px; height: 35px; } .iconSec i { font-size: 15px; } .product_section_3 { padding: 40px 0px; } .mainHeading { font-size: 25px; line-height: 35px; margin-bottom: 30px; } } }.p_1_s188{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }.p_1_s190{ .product_section_4 { padding: 80px 0px; background-color: var(--themeBg1); position: relative; } .product_section_4::before { content: ""; position: absolute; height: 100%; background-color: #f6f6f6; z-index: 0; width: 90%; max-width: 1500px; inset: 0px; margin: auto; } .product_section_4::after { content: ""; position: absolute; left: 50%; top: 0px; transform: translateX(-50%); width: 25%; height: 100%; z-index: 1; background: rgb(237, 237, 237); } .height100 { height: 100%; } .mainHeading { font-size: 45px; line-height: 55px; color: var(--headingColor2); font-family: var(--hFont); margin-bottom: 50px; font-weight: 700; } .smallHead { font-size: 16px; line-height: 26px; font-weight: 600; color: var(--headingColor1); padding-left: 25px; font-family: var(--pFont); position: relative; width: fit-content; margin-bottom: 10px; } .smallHead::before { content: ""; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: url("https://demowizz.com/assets/asterisk.svg") no-repeat; background-position: center; background-size: cover; width: 16px; height: 16px; } .sliderProductBtn { top: 50%; transform: translateY(-50%); pointer-events: none; position: absolute; justify-content: space-between; z-index: 98; } .leftProductBtnSlider { pointer-events: all; cursor: pointer; margin: 0 10px; width: 40px; height: 40px; transition: 0.3s; background-color: var(--btnColor); border-radius: 10px; box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1); } .leftProductBtnSlider i { transition: 0.3s; font-size: 16px; color: var(--btnTextColor); } .leftProductBtnSlider:hover { background-color: var(--btnHoverColor); } .leftProductBtnSlider:hover i { color: var(--btnHoverTextColor); } .proSec4 .active.center .cardSec { transform: scale(1.2); } .proSec4 .active.center .price { opacity: 1; } .proSec4 .active.center .btnSec { opacity: 1; } @media only screen and (max-width: 900px) { .product_section_4 { padding: 40px 0px; } .mainHeading { font-size: 25px; line-height: 35px; margin-bottom: 30px; } .proSec4 .active.center .cardSec { transform: scale(1); } } .proSec4 .active.center .cardSec{ transform: scale(1); } }.p_1_s190{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }