html,body{
    overflow-x: hidden;
}

/* fonts start  */
@font-face {
    font-family: Colfax-Regular;
    src: url(../fonts/Colfax-Regular.otf);
}

@font-face {
    font-family: Colfax-Bold;
    src: url(../fonts/Colfax-Bold.otf);
}

@font-face {
    font-family: Colfax-Light;
    src: url(../fonts/Colfax-Light.otf);
}

/* fonts end  */

/* Desktop header Start  */

.desktop-header {
    padding: 20px 0;
    margin-bottom: 1px;
    box-shadow: 0 0 20px #c9c9c9;
}

.desktop-header h2 {
    font-family: Colfax-Bold;
    font-weight: 700;
    font-size: 22px;
    color: #462E8D;
}

.desktop-header ul li a {
    font-family: Colfax-Regular;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

.desktop-header ul li a:hover {
    color: #F26722 !important;
}

.sign-in-btn a {
    text-decoration: none;
    font-family: Colfax-Bold;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background-color: #F26722;
    padding: 10px 36px;
    border-radius: 5px;
}

/* Desktop header end  */

/* mobile header start  */

.mobile-header .sec-page {
    font-family: Colfax-Regular;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    color: #000;
    transition: 0.3s;
}

.mobile-header .sec-page:hover {
    color: #F26722 !important;
}

/* mobile header end  */

/* cloud start  */

.cloud {}

.cloud .container {
    padding: 50px 0 0px 0;
    max-width: 55%;
    background-image: url(../images/cloud-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.cloud h1 {
    font-family: Colfax-Light;
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}

.cloud p {
    font-family: Colfax-Light;
    font-weight: 400;
    font-size: 25px;
    line-height: 38px;
}

/* cloud end  */

/* cloud-two start  */

.cloud-two .container {
    padding: 20px 0 20px 0;
    max-width: 55%;
    background-image: url(../images/cloud-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.cloud-two p {
    font-family: Colfax-Light;
    font-weight: 400;
    font-size: 25px;
    line-height: 40px;
}

/* cloud-two end  */

/* author start  */

.author {
    padding: 0 0 50px 0;
}

.author .container {
    padding: 20px 0 0px 0;
    max-width: 55%;
}

.author p {
    font-family: Colfax-Light;
    font-weight: 300;
    font-size: 25px;
    line-height: 38px;
}

.discover-btn a {
    text-decoration: none;
    background-color: #3E0099;
    padding: 16px 26px;
    border-radius: 30px;
    color: #fff;
    font-family: Colfax-Bold;
    text-transform: uppercase;
}

.discover-btn a span {
    font-family: Colfax-Light;
    font-weight: 300 !important;
}

/* author end  */