@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');


:root {
    --primary-color: #f23b34;
    --secondary-color: #227fa3;
    --text-color: #103547;
    --button-color: #f23b34;
    --button-hover: #c7323a;
    --bg-color: #ece4db;
    --box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.01);
}

*{
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.nav-pills .nav-link {
    color: var(--button-hover);
}

.hover-up {
    position: relative;
    bottom: 0;
    transition: all 600ms;
}

.hover-up:hover {
    bottom: 8px;
}

.nav-pills .nav-link.active {
    background-color: var(--button-color);
    border: none;
    font-weight: 700;
    color: var(--text-color);
}

.btn-primary {
    background-color: var(--button-color);
    border: none;
    color: var(--text-color);
    font-weight: 700;
    padding: 8px 16px;
}

.btn-primary :hover {
    background-color: var(--button-hover);
}

input {
    padding: 8px 16px;
}

li {
    list-style: none;
}

html ,body, div, span, applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    box-sizing: border-box;
    font-family: "Titillium Web", sans-serif;
    overflow-x: 0 !important;
    line-height: 1.7 !important;
}

body h1 span {
    color: var(--button-color);
}

body h2 {
    font-size: 48px;
    color: var(--primary-color);
}

body h3 {
    font-size: 36px;
    color: var(--text-color);
}

body h4 {
    font-size: 24px;
    color: var(--text-color);
}

body p,
body span {
    color: var(--text-color);
}

body a {
    color: var(--button-hover);
    text-decoration: none;
}

body a:hover {
    color: var(--button-color);
}


h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: 700;
}


nav {
    background-color: #ffffffef;
    box-shadow: var(--box-shadow);
}

nav .navbar-nav {
    justify-content: center;
    margin-left: auto !important;
    /* margin-right: 0 !important; */
    gap: 30px;
}

nav .navbar-nav .nav-link {
    color: var(--text-color);
}

nav .navbar-nav .nav-link.active {
    color: var(--primary-color);
    font-weight: 700;
}

nav .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

nav .navbar-brand {
    padding: 0 !important;
    margin: 0;
    display: flex;
}

nav .navbar-brand img {
    width: 90px;
}

main.sub-page {
    height: 60vh;
}

main .about {
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

textarea, input, button, a, select{
    border-radius: 25px !important;
}

main .solutions {
    background-image: url('../img/bg-sol.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

main .reviews {
    background-image: url('../img/bg-test.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

main .pricing {
    background-image: url('../img/bg-pr.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#footer {
    background-image: url('../img/price.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section, footer{
    position: relative;
}

section::before, footer::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

main .about .container-1024 {
    max-width: 1024px;
    margin: 0 auto;
    padding: 100px 0;
}

main .about .container-1024 .col-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main .about .img-col {
    display: flex;
}

main .about .img-col img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: var(--box-shadow);
}

main .solutions .container .img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 25px;
    margin: 20px 0;
    box-shadow: var(--box-shadow);
}

main .solutions .container h4 {
    text-align: center;
}

main .container {
    padding: 100px 0;
}

main .container .wrap {
    max-width: 512px;
    margin: 0 auto;
}

main .container .carousel {
    padding: 0 150px 70px 150px;
}


.banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;

}

.banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url('../img/AdobeStock_188341948-edited-scaled.webp'); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    filter: blur(0);
    transition: filter 0.5s ease;
}

.accordion-item{
    border-radius: 30px;
    margin-bottom: 10px;
}


.banner .wrap {
    height: 100%;
}

h1{
    font-size: 96px;
    color: var(--secondary-color);
}

.banner .wrap h1 {
    color: var(--secondary-color);
    position: relative;
    z-index: 1;
    font-size: 96px;
    /* margin-top: 24px; */
}

.banner .wrap .sub-header {
    color: var(--primary-color);
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 24px;
    margin-left: auto;
    width: 100%;
}

.sub-header{
    color: var(--primary-color);
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 24px;
    margin-left: auto;
    width: 100%;
}


.pricing-section {
    background-image: url('../img/bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.pricing-section ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;

}

.pricing-section h2 {
    position: relative;
    z-index: 1;
}

.container .price-card {
    border: none;
    background-color: #ffffffef;
    box-shadow: var(--box-shadow);
    z-index: 1;
}

.container .price-card .card-header {
    border: none;
    background-color: #fff;
}

.container .card-body .body-wrapper {
    display: none;
    transition: all 500ms;
}

.container .card-body .body-wrapper .card-text {
    margin: 20px 0;
}

.container .card-body .active {
    display: block;
    padding: 20px;
}

footer {
    background-color: var(--bg-color);
    padding: 100px 0 20px;
}

footer .row {
    display: flex;
}

footer .row .col-4 {
    padding: 0 30px;
}

footer .row .col-3 {
    padding-right: 30px;
}

footer address {
    margin-bottom: 10px;
}

footer .bottom {
    background-color: var(--secondary-color);
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

footer .bottom .copyright,
footer .bottom a {
    font-size: 14px;
}

footer .bottom .copyright {
    color: var(--bg-color);
}

footer .bottom a {
    color: var(--button-color);
}

footer .form-container {
    padding-left: 35px;
}

main .banner-text h5 {
    color: var(--button-color);
    position: relative;
    z-index: 1;
}

main .sub-page {
    min-height: 70vh;
}

main .page-proh {
    background-image: url('../img/bg.jpg');
}

main .about {
    background-image: url('../img/bg-ab.jpg');
}

main .page-term {
    background-image: url('../img/bg.jpg');
}

main .page-country {
    background-image: url('../img/bg.jpg');
}

main .page-faq {
    background-image: url('../img/bg.jpg');
}

main .page-services {
    background-image: url('../img/bg.jpg');
}

main .page-client {
    background-image: url('../img/bg.jpg');
}

main .page-work {
    background-image: url('../img/bg.jpg');
}

main .container-768 {
    max-width: 768px;
    margin: 0 auto;
}

main .container-768 img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: var(--box-shadow);
}


@media (max-width: 769px) {
    main .about .img-col img {
        width: 350px;
        height: 350px;
    }

    main .solutions .container .img img {
        width: 200px;
        height: 200px;
    }
}


.disabled {
    background: grey !important;
}

@media (max-width: 586px) {
    .banner .wrap h1 {
        font-size: 56px;
    }

    .about h2 {
        margin-top: 50px;
    }

    .solutions .col-sm-4 .img {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 20px 0;
    }

    footer .row .col-3,
    footer .row .col-6 {
        width: 100%;
    }

    footer .row h3 {
        margin-top: 20px;
    }

    footer .row .form-container {
        padding: 0;
    }

    main .container .carousel {
        padding: 0 20px 70px 20px;
    }
}
