/********** GENERAL**********/

body {
	color: #292E33;
	font-family: 'Poppins', sans-serif;
}

/*** width ***/

.w-33 {
	width: 33%;
}
.w-66 {
	width: 66%;
}

/*** margin ***/

.m-neg-sm {
	margin-top: -75px;
}
.m-neg-md {
	margin-top: -175px;
}
.m-neg-lg {
	margin-top: -288px;
}

/*** typography ***/

h1, h2, h3, h4 {
	font-family: 'Red Hat Display', sans-serif;
	line-height: 1.1;
}
h1 {
	font-weight: 900!important;
}
h2{	
	font-size: 3rem;
	font-weight: 700!important;
}

p {
	font-size: 1.25rem;
	line-height: 1.4;
	font-weight: 300;
}

.fs-64 {
	font-size: 4rem;
}

.fs-7 {
	font-size: 1.125rem;	
}
.fs-8 {
	font-size: 0.875rem;
}
.fs-9 {
	font-size: 0.75rem;
}

/*font weight*/

.fw-medium {
	font-weight: 500;
}
.fw-600 {
	font-weight: 600;
}

/*** text-color ***/

.text-blue {
	color: #1CA0E1!important;
}	
.text-pink {
	color: #E90A8A!important;
}	

.text-light-gray {
	color: #8A8C8F!important;
}
.text-dark-gray {
	color: #4A515B!important;
}

/*** button ***/

.btn {
	border-radius: 0;
	font-size: 1.125rem;
	padding: 1rem 1rem;
	text-transform: capitalize;
}

/*btn size*/

.btn-smaller {
	padding: .5rem 2.5rem;
}

/*btn type*/

.btn-pink {
	color:  #fff;
	background-color: #E90A8A;
}
.btn-blue {
	color:  #fff;
	background-color: #1CA0E1;
}
.btn-outline-white {
	color: #fff;
	border: 1px solid #fff;
}
.btn-outline-black {
	color: #000;
	border: 1px solid #000;
}
.btn-outline-pink {
	color: #E90A8A;
	border: 1px solid #E90A8A;
}
.btn-link-pink {
	color: #E90A8A;
	font-size: 0.875rem;
	padding: 10px 0;
	line-height: 1.7;
}

/*button-arrow*/

.triangle-right {
	border-top: 31px solid transparent;
	border-bottom: 31px solid transparent;
	border-left: 31px solid white;
	top: -1px;
	right: -31px;
}
.triangle-right:after {
	content: '';
	position: absolute;
	top: -29px;
	left: -31px;
	width: 0;
	height: 0;
	border-top: 29px solid transparent;
	border-bottom: 29px solid transparent;
	border-left: 29px solid #000;
}

/*btn-cursor*/

.text {
	padding-left: 26px;
	transform: translateX(0);
	transition: all 0.5s linear
}
.btn-cursor:hover .text {
	transform: translateX(-26px);
}
.text:before {
	content: "\F2E3";
    font-family: 'bootstrap-icons';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1rem;
    transform: translateX(0%) rotate(45deg);
   	transition: all 0.35s linear
}
.btn-cursor:hover .text:before {
	content: "\F2E1";
    font-family: 'bootstrap-icons';
    transform: translateX(226px) rotate(45deg);
}
	
/*btn hover*/

.btn-pink:hover,
.btn-blue:hover {
	color:  #fff;
	background-color: #A91369;
	border-color: #A91369;
}
.btn-outline-white:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;	
}
.btn-outline-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000;	
}
.btn-outline-pink:hover {
	color: #fff;
	background-color: #E90A8A;
	border-color: #E90A8A;
}
.btn-link-pink:hover {
	border: 1px solid transparent;
	color: #1CA0E1;
}
.btn-link-gray:hover {
	border: 1px solid transparent;
	color: #1CA0E1;
}
.btn-link:hover {
	border: 1px solid transparent;
}
.btn-outline-white:hover .triangle-right:after {
	border-left: 29px solid #fff;
	transition: border-color 0.15s ease-in-out;
}

