@font-face {
    font-family: 'TBC Contractica';
    src: url('Fonts/TBCContractica-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TBC Contractica-Medium';
    src: url('Fonts/TBCContractica-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TBC Contractica-Bold';
    src: url('Fonts/TBCContractica-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TBC Contractica Caps-Bold';
    src: url('Fonts/TBCContracticaCAPS-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




header {
    display: flex;
    justify-content: space-between;
    padding: 42px 80px;
    background-color: #FFF7F5;
}



header nav {
    display: flex;
    align-self: center;
    gap: 40px;
}

header a {
    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: none;
    color: #000000;

}

header a img {
    vertical-align: middle;
}

header a:hover {
    color: #E42237;

}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-link {
    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);

    width: 172px;
    background: #f5efef;
    border: 2px solid #555;
    border-radius: 11px;
    overflow: hidden;

    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown-menu a {
    display: block;
    padding: 18px 5px;
    text-align: center;
    text-decoration: none;
    font-family: TBC Contractica;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000000;
    border-bottom: 1px solid #777;
}

.dropdown-menu a:last-child {
    border-bottom: none;
}

body {
    background-color: #FFF7F5;
}



footer {
    background-color: #353339;
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}

footer img {
    margin: 44px 0px 67px 126px;
}

h3 {
    display: inline-block;
    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #FFF7F5;
    margin-bottom: 40px;


}

footer a {

    color: #FFF7F599;
    font-family: TBC Contractica;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;

}

div.flex-nav {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

div.nav {
    margin: 40px 0px 0px 223px;

}

div.socials-foot {
    display: flex;
}

div.socials-links {
    display: flex;
    height: 5px;
    align-content: center;
    gap: 10px;

}

.socials-links a {
    width: 40px;
}

body {
    background-color: #FFF7F5;
}

main {
    border-top: solid black;
    display: flex;
    padding: 42px 80px 0px 80px;
    background-color: #FFF7F5;
    flex-wrap: wrap;
    flex-direction: column;

}


div.about-us {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

div.pic-left {
    width: 54%;

}

h1 {
    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 20px;

}

p {
    font-family: TBC Contractica;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 2px;

}

p.first {
    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: -10px;

}

p.last {
    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-bottom: 2px;

}

h2 {
    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-top: 20px;

}

h2.partners {
    margin-top: 40px;
}

img.pic-left {
    border: 1px black solid;
    border-radius: 12px;
    margin-left: 44px;
}

p.middle {
    margin-top: 40px;
    align-self: center;
    width: fit-content;
    border: 1px black solid;

    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    border: 1px #E42237 solid;
    border-radius: 11px;
    padding: 10px;
}

h2.quirky {
    margin-top: 40px;
    width: fit-content;
    align-self: flex-end;
    font-family: TBC Contractica-Medium;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;

}




footer img {
    margin: 44px 0px 67px clamp(20px, 8vw, 126px);
}

div.nav {
    margin: 40px 0px 0px clamp(10px, 14vw, 223px);
}

header {
    padding: 42px clamp(20px, 5vw, 80px);
}

div.all {
    padding: 36px clamp(20px, 5vw, 80px) 0px clamp(20px, 5vw, 80px);
}


.slider-track {
    display: flex;
    gap: 20px;
    overflow-x: hidden;
    scroll-behavior: auto;
    /* important */
}

.logo-slider {
    width: 100%;
    overflow: hidden;
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 74px;
    /* exact gap */

    width: max-content;
    animation: scroll 25s linear infinite;
}

#partners {
    margin-bottom: 26px;
}


.logo {
    flex: 0 0 auto;
    width: auto;
    height: 80px;
    /* choose whatever fits your design */

    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 37px));
    }
}