@font-face{font-family:"Lato";src:url("./../fonts/Lato-Light.ttf");font-weight:300;}
@font-face{font-family:"Lato";src:url("./../fonts/Lato-Regular.ttf");font-weight:400;}
@font-face{font-family:"Lato";src:url("./../fonts/Lato-Bold.ttf");font-weight:700;}
@font-face{font-family:"Lato";src:url("./../fonts/Lato-Black.ttf");font-weight:900;}
@font-face{font-family:"Didot Bold";src:url("./../fonts/Didot-Bold.ttf");font-weight:700;}
body, html, div, p, a{margin:0;padding:0;font-family:'Lato', sans-serif;text-decoration:none;}
body{background-color:#f7f7f7;}
section, header, footer{width:100%;}
.header__wrapper{width:100%;display:flex;justify-content:center;align-items:flex-start;}
.header__logo{position:absolute;z-index:1000;}
.chooser__wrapper{width:100%;display:flex;justify-content:space-between;align-items:flex-start;}
.chooser__option{background-size:cover;background-position:center;width:49.9%;height:87vh;display:flex;justify-content:center;align-items:center;color:#fff;filter:grayscale(100%);transition:filter 0.3s ease-in-out;}
.chooser__option:hover{cursor:pointer;filter:none;}
.chooser__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin-top: 40px;}
.chooser__title{font-size:50px;font-weight:900;margin:0;line-height:100%;margin:40px 0;}
.chooser__title--fashion{font-family:'Didot Bold', sans-serif;}
.chooser__button{width:175px;height:50px;border:none;background-color:#fff;font-family:'Lato', sans-serif;font-weight:900;font-size:12px;letter-spacing:1px;transition:transform 0.3s ease-in-out;}
.chooser__button:hover{cursor:pointer;transform:scale(1.1);}
.footer{display:flex;justify-content:center;align-items:center;}
.footer__wrapper{width:220px;height:13vh;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.footer__find-us{font-size:13px;font-weight:900;margin-bottom:10px;}
.footer__media{width:100%;display:flex;justify-content:space-between;align-items:center;}
.footer__icon{height:35px;fill:#c6c6c6;}
.footer__icon--facebook{transition:fill 0.15s ease-in-out;}
.footer__icon--instagram{transition:fill 0.15s ease-in-out;}
.footer__icon--pinterest{transition:fill 0.15s ease-in-out;}
.footer__icon--youtube{transition:fill 0.15s ease-in-out;height:30px;}
.footer__link{padding:0 10px;}
.footer__link:hover{cursor:pointer;}
.footer__link:hover .footer__icon--facebook{fill:#4267b2;}
.footer__link:hover .footer__icon--instagram{fill:#e20013;}
.footer__link:hover .footer__icon--pinterest{fill:#bd081c;}
.footer__link:hover .footer__icon--youtube{fill:#ff0000;}

