@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
 @font-face {
     font-family: 'everettRegular';
     src: url('../fonts/EverettRegular.eot');
     src: url('../fonts/EverettRegular.eot') format('embedded-opentype'), url('../fonts/EverettRegular.woff2') format('woff2'), url('../fonts/EverettRegular.woff') format('woff'), url('../fonts/EverettRegular.ttf') format('truetype'), url('../fonts/EverettRegular.svg#EverettRegular') format('svg');
}
 @font-face {
     font-family: 'everettLight';
     src: url('../fonts/Everett-Light.otf');
}
 @font-face {
     font-family: 'everettmedium';
     src: url('../fonts/Everett-Medium.otf');
}
 *{
     font-family: everettRegular;
}
 body{
     background-color: rgb(28, 30, 41);
     overflow: hidden;
}
/*____inner_SECTION____*/
 .innerSection{
     position: relative;
     height: 100vh;
}
 .innerHead{
     position: absolute;
     width: 100%;
     top: 25%;
}
 .innerHead span{
     font-size: 24px;
     line-height: 30px;
     color: rgb(231, 231, 232);
     font-family: everettlight;
     display: flex;
     justify-content: center;
     margin-top: 10%;
}
 .innerHead img {
     width: 100px;
     height: 19px;
     margin-left: 10px;
     margin-top: 5px;
}
/*____MACBOOK13"____*/
 @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2) {
     .innerHead h1{
         margin-bottom: 100px!important;
    }
}
 @media screen and (max-width: 576px) {
     .innerSection {
         height: 100vh;
    }
     .innerHead h1 {
         font-size: 52px;
         line-height: 54px;
         margin-bottom: 50px!important;
         letter-spacing: -3px;
         padding: 0px 20px;
    }
     .innerHead > span {
         font-size: 24px;
         line-height: 30px;
         padding: 0px 20px;
         text-align: -webkit-center;
         letter-spacing: 1px;
    }
     .innerHead img {
     width: 100px;
     height: 19px;
     margin-left: 12px;
     margin-top: 5px;
}
     .innerHead span {
         font-size: 24px;
         line-height: 30px;
    }
     .innerHead {
         top: 35%;
    }
     