* { 
    margin: 0; padding: 0; border: none;
  
}

body{
    background-color: orange;
    min-width: 100%;    
}

#center {
    background-color: orangered;
    min-height: 100vh;
    max-width: 75vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.menu h1{   
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1139px) {
    .title {
      content:url("assets/Title\ 2.png");
    }
  }
  
  @media screen and (min-width: 1140px) {
    .title {
      content:url("assets/Title\ 1.png");
    }
  }

  .title {
    max-width: 80%;
  }
.menu h1 a{
    /* color : orange;
    text-align: center;
    font-size: 1.5625rem;
font-size: clamp(1.5625rem, 0.5608974358974359rem + 4.273504273504273vw, 3.125rem); */
    /* -webkit-text-stroke: 1px black; */
}

.home-intro h2{
    font-size: 0.9375rem;
font-size: clamp(0.9375rem, 0.5965909090909092rem + 1.7045454545454544vw, 1.875rem);
    padding-top: 20px;
    padding-bottom: 20px;
}

nav{
    width: 100%;
    min-height: 50px;
    background-color: yellow;
}

.menu{

}
.menu ul {
    

}

.menu ul li{
    list-style: none;
    display:inline-block;
    float: center;
    line-height: clamp(20px, 4.0vw, 50px);
    padding: 0 20px;
    
}

.menu ul li a{
    font-size: 0.625rem;
font-size: clamp(0.625rem, 0.375rem + 1.25vw, 1.875rem);
    font-family: arial;
    color: rgb(0, 4, 255);
    display: block;
    text-decoration: none;
    padding: 0 20px;
    

      
}

.menu ul li a:hover{
    color: red;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(0, 0, 0) ;
}

img{
    display:block;
    max-width: 100%;
    margin: auto;
}



.videowrapper iframe {
    aspect-ratio: 16/9;
    width: 100%;
    

}

@media (min-width: 1200px ){
    .videowrapper iframe {
        width: 70%;
        
    
    }
}

.media-one iframe {
    aspect-ratio: 16/9;
    width: 100%;
    

}

@media (min-width: 1200px ){
    .media-one iframe {
        width: 70%;
        
    
    }
}



.description{
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    /* font-size: 25px; */
    font-size: 0.75rem;
font-size: clamp(0.75rem, 0.3017241379310345rem + 2.2413793103448274vw, 1.5625rem);
}

@media (min-width: 500px ){
    .description{
        padding-left: 30px;

    }
}

.contact-heading{
    font-style: none;
}

.contact-container{
    /* height: 50vh; */
    display: inline-block;
    padding: 20px; 
    align-items: center;

    /* justify-content: space-evenly; */
}
.contact-container form{

}

.contact-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.contact-inputs{
    width: clamp(180px, 30vw, 1000px);
    max-width: 800px;
    height: 7vh;
    max-height: 80px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #666;
    border-radius: 50px;

}

.contact-left textarea{
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
}
.contact-inputs:focus{
    border: 2px solid black;
}

.contact-inputs::placeholder{
    color: #a9a9a9;
}

.contact-inputs::placeholder{
    color: #a9a9a9;
}

.contact-left button{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    color: white;
    gap: 10px;
    border: none;
    border-radius: 50px;
    background: linear-gradient(270deg, white, black );
    cursor: pointer;
}

.contact-left button img{
    height: 15px;
}

.contact-info h2{
    /* font-size: 45px; */
    font-size: 1.5625rem;
font-size: clamp(1.5625rem, 1.1079545454545454rem + 2.272727272727273vw, 2.8125rem);
    padding: 20px;
    margin auto;   
}

.contact-info p{
    /* font-size: 30px; */
    font-size: 0.75rem;
font-size: clamp(0.75rem, 0.34090909090909094rem + 2.0454545454545454vw, 1.875rem);
    font-weight: bold;
    line-height: 60px;
}

.shop ul{
    /* padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    text-align: left;
    font-size: 25px; */
    padding-top: 20px;
    padding-bottom: 20px;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    /* font-size: 25px; */
    font-size: 0.75rem;
font-size: clamp(0.75rem, 0.3017241379310345rem + 2.2413793103448274vw, 1.5625rem);
}

.shop h3{
    font-size: 1.25rem;
font-size: clamp(1.25rem, 0.9090909090909092rem + 1.7045454545454544vw, 2.1875rem);
}

.services h1{
    font-size: 45px;
    padding: 20px;
    margin auto;
}

#offering p{
    /* font-size: 30px; */
    font-size: 0.75rem;
font-size: clamp(0.75rem, 0.34090909090909094rem + 2.0454545454545454vw, 1.875rem);
    font-weight: bold;
}

.about-description h1{
    /* font-size: 45px; */
    font-size: 1.5625rem;
font-size: clamp(1.5625rem, 1.1079545454545454rem + 2.272727272727273vw, 2.8125rem);
    padding: 20px;
    margin auto;

}

.about-description p{
    padding-bottom: 20px;

    
    
}

.part-107 h2{
    /* font-size:35px; */
    font-size: 1.25rem;
font-size: clamp(1.25rem, 0.9090909090909092rem + 1.7045454545454544vw, 2.1875rem);
    margin-top: 20px;
}

.part-107 p{
    padding-bottom: 20px;
}

#payment p{
    /* font-size: 30px; */
    font-size: 0.75rem;
font-size: clamp(0.75rem, 0.34090909090909094rem + 2.0454545454545454vw, 1.875rem);
    font-weight: bold;
}

#payment h1{
    /* font-size: 45px; */
    font-size: 1.5625rem;
font-size: clamp(1.5625rem, 1.1079545454545454rem + 2.272727272727273vw, 2.8125rem);
    padding: 20px;
    margin auto;
}

#payment h2{
    /* font-size: 35px; */
    font-size: clamp(1.25rem, 0.9090909090909092rem + 1.7045454545454544vw, 2.1875rem);
    margin-top: 20px;
}

.services-drone p{
    padding-bottom: 20px;

}

.services-editing p{
    padding-bottom: 190px;

}

.shop h2{
    font-size: 1.5625rem;
font-size: clamp(1.5625rem, 1.1079545454545454rem + 2.272727272727273vw, 2.8125rem);
    padding: 20px;
    margin auto;
    text-align: center;
}

.button{
    padding-bottom: 30px;
}



footer{
    padding-top: 30px;
    padding-bottom: 5px;
}

footer p{
    
    /* font-size: 20px; */
    font-size: 0.625rem;
font-size: clamp(0.625rem, 0.33088235294117646rem + 1.4705882352941175vw, 1.25rem);
}

.footer-contact p{
    font-size: 0.9375rem;
font-size: clamp(0.9375rem, 0.5965909090909092rem + 1.7045454545454544vw, 1.875rem);
    padding-bottom: 50px;
    font-weight: bold;
}

.media-one{
    padding-bottom: 190px;
}

.media-one h2{
    font-size: 1.5625rem;
font-size: clamp(1.5625rem, 1.1079545454545454rem + 2.272727272727273vw, 2.8125rem);
    padding: 20px;
    margin auto;
    text-align: center;
}