body{
    font-family: Playfair Display;
    font-optical-sizing: auto;
    font-style: normal;
}
.head {
    position: absolute;
    top: 25px;
    right: 0;
    left: 0;
    justify-content: center;
}
.domain img {
    margin: 0 auto;
    display: flex;
    width: 300px;
}
.domain h1 {
    color: #fff;
    font-size: 80px;
    padding-top: 20px;
}
.domain h4 {
    color: #fff;
}
.f-size-18 {
    font-size: 18px;
}

.domaindata {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 19px;
    border-radius: 10px;
    top: -190px;
    z-index: 10;
    position: relative;
    background: #ffffff;
    border: 2px solid #baa9fd;
}
.rt-gradient2 {
    position: relative;
    z-index: 1;
    color: #fff;
    border: none;
    background-image: -webkit-linear-gradient(192deg, #8274e8 0%, #c679d0 100%);
    background-image: linear-gradient(-102deg, #8274e8 0%, #c679d0 100%);
}
.rt-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    z-index: 2;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    padding: 8px 25px;
    -webkit-transition: all .24s cubic-bezier(.55, .055, .675, .19);
    transition: all .24s cubic-bezier(.55, .055, .675, .19);
    white-space: nowrap;
    border-width: 0;
    border-radius: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.container.domaindata {
    margin-bottom: -180px;
}
footer {
    background-image: linear-gradient(-102deg, #8274e8 0%, #c679d0 100%);
    color: #fff;
}