/*** background color ***/

.bg-pink {
	background-color: #E90A8A;
}
.bg-light-pink {
	background-color: rgba(233, 10, 138, 0.06);
}
.bg-gray {
	background-color: #4a515b;
}
.bg-dark-gray {
	background-color: #292e33;
}
.bg-green {
	background-color: #6CB33E;	
}
.bg-dark-green {
	background-color: #00823E;	
}

/* bg-radial-gradient */

.bg-radial-gradient {
	background: -webkit-radial-gradient(top, rgba(193, 235, 255, 0.36) 8.2%, rgba(217, 217, 217, 0) 100%);
	background: -moz-radial-gradient(top, rgba(193, 235, 255, 0.36) 8.2%, rgba(217, 217, 217, 0) 100%);
	background: radial-gradient(to bottom, rgba(193, 235, 255, 0.36) 8.2%, rgba(217, 217, 217, 0) 100%);
}


/*** z-index ***/

.z-index-3 {
	z-index: 3;
}
.z-index--1 {
	z-index: -1;
}
.z-index-0 {
	z-index: 0;
}

/*** images ***/

img {
	object-fit: cover;
}

.bg-cover {
	background-size: cover;
	background-repeat: no-repeat;
}
.bg-50 {
	background-size: 50% 50%;
}

.bg-y-center-img {
	background-position-y: 50%;
}
.bg-x-center-img {
	background-position-x: 50%;
}

/*** transform ***/

.transform-rotate-180 {
	transform: rotate(180deg);
}

/*** custom-scroll ***/

.custom-scroll {
	max-height: 55vh;
	overflow-y: scroll;
}
.custom-scroll::-webkit-scrollbar {
	width: .5rem;
}

.custom-scroll::-webkit-scrollbar-track {
	background-color: #F0F0F0;
	border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #ababab;
}


/*custom-border*/

