@import url('https://fonts.googleapis.com/css2?family=Calibri&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background-color: #F9FAFE;
    font-family: sans-serif;

}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.container {
    padding-top: 15px;
    background-color: #F9FAFE;
    box-shadow: 2px 2px 12px rgba(3, 2, 2, 0.2);
}

section {
    width: 100%;
    height: 95vh;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    background-color: #fff;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    padding: 0 5%;
}

nav ul {
    display: flex;
    margin: 10px;
    cursor: pointer;
}

.toggle {
    display: none;
}

nav ul li a {
    margin: 30px;
    font-family: sans-serif;
    color: #4fc08d;
    font-size: 15px;
    font-weight: 700;
}

nav ul li a:hover {
    text-decoration: none;
}

.logo {
    font-family: sans-serif;
    color: #4fc08d;
    font-size: 22px;
}

.logo:hover {
    text-decoration: none;
}

.active {
    font-weight: bold;
    color: #8f8f8f;
}

.text-container p:nth-child(1) {
    font-family: sans-serif;
    font-weight: bold;
    color: #21325b;
    font-size: 22px;
}

.text-container p:nth-child(2) {
    font-family: sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    color: #21325b;
    font-size: 60px;
}

.text-container p:nth-child(3) {
    font-family: sans-serif;
    color: #21325b;
    font-size: 25px;
}

.text-container p {
    /* line-height: 0; */
    margin: 45px 0 25px;
}

.text-container {
    position: absolute;
    left: 13%;
    top: 42%;
    transform: translate(-13%, -42%);
}

.text-container button {
    width: 130px;
    height: 42px;
    border-radius: 10px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
    outline: none;
    margin: 0px 10px;
}

.hire-btn {
    border: 2px solid #21325b;
    color: #21325b;
    background-color: transparent;
    z-index: 10;
}

.down-cv {
    background-color: #21325b;
    color: #fff;
    border: none;
}

button:active {
    transform: scale(1.1);
}

.model {
    height: 500px;
    position: absolute;
    bottom: 90px;
    left: 75%;
    transform: translateX(-70%);
}

.about-container {
    width: 80%;
    height: 330px;
    background-color: #21325b;
    border-radius: 20px;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    display: flex;
    margin: -7% auto 20px auto;
    position: relative;
    justify-content: space-evenly;
    align-items: center;
}

.about-container img {
    height: 500px;
    position: relative;
    bottom: 87px;
}

.about-text {
    padding-top: 10px;
    width: 550px;
}

.about-text p:nth-child(1) {
    color: #fff;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 23px;
    line-height: 0px;
}

.about-text p:nth-child(2) {
    color: #ebeef4;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 17px;
}

.about-text p:nth-child(3),
.about-text p:nth-child(4) {
    color: #BAD2EB;
    font-family: 'Calibri', sans-serif;
    font-size: 16px;
}

.about-text button {
    width: 120px;
    height: 40px;
    color: #fff;
    outline: none;
    border: 1px solid #ebeef4;
    font-family: sans-serif;
    background-color: transparent;
}

.services {
    height: 600px;
    background-color: #F9FAFE;
    padding: 2% 10% 0px 10%;
}

.services-text p:nth-child(1) {
    font-family: sans-serif;
    font-weight: bold;
    color: #21325b;
    font-size: 30px;
    line-height: 0px;
}

.services-text p:nth-child(2) {
    font-family: sans-serif;
    font-weight: bold;
    color: #21325b;
    font-size: 15px;
    line-height: 5px;
}

.services-text p:nth-child(3) {
    font-family: sans-serif;
    color: #7e7d7d;
}

.services-text {
    width: 500px;
    margin: 50px 0px;
}

.box-1,
.box-2,
.box-3 {
    width: 320px;
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.box-container {
    display: flex;
    justify-content: space-between;
}

.box-1 {
    /* background-image: url(); */
    background: #21325b;
}

.box-2 {
    /* background-image: url(); */
    background: #21325b;
}

.box-3 {
    /* background-image: url(); */
    background: #21325b;
}


.box-1 span,
.box-2 span,
.box-3 span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Calibri', sans-serif;
    font-weight: bold;
    display: none;
}

