*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

:root{
    --gradient: linear-gradient(to right, #FF4FC0 , #FF9BC3);
    --black:#03030F;
    --skback:#FFFFFF;
    --skfont:#FF46AB;
    --toolback:#F3F6F8;
    --mainblack:#20272C;
    --paratext:#63727E;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body{
    font-family: 'Poppins', sans-serif;
    background-color: #F5F5F5;
    line-height: 1.51857143 !important;
    color: #000 !important;
}

a:not(.atag, .navatag):focus, a:hover {
    color: whitesmoke !important;
}

a:not(.atag):focus, a:not(.atag):hover {
    text-decoration: none !important;
}

p{
    margin-bottom: 0px !important;
}

.design-shot-1:hover img{
    content:url("../design-shots/ds1-183329141.png");
}

.design-shot-2:hover img{
    content:url("../design-shots/ds2-182851563.png");
}

.design-shot-3:hover img{
    content:url("../design-shots/ds3-182897063.png");
}

.design-shot-4:hover img{
    content:url("../design-shots/ds4-food.png");
}

.design-shot-5:hover img{
    content:url("../design-shots/ds5-185168329.png");
}

.design-shot-6:hover img{
    content:url("../design-shots/ds6-183779961.png");
}

.design-shot-7:hover img{
    content:url("../design-shots/ds7-185450691.png");
}

.design-shot-8:hover img{
    content:url("../design-shots/ds8-182814577.png");
}

.design-shot-9:hover img{
    content:url("../design-shots/ds9-183304095.png");
}

.design-shot-10:hover img{
    content:url("../design-shots/ds10-183225345.png");
}

.nav{
    padding: 2% 3%;
    display: flex;
}

.navleft{
    display: flex;
    gap: 5%;
    align-items: center;
    justify-content: flex-start;
    width: 50%;

}

.navright{
    display: flex;
    width: 50%;
    gap: 2%;
    align-items: center;
    justify-content: flex-end;
}

.logome{
    flex: 1;
}
.menu{
    display: flex;
    gap: 20px;
    flex: 1;
    justify-content: start;
    font-size: 1.5rem;
    font-weight: 600;
}

.social a {
    
    color: #20272C;
    font-weight: 600;
    font-size: 1.1rem;
}

.cta {
    display: flex;
    flex: 1;
    background-image: var(--gradient);
    align-items: center ;
    gap: 10px;
    padding: 0.7em 1em 0.7em 1em;
    border-radius: 0.6em;
    font-size: 1rem;
    font-weight: 600;
    color: whitesmoke;
    text-decoration: none;
}

.menu a{
    color: var(--black);
}

.mainbutton{
    display: flex;
    padding-left: 30px;
}

.heroagain{
    padding: 5% 8%;
    display: flex;
    gap: 500px;
}

.maintext{
    display: flex;
    flex-direction: column;
    flex: 1;
    z-index: 1;
    gap: 1.6rem;
}
.online{
    display: flex;
    gap: 1.6rem;
    align-items: center;
}
.banner{
    display: flex;
    flex: 1;
    justify-content: end;
}

.social{
    display: flex;
    padding-top: 30px;
    align-items: start;
    gap: 10px;
}

.marquee{
    width: 100%;
    padding: 20px 0px 10px 0px;
    background-color: var(--skfont);
    color: var(--skback);
}

.marquee p{
    font-size: 3rem; font-weight: 600;
}

.designshots{
    padding: 0% 13%;
}

.displayimg{
    padding: 0% 13% 5% 13%;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.awardsection{
    display: flex;
    padding: 5% 13%;
    align-items: center;
}

.awardblack{
    background-color: #F8E6DC;
}

.mention{
    color:#FF4FC0;
    font-weight: 700;
}

.tools p{
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--black);
    margin-top: 15px;
}

.tools > div{
    padding: 0px 20px;
}

.aboutbox{
    display: flex;
    margin: 5% 13%;
    height: auto;
    border-radius: 0.5em;
    background-image: var(--gradient);
    padding: 3% 5%;    
}

.abouttext{
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.aboutdes{
    width: 50%;
}

.dwnbutton{
    background-color: whitesmoke;
    display: inline-block;
    padding: 0.8em 1em;
    border-radius: 0.5em;
    margin-top: 5%;
}

.message{
    display: flex;
    justify-content: center;
}

.contactmessage{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2em;
}

.copyemail{
    background-image: var(--gradient);
    color: var(--skback);
    padding: 1em 2em;
    display: inline-block;
    border-radius: 0.5em;
}

.footer{
    padding: 5% 5% 2% 5%;
    display: flex;
}

.footerleft{
    display: flex;
    gap: 5%;
    align-items: center;
    justify-content: flex-start;
    color: var(--black);

}

.footerright{
    display: flex;
    gap: 2%;
    align-items: center;
    justify-content: flex-end;
    color: var(--black);
}

.atag{
    color: var(--black) !important;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
}

.navatag{
    text-decoration: none !important;
    color: var(--black) !important;
    font-size: 1rem;
    font-weight: 400;
}

.navatag:hover{
    color: var(--skfont) !important;
}
.atag:hover{
    color: var(--skfont) !important;
}

.tooltip-arrow{
    display: none !important;
}

.header-tagline{
    font-size: 4rem; font-weight: 500; padding-top: 3%; padding-bottom: 6%; line-height: 1.4;
}
.designshots p:nth-child(1){
    font-size: 3rem; font-weight: 600; padding-top: 5%;
}
.designshots p:nth-child(2){
    font-size: 4rem; font-weight: 600; padding-bottom: 5%;
}

.footer-email{
    font-size: 1.2rem; font-weight: 500;
}
#header{
    transition: 0.5 all;
}
#header.sticky{
    position: fixed;
    z-index: 111;
    width: 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 12px 0px;
}

