@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=PT+Serif&family=Tiro+Gurmukhi&display=swap');

/* ----------------------------Zeroing------------------- */
*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

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;
    color: #fff;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    background-color: rgb(0, 0, 0);
}

.wrapper {
    min-height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
}

._container {
    max-width: 1780px;
    margin: 0px auto;
    padding: 0 100px;
    display: flex;
    justify-content: center;

}

/* ---------------------HEADER----------------------------------- */

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;

}

.header__container {
    display: flex;
    min-height: 132px;
    align-items: center;
    justify-content: space-between;

}

.menu__list {
    display: flex;
    flex-wrap: wrap;
}

.menu__item:not(:last-child) {
    padding-right: 50px;
}



.menu__link {
    color: inherit;
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
}

.menu__burger {
    background-color: rgb(255, 255, 255);
}


/*------------------------- */

._ibg {
    /* !!!!!!!!!!!!!!!!!  LEARN THIS CLASS AT YOUTUBE   !!!!!!!!!!!!!!!!!!!!!!!!!!! */
    position: relative;
}

._ibg img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}




/* --------------------------------PAGE---------------------------------------- */


.main-block {
    position: relative;
}

.main-block__container {}

._container {}

.main-block__body {
    border-radius: 20px;
    background-color: #2e2e2e;
    padding: 20px 0 0px 0;
    position: relative;
    z-index: 2;
    max-width: 1250px;
    width: 400px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    align-content: center;


}

.main-block__body>* {
    padding: 0px 20px 0 20px;
}

.main-block__body>*:not(:last-child) {
    margin: 0 0 20px 0;
}


.main-block__title {
    text-align: center;
    font-size: 23px;
    line-height: calc(80 / 50 * 100%);
    font-weight: 800;
    text-shadow: 1px 7px 10px rgba(0, 0, 0, 0.41);
}



.main-block__text {
    text-align: center;
    color: inherit;
    font-size: 14px;
    font-weight: 800;
    line-height: calc(45 / 25 * 100%);
    text-shadow: 1px 7px 10px rgba(0, 0, 0, 0.41);

}

/* Button-Input Effects----------------------- */

.main-block__buttons {
    display: flex;
    justify-content: space-around;
    /* flex-wrap: wrap; */
    margin: 10px 0;
    width: auto;


}

.main-block__buttons a {
    max-width: 200px;
}

/* .main-block__buttons input {
    font-weight: 800;
    line-height: 150%;
    min-height: 40px;
    letter-spacing: 0.2px;
    padding: 5px 35px;
    width: 100%;
    padding-left: 10px;
    border-radius: 0;
    border: 2px #ffed645d solid;
    background: rgba(0, 0, 0, 0.301);
    color: white;


}

.main-block__buttons input::placeholder {
    color: rgba(255, 255, 255, 0.836);
}

.main-block__buttons input:hover {
    box-shadow: 4px 4px 4px black;
    border-bottom: 1px #ffab23 solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;

}

.main-block__buttons input:active {
    border-radius: 0;
} */



.main-block__button {
    margin: 5% 0 5% 0;


}

.main-block__button:not(:last-child) {
    margin-right: 10px;
}

.main-block__button_orange {

    line-height: 150%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    letter-spacing: 0.2px;
    padding: 5px 36px;
    width: 250px;
    margin-top: px;


    background: #0088cc;
    background-color: #0088cc;
    border-radius: 8px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 32px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #0088cc;


}

.main-block__button_orange:hover {


    background: linear-gradient(to bottom, #0088cc 5%, #0088cc 100%);
    background-color: #994040;
}

.main-block__button_orange:active {
    position: relative;
    top: 1px;
}


.main-block__button_text {
    flex-wrap: wrap;
}

.main-block__image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero {}

.hero img {
    max-width: 200px;
    border-radius: 50%;
}