@charset "UTF-8";
/* custom styles */


body {
	background: #FFFFFF;
}

header {
	background: #ffffff;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(106, 47, 146, 1) 50%, rgba(106, 47, 146, 1) 87%, rgba(255, 255, 255, 1) 87%);
}

footer {
	background: #6a2f92;
}

nav {
	display: flex;
	gap: 20px;
	justify-content: center;
	padding-top: 35px;
}

.nav-item a {
	color: #FFFFFF;
	text-decoration: none;
	text-transfromation: uppercase; 
	font-family: "Playfair Display",serif;
}

navbar-nav {
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #FFFFFF;
}

p {
	color: #6a2f92;
	font-size: 18px;
	font-family: "Merriweather", serif; 
}

.top_head_lines {
	color: #6a2f92;
	text-decoration: none;
	text-transfromation: uppercase; 
	font-family: "Merriweather", serif;
}

.socl_ft{
	color: #6a2f92;
	font-family: "Playfair Display", serif;
	font-size: 36px; 
}


/*custom styles*/ 


.nav-link {
	font-family: "Playfair Display", serif;
	text-transform: uppercase;
	color: #FFFFFF;  
	font-weight: 600;
}

.nav-link hover {
	color: #6a2f92;
}

.nav-link active {
	color: #6a2f92;
}

.bi_clr {
	color: #6a2f92;
	font-size: 20px;
}

.bi_clr hover {
	color: #EE7627;
}

.icon-link {
	display: flex;
	justify-content: center;
	gap: 20px;
	font-size: 30px; 
	color: #6a2f92;
}

.desat {
	filter: grayscale(0%);
	transition: .2s ease-in; 
}

.desat hover {
	filter: grayscale(100%);
	webkit-filter: blur(4px); /*chrome, safari, opera*/
	filter: blur(4px);
}

/* Hover Blur Effect */
    
.hover-white {
      color: #EE7627;
	  font-family: "Merriweather", serif;
    }
    .hover-blur a {
      display: block;
      position: relative;
      overflow: hidden;
    }
    .hover-blur img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .hover-blur:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      -webkit-filter: grayscale(0.6) blur(1px);
      filter: grayscale(0.6) blur(1px);
    }
    .hover-blur a h2 {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      height: 100%;
      width: 100%;
      padding: 45% 20px;
      text-align: center;
      background-color: rgba(0,0,0,0.5);
      /*background dotted*/
      background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      background-image: repeating-radial-gradient(center center, rgba(0,0,0,.8), rgba(0,0,0,.8) 1px, transparent 1px, transparent 100%);
      -webkit-background-size: 3px 3px;
      -moz-background-size: 3px 3px;
      background-size: 3px 3px;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-blur:hover a h2 {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
    }
    .hover-blur .text-white {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-blur:hover .text-white {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=1);
      opacity: 1;
    }
