* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #da2128;
}


/* menu=========================================================================== */

.navbar {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(4px);
    padding: 0px;
}

.logo img {
    width: 60%;
    height: auto;
}

#menu,
#menu a {
    margin: auto;
    font-size: 20px;
    font-family: Oswald-medium, oswald, sans-serif;
    font-weight: 700;
}

.nav-link {
    color: white;
}

.nav-link:hover {
    color: #da2128!important;
}

.nav-link:focus,
.nav-link:hover {
    color: #ee3b41;
}

.nav-link ion-icon {
    position: relative;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-link ion-icon:hover {
    top: -2px;
    color: #da2128!important;
}

#socials a {
    color: white;
    text-decoration: none;
}

#socials ion-icon {
    font-size: 30px;
    color: white;
}

.navbar-toggler {
    width: 20px;
    height: 20px;
    position: relative;
    transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #d3531a;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.middle-bar {
    margin-top: 0px;
}


/* when navigation is clicked */

.navbar-toggler .top-bar {
    margin-top: 0px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    margin-top: 0px;
    transform: rotate(-135deg);
}


/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    margin-top: -20px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    margin-top: 20px;
    transform: rotate(0deg);
}


/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
    background: linear-gradient( 263deg, rgba(252, 74, 74, 1) 0%, rgba(0, 212, 255, 1) 100%);
}


/* baner=========================================================================== */

.baner {
    height: 900px;
}

.carousel-inner {
    height: 900px;
}

.carousel-item {
    height: 900px;
}

.carousel-indicators button {
    background-color: white!important;
}

.carousel-control-next,
.carousel-control-prev {
    height: 78%;
    position: absolute;
    top: 13%;
}

.line {
    position: relative;
    max-width: 100%;
    height: auto;
    top: -80px;
}


/* NEWS=========================================================================== */

.news p {
    margin: 0;
}

.newsbig {
    font-family: Druk Cyr;
    font-weight: 700;
    font-size: 180px;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px #EED5D5;
}

.newssmall {
    font-family: 'Druk Cyr';
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    align-items: center;
    text-align: center;
    color: #DA2128;
    top: 52px;
}

.newsup {
    position: absolute;
    font-family: 'Druk Cyr';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    color: #000000;
    top: 18px;
}

.newsdown {
    position: relative;
    font-family: 'Druk Cyr';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    color: #000000;
    top: -30px;
}