@import url('https://fonts.googleapis.com/css2?family=Averia+Serif+Libre:wght@300&family=Cedarville+Cursive&family=Itim&family=Julius+Sans+One&family=Varela+Round&family=Ysabeau+Office:wght@200;400&display=swap');

/* font-family: 'Averia Serif Libre', cursive;
font-family: 'Cedarville Cursive', cursive;
font-family: 'Itim', cursive;
font-family: 'Julius Sans One', sans-serif;
font-family: 'Varela Round', sans-serif;
font-family: 'Ysabeau Office', sans-serif; */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}






/* header starts */

header {
    /* border: .5rem solid black; */
    height: 15vh;
    display: flex;
}

header .h1 {
    width: 30vw;
    height: 14vh;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1 h1 {
    font-size: 3.5rem;
    font-family: 'Julius Sans One', sans-serif;

}


header .nav {
    width: 70vw;
    height: 14vh;
    /* border: .5rem solid blue; */
}


.nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

.nav ul li{
    margin-top: 4vh;
    font-size: 1.8rem;
    margin-right: 3vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
    
}

.nav ul li a {
    text-decoration: none;
    color: #171717;
}


.nav ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}
/* header ends */


/* headline section starts */
 
#headline {
    height: 30vh;
    /* border: .5rem solid black; */
    background-color: #000000;
    opacity: .9;
}

#title {
    height: 15vh;
    /* border: .5rem solid black;   */
    display: flex;
    justify-content: center;
    align-items: center;
}

#title h1 {
    font-size: 3.5rem;
    color: aliceblue;
    font-family: 'Itim', cursive;

}

#part {
    height: 14vh;
    /* border: .5rem solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#part a {
    font-size: 2.3rem;
    color: aliceblue;
    margin: 0 2vw;
    text-decoration: none;

}

#part a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}

#part h2 {
    font-size: 3rem;
    color: aliceblue;
}
/* headline section ends */



/* service section starts */

#services  {
    margin-top: 10vh;
    height: 180vh;
    /* border: 0.7rem solid black; */
}

#services .headline {
    height: 25vh;
    /* border: .5rem solid blue; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.headline h1 {
    font-size: 4.5rem;
    font-family: 'Averia Serif Libre', cursive;

}

.headline p {
    font-size: 2.1rem;
    margin-top: 2vh;
    font-family: 'Ysabeau Office', sans-serif; 

}

#tags {
    height: 150vh;
    /* border: .5rem solid peru; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

#tags .black {
    width: 28vw; 
    height: 65vh;
    /* border: .5rem solid brown; */
    display: flex;
    flex-direction: column;
    background: black;
    box-shadow: .6rem .6rem .6rem darkgray;
}

.black .b1 {
    height: 50% ;
    /* border: .3rem solid pink; */
    background-image: url(i-6.webp);
    background-size: contain;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50% 90%;
    display: inline;
    
    
}

.black .b2 {
    height: 50%;
    /* border: .2rem solid salmon; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b2 h3 {
    font-size: 2.7rem;
    margin-top: 2.5vh;
    color: aliceblue;
    font-family: 'Varela Round', sans-serif;
   


}

.b2 p {
    font-size: 1.9rem;
    margin-left: 7%;
    margin-right: 5%;
    margin-top: 1vh;
    color: aliceblue;
    font-family: 'Ysabeau Office', sans-serif; 
    
}

 #services .aa {
    background-image: url(i-1.webp);
}
#services .bb {
    background-image: url(i-2.webp) ;
}
#services .cc {
    background-image: url(i-3.webp);
}
#services .dd {
    background-image: url(image-4.webp);
}
#services .ee {
    background-image: url(i-5.webp);
}
/* service section ends */


/* connect section starts */

#connect {

    margin-top: 10vh;
    height: 25vh;
    /* border: .5rem solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
  
}

#connect .catch {
    height: 24vh ;
    /* border: .3rem solid black; */
    

}

.catch {
    flex: 1;
    display: flex;
    border-right: .2rem solid white;
    
    
}

.catch .one {
    width: 20%; 
    /* border: .2rem solid red; */
    height: 23vh ;
    display: flex;
    align-items: center;
    justify-content: center;
    
  
}

.catch .two {
    width: 80%;
    /* border: .2rem solid green; */
    height: 23vh;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;

}


