File: /var/www/quadcode/frontend/src/style/popup/popup-webinar.scss
.popupWebinar {
position: fixed;
z-index: 101;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #000000CC;
backdrop-filter: blur(15px);
overflow-y: auto;
display: none;
@include breakpoint-down('tabM') {
padding: 0;
}
.container {
display: flex;
align-items: center;
justify-content: center;
margin: auto;
height: 100%;
width: 1232px;
&::-webkit-scrollbar {
width: 0;
}
@include breakpoint-down('tabL') {
height: 100%;
overflow-y: auto;
width: 98%;
margin: auto;
padding: 0px;
&::-webkit-scrollbar {
width: 0;
}
}
@include breakpoint-down('tabM') {
max-width: 359px;
margin: auto;
width: 100%;
}
}
&::-webkit-scrollbar {
width: 0;
opacity: 0;
display: none;
}
&__content {
border-radius: 77px;
padding: 22px;
background-color: rgba(230, 35, 52, 1);
width: 1232px;
position: relative;
overflow: hidden;
@media (min-width: 1800px) and (max-height: 1153px) {
transform: scale(0.7);
}
@media (min-width: 1366px) and (max-height: 959px) {
transform: scale(0.7);
}
@media (min-width: 768px) and (max-height: 765px) {
transform: scale(0.7);
}
@media (max-width: 768px) and (max-height: 665px) {
transform: none;
}
@include breakpoint-down('deskL') {
padding: 27px;
width: 893px;
}
@include breakpoint-down('tabL') {
padding: 23px;
width: 750px;
}
@include breakpoint-down('tabM') {
padding: 26px 0;
width: 100%;
}
}
&__wrapper {
background-color: rgba(255, 255, 255, 1);
border-radius: 50px;
display: flex;
flex-direction: column;
align-items: center;
padding: 152px 55px 50px 54px;
background-image: url("../assets/popup-webinar/pattern.png");
position: relative;
overflow: hidden;
@include breakpoint-down('deskL') {
overflow: visible;
}
@include breakpoint-down('tabL') {
padding: 139px 55px 71px 54px;
}
@include breakpoint-down('tabM') {
border-radius: 0;
padding: 99px 37px 81px 37px;
}
}
&__title {
font-size: 78px;
line-height: 100%;
text-align: center;
position: relative;
padding-bottom: 30px;
margin-bottom: 29px;
font-weight: 600;
@include breakpoint-down('deskL') {
font-size: 56px;
line-height: 100%;
padding-bottom: 14px;
margin-bottom: 16.7px;
letter-spacing: -0.6px;
}
@include breakpoint-down('tabL') {
font-size: 41px;
line-height: 100%;
padding-bottom: 19px;
margin-bottom: 15px;
}
@include breakpoint-down('tabM') {
font-size: 33px;
line-height: 116%;
padding-bottom: 14px;
margin-bottom: 12px;
display: inline-flex;
flex-direction: column;
}
strong {
font-weight: 600;
color: rgba(230, 35, 52, 1);
}
&::before {
content: '';
width: 324px;
height: 2px;
border-bottom: 2px solid #101010;
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: auto;
@include breakpoint-down('deskL') {
width: 232.93px;
}
@include breakpoint-down('tabM') {
width: 137.41px;
}
}
}
&__description {
font-weight: 600;
font-size: 34px;
line-height: 100%;
color: #E62334;
text-align: center;
margin-bottom: 58px;
@include breakpoint-down('deskL') {
font-weight: 600;
font-size: 24px;
line-height: 100%;
margin-bottom: 44px;
}
@include breakpoint-down('tabL') {
font-weight: 600;
font-size: 18px;
line-height: 100%;
margin-bottom: 28px;
}
@include breakpoint-down('tabM') {
font-weight: 600;
font-size: 14px;
line-height: 121%;
margin-bottom: 16px;
width: 225px;
}
strong {
font-weight: 600;
}
}
&__text {
font-weight: 400;
font-size: 32px;
line-height: 100%;
text-align: center;
margin-bottom: 28px;
@include breakpoint-down('deskL') {
font-weight: 400;
font-size: 23px;
line-height: 100%;
margin-bottom: 20px;
}
@include breakpoint-down('tabL') {
font-weight: 400;
font-size: 16px;
line-height: 100%;
margin-bottom: 17px;
}
@include breakpoint-down('tabM') {
font-weight: 400;
font-size: 13px;
line-height: 100%;
margin-bottom: 12px;
}
}
&__bullets {
display: flex;
flex-direction: column;
gap: 34px;
width: 739px;
margin-bottom: 46px;
@include breakpoint-down('deskL') {
width: 527px;
gap: 24px;
margin-bottom: 34px;
}
@include breakpoint-down('tabL') {
width: 390px;
gap: 18px;
margin-bottom: 32px;
}
@include breakpoint-down('tabM') {
width: 104%;
gap: 16px;
align-items: center;
margin-bottom: 36px;
}
}
&__bullet {
font-weight: 400;
font-size: 32px;
line-height: 100%;
@include breakpoint-down('deskL') {
font-weight: 400;
font-size: 23px;
line-height: 100%;
}
@include breakpoint-down('tabL') {
font-weight: 400;
font-size: 17px;
line-height: 100%;
}
@include breakpoint-down('tabM') {
font-weight: 400;
font-size: 13px;
line-height: 100%;
text-align: center;
}
}
&__tags {
gap: 23px;
display: flex;
flex-direction: column;
margin-bottom: 31px;
align-items: center;
@include breakpoint-down('deskL') {
gap: 17px;
margin-bottom: 20px;
}
@include breakpoint-down('tabL') {
gap: 12px;
margin-bottom: 14px;
}
@include breakpoint-down('tabM') {
gap: 10px;
margin-bottom: 13px;
}
}
&__tag {
padding: 21px 56px;
border: 2.47px solid #0F0F0F;
border-radius: 18.54px;
width: fit-content;
font-weight: 400;
font-size: 24px;
line-height: 100%;
text-align: center;
height: 71px;
@include breakpoint-down('deskL') {
padding: 16px 44px;
border-radius: 13.33px;
border-width: 1.78px;
font-weight: 400;
font-size: 17px;
line-height: 100%;
height: 51px;
}
@include breakpoint-down('tabL') {
padding: 11px 28px;
border-width: 1.31px;
border-radius: 9.8px;
font-weight: 400;
font-size: 13px;
line-height: 100%;
height: 37px;
}
@include breakpoint-down('tabM') {
padding: 9px 26px;
border-width: 1px;
border-radius: 7.86px;
font-weight: 400;
font-size: 10px;
line-height: 100%;
height: 30px;
}
&:last-child {
min-width: 388px;
@include breakpoint-down('deskL') {
min-width: 285px;
}
@include breakpoint-down('tabL') {
min-width: 200px;
}
@include breakpoint-down('tabM') {
min-width: 173px;
}
}
}
&__close {
position: absolute;
cursor: pointer;
width: 53px;
height: 53px;
top: 57px;
right: 57px;
@include breakpoint-down('deskL') {
width: 43px;
height: 43px;
top: 39px;
right: 44px;
}
@include breakpoint-down('tabL') {
width: 35px;
height: 35px;
top: 35px;
right: 48px;
}
@include breakpoint-down('tabM') {
width: 25px;
height: 25px;
top: 19px;
right: 22px;
}
svg {
width: inherit;
height: inherit;
}
}
&__questionImg {
position: absolute;
top: -40px;
left: 123px;
width: 260.91px;
height: 260.91px;
@include breakpoint-down('deskL') {
top: -33px;
left: 59px;
width: 249.91px;
height: auto;
}
@include breakpoint-down('tabL') {
top: 5px;
left: 108px;
width: 174.91px;
height: 174.91px;
}
@include breakpoint-down('tabM') {
top: -19px;
left: 26px;
width: 136.91px;
height: 136.91px;
}
}
&__magnifierImg {
position: absolute;
bottom: -195px;
right: -118px;
width: 526.44px;
height: 526.44px;
@include breakpoint-down('deskL') {
bottom: -135px;
right: -90px;
width: 370.44px;
height: 370.44px;
}
@include breakpoint-down('tabL') {
bottom: -100px;
right: -62px;
width: 272.44px;
height: 272.44px;
}
@include breakpoint-down('tabM') {
bottom: -100px;
right: -62px;
width: 214.44px;
height: 214.44px;
}
}
.button {
color: white;
font-weight: 600;
font-size: 30px;
line-height: 100%;
border-radius: 18.02px;
padding: 17px 105px;
height: 71px;
background: rgb(230, 35, 52);
&:hover {
background: rgb(219, 33, 49);
}
@include breakpoint-down('deskL') {
font-weight: 600;
font-size: 21px;
line-height: 100%;
border-radius: 12.96px;
padding: 12px 80px;
height: 51px;
}
@include breakpoint-down('tabL') {
font-weight: 600;
font-size: 16px;
line-height: 100%;
border-radius: 9.53px;
padding: 10px 52px;
height: 37px;
}
@include breakpoint-down('tabM') {
font-weight: 600;
font-size: 12px;
line-height: 100%;
border-radius: 7.64px;
padding: 7px 52px;
height: 30px;
}
}
}