@import url('https://fonts.googleapis.com/css2?family=Gabriela&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto&display=swap');
@import url(bootstrap.min.css);

body {
    font-family: 'Lato', sans-serif;
}


a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

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

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

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

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

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.wrapper {
    overflow: hidden;
}

header .navbar {
    background: #EBDFE0;
    box-shadow: 0px 4px 20px 0px rgba(44, 62, 80, 0.06);
    padding: 30px 0px;
    margin-right: 10px;
}

header .navbar .navbar-nav .nav-link {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.16px;
    padding: 0px 0px 0px 40px;
}

header .navbar .navbar-nav .nav-link:hover {
    color: #060606;
}

.hero-sec {
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 30px;
    background-color: #EBDFE0;
}

.hero-sec .text-box h1 {
    color: #333;
    text-shadow: 0px 8px 20px rgba(236, 104, 142, 0.20);
    font-family: 'Gabriela', serif;
    font-size: 78px;
    font-weight: 400;
    line-height: 96px;
    margin-bottom: 9px;
}

.hero-sec .text-box h1 span {
    color: #B76E79;
}

.hero-sec .text-box p {
    color: #808080;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 46px;
}

.btn-app img {
    margin-right: 10px;
}

.btn-app {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    max-width: 262px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2C3E50;
}

.text-box h2 span {
    color: #B76E79;
}

.text-box h2 {
    color: #333;
    text-shadow: 0px 8px 20px rgba(236, 104, 142, 0.20);
    font-family: 'Gabriela', serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 76px;
}

.origin-box {
    border-radius: 6px;
    border-top: 0.2px solid #B76E79;
    border-right: 0.2px solid #B76E79;
    border-bottom: 0.2px solid #B76E79;
    border-left: 8px solid #B76E79;
    padding: 12px 20px;
    margin: 22px 0px 24px;
    max-width: 531px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(38, 50, 56, 0.06);
}

.origin-box h6 {
    color: #B76E79;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    font-family: 'Inter', sans-serif;
}

.text-box p {
    color: #808080;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
}

.inovation-sec {
    padding: 120px 0px 160px;
}

.inovation-sec .btn-app {
    margin-top: 40px;
}

.nav-tabs .nav-link {
    color: #2C3E50;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    padding: 10px 33px;
    border-bottom: 1px solid #2C3E50;
}

.nav-tabs .nav-link.active {
    border-radius: 10px 10px 0px 0px;
    background: #2C3E50;
    color: #FFF;
    border-bottom: 1px solid transparent;

}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: inherit;
}

.nav-tabs {
    max-width: fit-content;
    margin-left: auto;
}

.box {
    border-radius: 10px;
    border: 1px solid #B76E79;
    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(40px);
    padding: 30px;
    min-height: 223px;
    max-height: 223px;
    margin-top: 46px;
}

.box h2 {
    text-shadow: 0px 8px 20px rgba(236, 104, 142, 0.20);
    opacity: 0.3;
}

.box h5 {
    color: #333;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    margin-top: 29px;
}