.two h3 {
    font-size: 2.5rem;
    font-family: 'Averia Serif Libre', cursive;
    margin-left: 3vw;
    color: aliceblue;

}

.two h5{
    font-size: 1.8rem;
    margin-left: 3vw;
    margin-right: 1.5vh;
    font-family: 'Ysabeau Office', sans-serif;
    color: aliceblue;

}

.one i {
    font-size: 4.2rem;
    color: aliceblue;
    font-weight: 200;

    
}




/* connect section ends */


/* footer section starts */

footer {
    
    height: 40vh;
    /* border: .5rem solid black; */
    background-color: #000000;
}

#task {
    height: 30vh;
    /* border: .5rem solid black; */
    display: flex;
    border-bottom: .2rem solid aliceblue;
}

footer .font {
    width: 30vw;
height: 29vh;
/* border: .5rem solid blue; */
display: flex;
justify-content: center;
align-items: center;
}

footer .font h1 {
    font-size: 3.5rem;
font-family: 'Julius Sans One', sans-serif;
color: aliceblue;
}


footer .navigate {
    width: 45vw;
    /* border: .5rem solid blue; */
    height: 29vh;
}

.navigate ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigate ul li {
    margin-top: 10vh;
    font-size: 2rem;
    margin-right: 2.5vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
}

.navigate ul li a {
    text-decoration: none;
    color: aliceblue;
}

.navigate ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}

footer .extra {
    height: 29vh;
    width: 25vw;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

footer .extra li {
    list-style-type: none;
    font-size: 3.5rem;
    margin: 0 1.5vw;
    margin-bottom: 5vh;
    color: aliceblue;
}

footer .extra a{
    color: aliceblue;
    text-decoration: none;
}

footer .extra li:hover {
    transform: scale(0.93);
    color: #a3a1a1;
    transition: .2s;
}

#copy {
    display: flex;
    justify-content: center;
    align-items: center;
}

#copy p {
    font-size: 1.9rem;
    margin-top: 2.5vh;
    color: aliceblue;
    font-family: 'Varela Round', sans-serif;
}
#copy a {
    color: burlywood;
}

/* footer section ends */







/* media queries start 0 - 320px  */



@media screen and (max-width:320px ) {

  /* header starts */

  header {
    /* border: .5rem solid black; */
    height: 11vh;
    
    
}

#start {
    display: flex;
}

header .h1 {
    width: 30%;
    height: 10vh;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1 h1 {
    font-size: 1.7rem;
    font-family: 'Julius Sans One', sans-serif;

}


header .nav {
    width: 70%;
    height: 10vh;
    /* border: .5rem solid blue; */
}


.nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

.nav ul li{
    margin-top: 3vh;
    font-size: 1rem;
    margin-right: 3vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
    
}

.nav ul li a {
    text-decoration: none;
    color: #171717;
}


.nav ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}


/* #list {
    display: block;
    position: relative;
    width: 40vw;
    height: 50vh;
    background-color: black;
    color: white;
    z-index: 999;
} */

/* header ends */


/* headline section starts */
 
#headline {
    height: 30vh;
    /* border: .5rem solid black; */
    background-color: #000000;
    opacity: .9;
}

#title {
    height: 15vh;
    /* border: .5rem solid black;   */
    display: flex;
    justify-content: center;
    align-items: center;
}

#title h1 {
    font-size: 2.50rem;
    color: aliceblue;
    font-family: 'Itim', cursive;

}

#part {
    height: 10vh;
    /* border: .5rem solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#part a {
    font-size: 2rem;
    color: aliceblue;
    margin: 0 2vw;
    text-decoration: none;

}

#part a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}

#part h2 {
    font-size: 1.7rem;
    color: aliceblue;
}
/* headline section ends */




/* service section starts */

#services  {
    margin-top: 10vh;
    height: 400vh;
    /* border: 0.7rem solid black; */
}

#services .headline {
    height: 35vh;
    /* border: .5rem solid blue; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.headline h1 {
    font-size: 3.5rem;
    font-family: 'Averia Serif Libre', cursive;
    text-align: center;

}

.headline p {
    font-size: 1.8rem;
    margin: 0 5%;
    margin-top: 2vh;
    
    font-family: 'Ysabeau Office', sans-serif; 

}

#tags {
    height: 360vh;
    /* border: .5rem solid peru; */
    display: flex;
   flex-direction: column;
    justify-content: space-evenly;
    
}

