*{
    margin: 0px;
    padding: 0px;
}
.tap{
    display: none;
}
body::-webkit-scrollbar{
    display: none;
}
.div_wrapper{
    background-color: #2c2c2c;
    width: 100%;
    height: 100vh;
}

.header{
    width: 100%;
    height: 80px;
    background-color: rgba(1, 43, 43, 0.7);
    display: flex;
    align-items: center;
}

.logo{
    width: 300px;
    height: 60px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    animation: logo 1s linear 0.7s 1 normal;
    position: relative;
}
@keyframes logo{
    from{
        transform: translate(-200px, 0px);
        opacity: 0;
    }
    to{
        transform: translate(0px, 0px);
    }
}
.statement{
    background-color: #2c2c2c;
    padding-top: 40px 0px;
    width: 100%;
    font-size: 18px;
    font-family: bolder;
    color: white;
    animation: hh5 1s linear 0.7s 1 normal;
    
}
a{
    text-decoration: none;
}

.main{
    width: 100%;
    background-color: #2c2c2c;
    height: fit-content;
    display: flex;
    padding-bottom: 150px;
    align-items: center;
}

.about{
    margin-left: 100px;
    margin-top: 50px;
    width: 500px;
    height: 400px;
    background-color: #2c2c2c;
   
}

