.p_37_s254{ .mainHeading { font-size: 40px; font-weight: 700; } .para2 { margin-top: 10px; margin-bottom: 30px; font-size: 15px; line-height: 25px; } .formMainSec { padding: 80px 0px; } .formInnerSec { padding: 30px; background-color: var(--themeBg1); border-radius: 20px; } .formImg { position: sticky; top: 130px; } .formImg img { border-radius: 20px; } .formContainer { height: 100vh; position: fixed; z-index: 9999; } .formSec { height: 100%; background-color: rgba(0, 0, 0, 0.4); display: flex; align-items: center; justify-content: center; } .formInnerHome { background-color: white; border-radius: 10px; padding: 20px; margin-top: 0px; position: relative; } .formHead { font-size: 35px; font-weight: 600; justify-content: space-between; } .marBot20 { margin-bottom: 20px; } .labelSec { margin-bottom: -10px; padding: 5px 10px; width: fit-content; background-color: var(--themeColor2); position: relative; } .labelSec label { font-size: 14px; } .labelSec label span { color: red; } .inputName { padding: 10px; gap: 10px; border: 1px solid rgb(173, 173, 173); border-radius: 10px; } .inputName input { /* padding: 10px; */ outline: none; border: 0; width: -webkit-fill-available; } .formIconSec { background-color: var(--themeColor1); height: 30px; display: flex; align-items: center; justify-content: center; border-radius: 50%; } .formIconSec i { font-size: 15px; color: var(--themeColor2); } .selectMain { overflow: hidden; border: 1px solid rgb(173, 173, 173); border-radius: 10px; } .selectSec { width: 100%; padding: 10px; outline: none; border: 0; font-size: 16px; } .textSec { padding: 10px; border: 1px solid rgb(173, 173, 173); border-radius: 10px; } .textSec textarea { width: -webkit-fill-available; outline: none; border: 0; font-size: 16px; resize: none; } .btnSec { border-radius: 10px; } .btnSec button { width: 130px; /* height: 50px; */ background-color: white; border: none; position: relative; padding: 10px 20px; border: 2px solid var(--themecolor); font-weight: 600; background-color: white; border-radius: 25px; font-size: 16px; cursor: pointer; overflow: hidden; } .crossIcon { cursor: pointer; } .btnSec button:hover .spanBtn { top: -100px; } .btnSec button:hover .spanBtn2 { bottom: 0; } .spanBtn { top: 0; position: relative; transition: 0.3s; display: block; } .spanBtn2 { position: absolute; width: 100%; display: flex; align-items: center; justify-content: center; left: 0; height: 100%; bottom: -100%; transition: 0.3s; } .circle { position: absolute; width: 50px; height: 50px; background-color: #f7c600; top: -50%; left: 50%; transform: translate(-50%); border-radius: 50%; opacity: 0; transition: 1s; } .joinBtn { cursor: pointer; width: 180px; padding: 10px 0px; font-size: 22px; background-color: var(--btnColor); border-radius: 40px; border: none; font-weight: 700; color: var(--btnTextColor); position: relative; overflow: hidden; z-index: 1; font-family: var(--o1Font); } .joinBtn::after { position: absolute; top: 0px; left: 0px; bottom: 0px; width: 5%; background: var(--btnHoverColor); content: ""; z-index: -1; transition: 0.5s; } .joinBtn:hover::after { width: 100%; } .joinBtn:hover { color: var(--btnHoverTextColor); } .dateSec{ position: static; background-color: transparent; width: -webkit-fill-available; padding: 0; box-shadow: none; color: #000000; } }.p_37_s254{ @media only screen and (max-width: 900px) { background-attachment:scroll; } }