@font-face {
    font-family: Gilroy-Bold;
    src: url(/gilroy-bold-cufonfonts/Gilroy-Bold.ttf);
 }
 @font-face {
    font-family: Gilroy-Heavy;
    src: url(/gilroy-bold-cufonfonts/Gilroy-Heavy.ttf);
 }
 @font-face {
    font-family: Gilroy-Light;
    src: url(/gilroy-bold-cufonfonts/Gilroy-Light.ttf);
 }
@font-face {
    font-family: Gilroy-Medium;
    src: url(/gilroy-bold-cufonfonts/Gilroy-Medium.ttf);
 }
 @font-face {
    font-family: Gilroy-Regular;
    src: url(/gilroy-bold-cufonfonts/Gilroy-Regular.ttf);
 }
:root {
    --red: #bf202f;
}
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
}
a:hover {
    color: inherit;
}
ul, ol, li {
    list-style: none;
}
img {
    vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}
html, body {
    height: 100%;
    line-height: 1;
}
textarea, button, input {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}
button {
    cursor: pointer;
    background-color: inherit;
}
body {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    overflow-y: scroll;
}


.wrapper {
    min-height: 100%;
    overflow: clip;
}

[class*="__container"] {
    max-width: 81.25rem;
    margin: 0 auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    font-family: Gilroy-Medium;
    transition: 500ms;
}
.header-bg {
    background-color: #97af6e;
}
.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9375rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    min-height: 4.375rem;
}
.header__logo {
    font-weight: 700;
    color: #97af6e;
    position: relative;
    z-index: 5;
}
.header_logo_img {
    height: 4rem;
    margin: 1rem 0;
}
.header__container {
    border-bottom: 0.1px solid #ffffff81;
}
.menu {
}
.menu__body {
    
}
.menu__list {
    display: flex;
    align-items: center;
    column-gap: 1.875rem;
    row-gap: 5px;
    flex-wrap: wrap;
    font-family: Gilroy-Bold;
}
.menu__item {
    text-transform: uppercase;
    margin-top: 1rem;
    padding: 0 1rem;
}

.menu__link {
    font-size: 1.125rem;
}
.menu__link:hover {
    font-size: 1.125rem;
    text-decoration: underline;
}
.menu__icon {
}
.icon-menu {
    display: none;
}
.icon-menu__line {
}

@media (max-width: 797.98px) {

    .menu__body {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        transition: left 0.3s;
        background-color: var(--red);
        padding: 6.25rem 0.9375rem 1.25rem 0.9375rem;
    }

    .menu-open .menu__body {
        left: 0;
    }

    .menu__list{
        flex-direction: column;
        gap: 2.1875rem;
    }
    .menu_link{
        font-size: 1.875rem;
    }
    .icon-menu {
        display: block;
        position: relative;
        z-index: 5;
        width: 1.875rem;
        height: 1.125rem;
    }
    .icon-menu__line, 
    .icon-menu::before, 
    .icon-menu::after {
        content: "";
        position: absolute;
        background-color: #fff;
        height: 0.125rem;
        width: 100%;
        left: 0;
        transition: all 0.3s;
    }
    .icon-menu::before{
        top: 0;
    }
    .icon-menu::after{
        bottom: 0;
    }
    .icon-menu__line{
        top: calc(50% - 0.0625rem);
    }

    .menu-open .icon-menu::before {
        top: calc(50% - 0.0625rem);
        transform: rotate(-45deg)
    }
    .menu-open .icon-menu::after {
        bottom: calc(50% - 0.0625rem);
        transform: rotate(45deg)
    }
    .menu-open .icon-menu__line {
        left: 50%;
        width: 0;
    }
    .header_logo_img {
        height: 2.5rem;
    }
    .main__text {
        font-size: 10px;
    }
    .carousel-caption {
        left: 0%;
    }
    .main__text {
        font-size: 1rem !important;
    }
    

}
.page {
    padding-top: 6.25rem;
    padding-bottom: 1.5625rem;
}
.page__container {
    line-height: 1.5;
    display: grid;
    gap: 0.9375rem;
}
.page__title {
    font-weight: 700;
    color: #dac924;
}
h1.page__title {
    font-size: 2.125rem;
}
h2.page__title {
    font-size: 1.5rem;
    color: #dac924;
}
.home {
}
.page_title {
}
.about {
}
.products {
}
.news {
}
.blog {
}
.contact {
}
.carousel-caption {
    font-family: Gilroy-Medium;
    font-size: 150px;
}