.image{
    top: 20px;
    margin-left: 20px;
    width: 30%;
    left: 20%;
    height: 520px;
    border-radius: 50px;
    background-image: url(../images/IMG-20230707-WA0034.jpg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: cover;
    border: 5px solid wheat;
    animation: img 2s linear 0.7s 1 normal;
    position: relative;
    transition: width 1s, height 1s, border 1s;
}
.image:hover{
    width: 31%;
    height: 530px;
    border: 5px solid rgba(0, 255, 255, 0.7);
    box-shadow: 0px 1px 1px 0px rgba(0, 255, 255, 0.7),
    1px 2px 3px 0px rgba(0, 255, 255, 0.7),
    2px  4px 6px 0px rgba(0, 255, 255, 0.7),
    2px 4px 8px 0px rgba(0, 255, 255, 0.7);
    filter: drop-shadow(5x 5px 5px black);

    
}
.sum_content{
    width: 100%;
    height: fit-content;
    padding-bottom: 200px;
    margin: 0px auto;
font-family: 'Rubik Dirt', cursive;
	   --stripe: #cfd8dc;
  --bg: #e1e1e1;

  background: linear-gradient(135deg, var(--bg) 25%, transparent 25%) -50px 0,
    linear-gradient(225deg, var(--bg) 25%, transparent 25%) -50px 0,
    linear-gradient(315deg, var(--bg) 25%, transparent 25%),
    linear-gradient(45deg, var(--bg) 25%, transparent 25%);
  background-size: 100px 100px;
  background-color: var(--stripe);
}
.sum_content h2{
    text-decoration: underline;
    padding: 10px;
}
.sum_content p{
    margin-top: 20px;
    line-height: 40px;
    font-size: 18px;
    font-weight: light;
    padding: 10px;
    color: black;
    text-shadow: 1px 1px 1px #2c2c2c;
}
@keyframes img{ 
0%{
    transform: translate(-40%, 0px);
  
}
70%{
    transform: translate(0px, 0px);
   
}
80%{
    transform: translate(0px, 50px);
   
}
90%{
    transform: translate(0px, 0px);
   
}
100%{
    opacity: 1;
}

}
.pics{
    display: none;
}
h1{
    word-spacing: 10px;
    font-weight: bolder;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: white;
    line-height: 50px;
    font-size: 40px;
    text-shadow: 2px 2px 4px aqua, -2px -2px 4px aqua;
    animation: hh1 1s linear 0.7s 1 normal;
    position: relative;
}

@keyframes hh1{
from{
    transform: translate(200px, 0px);
    opacity: 0;
}
to{
    transform: translate(0px, 0px);
}
}
h2{
    letter-spacing: 3px;
    color: white;
    font-size: 35px;
    font-weight: bolder;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    animation: hh2 1s linear 0.7s 1 normal;
    position: relative;
    text-shadow: 2px 2px 4px black, -2px -2px 4px black;
    
    
}
@keyframes hh2{
    from{
        transform: translate(0px, -100px);
        opacity: 0;
    }
    to{
        transform: translate(0px, 0px);
    }
}
.h2_pro{
    letter-spacing: 3px;
    color: white;
    font-size: 26px;
    font-weight: bolder;
    text-shadow: 1px 2px 4px black;
    animation: hh3 1s linear 0.7s 1 normal;
    position: relative;
}
@keyframes hh3{
    from{
        transform: translate(-200px, 0px);
        opacity: 0;
    }
    to{
        transform: translate(0px, 0px);
    }
}

span{
    font-size: 28px;
    color: aqua;
    border-bottom: 3px groove aqua;
    text-shadow: 1px 2px 4px black;
}
.brand{
    display: inline-block;
    padding-left: 5px;
    font-size: 22px;
    color: aqua;
    border-bottom: 3px groove aqua;
    text-shadow: 1px 2px 4px black;
    
}
h3{
    color: white;
    font-size: 30px;
    margin: 0px auto;
    border-bottom: 3px dashed white;
}

.info{
    margin-top: 50px;
    width: 750px;
    height: 300px;
}
.p_pro{
    color: white;
    font-size: 17px;
    font-weight: lighter;
    line-height: 20px;
    animation: hh1 1s linear 0.7s 1 normal;
    position: relative;
}
p{
    color: white;
    font-size: 17px;
    font-weight: lighter;
    line-height: 20px;
}
.read{
    background-color: grey;
    width: 180px;
    height: 50px;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 10px;
	 border: 2px solid white;
    margin: 30px auto;
    text-align: center;
    cursor: pointer;
}
.read2{
    width: 50px;
    height: 50px;
    font-size: 40px;
    float: right;
    margin: 5px;
    font-weight: bolder;
    border: none;
    cursor: pointer;
    
}
.pop{
    background-color: #2c2c2c;
    width: 100%;
    height: 100vh;
    padding: 0px;
    margin: 0px;
    z-index: 100;
    position: fixed;
    top: 0px;
    left: 0px;
    overflow-y: scroll;
    display: none;   
    
   
}
.internal{
   width: 100%;
   height: 100vh;
   display: flex;
   justify-content: center;
   position: fixed;
}
.external{
   width: 600px;

}

.links{
    margin-top: 30px;
    width: fit-content;
    height: 80px;
    margin-left: -16px;
    display: flex;
    align-items: center;
    animation: hh5 1s linear 0.7s 1 normal;
    position: relative;
}
@keyframes hh5{
    from{
        transform: translate(0px, 200px);
        opacity: 0;
    }
    to{
        transform: translate(0px, 0px);
    }
}

.lii{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0px 10px;
    border-radius: 50%;
    background-color: #2c2c2c;
    border: 2px solid rgba(0, 255, 255, 0.7);
    
    
}
.lii:hover{
    box-shadow: 0px 1px 1px 0px rgba(0, 255, 255, 0.7),
    1px 2px 3px 0px rgba(0, 255, 255, 0.7),
    2px  4px 6px 0px rgba(0, 255, 255, 0.7),
    2px 4px 8px 0px rgba(0, 255, 255, 0.7);
    filter: drop-shadow(5x 5px 5px black);

    background-color: rgba(0, 255, 255, 0.7);
}
.link_img{
    margin: 0px auto;
    border-radius: 50px;
    filter: saturate(70%);
}
.link_img2{
    margin: 0px auto;
    border-radius: 10px;
}
.more{
    margin-top: 20px;
    width: 200px;
    height: 50px;
    
    cursor: pointer;
    border-radius: 20px;
    background-color: #2c2c2c;
    border: 2px solid rgba(0, 255, 255, 0.7);
    display: flex;    
    align-items: center;
    transition: width 1s, height 1s ,box-shadow 0.3s;
    animation: hh5 1s linear 0.7s 1 normal;
    position: relative;
}

.more:hover{
    width: 205px;
    height: 55px;
    box-shadow: 0px 1px 2px 0px rgba(0, 255, 255, 0.7),
                 1px 2px 4px 0px rgba(0, 255, 255, 0.7),
                 2px  4px 8px 0px rgba(0, 255, 255, 0.7),
                 2px 4px 16px 0px rgba(0, 255, 255, 0.7);
    
}
.more p{
    margin: 0px auto;
    font-weight: bolder;
    text-shadow: 1px 2px 4px black;
    font-size: 23px;
    
}

@media (max-width:500px) {
    .div_wrapper{
        background-color: grey;
        width: 100%;
        height: 100vh;
    }
    .sum_content{
        height: fit-content;
   }
    .header{
        width: 100%;
        height: 80px;
        background-color: rgba(1, 43, 43, 0.7);
        display: flex;
        align-items: center;
    }
   
    .logo{
        width: fit-content;
        height: 60px;
        margin-left: 20px;
        display: flex;
        align-items: center;
      
        
    }
    
    
    .main{
        padding-bottom: 20px;
        width: 100%;
        background-color: #2c2c2c;
        height: 700px;
        display: flex;
        text-align: center;
        align-items: center;
    }
   
    .statement{
        background-color: #2c2c2c;
        padding: 10px 15px;
        width: fit-content;
        font-size: 18px;
        font-family: bolder;
        color: white;
        animation: hh5 1s linear 0.7s 1 normal;
    }
    .about{
        margin-left: 0px;
        position: absolute;
        top: 100px;
        width: 100vw;
        height: 400px;
        background-color: #2c2c2c;
       
    }
    
    .image{
       display: none;
    }
    h1{
        word-spacing: 5px;
        font-weight: bolder;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        color: white;
        line-height: 50px;
        font-size: 40px;
        text-shadow: 1px 2px 4px aqua;
        font-size: 37px;
        width: 100%;
    }
    h2{
        padding: 0px 10px;
        letter-spacing: 3px;
        color: white;
        font-size: 36px;
        font-weight: bolder;
        text-shadow: 1px 2px 4px black;
    
    }
    .h2_pro{
        line-height: 36px;
        font-size: 22px;
        text-align: center;
    }
    .pics{
        display: block;
    }
    span{
        width: fit-content;
        font-size: 27px;
        color: aqua;
        border-bottom: 2px groove aqua;
        text-shadow: 1px 2px 4px black;
        display: block;
        margin: 0px auto;
    }
    h3{
        padding: 0px 10px;
        color: white;
        font-size: 30px;
        margin: 0px auto;
        border-bottom: 3px dashed white;
    }
  
    .info{
        margin-top: 40px;
        width: 100vw;
        height: 300px;
    }
    p{
        padding: 0px 10px;
        color: white;
        font-size: 17px;
        font-weight: lighter;
        line-height: 20px;
       
    }
    .links{
      
        margin: 0px auto;
        width: fit-content;
        height: 80px;
      
        display: flex;
        align-items: center;
    }
    
    .lii{
        
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        margin: 0px 5px;
        border-radius: 50%;
        background-color: #2c2c2c;
        border: 2px solid rgba(0, 255, 255, 0.7);
        
        
    }
    .lii:hover{
        box-shadow: 0px 1px 1px 0px rgba(0, 255, 255, 0.7),
        1px 2px 3px 0px rgba(0, 255, 255, 0.7),
        2px  4px 6px 0px rgba(0, 255, 255, 0.7),
        2px 4px 8px 0px rgba(0, 255, 255, 0.7);
        
    
        background-color: rgba(0, 255, 255, 0.7);
    }
    .link_img{
        margin: 0px auto;
        border-radius: 500px;
    }
    .link_img2{
        margin: 0px auto;
        border-radius: 10px;
    }
   
    .more{
        margin: 0px auto;
        width: 200px;
        height: 50px;
        border-radius: 20px;
        background-color: #2c2c2c;
        border: 2px solid rgba(0, 255, 255, 0.7);
        display: flex;    
        align-items: center;
        transition: width 1s, height 1s ,box-shadow 0.3s;
    }
   .tap{
    color: white;
    border: 1px inset rgba(0, 255, 255, 0.7);
    border-radius: 15px;
    padding: 5px;
    float: right;    
    width: 100px;
    height: 50px;
    display: block;
    margin-top: -250px;
    margin-right: 5px;
    background-color: #2c2c2c;
    cursor: pointer;
   }
  
}

@media (max-width:600px) and (min-width:500px) {
       
    .main{
        padding-bottom: 20px;
        width: 100%;
        background-color: #2c2c2c;
        height: 700px;
        display: flex;
        align-items: center;
        padding-left: 20px;
    }
    .statement{
        background-color: #2c2c2c;
        padding: 10px 15px;
        width: fit-content;
        font-size: 18px;
        font-family: bolder;
        color: white;
        animation: hh5 1s linear 0.7s 1 normal;
    }
    .about{
        margin-left: 0px;
        position: absolute;
        top: 100px;
        width: 100vw;
        height: 400px;
        background-color: #2c2c2c;
       
    }
    .info{
        margin-top: 50px;
        width: 100%;
        height: 300px;
    }
    .logo{
        width: 300px;
        height: 60px;
        margin-left: -50px;
        display: flex;
        align-items: center;
        animation: logo 1s linear 0.7s 1 normal;
        position: relative;
    }
    .image{
        display: none;
    }
}
@media (max-width:900px) and (min-width:600px) {
    .logo{
        width: fit-content;
        height: 60px;
        margin-left: 35px;
        display: flex;
        align-items: center;
      
        
    }
    .statement{
        font-size: 18px;
        font-family: bolder;
        color: white;
        background-color: #2c2c2c;
        margin-right: 10px;
        position: relative;
        left: 0px;
        width: 560px;
    } 
    .div_wrapper{
        background-color: #2c2c2c;
        width: 100%;
        height: 100vh;
    }
    .main{
       
        width: 100%;
        background-color: #2c2c2c;
        height: 800px;
        display: flex;
        align-items: center;
        
    }
    
    .about{
        margin-left: 20px;
        position: absolute;
        top: 100px;
        width: 95vw;
        height: 400px;
        background-color: #2c2c2c;
       
    }
   
    h1{
        word-spacing: 10px;
        font-weight: bolder;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        color: white;
        line-height: 60PX;
        font-size: 40px;
        text-shadow: 1px 2px 4px aqua;
        padding: 0px 10px;
    }
    h2{
        line-height: 60px;
        padding: 0px 10px;
        letter-spacing: 3px;
        color: white;
        font-size: 30px;
        font-weight: bolder;
        text-shadow: 1px 2px 4px black;
    
    }
    .h2_pro{
        line-height: 70px;
        font-size: 27px;
       
    }
    .pics{
        display: block;
    }
    #demo{
        line-height: 35px;
        width: fit-content;
        font-size: 27px;
        color: aqua;
        border-bottom: 2px groove aqua;
        text-shadow: 1px 2px 4px black;
        display: block;
    }
    h3{
        padding: 0px 10px;
        color: white;
        font-size: 30px;
        margin: 0px auto;
        border-bottom: 3px dashed white;
    }
    span{
        font-size: 28px;
    }
  
    .info{
        margin-top: 50px;
        width: 55vw;
        height: 300px;
    }
    .p_pro{
        color: white;
        font-size: 22.5px;
        font-weight: light;
        line-height: 30px;
    }
    p{
        padding: 0px 10px;
        color: white;
        font-size: 17px;
        font-weight: light;
        line-height: 20px;
       
    }
    .image{
        top: 0%;
        width: 30%;
        left: 58%;
        height: 290px;
    }
    .image:hover{
        width: 32.5%;
        height: 315px;
    
    }
    .links{
        margin-top: 40px;
        width: fit-content;
        height: 80px;
        margin-left: -3px;
        display: flex;
        align-items: center;
    }
    
    .lii{
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        margin: 20px 8px;
        border-radius: 50%;
        background-color: #2c2c2c;
        border: 2px solid rgba(0, 255, 255, 0.7);   
    }
    .link_img{
        margin: 0px auto;
        border-radius: 500px;
    }
    .link_img2{
        margin: 0px auto;
        border-radius: 10px;
    }
   
    .more{
        margin-left: 15px;
        margin-top: 40px;
        width: 220px;
        height: 60px;
        border-radius: 20px;
        background-color: #2c2c2c;
        position: relative;
        border: 2px solid rgba(0, 255, 255, 0.7);
        display: flex;    
        align-items: center;
        transition: width 1s, height 1s ,box-shadow 0.3s;
    }
    .more:hover{
        width: 230px;
        height: 64px; 
    }
    .statement{
        font-size: 18px;
        font-family: bolder;
        color: white;
        background-color: #2c2c2c;
        margin-right: 10px;
        position: relative;
        left: 10px;
        width: 560px;
    } 
    .tap{
        color: white;
        border: 1px inset rgba(0, 255, 255, 0.7);
        border-radius: 15px;
        padding: 5px;
        top: 100px;
        right: 10px;
        width: 100px;
        height: 50px;
        display: block;
        position: fixed;
        background-color: #2c2c2c;
       }


}
@media (max-width:1300px) and (min-width:900px) {
    .about{
        margin-left: 60px;
        position: absolute;
        top: 120px;
        width: 90vw;
        height: 400px;
        background-color: #2c2c2c;
       
    } 
    .image{
        margin-left: 20px;
        width: 34%;
        left: 60%;
        height: 500px;
       
    }
    .image:hover{
        width: 35%;
        height: 520px;
     
    }
    .info{
        margin-top: 50px;
        width: 55vw;
        height: 300px;
    }
    .statement{
        font-size: 18px;
        font-family: bolder;
        color: white;
    } 
}