@font-face {
    font-family: "font_main";
    src: url("../fonts/alfont_com_AlFont_com_Abdo-Master-Regular.otf");
}

@font-face {
    font-family: "font_bold";
    src: url("../fonts/alfont_com_AlFont_com_Abdo-Master-DemiBold_1-1.otf");
}

:root {
    --color-background: #363636;
    --default_main_second_color: #c52326;
    --default_main_fife_color: #17151B;
    --default_main_six_color: #b1b1b1;
    --color_header: #c52326;
    --color_btn: #c52326;
    --color_hover: #fff;
}

* {
    text-decoration: none;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    --scrollbarBG: #999;
    --thumbBG: rgb(26, 24, 24);
}

html,
body {
    height: 100%;
}
*:focus {
    outline: none;
}
button:focus,
a {
    outline: none;
}

a {
    text-decoration: none !important;
    color: var(--default_main_third_color);
    font-size: 16px;
}

ul {
    margin: auto;
    padding: 0;
}

img {
    max-width: 100%;
    user-select: none;
}

input,
button {
    font-family: "font_main";
}

h1 {
    font-size: 40px;
    font-family: "font_bold";
}

h2 {
    font-size: 18px;
    font-family: "font_main";
    padding-bottom: 5px;
    margin: 0;
}

h3 {
    font-size: 16px;
    margin: 0;
    font-family: "font_main";
}

h4 {
    font-size: 15px;
}

p {
    font-size: 16px;
    margin: 0;
    line-height: 35px;
    color: var(--default_main_six_color);
}
a,
button,
img,
.form-control {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

::selection {
    color: #fff !important;
    background-color: var(--default_main_third_color) !important;
}

body {
    background: var(--color-background);
    font-family: "font_main";
    font-weight: 400;
    padding: 0;
    margin: auto;
    position: relative;
    z-index: 1;
    color: var(--default_main_third_color);
    overflow-x: hidden;
}

body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 0;
    border: 0 solid var(--scrollbarBG);
}

body::-webkit-scrollbar {
    width: 11px;
}

.pg_none {
    padding: 0;
    margin: 0;
}

#app {
    flex: 1 0 auto;
    overflow: hidden;
}

.not_found {
    text-align: center;
    margin: 50px 0;
    font-size: 25px;
    color: #9e9e9e;
}

.navicon {
    color: var(--default_main_fife_color);
    cursor: pointer;
    height: 18px;
    transform: rotate(0deg) scaleX(-1);
    transition: 0.2s ease-in-out;
    width: 27px;
    display: block;
}

.navicon__item {
    background: var(--default_main_fife_color);
    border-radius: 70px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    width: 100%;
}

.navicon__item:nth-child(1) {
    top: 0;
}
.navicon.is-active .navicon__item:nth-child(1) {
    left: 50%;
    top: 8px;
    width: 0;
}
.navicon:hover .navicon__item:nth-child(2),
.navicon:hover .navicon__item:nth-child(3) {
    width: 75%;
}
.navicon__item:nth-child(2) {
    top: 8px;
}
.navicon.is-active .navicon__item:nth-child(2) {
    transform: rotate(45deg);
    width: 100%;
}
.navicon__item:nth-child(3) {
    top: 8px;
}
.navicon.is-active .navicon__item:nth-child(3) {
    transform: rotate(-45deg);
    width: 100%;
}
.navicon__item:nth-child(4) {
    top: 16px;
}

.navicon.is-active .navicon__item:nth-child(4) {
    left: 50%;
    top: 8px;
    width: 0;
}

.main-container {
    width: 90%;
    margin: auto;
}

/* mune_respossive */

.menu_responsive {
    position: fixed;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.219);
    z-index: 99999;
    width: 400px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    overflow: auto;
    background: #d6d6d6;

    align-items: center;
    gap: 20px;
    overflow-x: hidden;
    top: 0;
    right: 0;
    transition: all 0.3s linear;
    padding: 25px 0;
    transform: translateX(102%);
}

.element_menu_responsive ul {
    margin: 0 auto 0 0;
    padding: 30px 70px 0 0;
}

.element_menu_responsive {
    width: 100%;
}

.element_menu_responsive ul li {
    display: block;
    height: 35px;
    margin: 25px 0;
    position: relative;
    color: #162484;
    overflow: hidden;
}
.element_menu_responsive ul li a {
    font-size: 19x;
    font-family: "font_main";
    color: var(--default_main_third_color);
}
.element_menu_responsive ul li:hover a {
    color: var(--default_main_fife_color);
}

.menu_responsive.active {
    transform: translateX(0);
}

.media_responsive ul li {
    display: inline-block;
}

.media_responsive {
    text-align: center;
}

.media_responsive ul li {
    margin: 0 10px;
}

.logo_menu {
    width: 100%;
    margin: 0 auto;
}

.logo_menu img {
    max-width: 50%;
}
.title_personal_data i {
    vertical-align: text-bottom;
    display: inline-block;
    margin: 0 0 0 10px;
}

.input-form {
    margin: 10px 0;
}

.form-control {
    height: 50px;
    border-color: #c2c2c2;
    border-radius: 10px;
    padding-right: 20px;
    padding-left: 20px;
    color: var(--default_main_fife_color);
    background-color: var(--default_main_third_color);
}

.form-control::placeholder {
    color: var(--default_main_fife_color) !important;
}
.form-control:focus {
    box-shadow: none;
    border: 1px solid #089eda;
    color: var(--default_main_fife_color) !important;
    
}

textarea {
    height: 200px !important;
    resize: none;
}

.mr-section {
    margin: 130px 0;
}

.bg_menu {
    background-color: #2323235d;
    width: 100%;
    z-index: -1;
}
.bg_menu {
    background-color: #0009;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 27;
    top: 0;
    transition: all 0.3s linear;
    transform: translateX(-100%);
}

.bg_menu.active {
    transform: translateX(0%);
}
