html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
    cursor: default;
}
p{
    font-family: sans-serif;
}

::selection{
    background-color: #f4b7d7;
    color: white;
}
::-moz-selection{
    background-color: #f4b7d7;
    color: white;
}


h1,h2,h3,h4,h5{
    font-family: 'Bebas Neue', sans-serif;
}
.outerHome{
    background-image: url(socialsync_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0rem 0.5rem;
}


.topNav{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.2rem !important;
    padding: 0 5rem;
}

.topNavLeft{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}

.topNavLeft img{
    width: 50%;
    margin-left: 2rem;
}

.topNavEmpty{
    width: 40%;
}

.topNavRight{
    width: 30%;
}
.topNavRight a{
    text-decoration: none;
    color: #2E2E2E;
    font-family:sans-serif;
    font-size: 1.2rem;
    font-weight: 100;
    transition: 0.15s;
}
.topNavRight a:hover{
    border-bottom: 0.14em solid;
    transition: 0.15s;
    cursor: pointer !important;
}
.rightButtons{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.rightButton a{
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .topNavEmpty, .topNavRight{
        display: none;
    }
    .topNavLeft{
        width: 100%;
    }
    .topNavLeft img{
        width: 200px;
    }

}
@media screen and (max-width: 800px){
    .topNavLeft img{
        width: 120px;
        margin: 0;
    }
}



.main{
    display: flex;
    justify-content: center;
    align-items: center;
}
.insideMain{
    text-align: center;
    font-family: 'Bebas Neue';
    font-size: 5rem;
    color: #2E2E2E;
    padding: 2.5rem 0;
}
@media screen and (max-width: 1200px){
    .insideMain{
        font-size: 3rem;
        padding: 5rem 0;
    }
}
@media screen and (max-width: 600px){
    .insideMain{
        font-size: 2rem;
        padding: 10rem 0;
    }
}
@media screen and (max-width: 400px){
    .insideMain{
        font-size: 1.6rem;
        padding: 12rem 0;
    }
}
.fade-in {
    opacity: 0;
    animation: fadeIn 0.6s ease-in-out forwards; /* Adjust the duration and easing as needed */
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

.mainFooter{
    font-size: 4rem;
    text-align: center;
    color: #2E2E2E;
}
.mainFooter a{
    text-decoration: none;
    color: #2E2E2E;
    cursor: pointer !important;
}



.outerIntro{
    background-color: #2E2E2E;
    padding: 1rem 1rem;
}
.intro{
    /* background-color: #2E2E2E; */
    color: whitesmoke;
    text-align: center;
    padding: 5rem 0;
    /* margin: 3rem 0; */
}
.introHeading{
    font-size: 3.5rem;
    margin: 0;
    font-weight: 200 !important;
    border-bottom: 2px solid #FF69B4;
    display: inline;
}
.about, .mission{
    padding: 3rem 0;
}
.introText{
    padding: 0rem 16rem;
    font-family: sans-serif;
    font-weight: 200;
    font-size: 1.2rem;
}

@media screen and (max-width: 1000px){
    .introText{
        padding: 0rem 8rem;
    }
}
@media screen and (max-width: 600px){
    .introText{
        padding: 0rem 2rem;
    }
}

.outerWhy{
    background-image: url(socialsync_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 2rem 0rem;
}

.why{
    color: #2E2E2E;
    padding: 2rem 10rem;
    padding-bottom: 8rem;
}
.whyHeading{
    font-size: 3rem;
    text-align: center;
}
.whyContent{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
}
.whyContent p{
    font-size: 1.5rem;
    color: #2E2E2E;
}
.whyContent h1{
    font-size: 3.5rem;
    padding: 0rem 0;
}
.whyContent span{
    background-color: #FF69B4;
    border-radius: 50%;
    padding: 0.25rem 1.5rem;
}
.whyContentLeft, .whyContentRight{
    width: 50%;
    padding: 1rem;
}
.whyContentLeft img, .whyContentRight img{
    width: 100%;
    /* mix-blend-mode: difference; */
    background-color: #2E2E2E;
    border-radius: 30px;
}
.outerImage{
    display: flex;
    justify-content: center;
    align-items: center;
}

.outerImage img{
    width: 75%;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
}


@media screen and (max-width: 1000px){
    #time{
        display: none;
    }
    .why{
        padding: 2rem 0rem;
    }
    .whyHeading{
        font-size: 2rem;
    }
}
@media screen and (max-width: 800px){
    .whyContentLeft, .whyContentRight{
        width: 80%;
    }
    .whyContent h1{
        font-size: 2rem;
    }
    .whyContent p{
        font-size: 1.2rem;
    }
    .whyContent{
        padding: 0;
    }
    .whyContent span{
        padding: 0.25rem 1rem;
    }
}
@media screen and (max-width: 500px){
    .why{
        text-align: center;
    }
    .whyHeading{
        font-size: 1.4rem;
    }
    
}
@media screen and (max-width: 400px){
    .whyContentLeft, .whyContentRight{
        width: 95%;
        padding: 0 0.5rem;
    }
}

.outerServices{
    background-color: #2E2E2E;
}
.services{
    padding: 5rem 10rem;
    color: whitesmoke;
}
.servicesContent{
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 5rem;
}
.service{
    margin: 1.5rem 1rem;
    height: 400px;
    width: 210px;
    border-radius: 20px;
    border: 2px solid #FF69B4;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.25s;
    filter: drop-shadow(0 0 20px rgba(234, 234, 234, 0.08));
    
}
.servicesContent a{
    text-decoration: none;
}
.service:hover{
    transform: scale(1.015);
    filter: drop-shadow(0 0 20px rgba(234, 234, 234, 0.18));
}

#service1{
    background-image: url(planning.png);
    background-size: cover;
}
#service2{
    background-image: url(graphic.png);
    background-size: cover;
}
#service3{
    background-image: url(smm.png);
    background-size: cover;
}
#service4{
    background-image: url(video.png);
    background-size: cover;
}
#service5{
    background-image: url(webdev.webp);
    background-size: cover;
}

