/* for local : start
@font-face {
    font-family: "Montserrat-Medium";
    src: url(https://localhost/socialcommune/assets/Fonts/Montserrat/static/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "kanit-semi-bold";
    src: url(https://localhost/socialcommune/assets/Fonts/Kanit/Kanit-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: "kanit-medium";
    src: url(https://localhost/socialcommune/assets/Fonts/Kanit/Kanit-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "kanit-light";
    src: url(https://localhost/socialcommune/assets/Fonts/Kanit/Kanit-Light.ttf) format('truetype');
}

@font-face {
    font-family: "JosefinSans-Bold";
    src: url(https://localhost/socialcommune/assets/Fonts/Josefin_Sans/static/JosefinSans-Bold.ttf) format('truetype');
}

/* for local : End */

/* for live : start */
@font-face {
    font-family: "Montserrat-Medium";
    src: url(https://social-commune.com/assets/Fonts/Montserrat/static/Montserrat-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "kanit-semi-bold";
    src: url(https://social-commune.com/assets/Fonts/Kanit/Kanit-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: "kanit-medium";
    src: url(https://social-commune.com/assets/Fonts/Kanit/Kanit-Medium.ttf) format('truetype');
}

@font-face {
    font-family: "kanit-light";
    src: url(https://social-commune.com/assets/Fonts/Kanit/Kanit-Light.ttf) format('truetype');
}

@font-face {
    font-family: "JosefinSans-Bold";
    src: url(https://social-commune.com/assets/Fonts/Josefin_Sans/static/JosefinSans-Bold.ttf) format('truetype');
}
/* for live : End */

body {
    background: #000000 !important;
    width: 100%;
    font-family: 'Montserrat-Medium', sans-serif;
    cursor: url(https://social-commune.com/images/cursor.svg), auto !important;
}

p,
h1 {
    color: #fff;
    font-weight: 700;
}

a {
    text-decoration: none !important;
}


.log-sc {
    height: 40px;
}

/*
.row {
    flex-wrap: nowrap !important;
}
*/

.topnav {
    overflow: hidden;
    padding-right: 5%; 
    padding: 20px 0px 5px 15px;
    z-index: 1;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {

    color: black;
}

.topnav a.split {
    float: right;
    color: white;
    margin: 10px auto;
}



.topnav a.active {
    background-color: #04AA6D;
    color: white;
}

.topnav .icon {
    display: none;
}

.footer {
    color: #fff;
    text-align: center;
    width: 100%;
}

.banner-section {
    display: block;
    margin: 15% auto 0px;
    width: 50%;
}

.sec-headings {
    font-size: 140px;
    font-weight: 700;
    margin-bottom: 60px;
    color: white;
    font-family: 'kanit-semi-bold', sans-serif;
}

.we-are-sec {
    margin: auto 10%;
    height: 50rem;
}

.services-sec {
    height: 50rem;
    margin: auto 10%;
}

.contact-sec {
    margin: auto 10%;
    height: 40rem;
}

.services-boxes {
    height: 370px;
    border-radius: 30px;
    margin: auto 10px;
    border-style: solid;
    border-width: 2pt;
    border-color: #f2f2f2;
    width: 300px !important;
}

.about-body {
    margin: auto 10%;
}

#fixed-layer {
    position: fixed;
    z-index: 1;
}

#annn {
    background-color: #000000;
    height: 100%;
    width: 100%;
    z-index: 100;
    border-style: dashed;
    position: relative;
    overflow: hidden;
    transform: translate(0px, -100px);
}

.acc-content {
    font-weight: 500 !important;
}

#about-arrow {
    height: 25px;
}

.accordaion-divider {
    color: #ff4002;
    margin: 2px !important;
    border-top: solid 1px;
    opacity: 1;
}

.contact-conte {
    font-size: 20px;
    font-weight: 500;
}

.contact-us-headings {
    color: white;
}

/*Accordion*/

.accordion-body {
    background-color: black;
    color: white;
    font-size: 20px;
    font-weight: 400;
}

.accordion-button {
    background-color: black !important;
    color: white !important;
    font-size: 30px !important;
    font-weight: 700 !important;
}

.accordion-item {
    border-top: none !important;
    border-bottom: none !important;
}

.accordion-button,
.accordion-body,
.contact-conte,
.contact-us-headings {
    font-family: 'kanit-medium', sans-serif;
}

.about-page-body {
    font-size: 20px;
    font-family: 'kanit-medium', sans-serif;
    font-weight: 300 !important;
    width: 800px;
}

.we-are-content{
    font-size: 30px; 
    float: right; 
    font-family: 'kanit-medium', sans-serif;
}

.thread-graphic{
    height: 300px;
    float: right;
}

.phone-animaiton{
    height: 100%;
    /*border: 1px solid red;*/
    position: inherit;
    margin-top: 95px;
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: fixed;
    }

    .topnav.responsive .icon {
        position: fixed;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .sec-headings {
        font-size: 50px !important;
        margin-bottom: 10px !important;
    }

    .about-page-body {
        font-size: 17px;
        width: 100%;
        text-align: justify;
    }

    .we-are-content{
        font-size: 18px;
        text-align: center; 
        font-family: 'kanit-medium', sans-serif;
    }

    .topnav {
        position: fixed;
        top: 0px;
        width: 100%;
        overflow: hidden; 
        padding: 20px 0px 5px 15px;
        background: black;
    }

    #yellow-circle {
        background: #e2ff21;
        top: 620px;
        left: 0px;
        height: 180px;
        width: 90px;
        border-radius: 0 300px 300px 0;
        position: absolute;
        z-index: -1;
    }

    .yellow-circle-img,
    .banner-section{
        display: none;
    }

    #circle{
        height: 150px !important;
        width: 150px !important;
        top: 90px !important;
    }

    .top-banner-sec{
        margin-top: 210px;
    }

    .banner-section{
        width: 95%;
    }

    .we-are-sec {
        margin: 165px 10%;
        height: 30rem;
    }

    #annn{
        display: none !important;
    }

    
    .thread-graphic{
        height: 150px;
        display: block;
        margin: 0 auto; 
        float: none;       
    }
}

@media screen and (max-width: 1024px) {}



@media screen and (min-width: 768px){ 
    .phone-animaiton{
        display: none;
    }

    #flying-text{
        display: none !important;
    }
}