@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@700&family=Raleway:wght@700&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nova+Square&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Magra&family=Nova+Square&display=swap');

*{
    font-family: 'Inter', sans-serif; 
}
/* -------------- navbar ----------------- */
.navbar{
    background-color: rgb(0, 0, 0);
    font-family: 'Inter', sans-serif; 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1% 3% 1% 2%;
    position: fixed;
    width: 100%;
    z-index: 1;
}

.logo{
    height: 3rem;
    width: 6rem;
}

.navbar-toggler{
    color: white;
}


li {
    list-style: none;
}

a {
    text-decoration: none;
}

.header{
    border-bottom: 1px solid #E2E8F0;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-link{
    font-size: medium;
    font-weight: 400;
    color: white;
}

.alink{
    color: #FCCC00!important;
}

.nav-link:hover{
    transform: scale(1.2);
}

/* .nav-link:active{
    color:#FCCC00;
} */

.nav-menu a{
    position: relative;
    color: white;
    font-size: medium;
    font-weight: 400;
}

/* ---------------- hero ---------------------- */

    .hero-img{
        margin-top: 3.2%;
        background-image: url('./img/graphic1.png');
        overflow: hidden;
        height: 80vh;
        width: 100%;
        padding: 7% 2% 2% 2%;
        background-position: center right;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: black;
    }
    
    .herotext{
        color: #fff;
        margin-left: 6%;
        font-size: 6.8vh;
        margin-top: 1%;
        font-family: 'Inter', sans-serif;
        font-weight: 800;   
    }
    
    .hero-desc{
        margin-left: 6%;
        color: #fff;
        font-family: 'Inter', sans-serif; 
        font-size: 2.5vh;
    }
    
    .hero-btn{
        margin-left: 6%;
        margin-top: 25px;
        background-color: #FCCC00;
        color: #000;
        font-size: 2.1vh;
        font-weight: 790;
        padding: 11px 12px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        border-radius: 3rem;
        font-family: 'Inter', sans-serif; 
    }
    
    .hero-btn:hover{
        transform: scale(1.1);
    }
/* services */

.serv-box{
    background-color: #FCCC00;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
    overflow: hidden;
}

.services-box{
    margin: 0;
    font-family: 'Inter', sans-serif; 
    overflow: hidden;
    font-size: large;
    font-weight: 800;
}

