*{
    padding: 0rem;
    margin: 0rem;
}

.navbar{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 4.5rem;
    background-color:#a4b0be;
    justify-content: space-between;
}
marquee{
    width: 20rem;
    justify-content: space-around;
    text-align: center;
    font-size: 4rem;
    margin-left: 50%;
    text-transform: capitalize;
    color: black;
    text-shadow: .1rem -0.2rem yellowgreen;
    margin-top: 2rem;
}

.container1{
    width: 100%;
    height: 54.2rem;
    
   
}
.container1:before{
    content: " "; 
    /* background-image: url(/GIF\ FOLDER/gif9.gif); */
    background-color:#d7dbdd;

    /* background: url(gif2.gif) no-repeat center center/cover; */
    position: absolute;
    height: 93.2rem;
    width: 100%;
    top: 0rem;
    left: 0rem;
    z-index: -1;
    opacity: 0.9;
}

.curve{
    margin-top: -13rem;
    position: relative;
}
/* JS CODING OF COMPLETER LINKING  */
#logo img{
    width: 3rem;
    height: 3rem;
    border: .2rem dotted rgb(245, 200, 200);
    border-radius: 2rem;
    cursor: pointer;
}

#logo img:hover{
    background-color: rgb(233, 17, 57);
}



.navbar ul{
    display: flex;
    list-style: none;
    margin-top: 1rem;
    font-size: 2.1rem;
    text-transform: capitalize;
    
}
.navbar ul li a{
    padding: 2rem;
    color: rgb(18, 17, 16);
    text-decoration: none;
    font-weight: bolder;

}
.navbar ul li a:hover{
    color: whitesmoke;
    font-size: 2.4rem;
 

    /* transition: 2s; */
}
/* input text design section */
.navbar input{
    width: 14.4rem;
    border: .2rem solid;
    border-radius: .5rem;
    background-color: #292626;
    font-size: 1.6rem;

}
input[type=text]
{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    padding: .4rem;
    background-color:white;


}

button{
    border-radius: .4rem;
}

#but{
    width: 5rem;
    height:2.7rem;
    border:.2rem solid black;
    cursor: pointer;
    border-left: none;
    background-color: #e6f0e6;
    font-size: 1.6rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    
    
}
#but a{
    text-decoration: none;
    color: rgb(8, 8, 8);
    background-color: #fff;
    
}

html{
    font-size: 62.5%;
}
/* NAVBAR DESIGN SECTION END THIS LINE */







/* ALL OF CLIPMAKER DESING SECTION BLOCK */
.content{
    position: relative;
}

section h1{
    display: flex;
    flex-direction: row;
}
.btn1 button{
    padding: .6rem;
    margin-top: 13rem;
    margin-bottom: 7rem;
    margin-left: 4rem;
    font-size: 2rem;
    border-radius: 1.5rem;
    cursor: pointer;
    background-color: rgb(19, 13, 13);
    color: white;

}
.btn1 a{
    text-decoration: none;
    color: rgb(235, 226, 226);
}
.btn1 button:hover{
    background-color: #131e24;
    padding: .2rem;
    box-shadow: -.3rem -.5rem .2rem .2rem red;
    color:black;
}

.container{
    justify-content:center;
    align-items: center;
    transform: translate(20rem,10rem); /*CONTROL OF TEXT OF ALIGN THIS LINE ONLY*/
}
.content h1{
    position: absolute;
    color: white;
    margin-left: 2rem;
    font-size: 8rem;
}
.content h1:nth-child(1){
    color: transparent;
    -webkit-text-stroke: .2rem #03a9f4;
}
.content h1:nth-child(2){
    color: #2a07c5;
    animation: animate 1s ease-in-out infinite;
}
@keyframes animate{
    0%,50%{
        clip-path: polygon(1% 51%, 7% 47%, 17% 42%, 27% 41%, 36% 46%, 40% 51%, 47% 53%, 53% 60%, 59% 62%, 80% 50%, 78% 52%, 83% 48%, 93% 43%, 100% 36%, 100% 100%, 0% 99%, 0 61%);
    }
    25%{
        clip-path: polygon(0 53%, 13% 63%, 34% 64%, 50% 55%, 69% 47%, 98% 55%, 97% 98%, 0% 97%);
    }
}
/* THIS IS END OF THIS CODE  */ 




