*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.hero_3{
    max-height: 900px;
}
.hero-img img{
    margin-top: -90px;
    max-width: 200%;
}
.rundal-hero a:hover{
    text-decoration: none;
}

.rundal-hero {
    display: grid;
    align-items: center;
    align-content: center;
    min-height: 900px;
    padding-top: 150px;
    padding-bottom: 100px;
    background: #eff1ff;
}

.subtitleheading {
    display: block;
    margin-bottom: 15px;
    padding-left: 25px;
    position: relative;
    color: #2c4bff;
}

.subtitleheading:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background: #2c4bff;
}

h1.cd-headline {
    font-size: 65px;
    line-height: 72px;
    font-weight: 800;
}


.pair-btn {
    display: flex;
    grid-gap: 15px;
    align-items: center;
}
.r-g-btn{
    -webkit-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
    -o-transition: 1.1s cubic-bezier(.16, .84, .442, .98);
    transition: 1.1s cubic-bezier(.16, .84, .442, .98)
}

.r-g-btn {
    font-weight: 600;
    font-size: 17px;
    border-radius: 8px;
    padding: 0 25px;
    display: flex;
    line-height: 60px;
    white-space: nowrap;
    text-transform: capitalize;
    align-items: center;
    justify-content: center;
    width: max-content;
    border: 0;
    grid-gap: 15px
}

.r-g-btn span {
    font-weight: 300
}


.r-g-btn-1 {
    background: #1b2f5b;
    color: #fff;
    border: 1px solid #1b2f5b
}

.r-g-btn-1:hover {
    background: #fff;
    border: 1px solid #010101;
    color: #010101
}

.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}

.cd-words-wrapper i{
    font-style: normal;
    font-weight: 800;
    color: #fff;
}