#tags .black {
    width: 90%; 
    height: 55vh;
    /* border: .5rem solid brown; */
    display: flex;
    margin: 0 5%;
    flex-direction: column;
    background: black;
    box-shadow: .6rem .6rem .6rem darkgray;
}

.black .b1 {
    height: 50% ;
    /* border: .3rem solid pink; */
    background-image: url(i-6.webp);
    background-size: contain;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50% 90%;
    /* display: inline; */
    
    
}

.black .b2 {
    height: 50%;
    /* border: .2rem solid salmon; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b2 h3 {
    font-size: 2.1rem;
    text-align: center;
    margin-top: 2.5vh;
    color: aliceblue;
    font-family: 'Varela Round', sans-serif;
   


}

.b2 p {
    font-size: 1.5rem;
    margin-left: 7%;
    text-align: center;
    margin-right: 5%;
    margin-top: 1vh;
    color: aliceblue;
    font-family: 'Ysabeau Office', sans-serif; 
    
}

 #services .aa {
    background-image: url(i-1.webp);
}
#services .bb {
    background-image: url(i-2.webp) ;
}
#services .cc {
    background-image: url(i-3.webp);
}
#services .dd {
    background-image: url(image-4.webp);
}
#services .ee {
    background-image: url(i-5.webp);
}
/* service section ends */


/* connect section starts */

#connect {

    margin-top: 10vh;
    height: 105vh;
    /* border: .5rem solid white; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #000000;
  
}



.catch {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: none;
    width: 100%;
    
}

.catch .one {
    width: 20%; 
    /* border: .2rem solid white; */
    height: 11vh ;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.catch .two {
    width: 100%;
    /* border: .2rem solid white; */
    height: 13vh;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;

}


.two h3 {
    font-size: 2.1rem;
    text-align: center;
    font-family: 'Averia Serif Libre', cursive;
    margin-left: 3vw;
    color: aliceblue;

}

.two h5{
    font-size: 1.4rem;
    margin-left: 3vw;
    text-align: center;
    margin-right: 1.5vh;
    font-family: 'Ysabeau Office', sans-serif;
    color: aliceblue;

}

.one i {
    font-size: 3rem;
    color: aliceblue;
    font-weight: 200;

    
}




/* connect section ends */


/* footer section starts */

footer {
    margin-top: 0;
    height: 65vh;
    /* border: .5rem solid black; */
    background-color: #000000;
}

#task {
    height: 50vh;
    /* border: .5rem solid black; */
    display: flex;
    flex-direction: column;
    border-bottom: .2rem solid aliceblue;
}

footer .font {
    width: 100%;
height: 12vh;
/* border: .5rem solid blue; */
display: flex;
justify-content: center;
align-items: center;
}

footer .font h1 {
    font-size: 3.5rem;
font-family: 'Julius Sans One', sans-serif;
color: aliceblue;
}


footer .navigate {
    width: 100%;
    /* border: .5rem solid blue; */
    height: 20vh;
}

.navigate ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.navigate ul li {
    margin-top:5vh;
    font-size: 1.6rem;
    width: 40%;
   margin-left: 7.5vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
}

.navigate ul li a {
    text-decoration: none;
    color: aliceblue;
}

.navigate ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}

footer .extra {
    height: 19vh;
    width: 100%;
    /* border: .5rem solid blue; */
    display: flex;
   
    justify-content: center;
    align-items: flex-end;
}

footer .extra li {
    list-style-type: none;
    font-size: 3.5rem;
    margin: 0 5vw;
    margin-bottom: 5vh;
    color: aliceblue;
}

footer .extra a{
    color: aliceblue;
    text-decoration: none;
}
footer .extra li:hover {
    transform: scale(0.93);
    color: #a3a1a1;
    transition: .2s;
}

#copy {
    display: flex;
    justify-content: center;
    align-items: center;
}

#copy p {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 2.5vh;
    color: aliceblue;
    font-family: 'Varela Round', sans-serif;
    margin: 0 4%;
}
#copy a {
    color: burlywood;
}

/* footer section ends */
   
    
}


/*    media queries ends 0 - 320px  */



/*        media queries start 321px - 489 px  */



