@font-face {
    font-family: "Avant Garde Light";
    src: url("fonts/Avant Garde Gothic/ITC Avant Garde Gothic LT Extra Light.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avant Garde Book";
    src: url("fonts/Avant Garde Gothic/ITC Avant Garde Gothic LT Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avant Garde Medium";
    src: url("fonts/Avant Garde Gothic/ITC Avant Garde Gothic LT Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avant Garde Demi";
    src: url("fonts/Avant Garde Gothic/ITC Avant Garde Gothic LT Demi.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avant Garde bold";
    src: url("fonts/Avant Garde Gothic/ITC Avant Garde Gothic LT Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "Avant Garde Condensed";
    src: url("fonts/Avant Garde Gothic/ITC Avant Garde Gothic LT Condensed Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avant Garde Condensed Bold";
    src: url("fonts/Avant Garde Gothic/ITC Avant Garde Gothic LT Condensed Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Avant Garde CE Demi";
    src: url("fonts/Avant Garde Gothic/ITC Avant Garde CE Gothic Demi.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Avant Garde Book", sans-serif;
    
}


header {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

header #logo {
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin: 20px;
}

.header-btn {
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    background: #000;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}


.main-button {
    padding: 10px 20px;
    border: 2px solid #000000d2;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}


.button-alternative{
    background:none;
    border: none;
    cursor: pointer;
}
