/* xl - DESKTOP STYLES */ 
.logo img {
    width: 280px;
}
.transparent-header {
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    z-index: 9;
    height: auto;
}
.navbar-wrap ul li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 34px 26px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.navbar-wrap > ul > li.active > a, .navbar-wrap > ul > li:hover > a, .navbar-wrap ul li .submenu li.active > a, .navbar-wrap ul li .submenu li:hover > a, .mobile-menu .navigation li.active > a, .mobile-menu .navigation li ul li.active > a {
    color: #ffffff;
}
.inner-header-style .header-top-wrap {
    background: rgb(251 112 99 / 0%);
}
.header-action ul li a {
    color: #ededed;
    font-size: 14px;
}
.inner-header-style .main-header {
    background: #ffffff00;
}
.btn {
    -moz-user-select: none;
    background-image: #0eb885;
    background-image: -webkit-linear-gradient(to right, #fb6d62 0%, #ffab6b 50%, #fb6d62 100%);
    background-image: -ms-linear-gradient(to right, #fb6d62 0%, #ffab6b 50%, #fb6d62 100%);
    border: 3px solid #fff;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 17px 25px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    background-size: 200% auto;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: 0px 3px 7.44px 0.56px rgba(0, 0, 0, 0.08);
}
.domain-search-form {
    display: flex;
    align-items: center;
    background: #1d236d;
    box-shadow: 0px 3px 7.44px 0.56px rgba(0, 0, 0, 0.05);
    border-radius: 60px;
    padding: 29px 30px;
}