@media (min-width:321px) and (max-width:480px) {

 
    /* header starts */

    header {
        /* border: .5rem solid black; */
        height: 15vh;
        
        
    }
    
    #start {
        display: flex;
    }
    
    header .h1 {
        width: 30vw;
        height: 14vh;
        /* border: .5rem solid blue; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .h1 h1 {
        font-size: 2.8rem;
        font-family: 'Julius Sans One', sans-serif;
    
    }
    
    
    header .nav {
        width: 70vw;
        height: 14vh;
        /* border: .5rem solid blue; */
    }
    
    
    .nav ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        
    }
    
    .nav ul li{
        margin-top: 4vh;
        font-size: 1.4rem;
        margin-right: 3vw;
        list-style: none;
        font-family: 'Ysabeau Office', sans-serif;
        font-weight: 500;
        
    }
    
    .nav ul li a {
        text-decoration: none;
        color: #171717;
    }
    
    
    .nav ul li a:hover {
        text-decoration: none;
        color: #a3a1a1;
        transition: .2s;
    }
    
    
    #list {
        display: block;
        position: relative;
        width: 40vw;
        height: 50vh;
        background-color: black;
        color: white;
        z-index: 999;
    }
    
    /* header ends */
    
    
    /* headline section starts */
     
    #headline {
        height: 30vh;
        /* border: .5rem solid black; */
        background-color: #000000;
        opacity: .9;
    }
    
    #title {
        height: 12vh;
        /* border: .5rem solid black;   */
        display: flex;
        justify-content: center;
        margin-top: 3vh;
        align-items: center;
    }
    
    #title h1 {
        font-size: 3rem;
        color: aliceblue;
        font-family: 'Itim', cursive;
    
    }
    
    #part {
        height: 14vh;
        /* border: .5rem solid black; */
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #part a {
        font-size: 2rem;
        color: aliceblue;
        margin: 0 2vw;
        text-decoration: none;
    
    }
    
    #part a:hover {
        text-decoration: none;
        color: #a3a1a1;
        transition: .2s;
    }
    
    #part h2 {
        font-size: 2rem;
        color: aliceblue;
    }
    /* headline section ends */


/* service section starts */

#services  {
    margin-top: 10vh;
    height: 450vh;
    /* border: 0.7rem solid black; */
}

#services .headline {
    height: 35vh;
    /* border: .5rem solid blue; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.headline h1 {
    font-size: 3.7rem;
    font-family: 'Averia Serif Libre', cursive;

}

.headline p {
    font-size: 2rem;
    margin: 0 5%;
    margin-top: 2vh;
    font-family: 'Ysabeau Office', sans-serif; 

}

#tags {
    height: 410vh;
    /* border: .5rem solid peru; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#tags .black {
    width: 90%;
    margin: 0 5%; 
    height: 63vh;
    /* border: .5rem solid brown; */
    display: flex;
    flex-direction: column;
    background: black;
    box-shadow: .6rem .6rem .6rem darkgray;
}

.black .b1 {
    height: 50% ;
    /* border: .3rem solid pink; */
    background-image: url(i-6.webp);
    background-size: contain;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50% 90%;
    display: inline;
    
    
}

.black .b2 {
    height: 50%;
    /* border: .2rem solid salmon; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b2 h3 {
    font-size: 2.5rem;
    margin-top: 2.5vh;
    color: aliceblue;
    font-family: 'Varela Round', sans-serif;
   


}

.b2 p {
    font-size: 1.8rem;
    margin-left: 7%;
    margin-right: 5%;
    margin-top: 1vh;
    color: aliceblue;
    font-family: 'Ysabeau Office', sans-serif; 
    
}

 #services .aa {
    background-image: url(i-1.webp);
}
#services .bb {
    background-image: url(i-2.webp) ;
}
#services .cc {
    background-image: url(i-3.webp);
}
#services .dd {
    background-image: url(image-4.webp);
}
#services .ee {
    background-image: url(i-5.webp);
}
/* service section ends */


/* connect section starts */

#connect {

    margin-top: 10vh;
    height: 95vh;
    border: .5rem solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000000;
  
}

#connect .catch {
    height: 24vh ;
    border: .3rem solid black;
    margin-top: 5vh;
    

}

.catch {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: .2rem solid white;
    
}

