@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,700;1,700&display=swap');

body {
    font-family: 'Sarabun', sans-serif;
    font-size: 18px;
    padding-top: 60px;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.cust-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-image: linear-gradient(90deg, #6a81fb 0%, #fb02ff 50%, #6a81fb 100%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.cust-btn:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

/* ===Navigation Section=== */
nav {
    padding: 10px 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #D7DFEF;
    z-index: 99999;
}
.logo {
    font-family: 'Philosopher', sans-serif;
    font-size: 28px;
}
.main-menu {
    padding: 0;
}
.main-menu > li {
    list-style: none;
    float: left;
    padding: 6px 15px 0 15px;
}
.main-menu::before,
.main-menu::after {
    content: '';
    display: block;
    clear: both;
}
.parent-dropdown {
    position: relative;
}
.child-dropdown {
    padding: 0;
    position: absolute;
    width: 172%;
    padding: 10px 8px;
    display: none;
}
.child-dropdown > li {
    list-style: none;
    line-height: 35px;
}
.parent-dropdown:hover .child-dropdown {
    display: block;
}
nav a {
    color: #000;
}
nav a:hover {
    color: #000;
    text-decoration: none;
}
.child-dropdown{
    background-color: #D7DFEF;
}

.fa-bars {
    display: none;
}

@media (max-width:768px) {
    .fa-bars {
        display: block;
        font-size: 30px;
        position: absolute;
        top: 15px;
        right: 35px;
        cursor: pointer;
        z-index: 999;
    }
    .main-menu > li {
        float: none;
        text-align: center;
    }
    .main-menu {
        display: none;
    }
    .child-dropdown {
        position: relative;
        width: 100%;
    }
}

/* ====Banner Section==== */
.banner {
    padding: 150px 0;
    background-image: url('../images/banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    height: 700px;
}
.banner h1 img {
    border-radius: 20px;
}

/* ===Company Section=== */
.company {
    background-color: #141A28;
    padding: 60px 0;
    color: #fff;
}
.company h5 {
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(90deg, #6a81fb 0%, #fb02ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 10px;
}

/* ===Agency Section=== */
.agency {
    background-color: #141A28;
    padding: 30px 0;
    color: #fff;
}
.agency h5 {
    font-weight: bold;
    display: inline-block;
    background-image: linear-gradient(90deg, #6a81fb 0%, #fb02ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 10px;
}

/* ===Services Section=== */
.services {
    background-color: #141A28;
    padding: 30px 0;
    color: #fff;
}
.main-serv {
    padding: 15px;
}
.custom-serv {
    padding:14px 10px;
    border-top: 2px solid #6a81fb;
    border-left: 2px solid #6a81fb;
    border-right: 2px solid #fb02ff;
    border-bottom: 2px solid #fb02ff;
    border-radius: 15px;
}

/* ===Numbers Section=== */
.numbers {
    padding: 40px 0;
    background-color: #141A28;
}
.numbers .container {
    background: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
    color: #fff;
    padding: 60px 0;
    border-radius: 25px;
    position:relative;
}
.main-studio {
    padding: 5px;
}
.custom-studio {
    background-color: #fff;
    color: #000;
    padding: 35px 0;
    border-bottom: 3px solid #a843fd;
    border-radius: 25px;
}
.numbers span {
    background: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
    padding: 20px 15px;
    border-radius: 20px;
}
.numbers .row {
    position: absolute;
    bottom: -50%;
    right: 0;
    left: 0;
}

/* Projects Section */
.projects {
    padding: 160px 0 60px;
    background-color: #141A28;
    color: #fff;
}
.main-nft {
    padding: 20px;
}
.custom-nft {
    background-image: url('../images/1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 15px;
    height: 310px;
    position: relative;
    z-index: 1;
}
.custom-nft:before,
.custom-dapp:before,
.custom-crypto:before,
.custom-coding:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #6a81fb 0%, #fb02ff 100%);
    opacity: 0.6;
    z-index: -1;
}
.custom-dapp {
    background-image: url('../images/2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 15px;
    height: 310px;
    position: relative;
    z-index: 1;
}
.custom-crypto {
    background-image: url('../images/3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 15px;
    height: 310px;
    position: relative;
    z-index: 1;
}
.custom-coding {
    background-image: url('../images/4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 15px;
    height: 310px;
    position: relative;
    z-index: 1;
}

/* Works Section */
.works {
    padding: 60px 0;
    background: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
    position: relative;
    z-index: 1;
}
.works:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url('../images/pattern_img.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.works .container {
    background-color: #1E2738;
    color: #fff;
    padding: 20px;
    z-index: 9999;
}
.works h5,
.works h2 {
    font-weight: 700;
}
.works img {
    position: relative;
    z-index: 1;
}
.works img:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #6a81fb 0%, #fb02ff 100%);
}

/* faqs Section */
.faqs {
    padding: 60px 0;
    background-color: #141A28;
    color: #fff;
}
.faqs h5 {
    padding: 15px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
    border-radius: 30px;
}

/* team section */
.team {
    background-color: #141A28;
    color: #fff;
    padding-bottom: 60px;
}
.main-team {
    padding: 20px;
}
.custom-team {
    background-color: #1E2738;
    padding: 15px;
}
.custom-team img {
    background: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
    border-radius: 25px;
    margin-bottom: 20px;
}

/* Footer Section */
footer {
    padding: 60px 0;
    background-color: #141A28;
    background-image: url('../images/footer-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
}

/* About Us Page */
/* About Banner Section */
.about-banner {
    padding: 120px 0;
    background-image: url('../images/bread.png');
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}
.about-banner h1 {
    font-size: 50px;
}
.about-banner a:hover {
    text-decoration: none;
}

/* Privacy Policy Page */
/* Privacy Content Section */
.privacy-content {
    padding: 60px 0;
}
.privacy-content h3 {
    color: #424D83;
}

/* Contact Us Page */
/* Contact Content Section */
.contact-content {
    padding: 60px 0;
    background-color: #141A28;
    color: #fff;
}
.contact-content p {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
}
.contact-design {
    background-color: #1E2738;
    padding: 15px;
    margin-bottom: 10px;
}
.contact-design i {
    font-size: 33px;
    float: left;
    margin-right: 10px;
    background: linear-gradient(45deg, #ac50ef, #7059fb 50%, #2ecff6);
    padding: 10px;
}
.contact-design:before,
.contact-design:after {
    content: '';
    clear: both;
}