.custom-border-v {
	background-image: linear-gradient(to bottom, rgba(228, 228, 228, 1) 45%, #fff 0%);
	background-position: center;
	background-size: 1px 20px;
	background-repeat: repeat-y;
}
.custom-border-h {
	background-image: linear-gradient(to right, rgba(228, 228, 228, 1) 45%, #fff 0%);
	background-position: center;
	background-size: 20px 1px;
	background-repeat: repeat-x;
	height: 1px;
}

/*** display grid ***/

.magenta-006 .d-lg-grid,
.footer .d-lg-grid {
	grid-template-columns: repeat(2, 1fr);
}

.col1 {
	grid-column: 1;
  	grid-row: 1 / 3;
}
.col2 {
	grid-column: 2;
  	grid-row: 1;
}
.col3 {
	grid-column: 2;
  	grid-row: 2;
}

/*shapes*/
.shape {
	height: 112px;
	margin-top: -1px;
}

/*square*/
.square {
	width: 100%;
   height: 0;
   padding-bottom: 100%;
}


/********** HEADER **********/


.bg-opacity {
	background-color: rgba(0, 0, 0, 0.65);
}
.main-header .bg-header {
	height: 776px;
	clip-path: polygon(0% 0%,100% 0%,100% 71%,79.5% 100%,59% 76%,53.5% 87%,36% 86.5%,18% 100%,0% 84%);
}
.subpage-header .bg-header {
	height: 550px;
}
.subpage-heading {
	font-size: 8rem;
}

/*** icon-animation ***/

.icon-animation {
	animation: upDown 0.75s linear infinite;
	top: 0;
}
@keyframes upDown {
	0%, 100% { top: 0; }
	50% { top: 1rem; }
}

/*** top-navbar ***/

.header-nav {
	height: 60px;
	top: 80px;
}

/* header-logo */

.navbar-logotype {
	top: 6px;
	width: 102px;
}
.navbar-logotype-img:first-child {
	filter: drop-shadow(3px 0 20px rgba(0,0,0, 0.25));
}
.navbar-logotype-img:last-child {
	width: 94%;
}
.navbar-logo {
	width: 177px;
}

/* menu */

.menu {
	display: flex;
}
.menu-link {
	font-size: 1.125rem;
	text-decoration: none;
	transition: all .15s ease-in-out;
}
.menu-link:hover {
	color: #4a515b!important;
}
.toggle {
	display: none;
}

/********** MAIN **********/

/*** shadow ***/

.shadow-inset {
	-webkit-box-shadow: inset 0px -88px 50px -35px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset 0px -88px 50px -35px rgba(0, 0, 0, 1);
	box-shadow: inset 0px -88px 50px -35px rgba(0, 0, 0, 1);
}

/*** popover ***/

.popover {
	--bs-popover-border-radius:  0;
}
.popover .popover-arrow {
	display: none!important;
}
.popover-body {
	padding: 5px 25px;
}

/*** overlay ***/

.overlay:after {
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;	
	transition: all 0.3s ease;
	z-index: 1;
	opacity: 0;
}
.overlay .bi-search {
	opacity: 0;
}
.overlay:hover:after {
	opacity: 1;
}
.overlay:hover .bi-search {
	opacity: 1;
	z-index: 5;
}
.overlay-text {
	opacity: 0;
}
.overlay:hover .overlay-text {
	opacity: 1;
}



/*** image color change ***/

.img-color-change {
	background-color: gray;
	background-blend-mode: luminosity;
}
.img-color-change:hover {
	background-color: transparent;
	background-blend-mode: normal;
	transition: background-color 2s ease-out 100ms
}

.img-color-change {
	background-color: gray;
	background-blend-mode: luminosity;
}
.img-color-change:hover {
	background-color: transparent;
	background-blend-mode: normal;
	transition: background-color 2s ease-out 100ms
}

/*** imgage outline border ***/

.img-outline-border {
	outline: 1px solid #fff;
	outline-offset: -12px;
}

/*** point-item ***/

.point-item {
	width: 28px;
	height: 28px;
}
.point-item-sm {
	width: 16px!important;
	height: 16px!important;
}
.bi-plus {
	font-size: 28px;
}

/*** logo animation ***/

.logo-pulse {
	animation: pulse 1.5s infinite;
	animation-timing-function: steps(2, start);
} 
@keyframes pulse {
	0% { transform: scale(1); }
	100% { transform: scale(1.1);}
}

/*** blob animation ***/

.blob {
	box-shadow: 0 0 0 0 rgba(169, 19, 105, .1);
	transform: scale(1);
	animation: pulse-blob 2s infinite;
}
@keyframes pulse-blob {
	0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(169, 19, 105, 0.4); }
	70% { transform: scale(1); box-shadow: 0 0 0 7px rgba(169, 19, 105, 0.5); }
  	100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(169, 19, 105, 0.6); }
}

/* marquee animation */

@keyframes marquee { 
	100% { right: -100%; }
	0% { right: 100%; }
}

/* baner-logo */

.baner-logo-img {
	width: 148px;
}

/*magenta-001*/

.magenta-001 .bg-img {
	/*height: 400px;
	background-size: 50%;
	background-repeat: no-repeat;*/
}

/*** magenta-002 ***/

/** popover **/
.popover .img-block-item {
	height: 47px;
}

/* popover wide */

.popover.popover-wide {
	--bs-popover-max-width: 751px;
	height: 292px;
}
.popover-wide .popover-body {
	padding: 32px;
}
.popover-wide .img-cover {
	width: 244px;
	height: 227px;
}
.popover-wide .img-block-item {
	margin-bottom: 14px;
}
.popover-wide .img-block-item:last-child {
	margin-bottom: 0;
}
.popover .btn-sm {
	padding: .5rem 2rem;
}

/*popover narrow*/

.popover.popover-narrow {
	--bs-popover-max-width: 356px;
}
.popover-narrow .popover-body {
	padding: 24px;
}
.popover-narrow .img-block-item {
	margin-right: 14px;
}
.popover-narrow .img-block-item:last-child {
	margin-right: 0;
}

