@font-face {
    font-family: mediumFont;
    src: url('../../assets/fonts/SFPRODISPLAYMEDIUM.OTF');
}

@font-face {
    font-family: lightFont;
    src: url('../../assets/fonts/FontsFree-Net-SFProDisplay-Light.ttf');
}


.container {
    margin-bottom: 36px;
}

.footer {
    background: linear-gradient(85.7deg, #F4F6FF 53.5%, #FFF4FE 117.12%);
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
}

/* fonts */
.title {
    font-family: mediumFont;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #A4A7DD;
    margin-bottom: 30px;
}
.location .title {
    color: #C758BC;
}
.navlink, .listItem, .address, .menuLink{
    font-family: mediumFont;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    color:#2c3c90;
}
.item, .listItem, .address{
    margin-bottom: 15px;
}
.lastListItem, .email{
    margin-bottom: 0 !important;
}
.address {
    color: #63005E !important;
}
.lightText {
    font-family: lightFont;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    color: #630063;
    margin-bottom: 15px;
}
.iconsContainer {
    display: flex;
    align-items: center;
}
.icon {
    width:45.29px;
    height:45.29px;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8.88px;
}
.iconImg {
    position: relative;
    width: 20px;
    height:20px;
}
.lastIcon {
    margin-right: 0;
}

/* extra */
.nav {
    margin-bottom: 20px;
}
.menu {
    display: flex;
    align-items: center;
}
.menuItem {
    margin-right: 40px;
}
.lastMenuItem {
    margin-right: 0;
}
.menuLink {
    color:#383839;
    white-space: nowrap;
}
.text {
    font-family: lightFont;
    font-size: 13px;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    color:#818181;
}

.logoContainer {
    position:relative;
    width:157px;
    height:45px;
}


@media screen and (min-width:0px){
    .row{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-row-gap: 40px;
    }
    .extra {
        margin-left: 20px;
        margin-right: 20px;
    }
    .logoContainer {
        margin-bottom: 20px;
    }
}
@media screen and (min-width:576px){
    .row {
        grid-template-columns: repeat(2,1fr);
    }
    .brands {
        grid-row: 1 / 2;
        grid-column: 2 /3;
    }
}
@media screen and (min-width:768px){
    .nav {
        display: flex;
        align-items: center;
    }
    .menu {
        margin-left: 47px;
    }
    .logoContainer {
        margin-bottom: 0;
    }
}
@media screen and (min-width:992px){
    .footer {
        margin-left: 40px;
        margin-right: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer .row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .location {
        text-align: right;
    }
    .field {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .extra {
        margin-right: 80px;
        margin-left: 80px;
    }
    .nav {
        justify-content: space-between;
    }
    .right {
        text-align: center;
    }
}
@media screen and (min-width:1200px){
    .footer {
        padding-left: 70px;
        padding-right: 70px;
        margin-left: 95px;
        margin-right: 95px;
    }
    .extra {
        margin-right: 165px;
        margin-left: 165px;
        display: flex;
        justify-content: space-between;
    }
    .nav {
        margin-bottom: 0;
    }
    .menu {
        margin-right: 118px;
    }
    .right {
        text-align: right;
    }
}

@media screen and (max-width:992px){
    .left {
        display: none;
    }
    .row {
        margin-bottom: 40px;
    }
}