/*-----------------------------------------------------------------------------------
Template Name: New HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Helper-class
4. Button-style
5. Mainmenu-area
6. Section-Background
7. Header-style
8. Headline-style
9. Skills-area
10. Service-area
11. Work-area
12. Team-area
13. Bar-effect-css
14. Masp style
15. Form-style
16. Scroll-To-Top-Button
17. Preloader-css
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");

/*-------------------
2. Theme Default CSS
--------------------*/

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #ffffff;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

html,
body {
    height: 100%;
}
/* open sans */
body {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
}

body a {
    text-decoration: none;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/**
*Helper-Classes
**/

.full-height {
    width: 100%;
    height: 100vh;
}

.relative {
    position: relative;
}

.fixed,
.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed {
    position: fixed;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-padding {
    padding: 120px 0;
}

/**
* Default Background Class
**/

.carousel-container {
    height: 100%;
    width: 100%;
    /* background: url("./images/church-pexels-pixabay.png");
    background-size: cover; */
    position: relative;
}

.carousel-container video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    opacity: 20%;
    z-index: 0;
}

.carousel-container::before {
    content: "";
    position: relative;
    background-image: url("./images/church-pexels-pixabay.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.footer-video-container {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 12, 41, 0.9);
    padding: 0;
    color: white;
    height: 100%;
}

.footer-video-container video {
    filter: blur(2px);
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    z-index: -1;
}

.footer-video-container video::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#faqs-container {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.faq-container {
    margin-top: 5rem;
    /* min-height: 110px; */
}

.faq-container::before {
    content: "";
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    left: 15px;
    height: 1px;
    width: 47%;
}

.faq-answer {
    opacity: 0.87;
    line-height: 200%;
    letter-spacing: 0.5px;
}

#contact-container {
    padding: 5rem;
}

/**
*Default Button
**/

.button {
    display: inline-block !important;
    padding: 8px 30px !important;
    border-radius: 50px;
    color: #ffffff;
    background-color: #9981ff !important;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.button.white,
.button:hover {
    background-color: #ffffff;
    color: #9981ff;
}

.button.white:hover {
    background-color: #9981ff;
    color: #ffffff;
}

.button i {
    margin-left: 5px;
}

.play-btn {
    background: url(./images/play-btn.png) no-repeat center;
    cursor: pointer;
    border: none;
    width: 46px;
    height: 46px;
}

.play-btn:active {
    background: url(./images/play-btn.png) no-repeat;
}

/**
*Page title
**/

.page-title {
    margin-bottom: 60px;
}

.page-title > p {
    text-align: justify;
}

.page-title h2 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.page-title h2:after {
    /* content: "\e675"; */
    font-family: "themify";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 15px;
    height: 15px;
    font-size: 14px;
}

/**
*Mainmenu-area
**/

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse {
        overflow-y: auto;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}

.mainmenu-area {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #ffffff !important;
}
.side-icon-box a {
    color: #9981ff !important;
}

.mainmenu-area .logo {
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 100%;
    margin: 10px auto;
    padding-left: 0;
}

.mainmenu-area .logo img {
    width: 80px;
}

.mainmenu-area .logo h2 {
    margin-bottom: 0;
}

.mainmenu-area #primary-menu {
    width: 100%;
}

.mainmenu-area #primary-menu > ul > li > a {
    background: none;
    padding: 25px 0px 0px 0px;
    margin: auto 15px;
    position: relative;
    border-top: 3px solid transparent;
    text-align: center;
    font-size: 0.85em;
}

.mainmenu-area #primary-menu > ul > li > a:hover:before,
.mainmenu-area #primary-menu > ul > li.active > a:before {
    opacity: 1;
    top: 0;
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
    color: #fff;
    border-bottom: 1px #ff0000 solid;
}

.mainmenu-area .primary-menu-dark > ul > li > a {
    color: #000 !important;
}
.mainmenu-area .primary-menu-dark ul li.active a,
.mainmenu-area .primary-menu-dark ul li a:hover {
    color: #000;
    border-bottom: 1px #ff0000 solid;
}

.mainmenu-area-container {
    background: transparent;
}

.navbar-toggle {
    margin-top: 1.5em;
}

@media only screen and (max-width: 992px) {
    .navbar-md-max {
        background: rgba(0, 0, 0, 0.7);
        padding-bottom: 2rem;
    }
    .mainmenu-area .primary-menu-dark > ul > li > a {
        color: #fff !important;
    }
}

/**
*Header-area
**/

.header-area {
    color: #fff;
}

.header-area-text {
    z-index: 1000;
}

.header-area-text h2 {
    line-height: 130%;
}