.rt{
    height: 60vh;
    width: 100%;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

.rt h1{
    color: #fff;
    margin-right: 18%;
    float: right;
    font-size: 6.8vh;
    padding-top: 8%;
    font-family: 'Nova Square', cursive;
    font-weight: 800;
}

.lt{
    height: 60vh;
    width: 100%;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
}

.lt h1{
    color: #fff;
    margin-left: 9%;
    float: left;
    font-size: 6.8vh;
    padding-top: 8%;
    font-family: 'Nova Square', cursive;
    font-weight: 800;
}

.lt h1:hover{
    color: #FCCC00;
}

.lt h1:hover .btn{
    transform: scale(1.1);
}

.rt h1:hover{
    color: #FCCC00;
}

.rt h1:hover .btn{
    transform: scale(1.1);
}

.graphic{
    background-image: url('./img/Logo\ Design.jpg');
}

.product{
    background-image: url('./img/Infographic\ Design.jpg');
}

.threed{
    background-image: url('./img/Illustration.jpg');
}

.inno{
    background-image: url('./img/Social\ Media.jpg');
}

.shirt{
    background-image: url('./img/Business\ Card\ 1.png');
}

.ui{
    background-image: url('./img/Uiux.jpg');
}

.tshirt{
    background-image: url('./img/T-Shirt\ Design\ 1.png');
}

.edit{
    background-image: url('./img/Photo\ Editing.jpg');
}

.rest{
    background-image: url('./img/Photo\ Restoration.jpg');
}

.visit{
    float: right;
    margin-right: 19%;
    margin-top: 25%;
    background-color: #ffffff;
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 25px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border-radius: 20px;
    font-family: 'Inter', sans-serif; 
}

.visit:hover{
    transform: scale(1.1);
}

.btn{
    padding: 0;
    margin: 0;
    background-color: #FCCC00;
    color: #000;
    font-size: large;
    font-weight: bold;
    margin-top: 25px;
    padding: 11px 12px;
    text-align: center !important;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border-radius: 3rem;
    font-family: 'Inter', cursive;
}
 .btn:hover{
    transform: scale(1.1);
 }


/* DOMAINS */
.row{
    background-color: #000;
    color: #fff;
    text-align: center;
    font-family: 'Nova Square', cursive;
    margin: 0%;
    padding: 0%;
    width: 100%;
    overflow: hidden;
}
.sp{
    padding-top: 2%;
    padding-bottom: 2%;
}

.sec-cell{
    padding: 4%;
    flex-grow: 1;
    flex-basis: 0;
}
.abt-ro{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.sect{
    display: flex;
    flex-direction: column;
}
.ser-icon{
    height: 13vh;
    width: 13vh;
    margin-bottom: 3%;
}
.sec-cell:hover{
    transform: scale(1.2);
    cursor:pointer;
}

/* footer */
.foot{
    background-color: #000;
    color:#fff;
    font-family: 'Inter', sans-serif;
    font-size: auto;
    height: 20vh;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    flex-direction: row;
    padding-bottom: 4vh;
    
}

.mfoo{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 6% 16% 6% 14%;
}

.foo{
    margin-right: 10%;
    padding-left: 5%;
    padding-right: 4%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.flinks{
    padding: 6%;
    font-size: 2.2vh;
    text-decoration: none;
    color: white;
}

.tfl{
    padding: 6% 16%;
}

.bfl{
    padding: 6% 14%;
}
.odd{
    padding-left: 10%;
    padding-right: 16%;
}


.flinks:hover{
    color: #FCCC00;
}

.cont{
    background-color: #000;
}

.cont{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pform{
    padding-right: 2%;
    width: 50%;
}
.form-group{
    margin-right: 15%;
    margin-top: 4%;
}
.form-control{
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2%;
    background-color: #FCCC00;
    color: #000;
    /* margin-right: 10%; */
    font-family: 'Magra', sans-serif;
    border: 4px solid white;
}
::placeholder { 
    color: rgb(255, 255, 255);
    opacity: 1; 
  }

label{
    color: #fff;
    font-family: 'Magra', sans-serif;

}

.logoo{
    margin-top: 18%;
    height: 69px;
    
    margin-left: 4.2vw;
}

.icons{
    color: #FCCC00;
    background-color: #000;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 10vh;
    display: flex;
    
}
.icons_align{
    overflow: hidden;
    margin: 1.5vw 2vw;
}

.adv{
    display: flex;
    flex-direction: column;
    background-color: #000;
}

hr{
    padding-top: 2%;
    margin: 0;
    border-top: 1vh solid #fccc00;
    opacity: 1;
    color: black;
    background-color: black;
}

.last{
    color: rgb(255, 255, 255);
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.fa-brands{
    font-size: xx-large;
}

.f-ro{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    color: white;
    padding: 1% 4%;
}
 

/* ------- responsive ------*/

@media (max-width: 1268px) {
    /* ------- navbar ------*/
    .logo{
        height: 3rem;
        width: 6rem;
    }
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 3.2rem;
        flex-direction: column;
        background-color: black;
        opacity: 0.9;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        z-index: -1;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.9);
        overflow-y: auto;
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2vh 0;
        padding: 0;
    }


    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
    
    
    /* ------- body ------*/
    
    .sp{
        height: auto;
    }
    .graphic{
        justify-content: start;
    }
    .product{
        overflow: hidden;
        justify-content: left;
    }

    /*------------footer--------------*/


    .foot{
        justify-content: center;
    }
    .logoo{
        display: none;
    }
    .pimg {
        display: none;
    }
    .gmcont{
        justify-content: center;
        align-items: center;
        padding-bottom: 3%;
    }

    
}

@media (max-width: 900px){
    .mfoo{
        flex-direction: row;
        justify-content: space-evenly;
        padding: 0;
        margin: 0;
        width: 100vw;
    }
    
    .foo{
        padding: 0;
        padding-top: 7%;
        flex-direction: column;
        text-align: start;
    }
    .foot{
        height: auto;
        width: auto;
    }
}

@media (max-width: 800px){
    
    .hero-btn{
        padding: 2% 2%; 
    }
    .herotext, .rt h1, .lt h1{
        font-size: 6vh;
    }
    .abt-ro{
        flex-direction: column;
    }

    .product h1{
        padding: 0%;
    }

    .hpcards{
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 3%;
        justify-content: center;
    }
    
    .herotext, .hero-desc, .hero-btn, .visit, .lt h1, .rt h1 {
        margin: 0;
        text-align: center;
        float: none;
    }

    .client{
        display: none;
    }

    .rclient{
        display: block;
        width: 100%;
        height: fit-content;
    }
    .fa-brands{
        font-size: x-large;
    }

    .f-ro{
        flex-direction: column;
    }
    .f-contact{
        padding: 7%;
        font-size: x-small;
    }
    .f-c{
        padding: 6%;
    }
    
    
    .visit{
        margin-left: 3%;
        margin-top: 8%;
    }
}






/*------------- container ------------------*/

.cont{
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4%;
    z-index: -1;
    font-size: large;
    font-weight: bolder;
}
.cont p{
    color: #000;  
}

.headercon{
    padding: 0;
    margin: 0;
    background-color: white;
    color: black;
    height: 6.8vw;
    width: 21vw;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .headercon h2, .h-headercon h2{
    font-weight: bolder;
  }

  .h-headercon{
    background-color: #FCCC00;
    color: black;
    height: 6.8vw;
    width: 21vw;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  
  .h-ptag{
    color: #FCCC00;
}

.h-ptag, .ptag{
    margin-top: 3vh;
    margin-bottom: 3vh;
}

.gmcont{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.lastbox{
    padding: 0;
    margin: 0;
    color: white;
    background-color: #000;
    text-align: center;
    padding: 0.6rem 0.4rem 0.3rem 0.4rem;
}

.h-lastbox{
    padding: 0;
    margin: 0;
    color: #FCCC00;
    background-color: #000;
    text-align: center;
    padding: 0.6rem 0.4rem 0.3rem 0.4rem;
}

.gmcbox{
    display: flex;
    justify-content: space-between;
    text-align: center;
}


.columns {
    padding: 0;
    margin: 0;
    width: 21.7vw;
    padding-top: 8vh;
    text-align: center;
  }
  
  .price {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: white;
    justify-content: center;
    text-align: center;
  }
  
  
  .price li {
    padding: 1% 5%;
    text-align: center;
    font-size: medium;
  }




  
.minibox{
    background-color: #003C40;
    height: 34.7vw;
    width: 21vw;
    text-align: center;
    overflow: hidden;
}

.minibox p{
    color: #fff;
}

.conn{
    background-color: black;
}

.ablin{
    border-top: 5px solid #FCCC00;
    border-radius: 5px;
    margin-top: 1.3vh;
    margin-bottom: 2.5vh;
}


/*----hover------*/

.price:hover .ptag h1, .price:hover .lastbox, .price:hover .h-ptag h1, .price:hover .h-lastbox{
    transform: scale(1.2);
}

@media (max-width: 1300px ) {
    .minibox{
        height: 43vw;
    }
}

@media (max-width: 1100px ) {
    .headercon, .h-headercon{
        height: 11vw;
    }
    .minibox{
        height: 50vw;
    }
    .h-ptag, .ptag{
        font-size: medium;
    }
}

@media (max-width: 960px ) {
    .headercon, .h-headercon{
        height: 16vw;
    }
    .minibox{
        height: 88vw;
    }
    .h-ptag, .ptag{
        font-size: medium;
    }
}

@media (max-width: 800px){
    .gmcont{
        flex-direction: column;
        justify-content: center;
    }

    .columns{
        width: fit-content;
    }

    .headercon, .h-headercon{
        height: 18vw;
        width: 75vw;
    }
    .minibox{
        height: 80vw;
        width: 75vw;
    }
}

@media (max-width: 670px ) {
    .headercon, .h-headercon{
        height: 18vw;
    }
    .minibox{
        height: 100vw;
    }
}

@media (max-width: 450px ) {
    .headercon, .h-headercon{
        height: 18vw;
    }
    .minibox{
        height: 140vw;
    }
}

@media (max-width: 300px ) {
    .price li{
        font-size: medium;
    }
    .headercon, .h-headercon{
        height: 36vw;
    }
    .minibox{
        height: 186vw;
    }
    .h-ptag, .ptag{
        font-size: medium;
    }
}

.soci{
    color: #FCCC00;
}
.soci:hover{
    transform: scale(1.2);
    color: #FCCC00;
}