@import url("https://fonts.googleapis.com/css2?family=Rozha+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vidaloka&display=swap");
::selection {
    background-color: rgb(253, 213, 63);
    color: rgb(0, 0, 0);
}

::selection {
    background-color: rgb(0, 0, 0);
    color: rgb(253, 213, 63);
}

body {
    --color-text: #120047;
    --color-bg: #333;
    --color-link: #110046;
    --color-link-hover: #e83779;
    --color-info: #fff;
    --color-main-bg: #7115d8;
    --path-fill-1: url(\#gradient1);
    --path-fill-2: url(\#gradient2);
    --path-fill-3: url(\#gradient3);
    --color-title: inherit;
    --font-family-title: "Rozha One", serif;
    --font-size-title: 8vmax;
    --font-weight-title: 400;
    --color-menu: #ffffff;
    --color-menu-hover: #c14343;
    --font-family-menu: var(--font-family-title);
    --font-size-menu: 3.5vmax;
    --font-weight-menu: 400;
    --button-bg: #120047;
    --button-circle: #9236f7;
    --button-line: #ffffff;
}

body,
html {
    -webkit-font-smoothing: antialiased;
    overflow: hidden auto;
    height: auto;
    font-size: 100%;
    color: #000;
    /* color: rgb(0 0 0); */
    font-family: Arial, sans-serif !important;
}

* {
    outline: none;
    /* font-size: 16px; */
}

body>main {}

h1,
h2,
h3,
h4 {
    display: block;
    color: rgb(0, 0, 0);
    font-family: Vidaloka, sans-serif;
    font-weight: 400;
    line-height: calc(100%);
}
h1, h2, h3, h4, h5 {
    color: #000;
}

h1 {
    font-size: 70px;
    line-height: 70px;
}

h2 {
    position: relative;
    font-size: 3rem;
}

h3 {
    font-size: 2.5rem;
}

h4 {
    font-size: 2rem;
    line-height: 3rem;
    color: #828282;
}

h5 {
    font-size: 1.8rem;
}

p,
ul {
     /* font-size: 18px; */
     line-height: 28px;
     text-decoration: none;
}

a,
a:hover {
     color: #000;
     text-decoration: none;
}

a {
    /* color: rgb(236, 92, 92); */
    /* transition: all 0.3s ease 0s; */
}

header {
}
header .hmm-button-hamburger {

}
    header .hmm-button-hamburger span {
        background-color: #000;
    }
    header .hmm-button-hamburger.white span {
        background-color: #fff;
    }


footer {
    background: url("") center center no-repeat rgb(51, 51, 51);
    color: rgb(255, 255, 255);
    margin-top: 100px;
    padding: 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

footer * {
    color: rgb(255, 255, 255);
}

footer h6 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    opacity: 0.6;
}

footer h5 {
    font-size: 1.6rem;
}

footer h4 {
    font-size: 2.5rem;
}

footer h3 {
    font-size: 8rem;
    letter-spacing: -4px;
    line-height: 0.9rem;
}

footer ul,
footer li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer a,
footer a:hover {
    color: rgb(255, 255, 255);
}

/******** HMM BUTTON ************/


.hmm-button {
    display: inline-flex;
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 1.2rem 5rem 1.2rem 2rem;
    font-size: 1.2rem;
    white-space: nowrap;
    font-weight: 600;
    background-color: rgb(48, 104, 231);
    color: rgb(255, 255, 255);
    border: none;
    transition: all 0.4s ease 0s;
    cursor: pointer;
    border-radius: 10px !important;
}

.hmm-button:hover,
.hmm-button:active,
.hmm-button:focus {
    padding-left: 5rem;
    padding-right: 2rem;
    text-decoration: none;
    color: rgb(255, 255, 255) !important;
}

.hmm-button:hover {
    background-color: rgb(38, 87, 197);
}

.hmm-button::after {
    position: absolute;
    top: 50%;
    left: 2rem;
    content: "\2192";
    opacity: 0;
    transition: all 0.4s ease 0s;
    transform: translate(0px, -54%);
}

.hmm-button:hover::before,
.hmm-button:hover::after,
.hmm-button:active::before,
.hmm-button:active::after,
.hmm-button:focus::before,
.hmm-button:focus::after {
    position: absolute;
    content: "\2192";
    opacity: 1;
    color: rgb(255, 255, 255) !important;
}

.hmm-button::before {
    position: absolute;
    top: 50%;
    right: 2rem;
    content: "\2192";
    transition: all 0.4s ease 0s;
    transform: translate(0px, -54%);
}

.hmm-button:hover::before,
.hmm-button:active::before,
.hmm-button:focus::before {
    position: absolute;
    right: 0.7vw;
    content: "\2192";
    opacity: 0;
    color: rgb(255, 255, 255);
}

.hmm-button:active,
.hmm-button:focus {
    color: rgb(0, 0, 0);
}

.hmm-button.hmm-button-red {
    background-color: #e40000!important;
}
.hmm-button.hmm-button-red:hover,
.hmm-button.hmm-button-red:active,
.hmm-button.hmm-button-red:focus {
    background-color: #ca0202!important;
}

@media only screen and (min-width: 2300px) {

}

@media only screen and (max-width: 2300px) {

}

@media only screen and (max-width: 1700px) {

}

@media only screen and (max-width: 1500px) {

}

@media only screen and (max-width: 1300px) {
    
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 960px) {

}

@media only screen and (max-width: 690px) {

}