* {
    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);
}

@font-face {
    font-family: inkbrush;
    src: url(fonts/InkBrushArabic_DEMO-Textured.otf);
}

h3 {
    font-size: 12.5px;
    font-family: Cairo;
    color: #28445F;
    font-weight: 500;
}

h4 {
    font-size: 12.5px;
    font-family: Cairo;
    color: #28445F;
    font-weight: 500;
}

h5 {
    font-size: 30px;
    font-family: inkbrush;
    color: #28445F;
}

h6 {
    font-size: 14px;
}


/* text styles */


/* header start */

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

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

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

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 */

/* card start */

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
    background-image: url(imgs/customizable-card.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 550px;
}

section h5 {
    padding-top: 65px;
}

section h4 {
    padding-top: 4px;
}

.dateandtime {
    padding-top: 352px;
    display: flex;
    flex-direction: row-reverse;
    gap: 2px;
    align-items: center;
}


/* card end */
