:root {
    --color-primary: #B98DC3;
    --secondary-color: #f0e8df;
    --honeydew: #CCDDD3;
    --green: #cdd2c5;

    --primary-font: "Cormorant Garamond", serif;
    --secondary-font: "Urbanist", sans-serif;

}

body{
    font-family: var(--secondary-font);
}
.btn.btn-primary, ::selection, .back-to-top a{
    background: var(--color-primary) !important;
}
.bg-light{
    background-color: var(--secondary-color) !important;
}
.bg-green{
    background-color: var(--green);
}
.bg-honey, .feature-box.feature-box-style-04 .feature-icon, .social-icon ul li a{
    background-color: var(--honeydew);
}
.header .navbar .navbar-nav .nav-item.active .nav-link, .text-primary {
    color: var(--honeydew) !important;
}
.banner-01 .swiper-button-next, .banner-01 .swiper-button-prev{
    background-color: #ccddd361;
}
.banner-01 .swiper-button-next:hover, .banner-01 .swiper-button-prev:hover{
    background: var(--honeydew);
}
.about .section-title {
    margin-right: 100px;
    margin-bottom: 30px;
}
.about h4{
    margin-top: 20px;
    font-family: var(--primary-font);
    font-weight: 900;
    color: #000;
    font-size: 20px;
}
.header .navbar-brand img {
    height: 120px;
}
.header .navbar-brand{
    padding: 5px 0;
}
.header.is-sticky .navbar .navbar-brand img {
    height: 80px;
}
.header.is-sticky .navbar .navbar-brand {
    padding: 5px 0px;
}
.item .category-box:hover .category-title{
    bottom: -90px;
}
.img-custom{
    display: block;
    position: relative;
}
.feature-box .feature-content a:hover{
    color: #000;
}
.h-300{
    height: 300px;
    right: -50px;
    z-index: 1;
}
.h-500{
    height: 500px;
}
.h-600{
    height: 600px;
}
.h-700{
    height: 700px;
}
.img-border-arc{
    border-radius: 250px 10px 10px 10px;
}
.feature-box .feature-content p {
    padding-top: 15px;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 0;
    font-family: var(--secondary-font);
    letter-spacing: 1px;
}
h2 {
    font-size: 48px;
    line-height: 1em;
}
h3 {
    font-size: 25px;
}
.fz-18{
    font-size: 18px;
}
.blog-style-01 .blog-img .blog-info p.blog-content{
    overflow: visible;
    margin-bottom: 30px;
}
.pl-0{
    padding-left: 0 !important;
}
.pr-0{
    padding-right: 0 !important;
}
.blog-style-01 .blog-img:before{
    background: rgb(0 0 0 / 20%);
}
.footer .footer-bottom {
    padding: 20px 0;
    background: rgb(204 221 211 / 64%);
}
.offcanvas .logo img {
    height: 110px;
}
.pb-0{
    padding-bottom: 0px !important;
}
.back-to-top.icon-whats a{
    left: 30px !important;
    margin-left: 0;
}
header.header{
	background: -webkit-linear-gradient(rgba(0,0,0,0.5242471988795518) 0%, rgba(0,0,0,0.2049194677871149) 49%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0.5242471988795518) 0%, rgba(0,0,0,0.2049194677871149) 49%, rgba(0,0,0,0) 100%);
	background: linear-gradient(rgba(0,0,0,0.5242471988795518) 0%, rgba(0,0,0,0.2049194677871149) 49%, rgba(0,0,0,0) 100%);
}
.header.is-sticky{
	background: #ffffff;
}
.header .navbar-nav li > a i {
    margin-left: 8px;
    font-size: 18px;
    margin-top: 2px;
}
@media (max-width: 991px) {
    .header .navbar .navbar-toggler {
        background: var(--color-primary);
    }
}
@media screen and (max-width: 575px){
	.social-icon{
		margin-right: 53px;
	}
}
@media screen and (max-width: 425px){
    .h-300 {
        height: 300px;
        right: 0;
        z-index: 1;
    }
    .back-to-top.icon-whats a {
        left: 10px !important;
        margin-left: 0;
    }  
    .back-to-top a{
        right: 10px;
        width: 40px;
        height: 40px;
    }  
    .h-700 {
        height: 500px;
    }
    
}

.credits_link{
    color: #38B5E6 !important;
    font-weight: 700;
    font-family: sans-serif;
}

.credits_link:hover{
    color: #000  !important;
}

    .credits_link:before{
        content: "";
        vertical-align: middle;
        width:16px;
        height: 16px;
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px;
        background-image: url(https://www.clion.it/favicon-96x96.png);
        background-repeat: no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center center;

        transition: all 450ms ease;
    }

        .credits_link:hover:before{
            transform: scale(1.5) rotateZ(360deg) rotateY(360deg);
        }