/*point-item*/

.magenta-002 .point-item-01 {
	top: 27.92%;
	left: 46.66%;
}
.magenta-002 .point-item-02 {
	top: 61.13%;
    left: 25.33%;
}
.magenta-002 .point-item-03 {
	top: 67.45%;
	left: 45.92%;
}
.magenta-002 .point-item-04 {
	top: 43%;
	left: 60%;
}
.magenta-002 .point-item-05 {
	top: 69.87%;
    right: 24.67%;

}

/* shape-shadow */

.shape-shadow {
	filter: drop-shadow(-1px 7px 35px rgba(0, 0, 0, 0.65));
}
.shape-1 {
	clip-path: polygon(17% 97%,0% 56%,0% 0%,100% 0%,100% 90%,59% 65%,30.5% 100%,23.6% 43%);
}

/*logo-pulse*/
.magenta-002 .logo-pulse {
	width: 16%;
	left: 16%;
	top: 95px;
} 


/*** magenta-004 ***/

.magenta-004 .img-color-change:first-child {
	border-right: 1px solid #fff;
}

/*** magenta-005 ***/

.magenta-005 .bg-img {
	margin-top: -22%;
}

/*** magenta-006 ***/

.magenta-006 .start-0 {
	left: -50px!important;
}

.magenta-006 .point-item-sm:first-child {
	top: 33.15%;
	left: 24.81%;
}
.magenta-006 .point-item-sm:nth-child(2) {
	bottom: 50.68%;
	left: 60.92%;
}
.magenta-006 .point-item-sm:nth-child(3) {
	bottom: 30%;
	left: 80%;
}
.magenta-006 .point-item-sm:last-child {
	bottom: 14.79%;
	left: 17.59%;
}

/*** magenta-007 ***/ 

.carousel-control-dot {
	width: 11px!important;
	height: 11px!important;
	background-color: #d9d9d9!important;
}
.carousel-control-dot.active {
	width: 14px!important;
	height: 14px!important;
	background-color: #E90A8A!important;
}

/*** magenta-010 ***/

.magenta-010 .calender {
	width: 352px;
}

/** calender **/

.prev-month,
.next-month {
	cursor: pointer;
}
.days,
.dates {	
	grid-template-columns: repeat(7, 1fr);
}
.date {
	padding: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.date:hover:not(.today) {	
	border-color: #EB008B;	
	color: #EB008B;
}
.prev-date,
.next-date {
	padding: 10px;
	color: rgba(0, 0, 0, .5);
}
.today {
	color: #fff;
	background-color: #EB008B;
	border-radius: 50%;
	
}

/*** magenta-011 ***/

.magenta-011 .bg-img {
	height: 200px;
}

/*** magenta-012 ***/

.magenta-012 .bg-img {
	margin-top: -182px;
}

.magenta-012 .card-tile {
	width: 100%;
}
.magenta-012 .card-img {
	height: 351px;
}
.magenta-012 .card:hover .card-img  {
	background-color: transparent;
}
.magenta-012 .card:hover .btn-link  {
	color: #1CA0E1!important;
}


.magenta-012 .main-card {
	width: 416px;
	top: 5.6%;
	right: calc(8.33% + 0.75rem);
}
.magenta-012 .row-margin-top {
	margin-top:  -195px;
}


/*** magenta-013 ***/

.magenta-013 .icon-building {
	height: 152px;
}

/*** magenta-014 ***/


/*icon show more info*/

.badge-item .show-info {
	display: none;
    -webkit-transition: all 5s;
    transition: all 5s;
}
.badge-item:hover .show-info {
	display: inline-block;	
}
.badge-item:hover .show-info:after {
	-webkit-transition: all 1s;
    transition: all 1s;
}
.badge-item:hover .show-info:hover:after {
	content: "Get More Info";
	margin-right: 8px;
	text-decoration: underline;
}
.show-info-icon {
	width: 30px;
}




/*magenta-016*/

.tiles {
	/*display: grid;*/
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0px;
	height: 100%;
}

.tile {
	background-color: #F9F9F9;
}

.tile1 {
   grid-row-start: 1;
   grid-column-start: 1;
   grid-row-end: 2;
   grid-column-end: 3;   
}
.tile2{
   grid-row-start: 1;
   grid-column-start: 3;
   grid-row-end: 3;
   grid-column-end: 4;   
}
.tile3 { 
   grid-row-start: 2;
   grid-column-start: 1;
   grid-row-end: 3;
   grid-column-end: 3;   
}

.point {
	width: 35px;
	height: 35px;
	position: absolute;
	background-color: #F9F9F9;
	transform: translate(-50%,-50%) rotate(45deg);
}


/*magenta-017*/

.magenta-017 .form-wrap {
	right: 8.33%;
}

/*magenta-018*/

.grid-wrapper {
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 25vw;
	grid-auto-flow: dense;
}



.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}


