@import url("https://use.typekit.net/fou4rxs.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.uk-logo {
    padding: 5px;
}


.full-width {
    pointer-events: none;
    bottom: -3px !important;
    left: -10px !important;
    z-index: 2;
}
.full-width .el-image {
    width: 104vw !important;
    max-width: 110%;
}


.uk-navbar-transparent {
    background: linear-gradient(180deg, #7a7a7a 0%, transparent);
    padding: 10px 0px 20px 0px;
}


.uk-icon.uk-navbar-toggle-icon svg {
    opacity: 0;
    }
    .uk-icon.uk-navbar-toggle-icon {
    background: url(/wp-content/uploads/2023/11/menu.png);
    background-size: cover;
    width: 25px;
    }




.el-item.uk-card {
    box-shadow: 0 0 15px 2px #ededed;
}
.el-item.uk-tile-default {
	box-shadow: 0 0 15px 2px #ededed;
}



/* enquiry form */


.ginput_container input, .ginput_container textarea, .ginput_container select {
    color: rgb(255, 255, 255);
    background-color: transparent;
	border-radius: 2em !important;
	border: 2px #fff solid;
    font-family: 'unitext' !important;
    font-size: 17px !important;
	font-weight: 300;
    padding: 12px 12px !important;
    max-height: 180px;
    outline: 0 !important;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-family: 'unitext' !important;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
}
.ginput_container input::placeholder, .ginput_container textarea::placeholder, .ginput_container select::placeholder, .ginput_container select {
	color: #ffffff  !important;
	font-style: italic;
}
.ginput_container input:focus, .ginput_container textarea:focus, .ginput_container select:focus {
    border: 2px #DE1F26 solid !important;
}


/* enquiry button */ 
.gform_footer input {
    background-color:  #DE1F26;
    border-radius: 4em !important;
    color: #fff;
	border: 2px #DE1F26 solid;
	cursor:pointer;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: 500;	
	font-family: 'unitext';
	letter-spacing: 0px;
	transition: 0.1s !important;
background-origin: border-box;
}

.gform_footer input:focus, .gform_footer input:hover {
	background: #de1f2573;
}

p.gform_required_legend {
    display: none;
}

/* sticky phone button */
.floatingphone-mobile {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: #DE1F26;
    width: 50px;
    height: 43px;
    padding: 9px 9px 6px 1px;
    box-shadow: -4px 9px 10px #00000026;
    border: 4px solid #fff;
    z-index: 199999;
    border-radius: 100%;
    padding: 15px 3px 1px 8px;
}

.floatingphone-mobile img {
    transform: skewX(10deg);
    margin-right: 5px;
	margin-left: 10px;
}

.floatingphone-mobile a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.line-after {
    border-right: 3px solid #585858;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
}


.uk-subnav>*>a {
    font-size: 18px !important;
    line-height: 1.625;
    text-decoration: none !important;
    font-weight: 500;
}
.uk-subnav>*>a:hover {
    color: #ffffffb7;
}


a.el-slidenav.uk-icon.uk-slidenav {
    background-color: #ffffffed;
}
.uk-slidenav {
    padding: 5px 10px;
    color: rgb(56 56 56 / 90%);
    margin-right: 10px;
}

.showcase-grid .el-item .el-link {
    right: 20px;
    bottom: 27px;
    padding: 12px 12px;
    border: solid 2px white;
    border-radius: 100px;
    position: absolute;
}
.showcase-grid .el-item .el-link:hover {
    background-color: rgba(255,255,255,.1);
}

.showcase-grid .uk-light .uk-button-default{
    background: transparent;
}

.showcase-grid .uk-margin-top {
    min-width: 223px;
}


.showcase-grid .uk-overlay-primary {
    background: linear-gradient(0deg, #313131, transparent 50%);
}

.showcase-grid .uk-overlay-primary {
    background: linear-gradient(0deg, #313131, transparent 30%);
        transition: 0.4s !important;
}

.showcase-grid .el-item:hover .uk-overlay-primary {
    background-image: linear-gradient(0deg, #313131, transparent 50%);
    transition: 0.4s !important;
    background-color: #31313175;
}

.showcase-grid .el-item:hover .el-title::after {
    width: 200px;
}

.showcase-grid .el-title {
    position: relative;
}

.showcase-grid .el-title::after {
    content: "";
    height: 1px;
    width: 140px;
    background: white;
    position: absolute;
    left: 0px;
    bottom: -7px;
    transition: 0.7s;
}
 


.showcase-grid .uk-margin-top {
    min-width: unset;
}

.showcase-grid .uk-position-bottom-left {
    width: calc(100% - (var(--uk-position-margin-offset) * 2));
}




.testimonial-slider  {
    position: relative;
}
.testimonial-slider::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, #ffffffa6, transparent, #ffffffa6);
    z-index: 1000;
    content: "";
    top: 0px;
    pointer-events: none;
}

.testimonial-slider p {
    color: black;
}

.testimonial-slider .el-item {
	border-radius: 1em
}




@media (max-width: 1670px) {
	.showcase-grid .el-item .el-link {
    padding: 12px 12px;
    border-radius: 100px;
    position: relative;
    right: 0;
    bottom: 0;
}
	.showcase-grid .uk-overlay-primary {
			background: linear-gradient(0deg, #313131, transparent 70%) !important;
	}
}
	
@media (max-width: 1500px) and (min-width: 960px) {
    .uk-h1, h1 {
        font-size: 55px;
    }
    .uk-h2, h2 {
        font-size: 50px;
    }
}
@media (max-width: 1100px) and (min-width: 550px) {
    .uk-logo img {
        width: 250px;
    }
}
@media (max-width: 960px) {

    .line-after {
        border-right: none !important;
    }
}

@media (max-width: 640px) {
    .lets-talk-button {
        display: none;
    }
}

@media (max-width: 550px) {
    .uk-logo img {
        width: 200px;
    }
}
@media (max-width: 440px) {
footer a.uk-link-reset {
    font-size: 20px;
}
.showcase-grid .el-item, .showcase-grid .el-image {
    height: 400px;
    object-fit: cover;
}
}