/* ALL ABOUT OF FOOTER SECTION  */
/* NOW DESING THE FOOTER SECTION IN THIS TIME  */
.section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  
}
footer{
    background-color:#2d3436;
    width: 100%;
    height: 50rem;
}
#head{
    font-size: 3rem;
    color: white;
    justify-content: center;
    text-align: center;
    padding: 2rem 0rem;
    text-transform: capitalize;
    text-shadow: -.2rem -.2rem rgb(7, 7, 5);

    
}
.container4{
    
    display: flex;
    flex-wrap: wrap;
}

#logo1{

    margin: 2rem;
    text-transform:capitalize;
    font-size: 2rem;
    color: #f7f1e3;
    letter-spacing: .3rem;
    font-weight:lighter;
 
}
#logo1:hover{
    background-color: #06bb18;
    border: 1.5rem;
    box-shadow: -.2rem -.2rem .2rem .5rem red;
    padding: .2rem;
}

/* all of heading design dection */
h1{
    font-size: 3.4rem;
    color:#a4b0be;
    text-transform: capitalize;
    flex-wrap: wrap;
}
.fa-brands{
    font-size: 4rem;
    color: white;
    cursor: pointer;
    border-radius:1rem;
}
.fa-camera{
    font-size: 4rem;
    cursor: pointer;
    color: white;
}
.fa-camera:hover{
    background-color: #2e7b0b;
    border: 1.5rem;
    box-shadow: -.2rem -.2rem .2rem .5rem burlywood;
}
.fa-brands text{
    margin-left:1rem;
    color: whitesmoke;
}
/* subscribe section coding  */
.logo1{
    display: flex;
    flex-wrap: wrap;
}

.logoinfo img{
    width: 6rem;
    height: 6rem; 
    border-radius: 3rem;
    margin: 1rem;
}

.newinfo{
    padding: 1rem 0rem;
}
.newinfo h2{
    font-size: 2.5rem;
    text-transform: capitalize;
    color:rgb(252, 240, 240);
    
}
.newinfo input{
    margin-top: .4rem;
    padding: .6rem;
    cursor: pointer;
    color: black;
    font-size: 2rem;
    
   
    border-radius: 8rem;
}
.newinfo button{
    padding: .5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    color: #292626;
    font-size: 2rem;
    border-radius: 2rem;
    font-weight: bolder;
}
.newinfo button:hover{
    background-color: aqua;
    box-shadow: -.2rem -.2rem .2rem .3rem red;
}
/* grmail bal only desogn */

footer p{
    
    text-align:center;
    font-size: 2.3rem;
    padding-bottom: 1rem;
    margin-top: 7rem;
    color: whitesmoke;
    flex-wrap: wrap;
    text-decoration-line: underline;

}




/*  APPLY MEDIA QUARY  */


@media(max-width:1339px){
    html{
        font-size:47%;
    }
   
}
@media(max-width:1096px){
    html{
        font-size:47%;
    }
        background-color: rgb(5, 5, 5);
      
        
    
}

@media(max-width:998px){
    html{
        font-size:47%;
    }
        .container{
            justify-content:center;
            align-items: center;
            transform: translate(7rem,4rem);
        }
        footer{
            flex-wrap: wrap;
            height: 80rem;
        }
        .front{
            flex-wrap: wrap;
        }
      
        
    
}
@media(max-width:768px){
    html{
        font-size: 43%;
    }
  
             .navbar{
        
            height:15rem;
            display: block;
           }
    .navbar ul li{
        line-height:4.4rem;
    }
      .navbar ul{
        flex-wrap:wrap;
        padding:0.6rem;
    }
    
        #logo{
            margin-left: 25rem;
            
           }
    
    #logo img{ 
    margin-top:1rem;
    }
    marquee{
        margin-top:8rem;
        maring-left:4rem;
    }
         .front span{
        font-size:2.4rem;
        margin:0rem 2rem 0rem 0rem;
    }
    
           .front{
            flex-wrap: wrap;
        }
    .container1{
        height:64rem;
    }
    .container{
        transform: translate(1rem, 6rem);
}
    .curve{
        margin-top:-4rem;
    }
    .content h1:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: -0.8rem #03a9f4;
}
    .content h1 {
    margin-left: 1rem;
    font-size: 4rem;
}
    .footer{
        height:150rem;
    }
    
}
@media(max-width:522px){
    html{
        font-size:43%;
    }
        footer{
            flex-wrap: wrap;
            height: 100rem;
        }
    
}
