.sticky .nav{
    padding: 10px 20px !important;
}
.displayimg img{
    width: 100%;
}
.displayimg a[class^="design-shot"] img{
    transition: 0.5s all;
    border-radius: 8px;
}
.displayimg a[class^="design-shot"] img:nth-child(1) {
    display: none;
}
.displayimg a[class^="design-shot"] img:nth-child(2) {
    display: block;
    animation: c-zoom-out 1s;
}
.displayimg a[class^="design-shot"]:hover img:nth-child(1) {
    display: block;
    animation: c-zoom-in 1s;
    transform: scale(1.05);
}
.displayimg a[class^="design-shot"]:hover img:nth-child(2) {
    display: none;
}
@keyframes c-zoom-in {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.05);
    }
}
@keyframes c-zoom-out {
    0% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
}
.online-logo{
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.15);
    }
    100% {
      transform: scale(1);
    }
}
.navleft img, .footerleft img{
    width: 50px;
}

/* Custom Marquee */
.custom-cont{
    width: 100%;
    overflow: hidden;
    line-height: 40px;
}
.custom-scorri{
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.custom-marquee-container{
    animation-name: marquee;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    flex-shrink: 0;
    margin-bottom: 0px;
}
.custom-marquee-container.reverse{
    animation-name: marquee-reverse !important;
}
.custom-marquee-container li{
    width: fit-content;
    display: inline-block;
    list-style: none;
    padding-right: 50px;
    font-size: 40px;
    text-transform: uppercase;
}
@keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
@keyframes marquee-reverse {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(0); }
}

@media only screen and (max-width: 768px) {
    .navleft {
        width: 30%;
    }
    .navright {
        gap: 6%;
        width: 70%;
    }
    .awardsection{
        flex-direction: column-reverse;
        padding: 5% 6%;
    }
    .abouttext{
        flex-direction: column;
        align-items: start;
    }
    .aboutdes{
        width: 100%;
    }
    .displayimg { 
        padding: 0% 6% 5% 6%;
    }
    .displayimg img, .awardimg img{
        width: 100%;
        height: auto;
    }
    .aboutbox{
        margin: 5% 6%;
    }
    .header-tagline{
        font-size: 2.5rem; 
        text-align: center;
    }
    .designshots p:nth-child(1){
        font-size: 2rem;
    }
    .designshots p:nth-child(2){
        font-size: 2.5rem;
    }
    .online{
        justify-content: center;
    }
    .mainbutton{
        padding-left: 10px;
    }
    .footerright { 
        gap: 5%;
    }
    .footer-email{
        font-size: 1rem;
    }
    .marquee{
        padding: 20px 0px 10px 0px;
    }
    .marquee p {
        font-size: 2rem;
    }
    /* Custom Marquee */
    .custom-cont{
        line-height: 30px;
    }
    .custom-marquee-container{
        animation-duration: 50s;
    }
    .custom-marquee-container li{
        padding-right: 20px;
        font-size: 30px;
    }

    /* Dark theme on mobile * /
    body{
        background-color: #03030F !important;
        color: #F5F5F5 !important;
    }
    #header, .footer{
        background: #fff;
    }
    .footer{
        padding: 3% 5% 2% 5%;
        margin-top: 20px;
    }
    .tools p{
        color: #F5F5F5 !important;
    }*/
}