.box-1 p:nth-child(2),
.box-2 p:nth-child(2),
.box-3 p:nth-child(2) {
    color: #fff;
    font-family: 'Calibri', sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 0px;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.box-1 p:nth-child(3),
.box-2 p:nth-child(3),
.box-3 p:nth-child(3) {
    font-family: 'Calibri', sans-serif;
    text-align: center;
    width: 230px;
    margin: 0px 0px 20px 0px;
    color: #BAD2EB
}

.box-1 button,
.box-2 button,
.box-3 button {
    width: 100px;
    height: 30px;
    background-color: #fff;
    border: none;
    outline: none;
    border-radius: 5px;
    display: none;
}

/* Start Features section CSS */

.p-large {
    color: #7e7d7d;
    font: 400 1rem/1.5rem;
    /* font-family: ; */
}

.p-heading {
    margin-bottom: 3.75rem;
    text-align: center;
}

.tabs {
    padding-top: 6.5rem;
    padding-bottom: 4.25rem;
    background-color: #F9FAFE;

}

.tabs h2 {
    color: #21325b;
    ;
}

.tabs .nav-tabs {
    margin-right: auto;
    margin-bottom: 2.5rem;
    margin-left: auto;
    justify-content: center;
    border-bottom: none;
}

.tabs .nav-link {
    margin-bottom: 1rem;
    padding: 0.5rem 1.375rem 0.25rem 1.375rem;
    border: none;
    border-bottom: 0.1875rem solid #8f8f8f;
    border-radius: 0;
    color: #8f8f8f;
    font: 700 1rem/1.75rem;
    text-decoration: none;
    transition: all 0.2s ease;
}


.tabs .nav-link.active,
.tabs .nav-link:hover {
    border-bottom: 0.1875rem solid #21325b;
    background-color: transparent;
    color: #21325b;
}


.tabs .nav-link .fa {
    margin-right: 0.375rem;
    font-size: 1rem;
}

.tabs .card {
    border: none;
    background: transparent;
}

.tabs .card-body {
    margin-bottom: 0.5rem;
    font-weight: 100;
}

.tabs .card .card-icon {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #21325b;
    text-align: center;
    vertical-align: top;
}

.tabs .card .card-icon .fa {
    color: #fff;
    font-size: 2rem;
    line-height: 4.75rem;
}

.tabs .card-icon img {
    margin-top: 2px;
}

.tabs .card.left-pane .text-wrapper {
    display: inline-block;
    width: 75%;
    text-align: right;
}

.tabs .card.left-pane .card-icon {
    float: none;
    margin-right: 0;
    margin-left: 1rem;
}

/* .tabs img {
    display: block;
    margin-left: 0.3rem auto 3rem auto;
} */


.tabs .card.right-pane .text-wrapper {
    display: inline-block;
    width: 75%;
    margin-left: 1rem;
}

.tabs .card .card-icon {
    width: 4.5rem;
    height: 4.5rem;
}

.tabs .icon-cards-area .card {
    display: inline-block;
    width: 44%;
    margin-right: 2.5rem;
    vertical-align: top;
}

.tabs .card.left-pane .text-wrapper,
.tabs .card.right-pane .text-wrapper {
    width: 68%;
}

.text-area p {
    font-weight: 100;
}

.freeTrial,
.contact-me {
    width: 100%;
    height: 280px;
    /* background-image: url(); */
    background-color: #21325b;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.freeTrial,
.contact-me p {
    color: #fff;
    font-size: 30px;
    font-family: 'Calibri', sans-serif;
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

.freeTrial span {
    color: #7cfc00;
}

.freeTrial p:nth-child(2) {
    border-bottom: none;
    font-size: 18px;
    font-weight: 100;
    color: #e6e6fa;
}


.freeTrial button,
.contact-me button {
    width: 200px;
    height: 40px;
    background-color: #fff;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: bold;
}


.card-title {
    color: #21325b
}

/* Testimonials swiper */

.testimonials {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    background-color: #F9FAFE;
}

.swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-container h1 {
    text-align: center;
    margin-bottom: 30px;
    color: #21325b;
}

.swiper-slide {
    width: 400px;
    height: 400px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, .2);
}


.source-profile {
    width: 90px;
    height: 90px;
    margin-right: 5px;
}

.source {
    margin-top: 80px;
}

.mb-3 {
    margin-top: 20px
}

footer {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #21325b;
    ;
}

footer p {
    font-family: sans-serif;
}

footer p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    color: #ebeef4;
    line-height: 10px;
}

footer p:nth-child(2) {
    font-size: 16px;
    color: #ebeef4;
    width: 600px;
    text-align: center;
}

.social-icons a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    /* flex-direction: row; */
    align-items: center;
    background-color: #e6e3e3;
    margin: 20px 10px;
    border-radius: 50%;
}