.header-buttons {
    margin-top: 70px;
}
.header-buttons .take-walk-btn,
.header-buttons .start-btn {
    margin: 1em 1em;
    height: 48px;
}
.header-buttons .take-walk-btn {
    background: none;
    border: none;
    outline: none;
    background: none;
    border: none;
    outline: none;
}
.header-buttons .take-walk-btn img {
    margin-right: 0.5em;
}

.header-buttons-md-max {
    text-align: center;
    display: inline-block;
}

/* .anlge-bg {
    background: url('images/angle-bg.png') no-repeat scroll center bottom -120px / 100% auto;
} */

.overlay {
    position: relative;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header-text h2 {
    margin-bottom: 20px;
    font-size: 4rem;
}

.sign-in-btn {
    border: none !important;
    outline: none !important;
    margin-top: 17px !important;
    margin-left: auto;
    margin-right: auto;
    color: #9981ff !important;
    background-color: transparent !important;
    border: 1.5px solid #9981ff !important;
    width: 150px;
}

@media screen and (min-width: 992px) {
    .sign-in-btn {
        margin-left: 5rem !important;
    }
}

/* Features */

.feature-illustration {
    object-fit: contain;
}

#features-title {
    margin-bottom: 2rem;
}

#features-container {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.feature-container {
    margin-top: 2rem;
    padding-right: 1rem;
}

.feature-container-content {
    border-radius: 10px;
    background-color: #28609f10;
    padding: 5rem 2rem 1rem 2rem;
    margin: 0;
    min-height: 240px;
}

.feature-icon {
    height: 2.7rem;
    width: fit-content;
}

.feature-title {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    opacity: 0.87;
}

.feature-subtitle {
    font-size: 1.2rem;
    opacity: 0.7;
}

/* Use cases */
#use-cases {
    margin-top: 6rem;
}

#use-cases-explore-btn {
    margin-top: 4rem;
    margin-bottom: 2.5rem;
}

#use-cases-cards {
    margin-bottom: 3rem;
}

.use-case-card-col {
    padding: 3px;
}

.use-case-card {
    background-color: #28609f10;
    display: flex;
    /* margin-right: 3px; */
    margin-bottom: 3px;
    position: relative;
    height: 130px;
    width: 100%;
    cursor: pointer;
    transition: 0.5s ease all;
}

.use-case-card:hover {
    background-color: #28609f21;
    color: #000000;
    transition: 0.2s ease all;
}

.use-case-card:active {
    background-color: #28609f3a;
    transition: 0.2s ease all;
}

.use-case-card--selected {
    background-color: #0a122d;
    color: white;
    /* font-size: 2.5rem !important; */
    transition: 0.7s ease all;
}

.use-case-card--selected:hover {
    background-color: #0a122d;
    color: white;
    transition: 0.3s ease all;
}

.use-case-content {
    display: flex;
    flex: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

/* Terms & Conditions */
#terms-page p,
#terms-page li {
    line-height: 220% !important;
}
#tnc {
    max-width: 80ch !important;
    margin: 0 auto;
}
.panel-collapse {
    padding: 2em;
}
.panel-title {
    padding: 1em 0em;
}
.panel-title a {
    display: block;
}
.panel-title a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}

.panel-title a.collapsed:after {
    content: "\f106";
}
ul.dashed {
    list-style-type: none;
}
ul.dashed > li {
    text-indent: -5px;
}
ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
}

@media only screen and (max-width: 992px) {
    .navbar-header {
        width: 100% !important;
    }

    .logo {
        width: fit-content !important;
    }

    p {
        font-size: 1.3em;
    }

    .side-icon-box {
        padding-left: 0 !important;
        text-align: center;
    }

    .page-title {
        margin-top: 60px;
    }

    #feature-page,
    #insurers-page {
        padding-top: 60px;
    }

    .item {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .features-content {
        margin-top: -60%;
    }

    .header-text h2 {
        font-size: 3rem;
    }
    .header-text p {
        font-size: 1.5rem;
    }

    .header-text h2,
    .header-text p,
    .footer-text {
        text-align: center;
    }

    .footer-text {
        margin-top: 3rem;
    }
}
/***
*Footer-area
***/

.footer-area {
    padding-top: 120px;
    z-index: 1;
}

.footer-bg {
    /* background: url('images/angle-bg.png') no-repeat scroll center bottom / 100% auto;
    z-index: -1; */
}

.footer-top {
    margin-bottom: 150px;
}

.side-icon-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}

.side-icon-box a {
    color: #ffffff;
}

.side-icon-box .side-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}

.side-icon-box strong {
    display: block;
    margin-bottom: 10px;
}

.footer-middle {
    margin-bottom: 60px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
    padding-bottom: 15px;
}

/*-----------
preloader
------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    z-index: 99999999999;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
