@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');


@font-face {
    font-family: 'Salvatore';
    src: local('Salvatore Book'), local('Salvatore-Book'),
        url('../fonts/Salvatore-Book.woff2') format('woff2'),
        url('../fonts/Salvatore-Book.woff') format('woff'),
        url('../fonts/Salvatore-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }


  @font-face {
    font-family: 'Salvatore';
    src: local('Salvatore Bold'), local('Salvatore-Bold'),
        url('../fonts/Salvatore-Bold.woff2') format('woff2'),
        url('../fonts/Salvatore-Bold.woff') format('woff'),
        url('../fonts/Salvatore-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }



/* Common */
body {
    font-family: 'Salvatore';
    color: #3b3b3b;
}

.bg-gradient {
    background: linear-gradient(90deg, #5e021d 0%, #c75165 100%) !important ;
}

.gradient-text {
    background-image: linear-gradient(90deg, #5e021d 0%, #c75165 100%) !important ;
    background-clip: text;
    color: transparent;
}

.text-gradient {
    background-image: linear-gradient(90deg, #5e021d 0%, #c75165 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 800;
}

.img-full {
    width: 100%;
}

.breadcrumb-item a {
    color: #383838;
    text-decoration: none;
}

a {
    color: inherit;
}


.nav-link, .nav-link:hover{
    color: #202020;

}


/* Common */

/* TITLE */

h1,h2,h3,h4,h5,h6 {
    font-family: 'PT Serif', serif;
    font-weight: 600;
}

.btn:hover{
    text-shadow: -.25px -.25px 0 white, 
    .25px .25px white;
}


/* TITLE */

/* LINK */

a:hover {
    color: var(--bs-primary);
}

.navbar-brand{
    font-size: 1.8rem;
}
#banner{
    height: 500px;
    background-size: cover;
    background-position: center;
}



.effect {
position: relative;
display: inline-block;
cursor: pointer;
margin-bottom: 30px;
}
.effect img {
position: relative;
}
.effect:before{
content: '';
position: absolute;
border:  1px solid;
width: 100%;
height:calc(100%);
z-index: 0;
transition: all 0.5s ease-in-out;
}
.effect:before{
content: '';
position: absolute;
top: -15px;
right: -15px;
}

.effect:hover:before{
top: 0;
right: 0;
}


.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #202020;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs{
    border-bottom-color : transparent;
}


.lineme {
    display: flex;
	align-items:center;
}

.lineme:after {
    display: block;
    content: " ";
    border-bottom: 1px solid;
    flex: 1 1 auto;
	margin-left: 30px;
	
}


footer{
    font-size: 0.9rem;
}

a.sociallink {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.1rem;
    text-decoration: none;
    margin-right: 1px;
    transition: all 0.5s ease-in-out;
    margin-right: 0.5rem;
}


@media (max-width: 768px){
 
    .effect {
    margin-bottom: 0;
    }
    
    .effect:before{
    display: none;
    }
    
    
}


@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    
    
}