* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    width: 1280px;
    background-color: #F1ECE6;
}

/* text styles */

@font-face {
    font-family: tinta-light;
    src: url(fonts/TintaArabic-Light.otf);
}

@font-face {
    font-family: tinta-bold;
    src: url(fonts/TintaArabic-Bold.otf);
}

@font-face {
    font-family: honorsans;
    src: url(fonts/HONORSansArabicUI-R.ttf);
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 14px;
}

/* text styles */

/* header start */

header {
    background-color: #F698C1;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.logo {
    width: 163px;
    height: 39px;
    padding-left: 100px;
}

nav {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
    padding-right: 100px;
    padding-left: 100px;
}

nav ul {
    display: flex;
    flex-direction: row;
    gap: 60px;
    list-style-type: none;
    color: #28445F;
    font-size: 20px;
    font-weight: 500;
    font-family: honorsans;
    padding-left: 337px;
}

header button {
    background-color: #F1ECE6;
    border-radius: 12px;
    border: none;
    display: flex;
    width: 87px;
    height: 26px;
    justify-content: space-between;
    align-items: center;
    color: #28445F;
    font-family: Cairo;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 5px 8px;
}

.icon {
    width: 16px;
    height: 16px;
}

/* header end */

/* hero section start */

.hero {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 87.5px;
    position: relative;
}

.hero-right-column {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-end;
    padding-left: 289.5px;
}

#herotext {
    width: 275px;
    font-family: tinta-bold;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    color: #28445F;
    text-align: right;
}

#descriptivetext {
    margin-bottom: 10px;
    color: #28445F;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    font-family: tinta-light;
}

.hero-right-column button {
    border-radius: 12px;
    border: 2px solid #EC267B;
    box-shadow: 0 4px 3.4px 0 rgba(0, 0, 0, 0.25);
    background: #F698C1;
    padding: 10px;
}

#mainbutton {
    color: #28445F;
    font-family: Cairo;
    font-size: 24px;
    font-style: bold;
    font-weight: 800;
}

.hero-right-column button:hover {
    box-shadow: none;
    cursor: pointer;
}

.gif {
    border-radius: 30px;
    width: 397.5px;
}

.herocard {
    position: absolute;
    width: 259.434px;
    left: 215px;
    bottom: 70px;
}

/* hero section end */

