/* ip header */
.ip-banner::before {
    display: none;
}
.ip-banner canvas {
    min-height: 200px;
    max-height: 200px;
    background: none transparent !important;
}

.ip-container .header:not(.fixed) {
    padding: 25px 0;
}

.ip-container .header .custom-container {
    max-width: 1460px;
}

.ip-container .header .logo {
    display: block;
    margin-right: 50px;
}

.ip-container .header:not(.fixed) .logo img {
    width: 210px;
    height: auto;
}

.ip-container #breadcrumbs {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.5px;
    max-width: 1430px;
    width: 90%;
    margin: 0 auto 30px; 
}

.ip-container .hdrnav>li>a {
    color: #000;
}

.ip-container #breadcrumbs a {
    color: #808080;
}

/* */

.ip-comm-pagi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    margin: 67px 0 37px;
}

.pagi-counter {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #454545;
    border: solid 1px #e5bdb0;
    width: 88px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    letter-spacing: 1px;
    margin: 0 -1px;
}

.ip-comm-pagi a.pagi-arrow {
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #e5bdb0;
    padding: 0 0 3px;
    color: #454545;
    font-weight: 700;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.ip-comm-pagi a.pagi-arrow:hover{
    background: #e5bdb0;
    color: #fff;
}

a.pagi-arrow.prev {
    border-radius: 13px 0 0 13px;
}

a.pagi-arrow.next {
    border-radius: 0 13px 13px 0;
}

a.pagi-arrow.prev span {
    transform: rotate(180deg);
    top: 4px;
    position: relative;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

.section-title h2 strong {
    display: inline-block;
}

.ip-fc-section {
    margin-bottom: 80px;
}

.ip-fc-section-container {
    position: relative;
    z-index: 3;
    width: 90%;
    max-width: 1410px;
    margin: 0 auto;
}

.ip-fc-section-container p {
    font-size: 22px;
    line-height: 1.6;
    color: #454545;
    margin-bottom: 45px;
}

.ip-fc-section-1 .section-title h2 {
    margin-bottom: 0;
    font-size: 110px;
    font-family: var(--font-family-title);  
    position: relative;
}

.ip-fc-section-1 .section-title h2 small {
    color: #afa5a5;
}

.ip-fc-section-title::before {
  content: '';
  background: url(../../images/galaxy/ip-ab-section-title-icon.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 62px;
  transition: all var(--default-transition);
  margin: 0 auto 14px;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all .5s;
  pointer-events: none;
}

.ip-fc-section-content {
    flex: 1;
    padding: 0 8%;
}

.ip-fc-section-1 .ip-fc-section-content::before {
  content: '';
  position: absolute;
  background: url(../../galaxy/images/site-monogram.png) no-repeat;
  width: 372px;
  max-width: 95%;
  height: 680px;
  background-size: contain;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
  opacity: .05;
  pointer-events: none;
}

.ip-fc-section-1 .canvas-bg {
    max-height: 835px;
    top: auto;
    bottom: 0;
}

.ip-fc-section-1::after  {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 2;
    pointer-events: none;
}

.ip-fc-list {
    font-size: 0;
	text-align: center;
}

.ip-fc-list-item {
    width: calc(33.33% - 10px); 
    display: inline-block;  
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    /* box-shadow: 0 0 30px rgb(0 0 0 / 30%); */
    transition: transform .5s;  
    border: 5px transparent solid;
}

.ip-fc-list-item::before {
    content: '';
    background: url(../../galaxy/images/site-monogram.png) no-repeat;
    background-size: contain;
    width: 68px;
    height: 123px;
    transition: all var(--default-transition);
    margin: 0 auto 14px;
    position: absolute; 
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: invert(1);  
    pointer-events: none;
    z-index: 2;
    opacity: 0;
}

.ip-fc-list-item-img::before, .ip-fc-list-item-img::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;    
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    opacity: .85;
    transition: all .5s;
}

.ip-fc-list-item-img::after {
    background: linear-gradient(0deg, rgba(229,189,176,1) 0%, rgba(229,189,176,0) 100%);
    height: 100%;
    opacity: 0;
}

.ip-fc-list-item:hover {
    transform: scale(1.1);
    z-index: 10;
    border: 5px #fff solid;
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
}
.ip-fc-list-item:hover::before {
    opacity: .65;
}
.ip-fc-list-item:hover .ip-fc-list-item-img::after {
    opacity: .85;
}

.ip-fc-list-item-label {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    font-size: 26px;
    font-family: var(--font-family-title);
    color: #000;
    padding: 15px 20px;
    width: 50%;
    background: linear-gradient(90deg, rgba(229,189,176,1) 0%, rgba(229,189,176,0) 100%);
}

.pic-content {
	position: relative;
	width: 100%;
	padding: 0 20px 20px;
}
.pic-content canvas {
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: auto;
    min-height: 465px;
}
.ip-fc-section-container .pic-content p {
	position: absolute;
	color: #fff;
	text-transform: uppercase;
	left: 50%;
	top: 48%;
	transform: translate(-50%, -50%);
	text-align: center;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 0;
}


@media(max-width: 1499px) {
    .ip-fc-section-1 .section-title h2 {
        font-size: 90px;
    }
}


@media(max-width:1366px) {
    .ip-container .header .logo {
        margin-right: 60px;
    }

    .ip-fc-section-1 .section-title h2 {
        font-size: 70px;
    }
}


@media(max-width:1199px) {  
}


@media(max-width: 991px) {
    .ip-container .header:not(.fixed) .logo {
        margin-left: 60px;      
    }
    .ip-container .header:not(.fixed) .logo img {
        max-width: 130px;
    }

    .offcanvas-toggle-lines i {
        background: var(--primary);
    }   

    .ip-fc-list-item {
        width: calc(50% - 10px);
    }
    .pic-content {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media(max-width: 650px) {
    .ip-fc-section-title::before {
        left: 0;
    }

    .ip-fc-section-title {
        padding-left: 50px;
        font-size: 20px;
    }   

    .ip-fc-list-item {
        width: 100%;
        margin: 5px 0;
    }
}

@media(max-width: 480px) {
    .ip-fc-section-1 .section-title h2 {
        font-size: 50px
    }
}