.work-sec {
    background-image: url(../images/work-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #EBDFE0;
    padding: 66px 0px 58px;
    background-position: center;
}

.quotes-space {
    margin: 0px 30px;
}

.testimonials-sec {
    padding: 125px 0px 120px;
}

.testtimonails-box {
    border-radius: 20px;
    border: 1px solid rgba(41, 78, 138, 0.10);
    background: #FFF;
    padding: 0px 128px 62px;
    margin: 80px auto 0px;
    position: relative;
    z-index: 1;
}

.slider-box {
    position: relative;
    max-width: 1080px;
    margin: 0px auto 0px;
}

.slider-box::before {
    transform: rotate(-3deg) !important;

}

.testimonials-sec .carousel-item {
    padding-bottom: 40px;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    background: #2C3E50;
}

.carousel-control-next:hover path, .carousel-control-prev:hover path {
    fill: #fff;
}

.carousel-control-next, .carousel-control-prev {
    position: static;
    border-radius: 200px;
    background: #EBDFE0;
    margin: 0px 10px;
    width: 42px;
    opacity: 1;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
    width: 13px;
    height: 29px;
    vertical-align: middle;
}

.slider-box::after,
.slider-box::before {
    border-radius: 20px;
    background: #EBDFE0;
    transform: rotate(3deg);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.testtimonails-box .img-holder {
    margin-top: -38px;
    margin-bottom: 44px;
}

.testtimonails-box p {
    color: #808080;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    line-height: 36px;
    margin: 4px 0px 12px;
}

.testtimonails-box h6 {
    color: #060606;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 24px;
}

.testtimonails-box span {
    color: #525252;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.benefits-sec .btn-app {
    margin-top: 40px;
}

.benefits-sec .origin-box {
    max-width: 232px;
}

.benefits-sec .text-box p {
    max-width: 619px;
}

.join-sec {
    background-image: url(../images/join-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 7px 0px;
    background-color: #EBDFE0;
    margin: 120px 0px;
}

.join-sec .btn-app {
    margin-top: 46px;
}

.join-sec .text-box h2 {
    margin-bottom: 6px;
}

.row-space {
    margin-top: 40px;
}

.accordion-item {
    border-radius: 10px;
    border: 1px solid rgba(183, 110, 121, 0.40);
    margin-bottom: 15px;
    box-shadow: 0px 4px 4px 0px rgba(44, 62, 80, 0.10);
}

.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.accordion-button:not(.collapsed) {
    color: #333;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button {
    border-radius: 10px;
}

.accordion-item:first-of-type .accordion-button {

    border-radius: 10px;
}

.accordion-item:last-of-type, .accordion-button.collapsed {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.accordion-button {
    color: #333;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    padding: 18px 25px;
}

.accordion-button::after {
    background-image: url(../images/Expand_right_light.svg);
}

.accordion-body {
    border-top: 1px solid rgba(183, 110, 121, 0.40);
    margin: 0px 32px 26px;
    padding: 8px 0px 0px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/right_light.svg);
    transform: rotate(0deg);
}

.accordion-item:not(:first-of-type) {
    border: 1px solid rgba(0, 0, 0, .125);
}

footer {
    margin-top: 175px;
}

.footer-media {
    padding: 70px 0px;
    background-color: #B76E79;
}

footer .text-box p {
    color: #E1E1E1;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin: 28px 0px 32px;
    max-width: 363px;
    line-height: 30px;
}

footer .text-box h6 {
    color: #FFF;
    font-family: 'Gabriela', serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px;
    line-height: 30px;
}

footer .text-box .social-list {
    display: flex;
    align-items: center;
}

.btn-app:hover {
    background-color: #B76E79;
    color: #fff;
}

footer .text-box .social-list li {
    margin-right: 15px;
}

footer form {
    background-image: url(../images/form-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    max-width: 450px;
    padding: 56px 40px 63px;
    margin: -106px 0px -100px auto;
    position: relative;
}

footer form .form-label {
    color: #333;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    opacity: 0.7;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.form-control:focus {
    border-color: #003147;
    box-shadow: none;
}

.testtimonails-box .img-holder img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
}

footer form .form-control::placeholder {
    color: #333;
}

.form-group {
    margin-bottom: 42px;
}

footer form .form-control {
    color: #333;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    line-height: 32px;
    border-bottom: 2px solid #003147;
    border-right: none;
    border-left: none;
    border-radius: 0px;
    border-top: none;
    padding-bottom: 4px;
}

form .btn-app {
    max-width: 100%;
}

.bottom-footer {
    background: #2C3E50;
    padding: 13px 0px;
}

.bottom-footer p {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.star-img {
    position: absolute;
    left: -23px;
    bottom: -88px;
}

.form-shape {
    position: absolute;
    right: -11px;
    top: -18px;
}