body {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Prata', serif;
    background-image: linear-gradient(135deg, rgba(159, 159, 159, 0.46) 0%, rgba(159, 159, 159, 0.46) 14.286%,rgba(165, 165, 165, 0.46) 14.286%, rgba(165, 165, 165, 0.46) 28.572%,rgba(171, 171, 171, 0.46) 28.572%, rgba(171, 171, 171, 0.46) 42.858%,rgba(178, 178, 178, 0.46) 42.858%, rgba(178, 178, 178, 0.46) 57.144%,rgba(184, 184, 184, 0.46) 57.144%, rgba(184, 184, 184, 0.46) 71.43%,rgba(190, 190, 190, 0.46) 71.43%, rgba(190, 190, 190, 0.46) 85.716%,rgba(196, 196, 196, 0.46) 85.716%, rgba(196, 196, 196, 0.46) 100.002%),linear-gradient(45deg, rgb(252, 252, 252) 0%, rgb(252, 252, 252) 14.286%,rgb(246, 246, 246) 14.286%, rgb(246, 246, 246) 28.572%,rgb(241, 241, 241) 28.572%, rgb(241, 241, 241) 42.858%,rgb(235, 235, 235) 42.858%, rgb(235, 235, 235) 57.144%,rgb(229, 229, 229) 57.144%, rgb(229, 229, 229) 71.43%,rgb(224, 224, 224) 71.43%, rgb(224, 224, 224) 85.716%,rgb(218, 218, 218) 85.716%, rgb(218, 218, 218) 100.002%);
    background-attachment: fixed;
    line-height: 1.8;
    font-size: 0.9rem;
}
.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}
.wrapper {
    background-image: url('../img/snitabg01.jpg');
    max-width: 450px;
    width: 100%;
    margin: auto;
    background-attachment: fixed;
}
.navbar .navbar-brand .text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: currentColor;
    font-size: 0.9rem;
    line-height: 1.5;
}
.navbar .line {
    display: block;
    color: rgb(45, 45, 45);
}
.navbar .line.strong {
font-weight: bold;
}
.navbar .line.sub {
    opacity: .5;
}
.hero-section {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.hero-section h1 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 15px;
}
.hero-section .user-img {
    border-radius: 30px;
    box-shadow: 0px 27px 54px -4px #00000030;
}
.hero-section .user-sign {
    margin-top: 30px;
    filter: invert(68%) sepia(99%) saturate(519%) hue-rotate(0deg) brightness(106%) contrast(103%);
    /* filter: invert(64%) sepia(99%) saturate(421%) hue-rotate(2deg) brightness(97%) contrast(104%); */
    /* filter: invert(64%) sepia(98%) saturate(458%) hue-rotate(0deg) brightness(102%) contrast(104%); */
    /* filter: invert(66%) sepsia(67%) saturate(535%) hue-rotate(1deg) brightness(92%) contrast(89%); */
}
.hero-section i {
    margin-top: 20px;
    font-style: normal;
}

.contact-cta {
    margin-top: 20px;
}
.contact-cta a {
    padding: 5px;
}
.img-icon {
    border-radius: 50%;
    width: 50px;
    object-fit: contain;
    box-shadow: 10px 10px 30px -7px #00000085;
}
.advantages-section .img-icon {
    border-radius: 15%;
    background: white;
    padding: 4px;
    width: 50px;
    object-fit: contain;
    box-shadow: none;
}
.contact-info {
	background: #19196f;
    padding: 30px 25px 10px 25px;
    border-radius: 35px;
    margin-top: 30px;
    box-shadow: 10px 10px 30px -7px #00000010;
}
.contact-info-item {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 15px;
}
.contact-info-text {
    color: #fff;
    font-weight: 500;
}
.img-icon.contact-info-icon {
    /* box-shadow: none; */
    width: 40px;
    box-shadow: 10px 10px 30px -7px #000000c2;
}
.contact-cta span {
    background-image: url("../img/icons.jpg");
    background-size: 100px 100px;
}


.share-section {
    display: flex;
    background-color: #c8c2f1;
    padding: 30px 25px 30px 25px;
    border-radius: 30px;
    box-shadow: 10px 10px 30px -7px #00000010;
}
.share-section a {
    text-align: center;
    width: 33.33%;
    text-decoration: none;
}
.share-section .share-text {
    font-size: 12px;
    font-weight: 700;
    color: white;
    line-height: 1.5;
    margin-top: 10px;
    filter: drop-shadow(2px 4px 6px #00000085);
}
.vector-img-lady {
    max-width: 100%;
    margin-top: 60px;
    width: 80%;
    filter: drop-shadow(2px 4px 6px #00000040);
}


.enquiry-form-submit {
    display: none;
    text-align: center;
}

.enquiry-form-submit .right-tick-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 20px;
    display: block;
}

.enquiry-form, .about-us-p, .enquiry-form-submit {
	background: #19196f;
    padding: 30px 25px;
    border-radius: 30px;
    margin-top: 25px;
    box-shadow: 10px 10px 30px -7px #00000010;
	color: #fff;
}

.section-heading {
    display: flex;
    align-items: center;
    /* align-self: flex-start; */
    margin-top: 60px;
    position: relative;
    justify-content: center;
}
.section-heading img {
    filter: grayscale(1);
    width: 50px;
}
.vector-draw-img {
    /* position: absolute; */
    width: 100%;
}
.section-heading h2 {
    font-weight: 700;
    margin-left: 20px;
    font-size: 1.35rem;
}

.carousel.slide {
    margin-top: 25px;
}

.advantages-section {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 35px;
}
.advantages-item {
	background: #19196f;
    padding: 12px;
    padding-top: 20px;
    border-radius: 20px;
    /* grid-area: span 1/span 1/span 1/span 1; */
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.advantages-item h3 {
    font-size: 0.8rem;
    margin-top: 12px;
    line-height: 1.5;
	color: #fff;
}


.social {
    text-align: center;
}
.social-link {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.img-footer {
    max-width: 100%;
}