.social-icons {
    display: flex;
}

.copyright {
    color: #e6e3e3;
    font-size: 13px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

.social-icons i {
    color: #000;
}

.a-social-b a:hover,
.social-icons a:hover {
    background-color: #000;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    transition: all ease 0.5s;
}

.social-icons a:hover,
.a-social-b a:hover,
.a-social-z a:hover,
.social-icons i:hover {
    color: #fff;
    transition: all ease 0.5s;
    text-decoration: none;
}

.a-social-b {
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.a-social-b a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    line-height: 0;
    color: #2b2b2b;
    background-color: #fff;
    border: 1px solid #cbcbcb;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
}

.a-social-z {
    color: #2b2b2b;
    font-size: 20px;
}

.a-social-z:hover {
    color: #fff;
}

.banner {
    display: flex;
    flex-direction: row;
}

.modal-body img {
    width: 100%;
}

/* Video trailer */

.trailer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 90000;
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

.trailer.active {
    visibility: visible;
    opacity: 1;
}

.trailer video {
    max-width: 900px;
    outline: none;
}

.trailer .close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    filter: invert(1);
    max-width: 32px;
}

.modal-body h2,
.hint-text {
    color: #21325b;
}


/* Pricing table */
/******************* Pricing Table Demo - 6 *****************/
.demo6 {
    background-color: #F9FAFE;
    padding: 30px 0
}

.price-container {
    width: 80%;
    margin: 0 auto;
}


.price-container h4 {
    text-align: center;
    margin-top: 50px;
}

.price-container p {
    text-align: center;
}

.pricingTable6 {
    padding-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    position: relative;
    transition: all .3s ease 0s;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08)
}

.pricingTable6 .title {
    padding: 40px 20px 170px;
    margin: 0 0 30px;
    background: linear-gradient(to bottom right, #21325b, #528FCC);
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    position: relative
}

.pricingTable6 .title:after,
.pricingTable6 .title:before {
    content: "";
    width: 280px;
    height: 200px;
    border-radius: 80px;
    background: #fff;
    position: absolute;
    bottom: -175px;
    left: -46px;
    transform: rotate(-85deg)
}

.pricingTable6 .title:after {
    border-radius: 100px;
    bottom: auto;
    top: 150px;
    left: auto;
    right: -70px;
    transform: rotate(-40deg)
}

.pricingTable6 .price-value {
    display: inline-block;
    width: 140px;
    height: 140px;
    line-height: 65px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .3);
    padding: 30px 0;
    font-size: 35px;
    font-weight: 600;
    color: #404040;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease 0s
}

.pricingTable6:hover .price-value {
    background: linear-gradient(to bottom, #21325b, #528FCC);
    color: #fff
}

.pricingTable6 .month {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 0
}

.pricingTable6 .pricing-content {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    text-align: left;
    transition: all .3s ease 0s
}

.pricingTable6 .pricing-content li {
    padding: 7px 0 7px 50px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    letter-spacing: 1px;
    position: relative
}

.good {
    color: #61b40e;
}

.bad {
    color: red;
}


.pricingTable6 .pricing-content li.disable {
    color: #707070;

}

.pricingTable6 .pricing-content li.disable:before {
    display: none;
}

.pricingTable6 .pricingTable-signup {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    background: #21325b;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    transition: all .3s ease 0s;

}

.pricingTable6 .pricingTable-signup:hover {
    /* color: #fff */
    text-decoration: none;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, .08) */
    transform: scale(1);
}

.pricingTable6 .pricingTable-signup:before {
    content: "";
    width: 98%;
    height: 92%;
    border-radius: 30px;
    /* background: #fff; */
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -1
}

/* Start Accordion */
.accordion-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F9FAFE;
}

.accordion .card {
    border-radius: 0;
    border: none;
    margin-bottom: 5px;
    padding-bottom: 3px;
}

.accordion-sec h1 {
    color: #21325b;
}

.accordion-sec h6 {
    margin-bottom: 25px;
    color: #21325b;
}

.accordion .card-header {
    background: #ececec;
    padding: .4rem 1rem;
    border-radius: 0;
    margin-bottom: -2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    margin: 0 3px 3px 0;
    border: none;
}

.accordion .card-header:hover {
    background: #e0e0e0;
}

.accordion .card-header .btn {
    font-size: 1.04rem;
    font-weight: 500;
    width: 100%;
    text-align: left;
    position: relative;
    top: -2px;
}

.accordion .card-header i {
    float: right;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
    top: 5px;
}

.accordion .card-header button:hover {
    color: #23384e;
}

.accordion .card-header.highlight {
    color: #fff;
    background: #21325b;
}

.accordion .card-body {
    text-align: justify;
    color: #21325b;
}

/* End Accordion */

/* Start Cookie Consent */
#myCookieConsent {
    z-index: 999;
    min-height: 20px;
    font-family: OpenSans, arial, "sans-serif";
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    position: fixed;
    color: #FFF;
    bottom: 0px;
    right: 0px;
    display: none;
    left: 0;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}

#myCookieConsent div {
    padding: 5px 0 0;
}

#myCookieConsent a {
    color: #ffba55;
    display: inline-block;
    padding: 0 10px;
}

#myCookieConsent a:hover {
    color: #fda016;
}

#myCookieConsent a#cookieButton {
    display: inline-block;
    color: #000000;
    font-size: 1.1em;
    background: #ffba55;
    text-decoration: none;
    cursor: pointer;
    padding: 2px 20px;
    float: right;
    border-radius: 20px;
}

#myCookieConsent a#cookieButton:hover {
    background: #fda016;
    color: #000;
}

@media only screen and (max-width:990px) {
    .pricingTable6 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .pricingTable6 .title:before {
        height: 400px;
        top: 100px;
        left: 55px
    }

    .pricingTable6 .title:after {
        width: 550px;
        height: 550px;
        top: 150px;
        right: -100px;
        transform: rotate(-20deg)
    }
}

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

    .pricingTable6 .title:after,
    .pricingTable6 .title:before {
        width: 280px;
        height: 200px;
        top: 220px;
        left: -46px
    }

    .pricingTable6 .title:after {
        top: 150px;
        left: auto;
        right: -70px
    }
}

@media(max-width:1024px) {
    .text-container {
        position: absolute;
        left: 50%;
        top: 42%;
        transform: translate(-50%, -82%);
    }

    .model {
        height: 600px;
        left: 82%;
        bottom: 3%;
        transform: translate(-90%);
    }

    .about-text {
        line-height: 1.4;
    }
}