.carousel-caption {
    height: 100vh;
}
.main__text {
    font-family: Gilroy-Bold;
    display: flex;
    justify-content: left;
    font-size: 4.8rem !important;
    width: 60%;
    font-size: 100px;
    color: #fff;
    position: absolute;
    top: 7%;
}
.second__text {
    display: flex;
    font-size: 1rem;
    justify-content: center;
    align-self: flex-end;
    position: absolute;
    top: 41%;
    font-family: Gilroy-Medium;
    color: #fff;
    font-size: 1.5rem;
}
.line__1 {
    display: flex;
    font-size: 1rem;
    position: absolute;
    top: 42.2%;
    height: 2px;
    width: 300px;
    left: 12%;
    background: #fff;
}
.btn__see__more {
    background: rgba(255, 255, 255, 0.36);
    width: 15rem;
    font-size: 1rem;
    padding: 1rem 0;
    margin-top: 3rem;
    transition-duration: 350ms;
}
.btn__see__more:hover {
    background: rgba(255, 255, 255, 0.65);
    color: var(--red);
}
.main__text__2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--red);
    font-family: Gilroy-Bold;
    font-size: 3.7rem;
}
.line__2 {
    background: var(--red);
    width: 70%;
    height: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.circles__container {
    position: relative;
    height: 100vh;
}
.circle__main {
    height: 205px;
    width: 205px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: solid 13px;
    border-color: var(--red);
    outline: none !important;
    outline: solid 25px #bf203045;
    position: absolute;
    top: 45%;
    left: 43%;
}
.circle__main img{
    max-width: 100%;
    padding: 30px;
}
.circle__second {
    height: 133px;
    width: 133px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: solid 10px;
    border-color: var(--red);
    outline: solid 17px #bf203045;
    position: absolute;
}
.circle__second  img{
    max-width: 100%;
    padding: 5px;
}
.circle__1 { /* iklim */
    top: 13%;
    left: 46%;
}
.circle__2 { /* lypelype */
    top: 20%;
    left: 62.6%;
}
.circle__3 { /* Monde */
    top: 38%;
    left: 71.2%;
}
.circle__4 { /* Little Gusto */
    top: 60%;
    left: 71.2%;
}
.circle__4-5 { /* duos play */
    top: 77%;
    left: 62.3%;
}
.circle__5 { /* nuno */
    top: 84%;
    left: 46%;
}
.circle__6 { /* riokids */
    top: 77%;
    left: 29.3%;
}
.circle__7 { /* royal weddings */
    top: 60%;
    left: 20.3%;
}
.circle__8 { /* six */
    top: 38%;
    left: 20.3%; 
}
.circle__9 { /* Altex */
    top: 20%;
    left: 29%;
}

nav.navbar{
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
 }
 
 .navbar-inverse {
     background-color: #222;
     border-color: #080808;
 }
 
 nav.navbar.transparent {
   background-color: red;
 }
.transparent {
    background-color: var(--red) !important ;
    
} 
.aboutus {
    color: var(--red);
    font-family: Gilroy-Medium;
    font-size: 1.5rem;
}

footer {
    background-color: var(--red);
    color: #fff;
    display: flex;
    justify-content: center;
    font-family: Gilroy-Bold;
    font-size: 1.3rem;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}
.second__text {
    top: 33%;
}
.line__1 {
    top: 34.2%;
    width: 150px;
    left: 30%;
}