.Product_Page{ .pdp_2 { padding: 80px 0px; background-color: var(--themeBg1); } .width85 { width: 85%; } .custGrid { grid-template-columns: 1fr 400px; } .leftSec { overflow: hidden; } .imgSec { border-radius: 30px; overflow: hidden; position: relative; } .imgSec::before { content: ""; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 74.81%, rgba(0, 0, 0, 0.88) 92.46% ); z-index: 1; } .pdpSlider2 .owl-nav.disabled + .owl-dots { margin-top: -27px; z-index: 1; position: relative; } .pdpSlider2 .owl-dots .owl-dot span { background-color: white; } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background-color: var(--themeColor1); } .sliderSec { margin-bottom: 50px; } .cardMainSec { padding: 30px; border: 1px solid #ececec; border-radius: 30px; } .cardGrid { grid-template-columns: 60px 1fr; } .iconSec { width: 50px; height: 50px; padding: 10px 0px 0px 10px; 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: 5px; } .cardPara { font-size: 15px; line-height: 25px; font-weight: 400; color: var(--paragraphColorBlack); font-family: var(--pFont); } .cardMainSec { margin-bottom: 50px; } .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: 15px; } .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: 20px; font-weight: 700; } .subPara { font-size: 15px; line-height: 25px; font-weight: 400; color: var(--paragraphColorBlack); font-family: var(--pFont); margin-bottom: 30px; } .point { margin-bottom: 10px; font-size: 16px; line-height: 26px; color: var(--paragraphColorBlack); } .point i { font-size: 20px; color: var(--themeColor1); } .infoSec { margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px solid #ececec; } .faqMainSec .mainHeading { margin-bottom: 30px; } .quesSec { padding: 20px 50px 20px 20px; } .ansSec { border-top: 1px solid #ececec; padding: 20px 50px 20px 20px; display: none; } .activeAns { display: block; } .ques { font-size: 16px; font-weight: 600; color: var(--headingColor2); font-family: var(--hFont); } .ans { font-size: 15px; line-height: 25px; color: var(--paragraphColorBlack); font-family: var(--pFont); } .faq { border: 1px solid #ececec; margin-bottom: 20px; border-radius: 12px; } .activeFaq { background-color: var(--themeBg2); } .formSec { border-radius: 30px; background-color: var(--themeBg2); padding: 15px 20px; position: sticky; top: 120px; } .inputMainSec { margin-bottom: 10px; } .inputMainSec label { font-size: 12px; font-weight: 500; color: var(--paragraphColorBlack); line-height: 20px; } .inputMainSec label span { color: red; } .inputMainSec input, .inputMainSec textarea { width: -webkit-fill-available; padding: 12px 15px; border: none; outline: none; background-color: var(--themeBg1); border-radius: 10px; } .inputMainSec textarea { resize: none; } .formGrid { grid-template-columns: 1fr 50px; } .crossIcon { width: 50px; height: 50px; border-radius: 50%; background-color: var(--themeBg1); cursor: pointer; } .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); } .orPara { font-size: 18px; color: var(--paragraphColorBlack); } .whatIcon { border-radius: 50%; width: 46px; height: 46px; background-color: var(--btnColor); color: var(--btnTextColor); transition: 0.3s; cursor: pointer; } .whatIcon i { font-size: 22px; transition: 0.3s; } .whatIcon:hover { background-color: var(--btnHoverColor); } .whatIcon:hover i { color: var(--btnHoverTextColor); } @media only screen and (max-width: 900px) { .pdp_2 { padding: 40px 0px; } .custGrid { grid-template-columns: 1fr; } .mainHeading { font-size: 25px; line-height: 35px; } .cardMainSec { padding: 15px; } .cardHead { font-size: 18px; line-height: 20px; margin-bottom: 0px; } .cardGrid { gap: 10px; } } }.Product_Page{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }