body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #6a6972;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
::selection{
    background-color:#6CAEC4;
    color: #fff;
}

.colorblue{
    color:#6CAEC4
}
html.no-scroll {
    overflow: hidden;
}

::placeholder {
    color: #6380af;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #6380af;
}

::-ms-input-placeholder {
    color: #6380af;
}

img {
    max-width: 100%
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    text-decoration: none
}

i,
span,
a {
    display: inline-block
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'EB Garamond', serif;
    font-weight: 700;
    color: #444;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 48px
}

h2 {
    font-size: 50px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    color: #444;
    font-size: 22px;
    line-height: 170%;
    margin: 0 0 15px;
    padding: 0px;
}

p:last-child {
    margin-bottom: 0;
}


/***********/

.header-area .navbar-area .container {
    max-width: 100%;
    padding: 0 8%;
}

header.header-area {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    margin: auto;
    z-index: 9;
    right: 0;
}

.header-area nav.navbar a.navbar-brand {
    max-width: 300px;
}

#main-slider {
    max-width: 1920px;
    margin: 0 auto;
}

html body .container {
    max-width: 1500px;
}

.header-area nav.navbar {
    padding: 0;
    margin: auto;
    border: none;
}

.navbar-expand-lg .navbar-nav {
    margin: 0;
    align-items: center;
}

.header-area nav.navbar a.navbar-brand {
    padding: 0;
    margin: auto;
    height: auto;
}

.header-area nav.navbar .sub-menu-bar ul li.nav-item {
    margin: 0 30px;
}

.header-area nav.navbar .sub-menu-bar ul li.nav-item:first-child {
    margin-left: 0;
}

.header-area nav.navbar .sub-menu-bar ul li.nav-item:last-child {
    margin-right: 0;
}

.header-area nav.navbar .sub-menu-bar ul li.nav-item:not(:last-child) a {
    padding: 0;
    /* line-height: 50px; */
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

/* body:not(.first-section) .header-area nav.navbar .sub-menu-bar ul li.nav-item:not(:last-child) a {
    color: #6CAEC4;
    text-shadow: none;
} */
body:not(.first-section) .header-area nav.navbar .sub-menu-bar ul li.nav-item:not(:last-child) a {
    color: #444;
    text-shadow: none;
}

/* body:not(.first-section) .header-area nav.navbar .sub-menu-bar ul li.nav-item:not(:last-child) a:hover {
    color: #444;
} */

body.first-section .header-area nav.navbar .sub-menu-bar ul li.nav-item:not(:last-child) a {
    color: #444;
}

.header-area nav.navbar .sub-menu-bar ul li.nav-item:not(:last-child) a::after,
body.first-section .header-area nav.navbar .sub-menu-bar ul li.nav-item:not(:last-child) a::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #6CAEC4;
    transition: width .4s;
}
.header-area nav.navbar .sub-menu-bar ul li.nav-item:not(:last-child) a:hover::after,
body.first-section .header-area nav.navbar .sub-menu-bar ul li.nav-item:not(:last-child) a:hover::after {
    /* color: #6CAEC4; */
    width: 100%;
}
/* .header-area nav.navbar .sub-menu-bar ul li.nav-item:not(:last-child) a:hover,
body.first-section .header-area nav.navbar .sub-menu-bar ul li.nav-item:not(:last-child) a:hover{
    color: #6CAEC4;
} */
.header-area nav.navbar .sub-menu-bar ul li.nav-item a.download-btn {
    /* background-color: #6CAEC4; */
    /* height: 50px; */
    /* line-height: 50px; */
    /* padding: 0 20px; */
    color: #444;
    border-radius: 5px;
    font-size: 21px;
}
.header-area nav.navbar .sub-menu-bar ul li.nav-item a.download-btn::after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #6CAEC4;
    transition: width .4s;
}
.header-area nav.navbar .sub-menu-bar ul li.nav-item a.download-btn:hover::after{
    
    width: 100%;
} 









.header-area nav.navbar .sub-menu-bar ul li.nav-item a.download-btn i {
    margin-right: 5px;
}

/* .header-area nav.navbar .sub-menu-bar ul li.nav-item a.download-btn:hover {
    background-color: #444;
    color: #fff;
} */

section.triftel-section {
    width: 100%;
    position: relative;
    background-image: url(../images/new-banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

section.triftel-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.triftel-section .banner-text {
    position: absolute;
    top: 55%;
    left: 7%;
    max-width: 750px;
    transform: translateY(-50%);
}

body .main_title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

body .main_title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
    background-color: #6CAEC4;
}

.triftel-section a.browse-btn {
    position: absolute;
    bottom: 50px;
    left: 115px;
}

.banner-btn a {
    background-color: #6CAEC4;
    font-size: 22px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 5px;
}

.banner-btn a:hover {
    background-color: #444;
    color: #fff;
}

section.post-section {
    position: relative;
    background-image: url(../images/chat-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

html body .section-gapping {
    position: relative;
    margin-top: 120px;
    display: inline-block;
    width: 100%;
}

.owl-carousel .owl-item img {
    width: auto;
}

.one-page>.owl-dots {
    position: fixed;
    transform: translateX(-50%);
    margin: auto;
    left: 50%;
    z-index: 9;
    transition: all 0.5s ease 0s;
    padding-bottom: 20px;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.one-page>.owl-dots:hover::before {
    bottom: 0;
}

.one-page>.owl-dots button::before {
    content: "Home";
    height: 37px;
    position: absolute;
    background-color: #6CAEC4;
    border-radius: 9px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    bottom: 30px;
    margin: auto;
    left: 0;
    padding: 0 10px;
    min-width: 160px;
    font-size: 14px;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.one-page>.owl-dots button::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 21px;
    margin: auto;
    left: -4px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #6CAEC4;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.one-page>.owl-dots button {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #6CAEC4;
    background-color: transparent;
    border-radius: 50px;
    margin: 0 25px;
    transition: all 0.5s ease 0s;
    position: relative;
}

.one-page>.owl-dots button:last-child {
    margin-bottom: 0;
}

.one-page>.owl-dots button:first-child {
    margin-top: 0;
}

.one-page>.owl-dots button.active,
.one-page>.owl-dots button:hover {
    background-color: #6CAEC4;
}

.one-page .owl-item>section {
    height: 100vh;
    overflow: hidden;
}

.one-page>.owl-dots button.dot2::before {
    content: "Chat";
}

.one-page>.owl-dots button.dot3::before {
    content: "Private Chat";
}

.one-page>.owl-dots button.dot4::before {
    content: "Post - Story";
}

.one-page>.owl-dots button.dot5::before {
    content: "Profile";
}

.one-page>.owl-dots button.dot6::before {
    content: "Events";
}

.one-page>.owl-dots button.dot7::before {
    content: "Walk & Talk";
}

.one-page>.owl-dots button.dot8::before {
    content: "Multi Device";
}

.one-page>.owl-dots button:hover::before,
.one-page>.owl-dots button:hover::after {
    opacity: 1;
    visibility: visible;
}

section.main_bg {
    background-image: url(../images/post-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.common-bg,
.post-section .post-before {
    position: absolute;
    background-color: #f8f8f8;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    right: -14%;
    top: 0;
    transform: rotate(45deg);
    width: 100%;
    height: 1200px;
    max-width: 1200px;
    border-radius: 50px;
    bottom: 0;
    margin: auto;
}

.post-section .post-before {
    left: 0;
    right: 0 !important;
    top: 0;
    bottom: 0;
}

.chat-section .common-bg {
    left: -20%;
    right: auto;
}

.secret-section .common-mobile {
    padding-left: 10%;
}

.post-section .section-gapping {
    display: block;
}

section.post-section ul.mobile-slider {
    max-width: 1000px;
    margin: 0 auto 70px;
    position: relative;
}

section.post-section ul.mobile-slider::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    background-image: url(../images/Samsung_Galaxy_S22.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 260.5px;
    height: 540px;
    
}

.mobile-slider .owl-stage {
    padding-bottom: 30px;
}

#mobile-slider ul.slick-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
}

#mobile-slider ul.slick-dots li {
    display: inline-block;
    vertical-align: middle;
}

#mobile-slider ul.slick-dots li button {
    width: 80px;
    height: 10px;
    border: none;
    border-radius: 50px;
    margin: 0 10px;
    background-color: #6CAEC4;
    opacity: 0.1;
    font-size: 0;
    vertical-align: middle;
}

#mobile-slider ul.slick-dots li button:hover,
#mobile-slider ul.slick-dots li.slick-active button {
    opacity: 1;
}

#mobile-slider .slick-list {
    padding: 0 !important;
}

section.post-section ul.mobile-slider .slick-track>li {
    text-align: center;
    outline: none;
    margin-right: 5px;
}

section.post-section ul.mobile-slider .slick-track>.slick-active:not(.slick-center) .slider-img {
    /* border-radius: 5px 5px 0 0; */
    overflow: hidden;
    box-shadow: 0 0 10px;
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    
}

/*image slider bar*/

.slider-img img{
    /* width: 220px; */
    border-radius: 22px;
    height: 520px;
    width: 400px;
}

section.post-section ul.mobile-slider .slick-track .slider-img {
    margin: 7.5px auto;
    border-radius: 32px;
}

section.post-section ul.mobile-slider .slider-img img {
    max-width: 285px;
    
}

.post-section h3 {
    text-align: center;
    font-size: 30px;
    color: #444;
}

.common-content .common-text {
    padding-left: 15px;
    padding-right: 160px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    max-width: 770px;
    position: absolute;
}

.chat-section .common-text {
    left: 0;
    right: auto;
    padding-right: 15px;
    padding-left: 160px;
}

.common-section .common-mobile {
    float: none;
    padding-right: 15px;
    text-align: left;
    padding-left: 10%;
}

.chat-section .common-mobile {
    float: right;
    padding-left: 15px;
    padding-right: 10%;
}

.common-mobile img.common-img {
    max-width: 450px;
    
}
.somthingimg{
    margin-top: 24px;
    height: 650px;
    width: 390px;
}
.chat-section .common-mobile img.common-img {
    margin-left: auto;
}

.call-section .common-mobile img.common-img {
    max-width: 550px;
}

.call-section .row.section-gapping {
    justify-content: flex-end;
    padding-top: 140px;
    margin-top: 0;
}

section.blood-section {
    position: relative;
    background-image: url(../images/post-bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.blood-section .section-gapping {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 210px;
}

.asset-wrap {
    position: absolute;
    right: 10%;
    top: 18%;
    width: 650px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
}

.asset-wrap .images {
    flex: 0 0 50%;
    text-align: center;
    position: relative;
}

.asset-wrap .images.img3 {
    margin-top: 30px;
}

.asset-wrap .images.img2 img {
    margin: 0 auto;
}

.asset-wrap .images .icon1 {
    position: absolute;
    top: 70px;
    right: 10px;
}

.asset-wrap .images .icon2 {
    position: absolute;
    bottom: -80px;
    left: 0;
    margin: auto;
    right: 0;
}

.asset-wrap .images .icon3 {
    position: absolute;
    left: -160px;
    top: 0;
}

.asset-wrap .images img:first-child {
    max-width: 210px;
}

body.conatct_page {
    overflow-y: auto;
}

section.conatct-section.section-gapping {
    margin-bottom: 100px;
    margin-top: 150px;
}

.contact-title {
    margin-bottom: 40px;
}

.contact-title p {
    text-align: center;
    color: #677294;
    font-size: 20px;
    max-width: 720px;
    margin: 0 auto;
    line-height: 150%;
}

.conatct-section .contact-form {
    padding-left: 75px;
}

.contact-form .wrap-filed {
    margin-bottom: 15px;
    position: relative;
}

html body form input:not([type="submit"]),
html body form textarea {
    margin: 0;
    padding: 0 30px;
    border: none;
    height: 60px;
    background-color: #f1f4f8;
    border-radius: 10px;
    width: 100%;
    color: #6380af;
    font-size: 18px;
}

html body form textarea {
    padding: 15px 30px;
    resize: none;
    height: 180px;
}

.contact-form .wrap-filed div.help-block {
    color: #ff0000;
    margin: 5px 0 0;
    font-size: 15px;
    line-height: normal;
}

.wrap-submit-btn input[type="submit"] {
    height: 45px;
    border: none;
    background-color: #6CAEC4;
    color: #fff;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 20px;
}

.wrap-submit-btn input[type="submit"]:hover {
    background-color: #444;
    color: #fff;
}

.close-icon {
    display: none;
}

.sliderPage .owl-item {
    background-color: #fff;
}

.sliderPage .owl-item.active {
    z-index: 8;
}

.small-icon {
    -webkit-animation: line 2s infinite linear;
    animation: line 2s infinite linear;
}

@keyframes line {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

#main-slider .owl-nav button.owl-prev {
    display: none;
}

#main-slider .owl-nav button.owl-next {
    background-color: #fff;
    position: absolute;
    bottom: 70px;
    left: 7%;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.18);
    padding: 0 20px !important;
    font-size: 20px;
    color: #6CAEC4;
    font-weight: 500;
    border: none;
    -webkit-animation: features 0.5s linear;
    animation: features 0.5s linear;
    transition: all 0.5s ease 0s;
}

@keyframes features {
    0% {
        bottom: 0;
    }
    100% {
        bottom: 70px;
    }
}

#main-slider .owl-nav button.owl-next:hover {
    background-color: #6CAEC4;
    color: #fff;
}

#main-slider .owl-nav button.owl-next span,
#main-slider .owl-nav button.owl-prev,
body .owl-nav {
    display: none;
}

#main-slider .owl-nav button.owl-next::before {
    content: "Browse All Features of triftel";
}

#main-slider .owl-nav button.owl-next::after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 10px;
    font-weight: bold;
}

.about_us_banner {
    height: 500px;
    width: 100%;
    margin-bottom: 40px;
}

.about_us_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.about_us_page {
    padding-top: 135px;
    overflow-y: auto;
    padding-bottom: 80px;
}

.about_us_heading h2 {
    text-align: center;
}

.about_us_heading {
    margin-bottom: 25px;
}

.about_us_content {
    margin-bottom: 35px;
}

.about_us_page p,
.about_us_page li {
    color: #333;
    font-size: 17px;
    text-align: left;
    margin-bottom: 5px;
}

.about_us_page ol li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 5px;
}

.about_us_page ol li li {
    list-style: circle;
}

.about_us_content h3 {
    margin-bottom: 25px;
}

.about_us_page .about_strong {
    font-size: 20px;
    color: #6CAEC4;
}

.about_us_page ul,
.about_us_page ol,
.about_content {
    margin-bottom: 20px;
}

.about_content ul li {
    list-style: disc;
    color: #444;
    margin-left: 17px;
    margin-bottom: 15px;
    font-size: 16px;
}

.about_us_page p a {
    text-decoration: underline;
    color: #6CAEC4;
}

.about_us_page p a:hover {
    color: #444;
}

.about-table {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-table ul {
    flex: 0 0 50%;
    max-width: 50%;
}

.about-table ul li {
    border: 1px solid #fff;
    padding: 10px 15px 10px 30px;
    color: #444;
    font-size: 16px;
    line-height: normal;
    background-color: #eee;
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.about-table ul li:first-child {
    background-color: #6CAEC4;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 10px 15px;
    justify-content: center;
    min-height: auto;
}

.about-table ul li::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #444;
    bottom: 0;
    margin: auto;
}

.about-table ul li:first-child::before {
    display: none;
}

.wrap-submit-btn {
    position: relative;
    display: table;
}

.wrap-submit-btn #ajaxLoader {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    right: -30px;
}

.message>div#error,
.message>div#result {
    border: 1px solid #ff0000;
    color: #ff0000;
    margin-top: 15px;
    padding: 10px;
    text-align: center;
}

.message>div#result {
    border: 1px solid green;
    color: green;
}

ul.footer_menu {
    position: fixed;
    bottom: 10px;
    right: 5px;
    z-index: 999;
    display: flex;
}

footer.inner_page_footer {
    position: absolute;
}

ul.footer_menu li {
    margin-right: 10px;
    position: relative;
}

ul.footer_menu li:not(:last-child) {
    padding-right: 10px;
}

ul.footer_menu li:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 1px;
    height: 15px;
    background-color: #000;
}

ul.footer_menu li a {
    color: #000;
    font-size: 14px;
}

/* ul.footer_menu li a:hover {
    color: #6CAEC4;
    transition: .3s;
    border-bottom: 2px solid #6CAEC4;
} */

ul.footer_menu li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #6CAEC4;
    transition: width .3s;
}

ul.footer_menu li a:hover::after {
    width: 100%;
    /* transition: width .3s; */
}

.faq_ul li {
    margin-bottom: 20px;
    padding: 15px 15px 15px 25px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.faq_ul li p {
    text-align: center;
}

.download_section h2 {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 70px;   
}

.download_section h2 a {
    color: #6CAEC4;
}

.download_section h2 a:hover {
    color: #000;
}

.qr_code {
    display: flex;
    max-width: 500px;
    margin: 0 auto;
}

.qr_code a {
    margin: 10px 30px;
}

body.download_page_body {
    height: 100vh;
    background-image: url(../images/colors.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 220px;
}
/* body.download_page_body{
    height: 100vh;
    background-image: url(../images/vectore3.jpg) left top no-repeat,url(../images/colors.png)right bottom no-repeat, url(../images/vectore1.png)left top repeat;
    background-position: 40px bottom, 95% bottom;
    background-repeat: no-repeat;
    background-size: 280px, 240px;
    padding-top: 250px;
} */

.download_section h2{
    font-weight: 600;
}

.phone{
    text-align: end;

}
strong{
    font-family: 'Nunito', sans-serif;
    
}
.two-content{
    display: flex;
    justify-content: space-around;
}
.chat::before{
    content: "CHAT";
    font-size: 250px;
    position: absolute;
    left: 230px;
    right: 230px;
    top: -50px;
    bottom: -50px;
    opacity: 20%;
    color: #6CAEC4;
    font-family: 'EB Garamond', serif;
}
.privet-chat{
    line-height: 200px;
    text-align: end;
}   
.private-chat::before{
    text-align: end;
    content: "PRIVATE CHAT";
    font-size: 175px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 20px;
    bottom: 20px;
    opacity: 20%;
    color: #6CAEC4;
    font-family: 'EB Garamond', serif;
}
.time::before{
    text-align: start;
    content: "TIME";
    font-size: 130px;
    position: absolute;
    left: -60px;
    right: -60px;
    top: 150px;
    bottom: 150px;
    opacity: 20%;
    color: #6CAEC4;
    font-family: 'EB Garamond', serif;
}
.line::before{
    text-align: end;
    content: "LINE";
    font-size: 130px;
    position: absolute;
    left: -60px;
    right: -60px;
    top: 150px;
    bottom: 150px;
    opacity: 20%;
    color: #6CAEC4;
    font-family: 'EB Garamond', serif;
}
.Profile::before{
    content: "PROFILE";
    font-size: 200px;
    position: absolute;
    left: 230px;
    right: 230px;
    top: -50px;
    bottom: -50px;
    opacity: 20%;
    color: #6CAEC4;
    font-family: 'EB Garamond', serif;
}
.Events::before{
    text-align: end;
    content: "EVENTS";
    font-size: 200px;
    position: absolute;
    left: 230px;
    right: 230px;
    top: -50px;
    bottom: -50px;
    opacity: 20%;
    color: #6CAEC4;
    font-family: 'EB Garamond', serif;
}
.walkandtalk::before{
    text-align: end;
    content: "Walk & Talk"; 
    font-size: 175px;
    position: absolute;
    left: 230px;
    right: 230px;
    top: -50px;
    bottom: -50px;
    opacity: 20%;
    color: #6CAEC4;
    font-family: 'EB Garamond', serif;
}
.multidevice::before{
    content: "MULTI DEVICE";
    font-size: 175px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 20%;
    color: #6CAEC4;
    font-family: 'EB Garamond', serif;
}