.serviceName{
    text-decoration: none;
    color: #1d1d1d;
    text-align: center;
    background-color: white;
    width: 100%;
}

@media screen and (max-width: 1250px){
    .service{
        height: 350px;
        width: 140px;
        margin: 1.5rem 0.6rem;
    }
}
@media screen and (max-width: 850px){
    .services{
        padding: 6rem 4rem;
    }
    .service{
        height: 300px;
        width: 100px;
        margin: 1.5rem 0.6rem;
        font-size: 0.8rem;
    }
}
@media screen and (max-width: 650px){
    .service{
        height: 240px;
        width: 80px;
        margin: 1.5rem 0.2rem;
        font-size: 0.8rem;
    }
    .servicesContent{
        padding-bottom: 3rem;
    }
}
@media screen and (max-width: 600px){
    .services{
        padding: 5rem 2rem;
    }
    .servicesContent{
        display: block;
    }
    .service{
        width: 100%;
        height: 120px;
        font-size: 1rem;
    }
}

.outerJoin{
    background-image: url(socialsync_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 2rem 0rem;
}
.join{
    color: #2E2E2E;
    padding: 7rem 10rem;
}
.join h1{
    font-size: 10rem;
    margin: 1rem;
}
.join p{
    font-size: 1.5rem;
    font-family: sans-serif;
    margin: 1rem;
}

.contactButton{
    padding: 1rem 1.4rem;
    font-size: 1.2rem;
    border-radius: 20px;
    background-color: #2E2E2E;
    border: 0px solid #2E2E2E;
    transition: 0.15s;
    margin: 2rem 1rem;
    color: whitesmoke;
}
.contactButton:hover{
    background-color: #111111;
    cursor: pointer !important;
    transition: 0.15s;
    /* color: rgb(168, 168, 168); */
    transform: translateY(-0.4rem);
}
@media screen and (max-width: 800px){
    .join{
        padding: 5rem 5rem;
        text-align: center;
    }
    .join h1{
        font-size: 6rem;
    }
    .join p{
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 500px){
    .join{
        padding: 5rem 1rem;
    }
    .join h1{
        font-size: 4rem;
    }
    .join p{
        font-size: 1.1rem;
    }
}


.footerInfo{
    text-align: center;
    padding: 5rem 10rem;
    background-color: #2E2E2E;
}

.footerInfo img{
    width: 20%;
    margin: 3rem 0;
    padding: 1rem 3rem;
    border-radius: 20px;
    background-image: url(socialsync_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.icons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.icons i{
    margin: 1rem;
    font-size: 3rem;
    padding-bottom: 2rem;
    color: whitesmoke;
    transition: 0.15s;
}
.icons i:hover{
    cursor: pointer !important;
    transition: 0.15s;
    transform: scale(1.08);
}
footer {
    text-align: center;
    padding: 5px 0;
    background-color: #1d1d1d;
    bottom: 0;
    width: 100%;
    color: white;
  }
@media screen and (max-width: 800px){
    .footerInfo{
        padding: 5rem 5rem;
    }
    .footerInfo img{
        width: 200px;
    }
}
@media screen and (max-width: 500px){
    .footerInfo{
        padding: 5rem 2rem;
    }
    .footerInfo img{
        width: 120px;
    }
    .icons i{
        font-size: 2rem !important;
    }
}

.bottomNav{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 200px;
    background-color: whitesmoke;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0.3rem;
    border-radius: 20px;
    text-align: center;
}
.bottomNavButton{
    padding: 1rem;
    border-radius: 20px;
    transition: 0.2s;
    flex-grow: 1;
    /* background-color: rgb(235, 235, 235); */
}
.bottomNav a{
    text-decoration: none;
    color: #2E2E2E;
    width: 100%;
    font-family: sans-serif;
    font-size: 0.8rem;
}
.bottomNavButton:hover{
    background-color: rgb(215, 215, 215);
    transition: 0.2s;
}

@media screen and (min-width:1200px) {
    .bottomNav{
        display: none;
    }
}
