/*
Theme Name: Ygency Child
Author: WebTend
Description: A child theme of Ygency WordPress Theme
Version: 1.0.0
Template: ygency
Text Domain: ygency-child
*/

/* Custom Cursor */
.cursor {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 1px solid #05adf6;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
}

.cursor2 {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #05adf6;
    opacity: 1;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
}

.cursorinnerhover {
    width: 50px;
    height: 50px;
    opacity: .5;
}

/* Preloader */
.site-preloader .animation-preloader .text-loading{
	font-size: 3em !important;
}

/* Header */
.header-contact-cta {
    position: absolute !important;
    top: 50%;
    right: -80px;
    transform: rotate(90deg);
    margin: auto;
}

.header-cta-btn a.ygency-button {
    background: #fff !important;
    color: #000 !important;
    border-radius: 30px;
    padding: 16px 35px;
    transition: .6s !important;
}

.header-cta-btn a.ygency-button:hover {
    background-image: linear-gradient(to right, #05adf6, #0093e0, #0079ca, #0360b2, #114899) !important;
}

.ygency-testimonial .testimonial-item .author-info .image img{
	object-fit: contain;
    background: #fff;
}

.platform-icons .ygency-icon-box img {
    -o-object-fit: contain;
    object-fit: contain;
}

.ygency-portfolio-items.design-normal .portfolio-content {
    padding: 0 0px 0 !important;
}


.ygency-portfolio-items .portfolio-item p {
    margin-top: 20px !important;
    padding-top: 20px !important;
}

.ygency-feature-box.design-one {
    padding: 30px !important;
    min-height: 530px;
}