* {
    box-sizing: border-box;
    /* border: 1px solid red; */
}

p, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

:root {
    --primary-color: #B91CDE;
    --secondary-color: #702282;
    --highlight-font: 'Oxanium', sans-serif;
    --main-font: 'Gabarito', sans-serif;
}

@font-face {
    font-family: 'Gabarito';
    src: url('../fonts/Gabarito-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gabarito';
    src: url('../fonts/Gabarito-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gabarito';
    src: url('../fonts/Gabarito-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Oxanium';
    src: url('../fonts/Oxanium-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: var(--main-font);
    font-weight: 400;
    font-size: 16px;
}

.title {
    font-size: 41px;
    font-weight: 700;
    font-family: var(--highlight-font);
}

.subtitle {
    font-size: 20px;
    font-weight: 500;
    font-family: var(--main-font);
    color: var(--primary-color);
}

.bg-primary-color {
    background-color: var(--primary-color);
}

.text-primary-color {
    color: var(--primary-color);
}

.btn.no-focus:focus,
.btn.no-focus:active {
    outline: none;
    box-shadow: none;
}

.form-control:focus,
.form-select:focus {
    outline: none !important;
    box-shadow: none !important;
}

.form-control, 
.form-select {
    border: 0;
}

.right-arrow {
    padding-right: 20px;
    position: relative;
}

.right-arrow::after {
    content: "";
    width: 9px;
    height: 9px;
    background-image: url("../img/right-arrow-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    font-weight: 400;
    transform: translateY(-50%);
}

/* start header   */

.header {
    width: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    padding: 20px 0px;
    z-index: 9998;
    margin-top: 14px;
    left: 0;
}

.header.navbar-ani{
    animation: myNavbar .5s linear forwards;
}

.mm-menu_offcanvas {
    width: 80%;
    z-index: 9999;
}

.header .navbar-nav {
    width: 800px;
    /* width: 700px; */
    background: rgba(170, 170, 170, 0.4);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 60px;
    padding: 10px 24px;
}

.header.scrolled .navbar-nav {
    background-color: #fff;
    border-radius: 0;
}

.header .logo-img {
    width: auto;
}

.header .navbar-nav .nav-link {
    color: #fff;
    padding: 8px;
}

.header.scrolled .navbar-nav .nav-link {
    color: #000;
    padding: 8px;
}

.header .navbar-nav .nav-link.active,
.header .navbar-nav .nav-link:hover {
    color: var(--secondary-color);
}

.header.scrolled {
    position: fixed;
    background-color: #fff;
    margin-top: 0px;
    animation: myNavbar .5s linear forwards;
    box-shadow: 5px 0px 10px #2D2D2D;
    padding: 0px;
}

.header.scrolled .menu,
.header .navbar-toggler.is-active
 {
    color: #000;
}

@keyframes myNavbar {

    0% {
        top: -100px;
    }

    100% {
        top: 0;
    }

}

.header .navbar-toggler{
    padding: 8px .75rem;
}

.header .navbar-toggler-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    /* background-color: red; */
}

.header .navbar-toggler-icons div {
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    transition: all .2s linear;
}

.header.scrolled .navbar-toggler-icons div,
.header .navbar-toggler.is-active .navbar-toggler-icons div  {
    background-color: #000;
}

.header .navbar-toggler.is-active .navbar-toggler-icons div:nth-child(1) {
    transform: rotate(-45deg) translate(-7px,7px);
}

.header .navbar-toggler.is-active .navbar-toggler-icons div:nth-child(2) {
    opacity: 0;
} 

.header .navbar-toggler.is-active .navbar-toggler-icons div:nth-child(3) {
    transform: rotate(45deg) translate(-5px,-5px);
}

.mm-navbar__title {
    font-size: 24px;
    color: #B91CDE !important;
    font-weight: 700 !important;
    font-family: var(--highlight-font) !important;
    /* font-family: var(--highlight-font); */
}


/* end header  */

/* start banner  */

.banner {
    max-width: 2100px;
    padding: 24px;
    background-color: white;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.banner .banner-inner-wrapper {
    width: 100%;
    min-height: 375px;
    background-image: url("../img/background.jpg");
    background-position: center 30%;
    background-size: cover;
    background-repeat: no-repeat;
    aspect-ratio: 4.96;
    clip-path: shape(
        from 100% 84%,
        curve to 96.77% 100% with 100% 92.84% / 98.56% 100%,
        hline to 3.23%,
        curve to 0% 84% with 1.44% 100% / 0% 92.84%,
        vline to 42.67%,
        curve to 3.23% 26.67% with 0% 33.83% / 1.44% 26.67%,
        hline to 33.27%,
        curve to 36.08% 18.49% with 34.44% 26.67% / 35.51% 23.54%,
        line to 37.25% 8.18%,
         curve to 40.06% 0% with 37.82% 3.13% / 38.89% 0%,
           hline to 96.77%,
        curve to 100% 16% with 98.56% 0% / 100% 7.16%,
        vline to 84%,
        close
    );
    position: relative;
}

.banner .banner-inner-wrapper .container {
    height: 100%;
}

.banner .banner-inner-wrapper::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 40%);
    position: absolute;
    top: 0;
    left: 0;

}

.banner-content {
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: 100px;
    position: relative;
    z-index: 2;
}

.banner-title {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    font-family: var(--main-font) !important;
    margin-bottom: 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.banner-content .breadcrumb a {
    text-decoration: none;
    color: #fff;
}


/* start footer  */

.footer {
    color: #fff;
    background-color: #2D2D2D;
    padding: 40px 0px;
}

.footer .footer-link {
    color: #fff;
    text-decoration: none;
}

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

.footer .footer-title {
    font-size: 20px;
    font-weight: 600;
}

.footer .use-icon {
    padding-left: 30px;
    position: relative;
}

.footer .use-icon::before {
    content: "";
    width:25px;
    font-size: 16px;
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.footer .use-icon.i-address::before {
    content: "\f041";
}

.footer .use-icon.i-phone::before {
    content: "\f095"; 
}

.footer .use-icon.i-envelope::before {
    content: "\f0e0"; 
}

.footer .right {
    width: 75%;
}

.footer .right .contact-link.right-arrow::after {
    background-image: url("../img/right-arrow-white.svg");
}

.footer .right .contact-link.right-arrow:hover::after {
    background-image: url("../img/right-arrow-primary.svg");
}

a.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--primary-color);
    border: 0;
    z-index: 999;
    display: block;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

/* end footer  */

@media screen and (max-width:1600px) and (min-width:1400px) {

    .banner {
        padding: 15px;
    }

    .header {
        margin-top: 5px;
    }

    .header .navbar-nav {
        width: 800px;
    }

    .banner .banner-inner-wrapper {
	    aspect-ratio: 4.267;
	    clip-path: shape(from 100% 84%,curve to 96.25% 100% with 100% 92.84%/98.32% 100%,hline to 3.75%,curve to 0% 84% with 1.68% 100%/0% 92.84%,vline to 42.67%,curve to 3.75% 26.67% with 0% 33.83%/1.68% 26.67%,hline to 30.74%,curve to 34.16% 17.29% with 32.21% 26.67%/33.55% 23%,line to 35% 9.38%,curve to 38.41% 0% with 35.61% 3.67%/36.94% 0%,hline to 96.25%,curve to 100% 16% with 98.32% 0%/100% 7.16%,vline to 84%,close);
    }


}


@media screen and (max-width:1399px) and (min-width:1200px) {

    .banner {
        padding: 15px;
    }

    .header {
        margin-top: 0px;
    }

    .header .navbar-nav {
        width: 680px;
    }

    .banner .banner-inner-wrapper {
	    aspect-ratio: 3.733;
	    clip-path: shape(from 100% 84%,curve to 95.71% 100% with 100% 92.84%/98.08% 100%,hline to 4.29%,curve to 0% 84% with 1.92% 100%/0% 92.84%,vline to 42.67%,curve to 4.29% 26.67% with 0% 33.83%/1.92% 26.67%,hline to 32.7%,curve to 36.64% 16.94% with 34.41% 26.67%/35.96% 22.84%,line to 37.46% 9.73%,curve to 41.4% 0% with 38.13% 3.83%/39.69% 0%,hline to 95.71%,curve to 100% 16% with 98.08% 0%/100% 7.16%,vline to 84%,close);
    }

}

@media screen and (max-width:1199px) and (min-width:992px) {

    .banner {
        padding: 15px;
    }

    .header {
        padding: 0px;
        margin-top: 20px;
    }

    .header .navbar-nav {
        width: 520px;
        margin-top: 5px;
    }

    .banner .banner-inner-wrapper {
        aspect-ratio: 3.2;
	    clip-path: shape(from 100% 84%,curve to 95% 100% with 100% 92.84%/97.76% 100%,hline to 5%,curve to 0% 84% with 2.24% 100%/0% 92.84%,vline to 42.67%,curve to 5% 26.67% with 0% 33.83%/2.24% 26.67%,hline to 36.01%,curve to 40.64% 16.67% with 38.04% 26.67%/39.88% 22.71%,line to 41.49% 10%,curve to 46.12% 0% with 42.25% 3.95%/44.08% 0%,hline to 95%,curve to 100% 16% with 97.76% 0%/100% 7.16%,vline to 84%,close);
    }

    .footer .right {
        width: 100%;
    }

}

@media screen and (max-width:991px) and (min-width:768px) {

    body {
        font-size: 16px;
    }

    .title {
        font-size: 33px;
        font-weight: 700;
        font-family: var(--highlight-font);
    }

    .subtitle {
        font-size: 18px;
        font-weight: 500;
        font-family: var(--main-font);
        color: var(--primary-color);
    }

    .banner {
        padding: 15px;
    }

    .header {
        margin-top: 3vw;
        padding: 0px 3vw;
    }

    .header.scrolled {
        padding: 0px 3vw;
    }

    .header .navbar-nav {
        /* 470px at 800 */
        width: 58.75vw; 
        margin-top: 0px;
        padding: 5px 10px;
    }

    .banner .banner-inner-wrapper {
        aspect-ratio: 2.048;
	    clip-path: shape(from 100% 86.67%,curve to 93.49% 100% with 100% 94.03%/97.09% 100%,hline to 6.51%,curve to 0% 86.67% with 2.91% 100%/0% 94.03%,vline to 32.8%,curve to 6.51% 19.47% with 0% 25.44%/2.91% 19.47%,hline to 26.75%,curve to 33.02% 9.73% with 29.66% 19.47%/32.22% 15.46%,curve to 39.29% 0% with 33.82% 4.01%/36.38% 0%,hline to 93.49%,curve to 100% 13.33% with 97.09% 0%/100% 5.97%,vline to 86.67%,close);
    }

    .header .navbar-nav .nav-link {
        color: #fff;
        padding: 4px 8px;
        font-size: 14px;
    }

    .footer {
        padding: 40px 3vw;
    }

    .footer .right {
        width: 100%;
    }

    .footer .left {
        width: 70%;
    }

}

@media screen and (max-width:767px) and (min-width:576px) {

    .title {
        font-size: 28px;
        font-weight: 700;
        font-family: var(--highlight-font);
    }

    .subtitle {
        font-size: 16px;
        font-weight: 500;
        font-family: var(--main-font);
        color: var(--primary-color);
    }

    
    .banner-title {
        font-size: 33px;
    }


    .header {
        margin-top: 3.429vw;
        padding: 0px 8.571vw;
    }

    .header.scrolled {
        padding: 0px 8.571vw;
    }

    .header .logo-img {
        max-width: 46.571vw;
    }

    .header .navbar-nav {
        /* 470px at 800 */
        width: 100%; 
        margin-top: 0px;
        padding: 5px 10px;
        border-radius: 0;
    }

    .header .navbar-toggler {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        color: #fff;
        outline: none;
        box-shadow: none;
    }

    .header .navbar-toggler span{
        font-size: 24px;
    }

    .header .navbar-toggler .menu {
        margin-left: 0.833vw;
    }

    .banner .banner-inner-wrapper {
        aspect-ratio: 1.536;
	    clip-path: shape(from 100% 89.33%,curve to 93.06% 100% with 100% 95.22%/96.89% 100%,hline to 6.94%,curve to 0% 89.33% with 3.11% 100%/0% 95.22%,vline to 31.73%,curve to 6.94% 21.07% with 0% 25.84%/3.11% 21.07%,hline to 56.63%,curve to 63.11% 14.22% with 59.51% 21.07%/62.08% 18.34%,line to 64.96% 6.85%,curve to 71.44% 0% with 65.99% 2.72%/68.56% 0%,hline to 93.06%,curve to 100% 10.67% with 96.89% 0%/100% 4.78%,vline to 89.33%,close);
    }

    .footer {
        padding: 40px 8.571vw;
    }

    .footer .right {
        width: 100%;
    }

    .footer .left {
        width: 100%;
    }

}

@media screen and (max-width:575px) and (min-width:425px) {
    body {
        font-size: 14px;
    }

    .title {
        font-size: 33px;
        font-weight: 700;
        font-family: var(--highlight-font);
    }

    .subtitle {
        font-size: 16px;
        font-weight: 500;
        font-family: var(--main-font);
        color: var(--primary-color);
    }

    .banner-title {
        font-size: 33px;
    }

    .banner {
        padding: 2.752vw;
    }

    
    .header .logo-img {
        max-width: 46.571vw;
    }

    
    .header .navbar-nav {
        /* 470px at 800 */
        width: 100%; 
        margin-top: 0px;
        padding: 5px 10px;
        border-radius: 0;
    }

    .header {
        /* 15px at 505  */
        margin-top: 2.97vw;
        padding: 0px 7.059vw;
        /* 40px at 505 */
    }

    .header.scrolled {
        padding: 0px 7.059vw;
    }

    .header .navbar-toggler .menu {
        margin-left: 0.833vw;
    }

    .banner .banner-inner-wrapper {
        aspect-ratio: 0.933;
	    clip-path: shape(from 100% 92%,curve to 91.43% 100% with 100% 96.42%/96.16% 100%,hline to 8.57%,curve to 0% 92% with 3.84% 100%/0% 96.42%,vline to 23.2%,curve to 8.57% 15.2% with 0% 18.78%/3.84% 15.2%,hline to 62.94%,curve to 71% 9.93% with 66.55% 15.2%/69.77% 13.09%,line to 72.81% 5.27%,curve to 80.87% 0% with 74.04% 2.11%/77.26% 0%,hline to 91.43%,curve to 100% 8% with 96.16% 0%/100% 3.58%,vline to 92%,close);
    }

    .footer {
        padding: 40px 7.059vw;
    }

    .footer .right {
        width: 100%;
    }

    .footer .left {
        width: 100%;
    }


}


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

    body {
        font-size: 14px;
    }

    .title {
        font-size: 28px;
        font-weight: 700;
        font-family: var(--highlight-font);
    }

    .subtitle {
        font-size: 16px;
        font-weight: 500;
        font-family: var(--main-font);
        color: var(--primary-color);
    }

    .banner {
        padding: 2.752vw;
    }

        .banner-title {
        font-size: 33px;
    }

    .header {
        /* 10px at 375  */
        margin-top: 2.667vw;
        padding: 0px 5.333vw;
        /* 20px at 375 */
    }

    .header.scrolled {
         padding: 0px 5.333vw;
    }
    

    .header .logo-img {
        max-width: 46.571vw;
    }

    .header .navbar-nav {
        /* 470px at 800 */
        width: 100%; 
        margin-top: 0px;
        padding: 5px 10px;
        border-radius: 0;
    }

    .banner .banner-inner-wrapper {
        aspect-ratio: 0.933;
	    clip-path: shape(from 100% 92%,curve to 91.43% 100% with 100% 96.42%/96.16% 100%,hline to 8.57%,curve to 0% 92% with 3.84% 100%/0% 96.42%,vline to 23.2%,curve to 8.57% 15.2% with 0% 18.78%/3.84% 15.2%,hline to 62.94%,curve to 71% 9.93% with 66.55% 15.2%/69.77% 13.09%,line to 72.81% 5.27%,curve to 80.87% 0% with 74.04% 2.11%/77.26% 0%,hline to 91.43%,curve to 100% 8% with 96.16% 0%/100% 3.58%,vline to 92%,close);
    }

    .footer {
        padding: 40px 5.333vw;
    }

    .footer .right {
        width: 100%;
    }

    .footer .left {
        width: 100%;
    }

    .useful-links {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }

    .useful-links li.ms10 {
        margin-left: 30px;
    }

    .footer .use-icon {
        padding: 0px;
    }

    .footer .use-icon.i-address::before {
        content: "";
    }

    .footer .use-icon.i-phone::before {
        content: ""; 
    }

    .footer .use-icon.i-envelope::before {
        content: ""; 
    }

    .mm-menu_offcanvas {
        width: 70%;
        z-index: 9999;
    }


}

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

     body {
        font-size: 14px;
    }

    .title {
        font-size: 28px;
        font-weight: 700;
        font-family: var(--highlight-font);
    }

    .subtitle {
        font-size: 16px;
        font-weight: 500;
        font-family: var(--main-font);
        color: var(--primary-color);
    }

    .banner-title {
        font-size: 33px;
    }

    .header {
        /* 10px at 375  */
        margin-top: 2.667vw;
        padding: 0px 2.667vw;
        /* 20px at 375 */
    }

    .header.scrolled {
         padding: 0px 2.667vw;
    }
    

    .footer {
        padding: 40px 2.667vw;
    }

}

/* 
@media screen and (max-width:767px) {
    .navbar-collapse.show {
        width: 80%;
        position: absolute;
        top: 0;
        left: 0;
    }
} */