.catch .one {
    width: 100%; 
    /* border: .2rem solid red; */
    height: 23vh ;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.catch .two {
    width: 100%;
    /* border: .2rem solid green; */
    height: 23vh;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;

}


.two h3 {
    font-size: 1.8rem;
    font-family: 'Averia Serif Libre', cursive;
    margin-left: 3vw;
    text-align: center;
    color: aliceblue;

}

.two h5{
    font-size: 1.6rem;
    margin-left: 3vw;
    text-align: center;
    margin-right: 1.5vh;
    font-family: 'Ysabeau Office', sans-serif;
    color: aliceblue;

}

.one i {
    font-size: 3.6rem;
    color: aliceblue;
    font-weight: 200;

    
}




/* connect section ends */

/* footer section starts */

footer {
    /* margin-top: 3vh; */
    height: 60vh;
    /* border: .5rem solid black; */
    background-color: #000000;
}

#task {
    height: 45vh;
    /* border: .5rem solid black; */
    display: flex;
    flex-direction: column;
    border-bottom: .2rem solid aliceblue;
}

footer .font {
    width: 100%;
height: 15vh;
/* border: .5rem solid blue; */
display: flex;
justify-content: center;
align-items: center;
}

footer .font h1 {
    font-size: 3.5rem;
font-family: 'Julius Sans One', sans-serif;
color: aliceblue;
}


footer .navigate {
    width: 100%;
    /* border: .5rem solid blue; */
    height: 15vh;
}

.navigate ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigate ul li {
    margin-top: 4vh;
    font-size: 1.8rem;
    margin-right: 2.5vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
}

.navigate ul li a {
    text-decoration: none;
    color: aliceblue;
}

.navigate ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}

footer .extra {
    height: 15vh;
    width: 100%;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

footer .extra li {
    list-style-type: none;
    font-size: 3.5rem;
    margin: 0 5vw;
    margin-bottom: 5vh;
    color: aliceblue;
}

footer .extra a{
    color: aliceblue;
    text-decoration: none;
}
footer .extra li:hover {
    transform: scale(0.93);
    color: #a3a1a1;
    transition: .2s;
}

#copy {
    display: flex;
    justify-content: center;
    align-items: center;
}

#copy p {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 5%;
    margin-top: 3.5vh;
    color: aliceblue;
    font-family: 'Varela Round', sans-serif;
}
#copy a {
    color: burlywood;
}

/* footer section ends */

    
}


/*  media queries ends 321 - 480 px */



/*  media queries  start 481 px - 767 px  */ 



@media (min-width:481px) and (max-width:767px) {

    /* header starts */

header {
    /* border: .5rem solid black; */
    height: 15vh;
    display: flex;
}

header .h1 {
    width: 30vw;
    height: 14vh;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.h1 h1 {
    font-size: 3.5rem;
    font-family: 'Julius Sans One', sans-serif;

}


header .nav {
    width: 70vw;
    height: 14vh;
    /* border: .5rem solid blue; */
}


.nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    
}

.nav ul li{
    margin-top: 4vh;
    font-size: 1.8rem;
    margin-right: 3vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
    
}

.nav ul li a {
    text-decoration: none;
    color: #171717;
}


.nav ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}
/* header ends */


/* headline section starts */
 
#headline {
    height: 30vh;
    /* border: .5rem solid black; */
    background-color: #000000;
    opacity: .9;
}

#title {
    height: 15vh;
    /* border: .5rem solid black;   */
    display: flex;
    justify-content: center;
    align-items: center;
}

#title h1 {
    font-size: 3.5rem;
    color: aliceblue;
    font-family: 'Itim', cursive;

}

#part {
    height: 14vh;
    /* border: .5rem solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#part a {
    font-size: 2.3rem;
    color: aliceblue;
    margin: 0 2vw;
    text-decoration: none;

}

#part a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}

#part h2 {
    font-size: 3rem;
    color: aliceblue;
}
/* headline section ends */



/* service section starts */

#services  {
    margin-top: 10vh;
    height: 430vh;
    /* border: 0.7rem solid black; */
}

#services .headline {
    height: 25vh;
    /* border: .5rem solid blue; */
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.headline h1 {
    font-size: 4.5rem;
    font-family: 'Averia Serif Libre', cursive;

}

.headline p {
    font-size: 1.9rem;
    text-align: center;
    margin: 0 5%;
    margin-top: 2vh;
    font-family: 'Ysabeau Office', sans-serif; 

}

