Commit 868187a0 authored by TokaKaram's avatar TokaKaram

Font edit

parent 226136b1
...@@ -178,7 +178,8 @@ header .right_side a:nth-child(4) ...@@ -178,7 +178,8 @@ header .right_side a:nth-child(4)
grid-template-columns: 39% 60% !important; grid-template-columns: 39% 60% !important;
box-sizing: border-box; box-sizing: border-box;
column-gap: 10px; column-gap: 10px;
padding-bottom: 40px; padding: 50px 30px 40px;
} }
...@@ -188,7 +189,7 @@ header .right_side a:nth-child(4) ...@@ -188,7 +189,7 @@ header .right_side a:nth-child(4)
box-sizing: border-box; box-sizing: border-box;
column-gap: 10px; column-gap: 10px;
align-items: center; align-items: center;
padding: 50px 30px 40px;
} }
.hero_section div:nth-child(2) .hero_section div:nth-child(2)
...@@ -236,6 +237,8 @@ header .right_side a:nth-child(4) ...@@ -236,6 +237,8 @@ header .right_side a:nth-child(4)
text-align: start; text-align: start;
margin-top: 20px; margin-top: 20px;
box-sizing: border-box; box-sizing: border-box;
font-size: 25px;
font-family: var(--main-font);
} }
/* ==================================== */ /* ==================================== */
...@@ -320,7 +323,7 @@ header .right_side a:nth-child(4) ...@@ -320,7 +323,7 @@ header .right_side a:nth-child(4)
.e_sport .e_sport
{ {
background-color: var(--bck_color); background-color: var(--bck_color);
padding: 25px 0 40px 0; padding: 25px 0 25px 0;
} }
...@@ -384,13 +387,14 @@ header .right_side a:nth-child(4) ...@@ -384,13 +387,14 @@ header .right_side a:nth-child(4)
text-align: start; text-align: start;
margin-top: 20px; margin-top: 20px;
transform: translateX(10px); transform: translateX(10px);
font-size: 22px; font-size: 25px;
font-family: var(--main-font);
} }
/* ====================================== */ /* ====================================== */
/* ===============Activate================= */ /* ===============Activate================= */
.activate_section .activate_section
{ {
padding: 30px; padding:50px 30px 30px;
} }
.activate_section div:nth-child(2) .activate_section div:nth-child(2)
{ {
...@@ -418,15 +422,16 @@ header .right_side a:nth-child(4) ...@@ -418,15 +422,16 @@ header .right_side a:nth-child(4)
{ {
color: var(--purple_col); color: var(--purple_col);
width: 80%; width: 80%;
margin-left: 20%; margin-left: 10%;
font-weight: 700; font-weight: 700;
font-family: var(--main-font);
} }
.activate_section p .activate_section p
{ {
color: white; color: white;
font-family: var(--main-font); font-family: var(--main-font);
margin-top: 10px; margin-top: 10px;
margin-left: 20%; margin-left: 10%;
font-weight: 700; font-weight: 700;
font-size: 18px; font-size: 18px;
line-height: 32px; line-height: 32px;
...@@ -450,7 +455,8 @@ header .right_side a:nth-child(4) ...@@ -450,7 +455,8 @@ header .right_side a:nth-child(4)
font-weight: 700; font-weight: 700;
line-height: 32px; line-height: 32px;
text-transform: uppercase; text-transform: uppercase;
width: 85%; width: 80%;
margin-left: 10%;
font-family: var(--main-font); font-family: var(--main-font);
} }
.VR_section a .VR_section a
...@@ -464,8 +470,9 @@ header .right_side a:nth-child(4) ...@@ -464,8 +470,9 @@ header .right_side a:nth-child(4)
border: none; border: none;
cursor: pointer; cursor: pointer;
font-weight: 700; font-weight: 700;
font-size: 22px; font-size: 25px;
margin-top: 40px; margin-top: 40px;
margin-left: 10%;
} }
/* =================================*/ /* =================================*/
/* =============CardGame==================*/ /* =============CardGame==================*/
...@@ -504,13 +511,14 @@ header .right_side a:nth-child(4) ...@@ -504,13 +511,14 @@ header .right_side a:nth-child(4)
.ticketing_section .ticketing_section
{ {
background-color: var(--bck_color); background-color: var(--bck_color);
padding-top: 1px; padding-top: 50px;
} }
.ticketing_section > .title .ticketing_section > .title
{ {
display: flex; display: flex;
justify-content: center; justify-content: center;
column-gap: 10px; column-gap: 10px;
padding-bottom: 10px;
} }
.ticketing_section > .title h1 .ticketing_section > .title h1
{ {
...@@ -689,7 +697,7 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color)); ...@@ -689,7 +697,7 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color));
margin-top: 0 !important; margin-top: 0 !important;
transform: translateY(-10px); transform: translateY(-10px);
background: linear-gradient(to bottom ,var(--purple_col) 0%,var(--bck_color)) !important; background: linear-gradient(to bottom ,var(--purple_col) 0%,var(--bck_color)) !important;
padding-bottom: 60px;
} }
.ticketing_section .last > div:nth-child(1) .ticketing_section .last > div:nth-child(1)
...@@ -725,7 +733,7 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color)); ...@@ -725,7 +733,7 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color));
{ {
text-align: center; text-align: center;
font-family: var(--main-font); font-family: var(--main-font);
font-weight: bold; font-weight: 700;
color: white; color: white;
} }
...@@ -736,7 +744,7 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color)); ...@@ -736,7 +744,7 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color));
grid-template-columns: repeat(4,20%); grid-template-columns: repeat(4,20%);
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
padding: 30px 40px; padding: 60px 40px;
} }
.oragnize div img .oragnize div img
...@@ -850,6 +858,10 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color)); ...@@ -850,6 +858,10 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color));
{ {
width: 100px; width: 100px;
} }
.header_ar .left_side .logo
{
text-align: end;
}
.hero_ar a .hero_ar a
{ {
background: linear-gradient(90deg,var(--bck_color),#6a1a97,var(--purple_col)); background: linear-gradient(90deg,var(--bck_color),#6a1a97,var(--purple_col));
...@@ -900,6 +912,10 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color)); ...@@ -900,6 +912,10 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color));
{ {
width: 50%; width: 50%;
} }
.VR_section a
{
margin-left: 0;
}
} }
@media(max-width:1000px) @media(max-width:1000px)
...@@ -1192,7 +1208,7 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color)); ...@@ -1192,7 +1208,7 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color));
} }
header .left_side .logo span:nth-child(3) header .left_side .logo span:nth-child(3)
{ {
font-size: 6px; font-size: 5px;
} }
.activate_section div:nth-child(2) a, .activate_section div:nth-child(2) a,
.VR_section a, .VR_section a,
...@@ -1221,7 +1237,7 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color)); ...@@ -1221,7 +1237,7 @@ background: linear-gradient(to bottom ,var(--purple_col) 20%,var(--bck_color));
.hero_section div:nth-child(2) h3, .hero_section div:nth-child(2) h3,
.activate_section h1 .activate_section h1
{ {
font-size: 20px; font-size: 18px;
} }
.ltr_size > div .ltr_size > div
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment