
.my-navbar-buttons {
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    width: 135%;
    border-radius: 20px;
    background: linear-gradient(45deg, RGB(98,163,216), RGB(82, 132, 196));
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    z-index: 10;
}
.my-navbar-buttons:hover {
    border-color: white;
}
.my-navigate{
    z-index: 10;
}

body {
    background-image: url("img/Fon_m.jpg");
}
.back {
    background-color: rgba(255,255,255,0.7);
    padding-top: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
    color: rgb(101,110,113);

}
.navigation{
    margin-top: 20px;
}

.roy {
    font-family: 'Sitka Banner';
    font-size: 90px;
    margin-top: -144%;
    margin-left: 0%;
    color: rgb(20, 119, 182);
}
.gey {
    font-family: 'Sitka Banner';
    font-size: 40px;
    margin-top: 10px;
    margin-left: 53px;
}
@media screen and (min-width: 576px) {
    body {
        background-image: url("img/Fon.jpg");
    }
    .back{
        margin-top: 60px;
    }
    .roy {
        font-family: 'Sitka Banner';
        font-size: 90px;
        margin-top: -128%;
        margin-left: -18%;
        color: rgb(20, 119, 182);
    }

    .gey {
        font-family: 'Sitka Banner';
        font-size: 40px;
        margin-top: 0px;
        margin-left: 35px;
    }
}
@media screen and (min-width: 767.99px) {
    .roy {
        font-family: 'Sitka Banner';
        font-size: 100px;
        margin-top: -97%;
        margin-left: 0%;
        color: rgb(20, 119, 182);
    }

    .gey {
        font-family: 'Sitka Banner';
        font-size: 50px;
        margin-top: 30px;
        margin-left: 30px;
    }
}
@media screen and (min-width: 991.99px) {
    .gey {
        font-family: 'Sitka Banner';
        font-size: 60px;
        margin-top: 100px;
        margin-left: 0%;
    }

    .roy {
        font-family: 'Sitka Banner';
        font-size: 120px;
        margin-top: -79%;
        margin-left: -20px;
        color: rgb(20, 119, 182);
    }
}
@media screen and (min-width: 1199.99px) {
    .gey {
        font-family: 'Sitka Banner';
        font-size: 60px;
        margin-top: 100px;
        margin-left: -10px;
    }

    .roy {
        font-family: 'Sitka Banner';
        font-size: 120px;
        margin-top: -65%;
        margin-left: 0px;
        color: rgb(20, 119, 182);
    }
}

.my-primary-buttons, .sotr{
  margin-left: 0px;
  margin-top: 10px;
}

.fignya {
    display: none;
    z-index: 1;
}

.my-text {
    font-family: 'Centuty Gothic Bold';
    font-size: 14;
    text-align: left;
    line-height: 1;
    margin: 25px 0px 15px 0px;
}
.carousel-row {
    margin-top: 40px;
    margin-left: -58px;
}
@media screen and (min-width: 576px) {
    
    .fignya {
        
        margin-left: 182px;
        margin-top: -20px;
        width: 400px;
    }

    .my-text {
        font-family: 'Centuty Gothic Bold';
        font-size:1rem ;
        text-align: right;
        line-height: 1;
        margin: 11px 44px 0px 0px;
    }
    .carousel-row {
        margin-top: 33px;
        margin-left: -58px;
    }
}
@media screen and (min-width: 767.99px) {
    .fignya {
        display:block;
        margin-left: 360px;
        margin-top: -280px;
        width: 500px;
    }
    .my-primary-buttons, .sotr {
        margin-left: 0px;
        margin-top: -90px;
    }
    .my-text {
        font-family: 'Centuty Gothic Bold';
        font-size: 20px;
        text-align: right;
        line-height: 1.1;
        margin: 11px 44px 0px 0px;
    }
    carousel-row {
        margin-top: -20px;
        margin-left: -58px;
    }
}
@media screen and (min-width: 991.99px) {
    .fignya {
        margin-left: 400px;
        margin-top: -315px;
        width: 600px;
    }
    .my-primary-buttons, .sotr {
        margin-left: 0px;
        margin-top: -180px;
    }
    .my-text {
        font-family: 'Centuty Gothic Bold';
        font-size: 20px;
        text-align: right;
        line-height: 1.1;
    }
    .carousel-row {
        margin-top: -20px;
        margin-left: -58px;
    }
}
@media screen and (min-width: 1199.99px) {
    .fignya {
        margin-left: 500px;
        margin-top: -300px;
        width: auto;
    }
    .my-primary-buttons, .sotr {
        margin-left: -40px;
        margin-top: -550px;
        
    }
    .my-text {
        font-family: 'Centuty Gothic Bold';
        font-size: 20px;
        text-align: right;
    }
    .carousel-row {
        margin-top: -160px;
        margin-left: -58px;
    }
}


.carousel-control-next {
    left: 100%;
}
.carousel-control-prev{
    left: -15%;  
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}



@font-face {
    font-family: 'Century Gothic Bold';
    src: url("Front/GOTHICB.TTF");
}

@font-face {
    font-family: 'Century Gothic Regular';
    src: url("Front/GOTHIC.TTF");
}

@font-face {
    font-family: 'Sitka Banner';
    src: url("Front/SitkaBanner.ttc");
}

@font-face {
    font-family: 'Akathistos ieUcs';
    src: url("Front/Akathistos ieUcs.ttf");
}