#tags {
    height: 400vh;
    /* border: .5rem solid peru; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

#tags .black {
    width: 90%; 
    margin: 0 5%;
    height: 60vh;
    /* border: .5rem solid brown; */
    display: flex;
    flex-direction: column;
    background: black;
    box-shadow: .6rem .6rem .6rem darkgray;
}

.black .b1 {
    height: 50% ;
    /* border: .3rem solid pink; */
    background-image: url(i-6.webp);
    background-size: contain;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 90%;
    display: inline;
    
    
}

.black .b2 {
    height: 50%;
    /* border: .2rem solid salmon; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b2 h3 {
    font-size: 2.6rem;
    margin-top: 2.5vh;
    text-align: center;
    color: aliceblue;
    font-family: 'Varela Round', sans-serif;
   


}

.b2 p {
    font-size: 1.9rem;
    margin-left: 7%;
    margin-right: 5%;
    margin-top: 1vh;
    color: aliceblue;
    font-family: 'Ysabeau Office', sans-serif; 
    
}

 #services .aa {
    background-image: url(i-1.webp);
}
#services .bb {
    background-image: url(i-2.webp) ;
}
#services .cc {
    background-image: url(i-3.webp);
}
#services .dd {
    background-image: url(image-4.webp);
}
#services .ee {
    background-image: url(i-5.webp);
}
/* service section ends */


/* connect section starts */

#connect {

    margin-top: 10vh;
    height: 95vh;
    /* border: .5rem solid black; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #000000;
  
}

#connect .catch {
    height: 24vh ;
    /* border: .3rem solid black; */
    

}

.catch {
    margin-top: 5vh;
    flex: 1;
    display: flex;
    flex-direction: column;
    border-right: none;
    
}

.catch .one {
    width: 100%; 
    /* border: .2rem solid red; */
    height: 23vh ;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.catch .two {
    width: 100%;
    /* border: .2rem solid green; */
    height: 23vh;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;

}


.two h3 {
    font-size: 2.5rem;
    text-align: center;
    font-family: 'Averia Serif Libre', cursive;
    margin-left: 3vw;
    color: aliceblue;

}

.two h5{
    font-size: 1.8rem;
    margin-left: 3vw;
    text-align: center;
    margin-right: 1.5vh;
    font-family: 'Ysabeau Office', sans-serif;
    color: aliceblue;

}

.one i {
    font-size: 4.2rem;
    color: aliceblue;
    font-weight: 200;

    
}




/* connect section ends */


/* footer section starts */

footer {
    /* margin-top: 3vh; */
    height: 70vh;
    /* border: .5rem solid black; */
    background-color: #000000;
}

#task {
    height: 50vh;
    /* border: .5rem solid black; */
    display: flex;
    flex-direction: column;
    border-bottom: .2rem solid aliceblue;
}

footer .font {
    width: 100%;
height: 29vh;
/* border: .5rem solid blue; */
display: flex;
justify-content: center;
align-items: center;
}

footer .font h1 {
    font-size: 3.5rem;
    margin-top: 7vh;
font-family: 'Julius Sans One', sans-serif;
color: aliceblue;
}


footer .navigate {
    width: 100%;
    /* border: .5rem solid blue; */
    height: 29vh;
}

.navigate ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.navigate ul li {
    margin-top: 5vh;
    font-size: 2rem;
    margin-right: 2.5vw;
    list-style: none;
    font-family: 'Ysabeau Office', sans-serif;
    font-weight: 500;
}

.navigate ul li a {
    text-decoration: none;
    color: aliceblue;
}

.navigate ul li a:hover {
    text-decoration: none;
    color: #a3a1a1;
    transition: .2s;
}

footer .extra {
    height: 29vh;
    width: 100%;
    /* border: .5rem solid blue; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

footer .extra li {
    list-style-type: none;
    font-size: 3.5rem;
    margin: 0 5vw;
    margin-bottom: 5vh;
    color: aliceblue;
}

footer .extra a{
    color: aliceblue;
    text-decoration: none;
}
footer .extra li:hover {
    transform: scale(0.93);
    color: #a3a1a1;
    transition: .2s;
}

#copy {
    display: flex;
    justify-content: center;
    align-items: center;
}

#copy p {
    font-size: 1.9rem;
    margin-top: 2.5vh;
    color: aliceblue;
    font-family: 'Varela Round', sans-serif;
    text-align: center;
}
#copy a {
    color: burlywood;
}

/* footer section ends */




}