*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.hero-section{
    height: 120vh;
    width: 100vw;
    padding: 20px;
    background: url(assets/🔥\ Dark\ Ring\ Light\ \ Background\ Download\ \ For\ CB\ EDITING\ _\ CBEditz.jpeg);
    background-position: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
   position: relative;
   z-index: -3;
}
.hero-section::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    position: absolute;
    z-index: -2;
    background: rgba(0,0,0,0.8);
}
body:has(option[value="dark"]:checked){

    color:white;
    position: relative;
   

    .hero-section{
    background:url(assets/pexels-francesco-ungaro-396547.jpg);
    background-attachment: fixed ;
    background-repeat: no-repeat;
    background-size:100% 100%;
    }
    .hero-section{
        height: 150vh;
        width: 100vw;
    }
    .lightmodes{
        width: 50px;
        
    
    }
    select{
        border-radius: 20px;
        background-color: #000;
        color: #ffffff;
        height: 30px;
        border: 2px solid white;
        width: 100px;
        padding: 5px;
        cursor: pointer;
    }
    .light-mode-pic{
        display: none;
    }
    }

 body:has(option[value="light"]:checked){
    color:black;
    position: relative;
   background-color: #ddd;

    .hero-section{
    background:#ddd;
    background-attachment: fixed ;
    background-repeat: no-repeat;
    background-size:100% 100%;
    }
    .hero-section::before{
        background: rgba(0,0,0,0.1);
    }
    
        
    
.a_tags{
    color: #000;
    
}
.comment_section{
   
   padding-top: 5%;
   padding-bottom: 5%;
    background: #ffffff;
    height: 100vh;
    
}
.footer-section{
    margin-top: 0%;

}


.nav_bar{
    height: 50px;
}
.dynamic_txt li::after{
    
    background-color: #c5c1c1;
}
.lightmodes{
    width: 50px;
    

}
select{
    border-radius: 20px;
    background-color: #ffffff;
    color: black;
    font-weight: 500;
    border: 2px solid black;
    height: 30px;
    width: 100px;
    padding: 5px;
    cursor: pointer;
}
span{
    color: #43c6ac;
}
.description-box{
    margin: 10% auto;
    padding: 1%;
    width: 50%;
    

}
.sec1{
    
    background: url(assets/pexels-joaojesusdesign-925743.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: fixed;
        
}
header{
    background-color: #8d8c8c;
    height: 10vh;
    margin-bottom: 10%;
    border-radius: 20px;
    margin-top: -10px;
}
.title{
    border-bottom: 2px solid black;
}
.descripton_text.lightmode{
color: #ffffff;
}
.sec2{
    padding-top: 5%;
    background-color: #ddd; 
    
}

p{
    opacity: 90%;
}
.greetings{
    width: 100%;
    font-weight: 900;
    opacity: 100%;
    border-bottom: 2px solid black;
}
.descripton{
    
    width: 70%;
    margin-left: 20%;
    margin-top: 10%;
    translate: -50% -50%;
    overflow: hidden;
    opacity: 90%;
}
.static_txt{color: black;}
    .dynamic_txt li{
        color: #43c6ac;
    }
    .blue_tiles{
        display: none;
    }
    .sec2{
        background: #ddd;
        
    }
    .hero-section{
        height: 150vh;
        width: 100vw;
    }
    .image_box{
        display: none;
    }
    .box_sites{
        background:rgba(0,0,0,0.4);
        height: 116vh;
    }
    .box_sites2{
        background:rgba(0,0,0,0.4);
    }
    .hero-section{
        background: url(assets/pexels-alleksana-4284288.jpg);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: fixed;
    }
  
    }
body{
    background: #000;
    font-family: sans-serif;
    color: aliceblue;
    text-align: center;
    position: relative;
    height: 100vh;
    z-index: 1;
}
.light-mode-pic{
    width: 70%;
    height: 80vh;
    position: absolute;
    top: 100%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
}

.image_box{
    width: 40%;
    height: 35vh;
    margin-left: 2%;
   margin-top: 5%;
    z-index: -1;
    box-shadow: 0rem .1rem 3rem  #43c6ac;
    border-radius: 20px;
    animation:change 5s infinite ease-in-out;

   
}
@keyframes change{
 0%{ box-shadow: 0rem .1rem 4rem  #43c6ac;}
 25%{ box-shadow: 0rem .1rem 2rem  #43c6ac;}
 50%{ box-shadow: 0rem .1rem 0rem  #43c6ac;}
 75%{ box-shadow: 0rem 0rem 0rem #000;}
 85%{box-shadow: 0rem 0rem 0rem #ffffff;}
 100%{ box-shadow: 0rem .1rem 4rem  #43c6ac;}
}

.wrapper{
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    
    
}
.wrapper .static_txt{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.wrapper .dynamic_txt{
    margin-left: 15px;
    line-height: 20px;
    height: 20px;
    margin-bottom: 0px;
    overflow: hidden;
}
.dynamic_txt li{
    list-style: none;
    color: #43c6ac;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    top: 0;
    animation: slide 9s steps(3)
    infinite;
}
@keyframes slide{
    100%{
        top: -60px;
    }
}
.dynamic_txt li::after{
    content: '';
    position: absolute;
    background-color: #000;
    height: 100%;
    width: 100%;
    border-left: 2px solid #43c6ac;
    left: 0;
    animation: typing 3s steps(17) infinite;

}
@keyframes typing{
    40%,60%{
        left: calc(100% + 30px);
    }
    100%{
        left: 0;
    }
}
.dynamic_txt li{
    position: relative;
}




.image{
    width: 100%;
    height:100%;
    z-index: -1;
    cursor:pointer;
 
    border-radius: 10px;
}

.title{
    font-size: 53px;
    letter-spacing: .1em;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 5%;
    border-radius: 20px;
    margin: 2%;
   
    width: 43%;
    text-align: center;
    margin-left: 50%;
    translate: -50% -50%;
    margin-right:50% ;
   
}
.description-box{
    justify-content: right;
    align-items: right;
    width: 80%;
    margin: 0 auto;
    margin-top: -25%;
    margin-left:40% ;

}
.descripton{
    z-index: 1;
    font-size: 30px;
    opacity: 80%;
    letter-spacing: 0.1em;
    width: 65%;
    
    
    padding: 2%;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.greetings{
    margin: 5%;
    font-size: 35px;
    margin-bottom: 10%;
    font-family: 'Courier New', Courier, monospace;
    opacity: 100%;
    border-bottom: 2px solid #ffffff;
    
}
span{
  color:aquamarine ;
}
.nav_bar{
    width: 95%;

    border-radius: 20px;
    height: 25%;
    display: flex;
    margin: 0 auto;

}
header{
    height: 220px;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 2%;
    margin-top: 2%;

}
.nav_links{
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin: 0 auto;

    font-size: 30px;
    list-style: none;
    width: 55%;
    height: 100%;
   
}
.a_tags:hover {
color:white;
padding: 5px;
border-radius: 5px;
border-bottom: 3px solid #43c6ac;
transform: scale(0.8s);


}
.a_tag:hover:active
    .a_tags:hover:active{
        color:white;
        padding: 5px;
        border-radius: 5px;
        border-bottom: 3px solid #43c6ac;
        
        
}

.a_tags{
    color: #fffffff8;
    text-decoration: none;
   
    font-weight: 600 ;
}
.image_box_ringlight{
    width: 100%;
    box-shadow: 0rem .1rem 3rem  #ffffff;

}
.ring_light{
    width: 100%;
    height: 30vh;    
}
.sec1{
    width: 100vw;
    height: 100vh;
    position: relative;
    padding: 60px;
    margin-top: 10%;

}
h2{
    margin-bottom: 2%;
    margin-top: 0%;
    font-size: 40px;
    
}
.descripton_text_sec2{
    font-size: 35px;
    text-align: start;
    margin-left: 20%;
    margin-bottom: 1%;
    margin-top: 2%;
}
.services{
    font-size:35px;
    text-align: left;
    margin-left:40%;
    margin-bottom: 2%;
    color:#43c6ac;
    list-style: none;


}
.descripton_text{
    font-size: 25px;
    text-align: left;
    opacity: 80%;
    margin-left: 42%;
    width: 60%;
    padding-right: 5%;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: .1em;
    margin-bottom: 10px;


}
html{
    scroll-behavior: smooth;
}
.image_sec1{
    width: 40%;
    height: 60vh;
    position: absolute;
    top: 35%;
    left: 20%;
    translate: -50% -50%;
    z-index: -1;
}
.sec2{
    width: 100vw;
    height:150vh;
    position: relative;
    background: url(assets/imac\ wallaper.jpeg);
    background-position: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.container_sites{
   
    width: 90%;
    height: 80%;
   margin-top: 7%;
   
   display: flex;
    padding:0px;
    margin-left: 5%;
   
}
@keyframes slide_in{
    from{
        transform: translateX(200%);
    }
}
.box_sites{
    background:rgba(255,255,255,0.2);
    width: 40%;
    margin: 10px;
    border-radius: 20px ;
    padding:10px;
    height: 95%;
    transition:0.3s;
    backdrop-filter: blur(100px);
    animation: slide_in 3s ease-out 1 ;
    animation-timeline: view();
    animation-range: entry 0% cover 50%;
    
}
.h2_sec2{
    margin: 5%;

}
.descripton_sites{
    font-size: 25px; 
    opacity: 80%;
    padding-right: 5%;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing: .1em;
    margin-bottom: 50px;
 
}

.image_sites_img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;

}
.box_sites2{
    background:rgba(255,255,255,0.2);
    width: 70%;
   margin: 10px;
    border-radius: 20px ;
    padding:10px;
    height: 95%;
    transition:0.5s;
    backdrop-filter: blur(100px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    animation: slide_in 3s ease-out 1 ;
    animation-timeline: view();
    animation-range: entry 0%;
    
}
.image_sites{
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

  
}
.image_sites3{
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 23%;
    margin: 0 auto;

}
.image_sites2{
    margin: 0 auto;
    width: 45%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}
.descripton_text_sec1{
    font-size: 35px;
    text-align: start;
    margin-left: 20%;
    margin-bottom: 1%;
    margin-top: 2%;
}
.note{
    font-size: 25px;
    text-align: start;
    margin-left: 22%;
    margin-bottom: 5%;
    
}
.footer-section{
    height:45vh;
    width: 100vw;
    margin-top: 12%;
    background:rgba(20, 19, 21, 0.933);

}
.footer{
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin: 20px;
    padding: 10px;
    height: 39vh;
   
}
.logo-footer{
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    margin: 0 auto;
    box-shadow:0 .5rem 1rem #000 ;
    margin-bottom: 30px;
    margin-top: 5px;
}
.logo-footer_img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    margin: 0 auto;
    object-fit: cover;
}
.container-footer{
    height: 250px;
}
.social-container{
    justify-content: center;
    align-items: center;
    margin-left:40%;
    margin-bottom: 30px;
    
}
.socials a{
    margin-left:25px ;
   
}
.socials .image-footer{
    box-shadow:0 .5rem 1rem #000 ;
    border-radius: 5px;
    height: 37px;
    width: 37px;
}
.socials .image-footer-facebook{
    box-shadow:0 .5rem 1rem #000 ;
    border-radius: 20px;
    height: 37px;
    width: 37px;
}
.container-footer p{
    opacity: 70%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}
p.rights{
    margin-top: 20px;
    letter-spacing: 1px;
    opacity: 70%;
}
p.owner{
    color:mediumseagreen;
    opacity: 100%;
    font-size: 22px;

}
.comment_section{
    width: 100%;
    height: 170vh;

}
form{
    width: 100%;
    height:30vh;

}
.lab
{
    font-size: 20px;
    font-family: sans-serif;
    color: #ffffff;
    letter-spacing: .1em;
    margin: 5%;



}
.input_name{
    width: 50%;
    height: 20%;
    margin: 2%;
    margin-bottom: 10%;
    font-size: 15px;
    font-family: sans-serif;
}

input{
    height: 50%;
    width: 90%;
    color: #000;
    font-size: 20px;
    font-family: sans-serif;
    margin: 2% ;
    background-color: #ddd;
    border-radius: 10px;

}


.container{
    width: min(90%,1140px);
    margin: 3rem auto;
}
.comment_container{
  
    position:relative;
}
#submit{
    width: 70px;
    color: #ffffff;
    height: 25px;
    border: 2px solid white;
    background: black;
    border-radius: 20px;
    cursor: pointer;
}
.comment_section p{
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    color: #000;
    opacity: 70%;

}
.comment_section h3{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    color: #000;

}
.container{
    min-width:80%;
    width: 80%;

    justify-content: center;
    align-items: center;
    margin-top: 10%;
    height: 60vh;


}
.comment_box{
    margin: 5px;
    padding: 5px;
    
}
#name_input{
margin-bottom: 5%;
width: 40%;
height: 50px;

}
#comment_txt{
    margin-bottom: 5%;
    margin-right: 15%;


}
.comments_section{
    margin-top: 5%;
}
.comment_txt{
    height: 50px;
    width: 36%
}
.comments_section{
    background-color: #ddd;
    height: 100px;
    border-radius: 10px;
    position: relative; 
    padding: 20px;  
    
}
.comments_section::before{
    content: '';
    position: absolute;
    top: 0;
    left: -7px;
    background-color: #43c6ac;
    width: 2px;
    height: 100%;

}


.comment_container::after{
    content: '';
    background-color: rgb(170,170,170);
    position: absolute;
    min-height: 100%;
    width: 1px;
    left: -10px;
}
.comment_container:not(:first-child){
    margin-left: 3rem;
    margin-top: 1rem;
}
.comment_card{
    padding: 20px;
    background: white;
    border:1px solid rgba(0,0,0,0.3);
    border-radius: .5rem;
    min-width: 100%;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
    color: #000;


}

.comment_title{
    margin-bottom:1rem;
    display: flex;
    
}
.comment_card p{
    margin-bottom:1rem;
    text-align: start;
}



@media (max-width:1400px)
{
    .title{
        font-size: 50px;
        width: 60%;
    }
    .greetings{
        font-size: 35px;
        width:70% ;
        margin: 5vh auto;
       
       
    }
    .logo-footer{
        width: 100px;
        height:100px;
    }
    .image_box{
        width: 30%;
        height:60vh ;
        top: 115%;
        left:70% ;
        
    }
    .container_sites{
   
        width: 90%;
        height: 80%;
     display: flex;
        padding:0px;
        margin-top: 0%;
        margin-left: 0%;
    }
    .descripton{
        font-size: 25px;
        margin-bottom: 15%;
        margin-left: 27%;
        margin-top: -40%;
        translate: -50% ;
        width: 60%;
    }
   
    .descripton .wrapper .static{
        font-size: 30px;
          }
       .descripton .wrapper .dynamic_txt li{
         font-size:23px;
        
        }
    .nav_links{
        width: 100%;
    }
    header{
        height:130px;
    }
    .a_tags{
        font-size: 30px;
    }
    .image_sec1{
        width: 60%;
        margin-top: 2%;
        height: 30vh;
    }
    .blue_tiles{
        object-fit: cover;
        width: 100%;
        height: 60vh;
    }
    h2{
        margin-bottom:5%;
        font-size: 35px;

    }
    .descripton_text_sec2{
        margin-bottom: 5%;
        font-size: 30px;
        margin-left: 2%;
    }
    .descripton_sites{
        font-size: 20px;
        margin-bottom: 5%;
    }
    .sec1{
        padding: 20px;
        
    }
    .sec1{
        height: 100vh;
    }
    .services{
        margin-left: 5%;
        font-size: 30px;
    }
    .descripton_text{
        margin-left: 10%;
        width: 80%;
        font-size: 25px;
    }
    .sec2{
        height: 200vh;
       

    }
    .box_sites{
        height: 73%;
        width: 30%;
     
    }
    .box_sites2{
        height: 58%;
        position: absolute;
        left: 30%;
        width: 40%;
        
       
    }
    .h2_sec2{
        font-size: 30px;
        margin-bottom: 5%;
    }
    .image_sites3
    {
        width: 39%;
        top:27%;
    }
    .image_sites_img
    {
        width: 100%;
       
        object-fit: cover;
        border-radius: 20px;
    }
    .image_sites{
        width: 40%;
    
        
    }
    .image_sites2{
        width: 60%;
        height: 50%;
 
    }

    .descripton_text_sec1{
        margin-left:20px ;
        font-size: 25px;
    }
    .note{
        margin-left: 40px;
        font-size: 20px;
        margin-bottom: 5%;
    }
    .footer-section{
        height: 70vh;
        width: 100%;
        font-size: 30px;
    }
    .footer{
        width: 90%;
    }
    .container-footer{
        height: 20vh;
    }
    .input{
        font-size: 20px;
    }
    .footer-section .thanks
    {
        font-size: 20px;
    }
    .footer-section .owner{
        font-size: 30px;
    }
    .footer-section .rights{
        font-size: 20px;
    }
    .comment_section{
        height: 50vh;
    }
    .container{
        margin: 10px;
    }
    .comment_section{
        height: 75vh;
       }
       .name{
        font-size: 15px;
       }
       .comment{
        font-size: 15px;
       }
       .container{
        height: 100%;
        width: 90%;        
       }
       .container .comment_box input{
        width: 60vw;
        height: 10vh;
        font-size: 15px;

 
       }
       #name_input{
        width: 30vw;
        font-size: 15px;
        height: 5vh;
        margin: 5px;
        margin-right: 45%;

       }
       .comments_section{
        width: 90%;
        height: 15vh;
        padding: 5px;
        margin: 5vh auto;
     
      
       }
       .comments_section h3{
        font-size: 20px;
       }
       .comment_section p{
        font-size: 20px;
       }
       body:has(option[value="light"]:checked){
        color:black;
        position: relative;
       background-color: #ddd;
    
       
    
       
        
        
        .descripton .wrapper .static{
            font-size: 22px;
              }
           .descripton .wrapper .dynamic_txt li{
             font-size:20px;
            
            }
        .description-box{
            width: 70%;
            
        }  
        .descripton{
            width: 50%;
            margin-top: 7%;
            margin-left: 30%;
        } 
       
    }

}
@media (max-width:1000px)
{
    .title{
        font-size: 45px;
        width: 60%;
    }
    .greetings{
        font-size: 30px;
        width:90% ;
       
       
    }
    .image_box{
        width: 40%;
        height:40vh ;
        top: 100%;
        left:80% ;
        
    }
    .container_sites{
   
        width: 90%;
        height: 80%;
     display: flex;
        padding:0px;
        margin-top: 0%;
        margin-left: 0%;
    }
    .descripton{
        font-size: 25px;
        margin-bottom: 15%;
        margin-left: 40%;
        translate: -50% ;
        width: 70%;
    }
    .nav_links{
        width: 100%;
    }
    header{
        height:130px;
    }
    .a_tags{
        font-size: 30px;
    }
    .image_sec1{
        width: 60%;
        margin-top: 2%;
        height: 30vh;
    }
    .blue_tiles{
        object-fit: cover;
        width: 100%;
        height: 60vh;
    }
    h2{
        margin-bottom:10%;
        font-size: 30px;

    }
    .descripton_text_sec2{
        margin-bottom: 10%;
        font-size: 25px;
        margin-left: 2%;
    }
    .descripton_sites{
        font-size: 25px;
        margin-bottom: 7%;
    }
    .sec1{
        padding: 20px;
        
    }
    .sec1{
        height: 100vh;
    }
    .services{
        margin-left: 5%;
        font-size: 30px;
    }
    .descripton_text{
        margin-left: 10%;
        width: 80%;
        font-size: 25px;
    }
    .sec2{
        height: 200vh;
       

    }
    .box_sites{
        height: 67%;
        width: 40%;
     
    }
    .box_sites2{
        height: 54%;
        position: absolute;
        left: 38%;
        width: 50%;
        
       
    }
    .h2_sec2{
        font-size: 30px;
        margin-bottom: 10%;
    }
    .image_sites3
    {
        width: 34%;
        top:43%;
    }
    .image_sites_img
    {
        width: 100%;
       
        object-fit: cover;
        border-radius: 20px;
    }
    .image_sites{
        width: 35%;
    
        
    }
    .image_sites2{
        width: 50%;
        height: 50%;
 
    }

    .descripton_text_sec1{
        margin-left:20px ;
        font-size: 25px;
    }
    .note{
        margin-left: 40px;
        font-size: 23px;
        margin-bottom: 10%;
    }
    .hero-section{
        height: 100vh;
    }
    .footer-section{
        height: 70vh;
        width: 100%;
    }
    .footer{
        width: 90%;
    }
    .comment_section{
        height: 50vh;
    }
    .container{
        margin: 10px;
    }
    .comment_section{
        height: 75vh;
       }
       .name{
        font-size: 15px;
       }
       .comment{
        font-size: 15px;
       }
       .container{
        height: 100%;
        width: 90%;        
       }
       .container .comment_box input{
        width: 90vw;
        height: 10vh;
        font-size: 15px;
    
       }
       #name_input{
        width: 45vw;
        font-size: 15px;
        height: 5vh;
        margin-right: 10%;
       }
       #comment_txt{
        margin-right: 0%;
        width: 65%;
       }
       .comments_section{
        width: 90%;
        height: 15vh;
        padding: 5px;
        margin: 5vh auto;

    
      
       }

       .comments_section h3{
        font-size: 20px;
       }
       .comment_section p{
        font-size: 20px;
       }

       body:has(option[value="light"]:checked){
        color:black;
        position: relative;
       background-color: #ddd;
    
        .hero-section{
        height: 150vh;
        }
    
        .greetings{
            font-size: 27px;
            width:100% ;
           
           
        }
        
        
        .descripton .wrapper .static{
            font-size: 22px;
              }
           .descripton .wrapper .dynamic_txt li{
             font-size:20px;
            
            }
        .description-box{
            width: 70%;
            
        }  
        .descripton{
            width: 70%;
            margin-top: 10%;
            margin-left: 30%;
        } 
        .sec1{
            height: 100vh;
        }
        .sec2{
            height: 180vh;
        }
        .hero-section{
            height: 130vh;
        }
        .box_sites2{
            height: 64%;
        }
        .footer-section{
            height: 70vh;
        }
    }
   
    }




@media (max-width:800px){
    .title{
        font-size: 45px;
        width: 80%;
    }
    .greetings{
        font-size: 27px;
        width:70% ;
       
       
    }
    
    
    .descripton .wrapper .static{
        font-size: 22px;
          }
       .descripton .wrapper .dynamic_txt li{
         font-size:20px;
        
        }
    .image_box{
        width: 40%;
        height:45vh ;
        top: 80%;
        left:79% ;
        object-fit: cover;
    }
    .container_sites{
   
        width: 90%;
        height: 80%;
            display: flex;
        padding:0px;
        margin-top: 0%;
        margin-left: 0%;
    }
    .description-box{
        width: 70%;
        
    }  
    .descripton{
        width: 70%;
        margin-top: 7%;
        margin-left: 45%;
    } 
    .nav_links{
        width: 100%;
    }
    header{
        height:130px;
    }
    .a_tags{
        font-size: 30px;
    }
    .image_sec1{
        width: 60%;
        margin-top: 2%;
        height: 30vh;
    }
    .blue_tiles{
        object-fit: cover;
        width: 100%;
        height: 60vh;
    }
    h2{
        margin-bottom:10%;
        font-size: 30px;

    }
    .descripton_text_sec2{
        margin-bottom: 10%;
        font-size: 25px;
        margin-left: 2%;
    }
    .descripton_sites{
        font-size: 20px;
        margin-bottom: 10%;
    }
    .sec1{
        padding: 20px;
        
    }
    .sec1{
        height: 100vh;
    }
    .services{
        margin-left: 5%;
        font-size: 30px;
    }
    .descripton_text{
        margin-left: 10%;
        width: 80%;
        font-size: 25px;
    }
    .sec2{
        height: 180vh;
       

    }
    .box_sites{
        height: 80%;
        width: 40%;
     
    }
    .box_sites2{
        height: 64%;
        position: absolute;
        left: 38%;
        width: 50%;
        backdrop-filter: blur(100px);
        
       
    }
    .h2_sec2{
        font-size: 25px;
        margin-bottom: 10%;
    }
    .image_sites3
    {
        width: 35%;
        top: 37%;
    }
    .image_sites_img
    {
        width: 100%;
       
        object-fit: cover;
        border-radius: 20px;
    }
    .image_sites{
        width: 37%;
    
        
    }
    .image_sites2{
        width: 60%;
        height: 50%;
        
        
       
        

        
    }
    .descripton_text_sec1{
        margin-left:20px ;
        font-size: 20px;
    }
    .note{
        margin-left: 40px;
        font-size: 17px;
        margin-bottom: 10%;
       width: 80%;
    }
    .footer-section{
        height: 60vh;
    }
    .input{
        font-size: 20px;
    }
    .footer-section .thanks
    {
        font-size: 20px;
    }
    .footer-section .owner{
        font-size: 25px;
    }
    .footer-section .rights{
        font-size: 20px;
    }
    .comment_section{
        height: 50vh;
    }
    .container{
        margin: 10px;
    }
    .comment_section{
        height: 75vh;
       }
       .name{
        font-size: 15px;
       }
       .comment{
        font-size: 15px;
       }
       .container{
        height: 100%;
        width: 90%;        
       }
       .container .comment_box input{
        width: 90vw;
        height: 10vh;
        font-size: 15px;
    
       }
       #name_input{
        width: 45vw;
        font-size: 15px;
        height: 5vh;
       }
       .comments_section{
        width: 90%;
        height: 15vh;
        padding: 5px;
        margin: 5vh auto;

    
      
       }
       .comments_section h3{
        font-size: 20px;
       }
       .comment_section p{
        font-size: 20px;
       }

       






       body:has(option[value="light"]:checked){
        color:black;
        position: relative;
       background-color: #ddd;
    
        .hero-section{
        height: 150vh;
        }
    
        .greetings{
            font-size: 27px;
            width:100% ;
           
           
        }
        
        
        .descripton .wrapper .static{
            font-size: 22px;
              }
           .descripton .wrapper .dynamic_txt li{
             font-size:20px;
            
            }
        .description-box{
            width: 70%;
            
        }  
        .descripton{
            width: 70%;
            margin-top: 20%;
            margin-left: 30%;
        } 
        .sec1{
            height: 100vh;
        }
        .sec2{
            height: 180vh;
        }
    }
}
    @media (max-width:700px){
        .title{
            font-size: 45px;
            width: 80%;
        }
        .greetings{
            font-size: 27px;
            width:70% ;
           
           
        }
        
        
        .descripton .wrapper .static{
            font-size: 22px;
              }
           .descripton .wrapper .dynamic_txt li{
             font-size:20px;
            
            }
        .image_box{
            width: 40%;
            height:45vh ;
            top: 80%;
            left:79% ;
            object-fit: cover;
        }
        .container_sites{
       
            width: 90%;
            height: 80%;
                display: flex;
            padding:0px;
            margin-top: 0%;
            margin-left: 0%;
        }
        .description-box{
            width: 80%;
            
        }  
        .descripton{
            width: 70%;
            margin-top: 7%;
            margin-left: 45%;
        } 
        .nav_links{
            width: 100%;
        }
        header{
            height:130px;
        }
        .a_tags{
            font-size: 30px;
        }
        .image_sec1{
            width: 60%;
            margin-top: 2%;
            height: 30vh;
        }
        .blue_tiles{
            object-fit: cover;
            width: 100%;
            height: 60vh;
        }
        h2{
            margin-bottom:10%;
            font-size: 30px;
    
        }
        .descripton_text_sec2{
            margin-bottom: 10%;
            font-size: 25px;
            margin-left: 2%;
        }
        .descripton_sites{
            font-size: 20px;
            margin-bottom: 10%;
        }
        .sec1{
            padding: 20px;
            
        }
        .sec1{
            height: 110vh;
        }
        .services{
            margin-left: 5%;
            font-size: 30px;
        }
        .descripton_text{
            margin-left: 10%;
            width: 80%;
            font-size: 25px;
        }
        .sec2{
            height: 180vh;
           
    
        }
        .box_sites{
            height: 80%;
            width: 40%;
         
        }
        .box_sites2{
            height: 64%;
            position: absolute;
            left: 38%;
            width: 50%;
            backdrop-filter: blur(100px);
            
           
        }
        .h2_sec2{
            font-size: 25px;
            margin-bottom: 10%;
        }
        .image_sites3
        {
            width: 35%;
            top: 37%;
        }
        .image_sites_img
        {
            width: 100%;
           
            object-fit: cover;
            border-radius: 20px;
        }
        .image_sites{
            width: 37%;
        
            
        }
        .image_sites2{
            width: 60%;
            height: 50%;
            
            
           
            
    
            
        }
        .descripton_text_sec1{
            margin-left:20px ;
            font-size: 20px;
        }
        .note{
            margin-left: 40px;
            font-size: 17px;
            margin-bottom: 10%;
           width: 80%;
        }
        .footer-section{
            height: 65vh;
        }
        .input{
            font-size: 20px;
        }
        .footer-section .thanks
        {
            font-size: 20px;
        }
        .footer-section .owner{
            font-size: 25px;
        }
        .footer-section .rights{
            font-size: 20px;
        }
        .comment_section{
            height: 50vh;
        }
        .container{
            margin: 10px;
        }
        .comment_section{
            height: 75vh;
           }
           .name{
            font-size: 15px;
           }
           .comment{
            font-size: 15px;
           }
           .container{
            height: 100%;
            width: 90%;        
           }
           .container .comment_box input{
            width: 90vw;
            height: 10vh;
            font-size: 15px;
        
           }
           #name_input{
            width: 45vw;
            font-size: 15px;
            height: 5vh;
           }
           .comments_section{
            width: 90%;
            height: 15vh;
            padding: 5px;
            margin: 5vh auto;
    
        
          
           }
           .comments_section h3{
            font-size: 20px;
           }
           .comment_section p{
            font-size: 20px;
           }
    
           
    
    
    
    
    
    
           body:has(option[value="light"]:checked){
            color:black;
            position: relative;
           background-color: #ddd;
        
            .hero-section{
            height: 150vh;
            }
        
            .greetings{
                font-size: 27px;
                width:100% ;
               
               
            }
            
            
            .descripton .wrapper .static{
                font-size: 22px;
                  }
               .descripton .wrapper .dynamic_txt li{
                 font-size:20px;
                
                }
            .description-box{
                width: 70%;
                
            }  
            .descripton{
                width: 70%;
                margin-top: 25%;
                margin-left: 30%;
            } 
            .sec1{
                height: 110vh;
            }
            .sec2{
                height: 180vh;
            }
            .footer-section{
                height: 65vh;
            }
        }
    
    
    
    
    
    
    
    
    
    





    }
















@media (max-width:600px)
{
    .title{
        font-size: 35px;
        width: 80%;
        
    }
    .greetings{
        font-size: 27px;
        width:100% ;
        
        margin: 0 auto;
        margin-bottom: 7%;
       
       
    }
    .image_box{
        width: 50%;
        height:40vh ;
        top: 120%;
        left:50% ;
        margin-top: 10%;
        margin-left: 50%;
        translate: -50%;
            
    }
    .descripton .wrapper .static{
        font-size: 25px;
          }
       .descripton .wrapper .dynamic_txt li{
         font-size:23px;
        
        }


        .description-box{
            width: 100%;
            
        }  
        .descripton{
            width: 80%;
            margin-top: 30%;
            margin-left: 10%;
            font-size: 20px;
        } 
    .nav_links{
        width: 100%;
    }
    header{
        height:130px;
    }
    .a_tags{
        font-size: 23px;
    }
    .image_sec1{
        width: 60%;
        margin-top: 2%;
        height: 30vh;
    }
    .blue_tiles{
        object-fit: cover;
        width: 100%;
        height: 60vh;
    }
    h2{
        margin-bottom:10%;
        font-size: 30px;

    }
    .descripton_text_sec2{
        margin-bottom: 10%;
        font-size: 25px;
        margin-left: 2%;
    }
    .descripton_sites{
        font-size: 20px;
    }
    .sec1{
        padding: 20px;
        
    }
    .sec1{
        height: 80vh;
    }
    .services{
        margin-left: 5%;
        font-size: 27px;
    }
    .descripton_text{
        margin-left: 10%;
        width: 90%;
        font-size: 25px;
    }
    .sec1{
        height: 110vh;
    }
    .image_sites3{
        top: 45%;
    }
    .sec2{
        height: 150vh;

    }
    .box_sites{
      height: 90vh;

    }
    .box_sites2{
        height: 90vh;
    }
    
       
    
    .h2_sec2{
        font-size: 25px;
        margin-bottom: 10%;
    }
    .image_sites3
    {
        width: 35%;
        top: 55%;
    }
    .image_sites_img
    {
        width: 80%;
       
        object-fit: cover;
        border-radius: 20px;
    }
    .image_sites{
        width: 35%;
    
        
    }
    .image_sites2{
        width: 50%;
        height:50%;
        
    }
    .descripton_text_sec1{
        margin-left:20px ;
        font-size: 20px;
    }
    .note{
        margin-left: 40px;
        font-size: 17px;
        margin-bottom: 10%;
    }
    .footer-section{
        height: 65vh;
    }

    .input{
        font-size: 17px;
    }
    .footer-section .thanks
    {
        font-size: 17px;
    }
    .footer-section .owner{
        font-size: 20px;
    }
    .footer-section .rights{
        font-size: 17px;
    }
    .comment_section{
        height: 50vh;
    }
    .container{
        margin: 10px;
    }
    .comment_section{
        height: 70vh;
       }
       .name{
        font-size: 15px;
       }
       .comment{
        font-size: 15px;
       }
       .container{
        height: 100%;
        width: 90%;
       }
       .container .comment_box input{
        width: 80vw;
        font-size: 15px;
    
       }
       #name_input{
        width: 55vw;
        font-size: 15px;
        height: 5vh;
       }
       #comment_txt{
        margin-right: 0%;
        width: 78%;
       }
       .comments_section{
        width: 90%;
        height: 15vh;
        padding: 5px;
        padding-left: 10px;
       }
       .comments_section h3{
        font-size: 20px;
       }
       .comment_section p{
        font-size: 20px;
       }
       body:has(option[value="light"]:checked){
        color:black;
        position: relative;
       background-color: #ddd;
    
        .hero-section{
        height: 150vh;
        }
    
        .greetings{
            font-size: 27px;
            width:100% ;
           
           
        }
        
        
        .descripton .wrapper .static{
            font-size: 22px;
              }
           .descripton .wrapper .dynamic_txt li{
             font-size:20px;
            
            }
        .description-box{
            width: 100%;
            
        }  
        .descripton{
            width: 70%;
            margin-top: 20%;
            margin-left: 35%;
            font-size: 20px;
        } 
        .sec1{
            height: 110vh;
        }
        .image_sites3{
            top: 55%;
        }
        .sec2{
            height: 150vh;

        }
        .box_sites{
          height: 90vh;

        }
        .box_sites2{
            height: 90vh;
        }
        .footer-section{
            height: 65vh;
        }
    }












































}
@media (max-width:500px){
    .title{
        font-size: 30px;
        width: 95%;
        
    }
    .greetings{
        font-size: 25px;
        width:90% ;
       
    }
    .image_box{
        width: 60%;
        height:35vh ;
        top: 50%;
       
        margin-top: 10%;
    }

    .descripton .wrapper .static{
        font-size: 23px;
          }
       .descripton .wrapper .dynamic_txt li{
         font-size:20px;
        
        }
    .descripton{
        font-size: 20px;
        margin-bottom: 60%;
        margin-left: 10%;
        translate: -50% ;
        width: 100%;
    }
    .nav_links{
        width: 100%;
    }
    header{
        height:130px;
    }
    .a_tags{
        font-size: 20px;
    }
    .image_sec1{
        width: 60%;
        margin-top: 2%;
        height: 30vh;
    }
    .blue_tiles{
        object-fit: cover;
        width: 100%;
        height: 60vh;
    }
    h2{
        margin-bottom:10%;
        font-size: 25px;

    }
    .descripton_text_sec2{
        margin-bottom: 10%;
        font-size: 20px;
        margin-left: 2%;
    }
    
   
    .descripton_sites{
        font-size: 23px;
        margin-bottom: 15%;
    }
    .sec1{
        padding: 20px;
        margin-top: 10%;
        
        
    }
    .sec1{
        height: 85vh;
    }
    .services{
        margin-left: 5%;
        font-size: 25px;
    }
    .descripton_text{
        margin-left: 10%;
        width: 90%;
        font-size: 20px;
    }
    .sec2{
        height: 270vh;
       

    }
    .box_sites{
        height:43%;
        width: 60%;
        margin: 0 auto;
        
    }
    .box_sites2{
        height: 45%;
        position: absolute;
        top: 50%;
        left: 13%;
        width: 60%;
        
        
       
    }
    .h2_sec2{
        font-size: 27px;
        margin-bottom: 15%;
    }
    .image_sites2{
        width: 33%;
        height: 20%;
    }
    .image_sites3
    {
        width: 30%;
        top: 43%;
    }
    .image_sites_img
    {
        width: 100%;
       
        object-fit: cover;
        border-radius: 20px;
    }
    .image_sites{
        width: 30%;
    
        
    }
    
    
   
    .descripton_text_sec1{
        margin-left:20px ;
        font-size: 20px;
    }
    .note{
        margin-left: 40px;
        font-size: 17px;
        margin-bottom: 10%;
        
    }
    @keyframes slide_in{
        from{
            transform: translateX(100%);
        }
    }
    .footer-section{
        width: 100%;
        height: 72vh;
    }
    .comment_section{
        height: 50vh;
    }
    .container{
        margin: 10px;
    }
    .comment_section{
        height: 70vh;
       }
       .name{
        font-size: 15px;
       }
       .comment{
        font-size: 15px;
       }
       .container{
        height: 100%;
        width: 90%;
       }
       .container .comment_box input{
        width: 80vw;
        font-size: 15px;
    
       }
       #name_input{
        width: 55vw;
        font-size: 15px;
        height: 5vh;
       }
       .comments_section{
        width: 90%;
        height: 15vh;
        padding: 5px;
        padding-left: 10px;
       }
       .comments_section h3{
        font-size: 20px;
       }
       .comment_section p{
        font-size: 20px;
       }
       body:has(option[value="light"]:checked){
        color:black;
        position: relative;
       background-color: #ddd;
    
        .hero-section{
        height: 135vh;
        }
        header{
            margin-bottom: 20%;
        }
    
        .greetings{
            font-size: 27px;
            width:100% ;
           
           
        }
        
        
        .descripton .wrapper .static{
            font-size: 22px;
              }
           .descripton .wrapper .dynamic_txt li{
             font-size:20px;
            
            }
        .description-box{
            width: 100%;
            
        }  
        .h2_sec2{
            color: #fff;
        }
        .descripton{
            width: 90%;
            margin-top: 30%;
            margin-left: 50%;
           color: #fff;
            font-size: 20px;
        } 
        .sec1{
            height: 90vh;
        }
        
     
        .box_sites{
          height: 90vh;

        }
        .box_sites2{
            height: 90vh;
        }
        .footer-section{
            height: 72vh;
        }
        .sec2{
            height: 270vh;
           
    
        }
        .box_sites{
            height:43%;
            width: 60%;
            margin: 0 auto;
            
        }
        .box_sites2{
            height: 45%;
            position: absolute;
            top: 50%;
            left: 13%;
            width: 60%;
            
            
           
        }
        .h2_sec2{
            font-size: 27px;
            margin-bottom: 15%;
        }
        .image_sites2{
            width: 33%;
            height: 20%;
        }
        .image_sites3
        {
            width: 30%;
            top: 43%;
        }
        .image_sites_img
        {
            width: 100%;
           
            object-fit: cover;
            border-radius: 20px;
        }
        .image_sites{
            width: 30%;
        
            
        }
        .title{
            width:95%;
        }
        .descripton_sites{
            color: #fff;
        }
        
        
       
    }

}
@media (max-width:400px){
    .title{
        font-size: 25px;
        width: 100%;
    }
    .greetings{
        font-size: 25px;
        width:90% ;
       
    }
    .image_box{
        width: 60%;
        height:30vh ;
        top:90%;
       
        left:50% ;

    }

  
    .descripton{
        font-size: 20px;
        margin-top: 40%;
        margin-left: 10%;
        translate: -50% ;
        width: 95%;
    }
    .nav_links{
        width: 100%;
        
    }
    header{
        height:130px;
    }
    .a_tags{
        font-size: 20px;
    }
    .image_sec1{
        width: 100%;
        margin-top: 2%;
        height: 30vh;
    }
    .blue_tiles{
        object-fit: cover;
        width: 100%;
        height: 60vh;
    }
    h2{
        margin-bottom:10%;
        font-size: 27px;
        margin-top: 10%;

    }
    .descripton_text_sec2{
        margin-bottom: 10%;
        font-size: 20px;
        margin-left: 2%;
    }
    .descripton_sites{
        font-size: 20px;
    }
    .sec1{
        padding: 20px;
        height: 90vh;
    }
    .services{
        margin-left: 2%;
        font-size: 26px;
    }
    .descripton_text{
        margin-left: 5%;
        width: 100%;
        font-size: 20px;
    }
    .sec2{
        height: 280vh;

    }
    .box_sites{
        height: 40%;
        width: 75%;
        margin: 0 auto;
        
    }
    .box_sites2{
        height: 40%;
        position: absolute;
        top: 48%;
        left:5%;
        width: 76%;
       
    }

    .box_sites2 .descripton_sites{
        margin-bottom: 20%;
        opacity: 100%;
    }
    
     
    
    .h2_sec2{
        font-size: 25px;
        margin-bottom: 10%;
    }
    .image_sites3
    {
        width: 45%;
        top: 42%;
    }
    .image_sites_img
    {
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
    .image_sites{
        width: 47%;
    
        
    }
    
    .descripton_sites{
        margin-bottom: 10px;

    }
    .descripton_text_sec1{
        margin-left:20px ;
        font-size: 22px;
    }
    .note{
        margin-left: 30px;
        font-size: 17px;
        margin-bottom: 10%;
    }
    .submit{
        margin-left: 50%;
        width: 30%;
        margin-top: 10%;
    }
    .footer-section{
        height: 73vh;
        width: 100%;

    }
    .logo-footer{
        width:100px;
        height:100px;
    }
    .input{
        font-size: 15px;
    }
    .footer-section .thanks
    {
        font-size: 17px;
    }
    .footer-section .owner{
        font-size: 20px;
    }
    .footer-section .rights{
        font-size: 17px;
    }
    @keyframes slide_in{
        from{
            transform: translateX(100%);
        }
    }
    .comment_section{
        height: 70vh;
       }
       .name{
        font-size: 15px;
       }
       .comment{
        font-size: 15px;
       }
       .container{
        height: 100%;
        width: 90%;
       }
       .container .comment_box input{
        width: 80vw;
        font-size: 15px;
    
       }
       #name_input{
        width: 55vw;
        font-size: 15px;
        height: 5vh;
       }
       #comment_txt{
        margin-right: 5%;
        width: 65%;
       }
       .comments_section{
        width: 90%;
        height: 15vh;
        padding: 5px;
        padding-left: 10px;
       }
       .comments_section h3{
        font-size: 20px;
       }
       .comment_section p{
        font-size: 20px;
       }
       body:has(option[value="light"]:checked){
        color:black;
        position: relative;
       background-color: #ddd;
    
        .hero-section{
        height: 135vh;
        }
        header{
            margin-bottom: 20%;
        }
    
        .greetings{
            font-size: 27px;
            width:100% ;
           
           
        }
        
        
        .descripton .wrapper .static{
            font-size: 22px;
              }
           .descripton .wrapper .dynamic_txt li{
             font-size:20px;
            
            }
        .description-box{
            width: 100%;
            
        }  
        .h2_sec2{
            color: #fff;
        }
        .descripton{
            width: 90%;
            margin-top: 30%;
            margin-left: 50%;
           color: #fff;
            font-size: 20px;
        } 
        .sec2{
            height: 280vh;
    
        }
        .box_sites{
            height: 40%;
            width: 75%;
            margin: 0 auto;
            
        }
        .box_sites2{
            height: 40%;
            position: absolute;
            top: 51%;
            left:5%;
            width: 76%;
           
        }
        .footer-section{
            height: 72vh;
        }
            
           
        
        .h2_sec2{
            font-size: 27px;
            margin-bottom: 15%;
        }
        .image_sites2{
            width: 33%;
            height: 20%;
        }
        .image_sites3
        {
            width: 39%;
            top: 45%;
        }
        .image_sites_img
        {
            width: 100%;
           
            object-fit: cover;
            border-radius: 20px;
        }
        .image_sites{
            width: 40%;
        
            
        }
        .title{
            width:95%;
        }
        .descripton_sites{
            color: #fff;
        }
        
        
       
    }




}
@media (max-width:375px){
    .image_box{
        width: 50%;
        height:30vh ;
        top: 90%;
        left:50% ;
        
    }
    .descripton_sites{
        margin-bottom: 20%;
        font-size: 20px;
    }
    .h2_sec2{
        margin-bottom: 10%;
    }
    .title{
        font-size: 25px;
        width: 100%;
    }
    .greetings{
        font-size: 23px;
        width:90% ;
       
    }
    
    .descripton .wrapper .static{
        font-size: 17px;
    }
    .descripton .wrapper .dynamic_txt li{
        font-size: 15px;
        
    }
    
    .descripton{
        font-size: 17px;
        margin-bottom: 120%;
        margin-left: 10%;
        translate: -50% ;
        width: 95%;
    }
    .nav_links{
        width: 100%;
        
    }
    header{
        height:130px;
    }
    .a_tags{
        font-size: 15px;
    }
    .image_sec1{
        width: 100%;
        margin-top: 2%;
        height: 30vh;
    }
    
    .blue_tiles{
        object-fit: cover;
        width: 100%;
        height: 60vh;
    }
    h2{
        margin-bottom:10%;
        font-size: 25px;
        margin-top: 10%;

    }
    .descripton_text_sec2{
        margin-bottom: 10%;
        font-size: 20px;
        margin-left: 2%;
    }
    
    .sec1{
        padding: 20px;
        height: 80vh;
    }
    .services{
        margin-left: 2%;
        font-size: 23px;
    }
    .descripton_text{
        margin-left: 5%;
        width: 100%;
        font-size: 17px;
    }
    .sec2{
        height: 280vh;

    }
    .box_sites{
        height: 48%;
        width: 75%;
        margin: 0 auto;
        
    }
    .box_sites2{
        height: 43%;
        position: absolute;
        top: 53%;
        left:5%;
        width: 76%;
       
    }
    

    
     
    
    .h2_sec2{
        font-size: 25px;
        margin-bottom: 10%;
    }
    .image_sites3
    {
        width: 47%;
        top: 46%;
    }
    .image_sites_img
    {
        width: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
    .image_sites{
        width: 47%;
    
        
    }
    
   
    .descripton_text_sec1{
        margin-left:20px ;
        font-size: 22px;
    }
    .note{
        margin-left: 30px;
        font-size: 17px;
        margin-bottom: 10%;
    }
    .submit{
        margin-left: 50%;
        width: 30%;
        margin-top: 10%;
    }
    .footer-section{
        height: 75vh;
        width: 100%;

    }
    .image_sites2{
        width: 50%;
    }
    .logo-footer{
        width: 100px;
        height: 100px;
    }
    @keyframes slide_in{
        from{
            transform: translateX(100%);
        }
    }
    .comment_section{
        height: 70vh;
       }
       .name{
        font-size: 15px;
       }
       .comment{
        font-size: 15px;
       }
       .container{
        height: 100%;
        width: 90%;
       }
       .container .comment_box input{
        width: 80vw;
        font-size: 15px;
    
       }
       #name_input{
        width: 55vw;
        font-size: 15px;
        height: 5vh;
        margin-bottom: 7%;
       }
       #comment_txt{
        margin-right: 10%;
        width: 90%;
       }
       .comments_section{
        width: 90%;
        height: 15vh;
        padding: 5px;
        padding-left: 10px;
       }
       .comments_section h3{
        font-size: 20px;
       }
       .comment_section p{
        font-size: 20px;
       }

       body:has(option[value="light"]:checked){
        color:black;
        position: relative;
       background-color: #ddd;
    
        .hero-section{
        height: 110vh;
        }
        header{
            margin-bottom: 20%;
        }
    
        .greetings{
            font-size: 20px;
            width:100% ;
           
           
        }
        .a_tags{
            font-size: 15px;
        }
        .sec1{
            height: 80vh;
        }
        .note{
            font-size: 15px;
        }
        .descripton_text_sec1{
            font-size: 17px;
        }
        
        
        .descripton .wrapper .static{
            font-size: 15px;
              }
           .descripton .wrapper .dynamic_txt li{
             font-size:15px;
            
            }
        .description-box{
            width: 100%;
            
        }
        
        
        .h2_sec2{
            color: #fff;
        }
        .descripton{
            width: 95%;
            margin-top: 45%;
            margin-left: 50%;
           color: #fff;
            font-size: 17px;
        } 
        .sec2{
            height: 280vh;
    
        }
        .box_sites{
            height: 40%;
            width: 75%;
            margin: 0 auto;
            
        }
        .box_sites2{
            height: 40%;
            position: absolute;
            top: 51%;
            left:5%;
            width: 76%;
           
        }
        .footer-section{
            height: 75vh;
        }
            
           
        
        .h2_sec2{
            font-size: 27px;
            margin-bottom: 15%;
        }
        .image_sites2{
            width: 50%;
            height: 20%;
        }
        .image_sites3
        {
            width: 39%;
            top: 45%;
        }
        .image_sites_img
        {
            width: 100%;
           
            object-fit: cover;
            border-radius: 20px;
        }.descripton_text{
            font-size: 17px;
        }
        .image_sites{
            width: 40%;
        
            
        }
        .title{
            width:95%;
        }
        .descripton_sites{
            color: #fff;
            font-size: 15px;
        }
        
        
       
    }







}
@media (width:344px){
    .image_box{
        width: 50%;
        height:35vh ;
        top: 75%;
        left:50% ;
        
    }
   
}
@media (height:812px){
    .image_box{
        width: 50%;
        height:35vh ;
        top: 90%;
        left:50% ;
        
    }
    
}
@media (height:720px){
    .image_box{
        width: 40%;
        height:30vh ;
        top: 113%;
        left:50% ;
        
    }
}
@media (height:740px){
    .image_box{
        width: 50%;
        height:35vh ;
        top: 90%;
        left:50% ;
        
    }
}
@media (height:932px){
    .image_box{
        width: 60%;
        height:25vh ;
        top: 79%;
        left:50% ;
        
    }
}
@media (height:915px){
    .image_box{
        width:65% ;
        height: 25vh;
        
    }
}
@media (max-width:300px){
    .a_tags{

        font-size: 13px;

    }


    .hero-section{
        height: 100vh;
        }
    .lightmodes{
        font-size: 15px;
    }
    .hero-section{
        height: 100vh;
    }
    
    .nav_links{
        gap: 6%;
    }
    .title{
        font-size: 17px;
        width: 100%;
        margin-bottom: 30px;
       
    }
    header{
        height: 13vh;
    }
    .descripton{
        font-size: 20px;
        width: 95%;
        margin-left: 10%;

    }
    .greetings{
        font-size: 15px;
    }

   .descripton .wrapper .static{
        font-size: 12px;
    }
    .descripton .wrapper .dynamic_txt li{
        font-size: 10px;
        
    }
   .image_box{
    top: 80%;
    height: 20vh;
    width: 50vw;
    
   }
   .sec1{
    margin: 5px;
    padding:10px;
    height: 80vh;
    width: 90%;

   }
   h2{
    font-size: 20px;
   }
   .descripton_text_sec2{
    font-size: 17px;
   }
   .services{
    font-size: 20px;
   }
   .descripton_text{
    font-size: 15px;
   }
   p{
    font-size: 15px;
    
   }
   .descripton_text_sec1{
    font-size: 16px;
    margin-left: 0%;
   }
   .note{
    font-size: 15px;
   }
   .h2_sec2{
    font-size: 17px;
   }
   .descripton_sites{
    font-size: 15px;
   }
   .sec2{
    height: 230vh;
   }
   .comment_section{
    height: 70vh;
   }
   .name{
    font-size: 15px;
   }
   .comment{
    font-size: 15px;
   }
   .container{
    height: 100%;
    width: 50%;
   }
   .container .comment_box input{
    width: 70vw;
    font-size: 10px;

   }
   #name_input{
    width: 55vw;
    font-size: 10px;
    height: 5vh;
   }
   .comments_section{
    width: 90%;
    height: 10vh;
    padding: 5px;
    padding-left: 10px;
   }
   .comments_section h3{
    font-size: 15px;
   }
   .comment_section p{
    font-size: 15px;
   }
   .footer-section{
    height: 60vh;
    width: 100%;

   }
   .logo-footer{
    width: 30vw;
    height:10vh ;
   }
   .socials a .image-footer-facebook{
    width: 10vw;
    height: 5vh;
   }
   .socials a .image-footer{
    width: 10vw;
    height: 5vh;
   }
   .social-container{
    margin-bottom: 10px;
   }
  .container-footer .thanks{
    font-size: 15px;
   }
   .container-footer .rights{
    font-size: 15px;
   }
   .container-footer{
    height: 10vh;
    width: 100%;
   }
   
   body:has(option[value="light"]:checked){
    color:black;
    position: relative;
   background-color: #ddd;

    .hero-section{
    height: 100vh;
    }
    header{
        margin-bottom: 20%;
    }


    .greetings{
        font-size: 20px;
        width:100% ;
       
       
    }
    .a_tags{
        font-size: 15px;
    }
    .sec1{
        height: 82vh;
    }
    .note{
        font-size: 15px;
    }
    .descripton_text_sec1{
        font-size: 17px;
    }
    
    
    .descripton .wrapper .static{
        font-size: 12px;
          }
       .descripton .wrapper .dynamic_txt li{
         font-size:12px;
        
        }
    .description-box{
        width: 100%;
        
    }
    
    
    .h2_sec2{
        color: #fff;
    }
    .descripton{
        width: 95%;
        margin-top: 45%;
        margin-left: 50%;
       color: #fff;
        font-size: 20px;
    } 
    .sec2{
        height: 280vh;

    }
    .box_sites{
        height: 40%;
        width: 75%;
        margin: 0 auto;
        
    }
    .box_sites2{
        height: 40%;
        position: absolute;
        top: 51%;
        left:5%;
        width: 76%;
       
    }
    .footer-section{
        height: 75vh;
    }
        
       
    
    .h2_sec2{
        font-size: 27px;
        margin-bottom: 15%;
    }
    .image_sites2{
        width: 50%;
        height: 20%;
    }
    .image_sites3
    {
        width: 39%;
        top: 45%;
    }
    .image_sites_img
    {
        width: 100%;
       
        object-fit: cover;
        border-radius: 20px;
    }.descripton_text{
        font-size: 17px;
    }
    .image_sites{
        width: 40%;
    
        
    }
    .title{
        width:95%;
    }
    .descripton_sites{
        color: #fff;
        font-size: 15px;
    }
    
    option{
        font-size: l5px;
    }
   
}
}
@media (height:533px){
    .image_box{
        width:60% ;
        height: 40vh;
        top: 120%;
        
    }
    .sec2{
        height: 245vh;
    }
    .comment_section {
        height: 100vh;
    }
    .comments_section h3{
        font-size: 20px;
       }
       .comment_section p{
        font-size: 15px;
       }
       .footer-section{
        height: 80vh;
    
       }
       .logo-footer{
        width: 25vw;
        height:20vh ;
       }
       .socials a .image-footer-facebook{
        width: 10vw;
        height: 10vh;
       }
       .socials a .image-footer{
        width: 10vw;
        height: 10vh;
       }
       .social-container{
        margin-bottom: 10px;
       }
      .container-footer .thanks{
        font-size: 15px;
       }
       .container-footer .rights{
        font-size: 15px;
       }
       .container-footer{
        height: 50vh;
        width: 100%;
       }
       .container{
        height: 100%;
        width: 90%;
       }
       .container .comment_box input{
        width: 80vw;
        font-size: 15px;
    
       }
       #name_input{
        width: 55vw;
        font-size: 15px;
        height: 10vh;
       }
       .comments_section{
        width: 90%;
        height: 17vh;
        padding: 5px;
        padding-left: 10px;
       }
}
@media (height:480px){
    .image_box{
        width:60% ;
        height: 40vh;
        top: 120%;
        
    }
    .sec2{
        height: 270vh;
    }
    .comment_section{
        height: 100vh;
    }
    .footer-section{
        height: 85vh;
    }
}
@media (height:736px){
    .image_box{
        width:50% ;
        height: 30vh;
        top: 100%;
        
    }
    .sec2{
        height: 230vh;
    }
    .comment_section{
        height: 70vh;
    }
    .footer-section{
        height: 60vh;
    }
}
@media (height:640px){
    .image_box{
        width:50% ;
        height: 30vh;
        top: 100%;
        
    }
    .sec2{
        height: 200vh;
    }
    .comment_section{
        height: 70vh;
    }
    .footer-section{
        height: 65vh;
    }
}
@media (height:736px){
    .image_box{
        width:40% ;
        height: 30vh;
        top: 100%;
    
        
    }
    .sec2{
        height: 220vh;
    }
    .comment_section{
        height: 70vh;
    }
    .footer-section{
        height: 60vh;
    }
    .sec1{
        height: 70vh;
    }
    .descripton_sites{
        font-size: 20px;
    }
  

}
@media (height:658px){
   
    .sec2{
        height: 200vh;
    }
   
}
@media (height:823px){
    .image_box{
        width:50% ;
        height: 30vh;
        top: 90%;
        
    }
    .sec2{
        height: 200vh;
    }
    .comment_section{
        height: 70vh;
    }
    .footer-section{
        height: 65vh;
    }
}@media (height:1280px){
    .image_box{
        width:30% ;
        height: 25vh;
        top: 70%;
        
    }
    .sec1{
        height: 50vh;
    }
    .sec2{
        height: 70vh;
    }
    .comment_section{
        height: 50vh;
    }
    .comments_section{
        height: 10vh;
    }
    .footer-section{
        height: 65vh;
    }
}
@media (width:384px){
    .image_box{
        width:50% ;
        height: 30vh;
        top: 100%;
        
    }
    .sec2{
        height: 230vh;
    }
    .comment_section{
        height: 70vh;
    }
    .footer-section{
        height: 65vh;
    }
}
@media (height:896px){
    .image_box{
        width:50% ;
        height: 30vh;
        top: 86%;
        
    }
    .sec2{
        height: 200vh;
    }
    .comment_section{
        height: 70vh;
    }
    .footer-section{
        height: 65vh;
    }
}
@media (height:844px){
    .image_box{
        width:50% ;
        height: 30vh;
        top: 86%;
        
    }
    .sec2{
        height: 200vh;
    }
    .comment_section{
        height: 70vh;
    }
    .footer-section{
        height: 65vh;
    }
}
@media (height:915px){
    .image_box{
        width:50% ;
        height: 30vh;
        top: 86%;
        
    }
    .sec2{
        height: 200vh;
    }
    .comment_section{
        height: 70vh;
    }
    .footer-section{
        height: 65vh;
    }
}