@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

* {
    font-family: "Sora", sans-serif;
}

a {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin-bottom: 0px;
}

p {
    margin-bottom: 0px;
}

/* Header Css Start */
.mainhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h2.logoname {
    margin-bottom: 0px;
    text-transform: uppercase;
    color: white;
    font-size: 28px;
}

section.header {
    padding: 25px 0px;
    position: absolute;
    width: 100%;
}

a.headerbtn {
    border: 2px solid #ffffff;
    color: white !important;
    text-decoration: none;
    display: inline-flex;
    gap: 10px;
    padding: 14px 25px;
    border-radius: 50px;
    align-items: center;
    line-height: 13px;
    font-size: 15px;
}

a.headerbtn img {
    width: 9px;
    height: 8px;
}

a.headerbtn.loginbtn {
    background: #00A6FC;
    border-color: #00A6FC;
    color: black !important;
}

a.headerbtn span {
    background: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.headerbtn span img {
    filter: brightness(0);
}

a.headerbtn.loginbtn span {
    background: black;
}

a.headerbtn.loginbtn span img {
    filter: none;
}

.headerbtns {
    display: flex;
    gap: 30px;
}
/* Header Css End */

/* Banner Css Start */
section.banner {
    background-image: url('../images/banner_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 175px 0px 25px 0px;
}

.banner .container-fluid {
    padding: 0px;
}

p.subtitle {
    text-align: center;
    color: #00A6FC;
    line-height: 18px;
    font-size: 19px;
    margin-bottom: 20px;
}

h2.main-head {
    text-align: center;
    color: white;
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
}

a.section-btn {
    border: 2px solid #00A6FC;
    color: #00A6FC !important;
    text-decoration: none;
    display: inline-flex;
    gap: 10px;
    padding: 14px 25px;
    border-radius: 50px;
    align-items: center;
    line-height: 13px;
    font-size: 15px;
    margin: auto;
}

a.section-btn span {
    background: #00A6FC;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.section-btn span img {
    width: 9px;
    height: 8px;
    filter: brightness(0);
}

.center-btn {
    text-align: center;
    margin-top: 40px;
}

.slider-loop img {
    width: 100%;
}

.slider-loop {
    margin-top: 70px;
}

.slider-loop .slick-track {
    display: flex;
    gap: 20px;
}

.slider-bx p {
    margin-bottom: 0px;
    color: white;
    font-size: 14px;
}

.slider-bx {
    padding: 15px;
    background: linear-gradient(352.53deg, #003554 -29.02%, #0FADFF 147.5%);
    backdrop-filter: blur(7.5px);
    border-radius: 20px;
}

.slider-bx h3 {
    font-size: 22px;
    color: white;
    font-weight: 600;
    margin-top: 20px;
}

.shade-bx {
    width: 100%;
    position: absolute;
    background-image: url('../images/shade-bg.png');
    height: 200px;
    margin-top: -180px;
    background-size: cover;
    background-position: top;
}   
/* Banner Css End */    

/* Create Your Own Css Start */
img.dashboard-img {
    width: 100%;
}

section.create-your {
    background: #010102;
    padding: 30px 0px 50px;
}

section.create-your p.subtitle {
    color: white;
}

section.create-your ul.nav.nav-pills {
    justify-content: center;
    margin-top: 55px;
    margin-bottom: -20px;
    gap: 30px;
}

section.create-your ul.nav.nav-pills li a.active {
    background: #00A6FC;
    color: black;
    border-color: #00A6FC !important;
}

section.create-your ul.nav.nav-pills li a.nav-link {
    font-size: 17px;
    color: white;
    font-weight: 600;
    border-radius: 50px;
    padding: 14px 30px;
    border: 1px solid white;
}
/* Create Your Own Css End */

/* Footer Css Start */
section.footer {
    background: #020A0E;
    padding: 120px 0px 40px;
}

section.copyright {
    background: #020A0E;
    border-top: 1px solid #00A6FC;
    padding: 30px 0px;
}

section.footer h2.logoname {
    font-size: 44px;
    text-align: center;
    font-weight: 700;
}

ul.footerul {
    padding: 0px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    gap: 90px;
    list-style: none;
    margin-top: 40px;
}

ul.footerul a {
    text-decoration: none;
    color: white;
    font-size: 17px;
    font-weight: 300;
}

ul.footerul a.active {
    color: #00A6FC;
}

p.copy-txt {
    text-align: center;
    color: white;
    font-size: 25px;
    margin-bottom: 0px;
    letter-spacing: 1px;
}

.copyright ul.footerul {
    margin-bottom: 0px;
    margin-top: 30px;
    gap: 50px;
}
/* Footer Css End */