@media(max-width:1000px) {
    * {
        box-sizing: border-box;
    }

    .model {
        height: 410px;
        left: 50%;
        transform: translate(-50%);
    }

    .text-container {
        top: 46%;
    }

    .about-container {
        width: 90%;
        border-radius: 10px;
    }

    .about-container img {
        height: 200px;
    }

    .about-text {
        width: 400px;
    }

    .about-text p:nth-child(1) {
        font-size: 20px;
    }

    .about-text p:nth-child(2) {
        font-size: 10px;
    }

    .about-text p:nth-child(3),
    .about-text p:nth-child(4) {
        font-size: 14px;
    }

    .services {
        padding: 2% 5% 0px 5%;
        height: auto;
    }

    .box-container {
        justify-content: center;
        flex-wrap: wrap;
    }

    .box-1,
    .box-2,
    .box-3 {
        flex-grow: 1;
        margin: 10px;
    }

    .freeTrial,
    .contact-me {
        height: 200px;
    }

    .freeTrial p,
    .contact-me p {
        font-size: 26px;
    }

    .freeTrial button,
    .contact-me button {
        font-size: 14px;
        height: 35px;
        width: 160px;

    }
}

@media(max-width: 768px) {
    .swiper-slide {
        width: 300px;
        height: 410px;
        padding: 10px;
    }

    .mb-2 {
        font-size: 1rem;
        margin-bottom: 2px !important;
    }

    .ratings {
        margin-bottom: 1px !important;
    }

    .source-profile {
        width: 60px;
        height: 60px;
        margin-right: 4px;
    }

    .item-inner {
        justify-content: center;
    }

    .tabs .icon-cards-area .card {
        width: 100%;
    }

    .trailer.active {
        overflow: scroll;
    }

    .trailer video {
        width: 95%;
    }
}

@media(max-width:750px) {
    section {
        background-image: none;
        background-color: #f7f7f7;
    }

    .model {
        display: none;
    }

    .toggle {
        display: block;
    }

    .text-container p:nth-child(2) {
        line-height: 40px;
        margin: 0;
        padding: 0;
        font-size: 30px;
    }

    .text-container p:nth-child(3) {
        font-size: 18px;
    }

    .text-container {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }

    nav ul {
        margin: 0;
        padding: 0;
        background-color: #ebeef4;
        flex-direction: column;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
        display: none;
        font-size: 30px;
    }

    nav ul li {
        padding-right: 10px;
    }

    nav ul li a {
        font-family: 'Calibri', sans-serif;
        font-size: 1.4em;
        text-transform: uppercase;
        color: #5c5c5c;
    }

    nav ul li a:hover {
        color: #121212;
    }

    .toggle:before {
        content: '\f0c9';
        font-family: fontAwesome;
        line-height: 30px;
        z-index: 1;
    }

    .toggle.active:before {
        content: '\f00d';
        position: fixed;
        right: 25px;
        line-height: 0;
    }

    nav.active ul {
        display: flex !important;
    }

    .about-container {
        top: 0;
        flex-direction: column;
        width: 90%;
        height: auto;
        padding: 30px 0px;
        align-items: center;
    }

    .about-text {
        width: 90%;
        text-align: center;
    }

    .services-text {
        width: 100%;
    }

    .freeTrial,
    .contact-me {
        height: 180px;
    }

    .freeTrial p,
    .contact-me p {
        font-size: 18px;
    }

    .freeTrial button,
    .contact-me button {
        width: 150px;
        height: 33px;
    }

    .accordion-sec {
        margin-top: 270px;
        margin-bottom: 270px;
    }

    .accordion-sec h1 {
        font-size: 24px;
    }

    .tabs h2 {
        font-size: 24px;
    }

    .card-title {
        font-size: 20px;
    }

    .box-1 p:nth-child(2),
    .box-2 p:nth-child(2),
    .box-3 p:nth-child(2) {
        font-size: 18px;
    }

    .social-icons a {
        width: 30px;
        height: 30px;
        margin-top: 10px;
        margin-bottom: 55px;

    }


    .accordion .card-header .btn {
        font-size: 0.85rem;
    }

    footer p:nth-child(2) {
        width: 90%;
    }
}