@charset "utf-8";



@font-face { font-family: 'Organetto Exp'; src: local('Organetto Exp Bold Regular'), local('FONTSPRINGDEMO-OrganettoExpBoldRegular'), url('fonts/FONTSPRINGDEMO-OrganettoExpBoldRegular.woff2') format('woff2'), url('fonts/FONTSPRINGDEMO-OrganettoExpBoldRegular.woff') format('woff'), url('fonts/FONTSPRINGDEMO-OrganettoExpBoldRegular.ttf') format('truetype'); font-weight: bold; font-style: normal; font-display: swap; }
@font-face { font-family: 'Organetto Exp'; src: local('FONTSPRING DEMO - Organetto Exp Light Regular'), local('FONTSPRINGDEMO-OrganettoExpLightRegular'), url('fonts/FONTSPRINGDEMO-OrganettoExpLightRegular.woff2') format('woff2'), url('fonts/FONTSPRINGDEMO-OrganettoExpLightRegular.woff') format('woff'), url('fonts/FONTSPRINGDEMO-OrganettoExpLightRegular.ttf') format('truetype'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Everett Regular'; src: local('Everett Regular'), local('Everett-Regular'), url('fonts/Everett-Regular.woff') format('woff'); font-weight: 400; font-style: normal; font-display: swap; }



* {
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    color: #000000;
    transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}

body {

    /*background: #fff;*/
    background: url("../images/body-bg.jpg");

    color: #000;
}

p {
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: #f5f5f5;
}

a {}

a small {
    font-size: 92%;
}

a:hover {

    text-decoration: none;
}

.main-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%
}

.logo {
    display: inline-block;
    margin-bottom: 40px;
    width: 300px;
}

.logo img {
    width: 100%
}

.content h2 {
    font-size: 24px;
    color: #333;
    font-weight: 300;
    margin-bottom: 20px;
    font-family: 'Organetto Exp';
    font-weight: 600;
    line-height: 1.5
}

.content p {
    font-size: 18px;
    color: #000;
    opacity: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.content p span {  opacity: 0.8; }

.content a {
    color: #000;
    font-size: 18px;
      transition: all 0.3s;
    opacity:1;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.content a:hover {
    color: #040480;
}

::selection {
    color: #fff;
    background: #8f052e;
}

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

    .logo {
        display: inline-block;
        margin-bottom: 30px;
        width: 180px;
    }

}

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

@media screen and (max-width: 767px) {
    body { background-position: top center;}

    .logo {
        width: 220px; margin-bottom: 20px
    }

    .content h2 {
        font-size: 13px; margin-bottom: 10px;
    }

    .content a , .content p {
        font-size: 14px; line-height: 1.5;
        display: block;
    }

}