@media (max-width: 991.98px) {
	.grid-wrapper {
		grid-template-columns: repeat(3, 1fr);
		grid-auto-flow: row;
	}
	
}

@media (max-width: 767.98px) {
	.grid-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-wrapper .wide.size-change-item {
		grid-row: span 2;
		grid-column: span 1;
	}
	.grid-wrapper .tall.size-change-item {
		grid-row: span 1;
		grid-column: span 2;
	}
}


/********** FOOTER **********/

.footer {
	overflow-x: hidden;
}

/*footer-contact-map*/

.wrapper-map {
	margin-top: -288px;
}
.map-img {
	height: 600px;
}
.place-icon {
	top: 40%;
	left: 63%;
}
.footer-section-map .btn-link {
	font-size: 1.25rem;
}
.map-img-item {
	height: 215px;
}

/*footer-contact-form*/

.form-box {
	margin-top: -165px;
}
#formFile {
	font-size: 0.875rem;
    background-color: rgba(28, 160, 225, 0.05);
    height: 27px;  
    padding: 11px;
}
#formFile::before {
    content: " ";
    position: absolute;
    z-index: 2;
    display: block;
    background-color: #fff;
    width: 110px;
    height: 100%;
    left: 0;
    top: 0;
}
#formFile::after {
    content: "+";
    position: absolute;
    z-index: 4;
    display: block;
    background-color: #F0F0F0;
    width: 34px;
    height: 27px;
    top: 0;
    left: 48px;
    color: #BDBFC1;
    text-align: center;
    padding: 4px 0;
}
.footer-form-label {
	width: 132px;
}
.form-box .form-control {
	width: calc(100% - 140px);
}
.form-box .form-textarea {
	height: 152px;
	resize: none;
}
.form-control:focus {
	box-shadow: none;
	outline: none;
	border: none;
}
/* footer-phone-form */

.bg-layout {
	transform: translateY(110px) rotate(180deg);
}
.footer-shape {
	clip-path: polygon(0% 0%,17% 100%,74.5% 44%,83% 100%,100% 0%,100% 100%,0% 100%);
}

.footer-logotype {
	width: 21%;
}
.footer-logo {
	width: 73%;
	margin-left: 4%;
}


/********** MODAL **********/

.modal {
	background-color: rgba(0, 0, 0, 0.5);
}

.modal .box {
	padding: 0.75rem 1rem;
}

/*** hourBox ***/

.hourBox {
	cursor: pointer;
}
.hourBox .hourBox-btn {
	display: none;
}
.hourBox.active .hourBox-item {
	width: 48.5%;
	position: relative;
	display: inline-block;
}
.hourBox.active .hourBox-item:before {
	content: "\F26A";
	font-family: 'bootstrap-icons';
	position: absolute;
	left: 0;
	margin-left: 1rem;
}
.hourBox.active .hourBox-btn {
	display: inline-block;
	width: 48.5%;
	margin-left: 2%;
}
