* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
}

:root {
    --primary-color:#f3f3f5;
    --container-normal: 1100px;
    --container-wide: 1600px;
    --contaiber-narrow: 900px;
    --primary-color2:#364694;
   
}
body {
     font-family: "Roboto Mono", monospace,Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;

      background-image: linear-gradient(180deg, #e1e6e4 0%, #f4864f 100%);

    
}
a {
    text-decoration: none;
    color: #140f0c;
}
ul {
    list-style: none;
}
img { max-width: 100%;

}

/* utility classes */



/* Container */

.container {
    max-width: var(--container-normal);
    margin: 0 auto;
    padding: 0 1.5rem;
}
.container-lg {
    max-width: var(--container-wide);
}
.container-sm {
    max-width: var(--contaiber-narrow);
}


/* Header */
.header {
   
}
 .header .logo {
    width: 200px;
    border-radius: 8px;
 
       
}
.header .header-flex {
    display: flex;
    gap: 5rem;
    margin: 1.5rem auto;      
    align-items: center;
}
.header .main-menu {
    display: flex;
    gap: 2rem;
    font-size: 1.3rem;
    justify-content: space-between;
    
}
.header .main-menu a {
   
  justify-content: space-between;
  margin-right: 30px;
  padding: 5px 18px;
  
 
}
.header .main-menu a:hover {
   background:#ff4000 ;
   opacity: 0.7;
   color:white ;
   border-radius: 8px;
   
   
   
}
.current {
    background: var(--primary-color2);
    color: #e6d6d6;
    font-weight: 600;
    border-radius: 8px;
    
}

/* Hero */

.hero {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    color: black ;
    text-shadow:1px 1px 3px rgb(239, 239, 239); 
    
    
    
}
.hero h2 {
    margin-top: 4rem;
    margin-bottom: 3rem;
    font-size: 3rem;
    line-height: 1.4;
    font-weight: normal;
}

.contact-menu-btn {
    display: flex;
    gap: 1rem;
    font-size: 1.3rem;
    justify-content: space-between;
    margin: 3rem;
    
    
}
.contact-menu-btn .text-btn {
   background:#ff4000 ;
   opacity: 0.7;
   color:white ;
    text-shadow:0px 1px 0px #b23e35;
    font-weight: 580;
    border-radius: 8px;
    padding: 0.625rem 1.5rem;}
    
  

.contact-menu-btn a {
   background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 6%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#425897 93%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
    color: #0a0a0a;
    border-radius: 0.25rem;
    padding: 0.625rem 1.5rem;
    font-weight: 580;
   
  
}

.contact-menu-btn a:hover {
   background:#f27108 ;
   opacity: 0.7;
   color:white ;
   border-radius: 4px;
   transition-duration: 0.4s;
   filter: drop-shadow(0 0 10px #0939d7);
}

.info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.gallery-flex {
   display: flex; 
   justify-content: center;
   flex-wrap: wrap;
   gap: 20px;
}
.gallery-item {
    width: calc(33.333% - 1.5rem);
    border-radius: 10px;
}
.gallery-item img {
    border-radius: 10px; 
}
.gallery-item:hover {
    opacity: 0.7;
}
 /* Footer */
 .footer {
    border-top: 1px  5rem solid #aaa; 
    padding: 2rem 2rem;
    margin-top: 2rem;
 }
 .footer .container footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
 }
 .footer h4 { 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: rgb(12, 16, 24);
    font-size: 1.5rem;
    margin-bottom: 0.5rem; }
   
 .footer .container  {
    border-bottom: 1px 5rem solid #d8d8da; 
    font-size: 1.5rem;
    font-weight: normal;
    color: #333;
    line-height: 2.2rem;
 }
 

 .logo-insta {
    
    width: 180px;
    
 }

 /* Services */
 .section-heading {
    color: rgb(57, 58, 60);
    
 }
 .paragraph {
    text-align: center;
    padding: 2rem 3rem;
    font-size: 1.2rem;
 }
 .services {
    margin-top: 2rem;
    color: #0a0000;
    padding: 3rem 0 4rem;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 2.4rem;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  
    
 }
 .services-flex {
    display: flex;
    gap: 2rem;
 }
 .services-item h4 {
    font-size: 1.4rem;
 }
 
 .media-icons{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.media-icons a{
  position: relative;
  color: #111;
  font-size: 25px;
  transition: 0.3s;
  transition-property: transform;
}

.media-icons a:not(:last-child){
  margin-right: 60px;
}

.media-icons a:hover{
  transform: scale(1.5);
}
.click {
    text-align: center;
    color:rgb(255, 250, 240);
    font-weight: 500;
}
.hr {
    color: #e3580d;
    height: 2px;
    background-color: #0939d7;
    display: flex;
}
 article {
    border :
        1px solid rgb(185, 151, 151);
        font-size: 14px;
        padding-top: 1.5rem;
        margin-top: 1.5rem;
        border-radius: 10px;
        text-align: center;
}
 
/* Media Queries */

@media(max-width: 768px) {
    .header .header-flex,
    .footer .footer-flex {
        flex-direction: column; 
        gap: 1rem;
    }
    .main-menu {
        flex-direction: column;
        text-align: center;
        margin-top: 2rem;
        margin-bottom: 1.5rem;
        
    }
 
    .hero {
        margin-top: 4rem;
        height: 300px;
    }
    .hero h2 {
        font-size: 1.5rem;
        text-align: center;

    }

  .contact-menu-btn {
  
        flex-direction: column; 
        gap: 2rem;
        flex-direction: column;
        text-align: center;}
        .insta-btn {
            margin-bottom: 2rem;
        }

      
   
  
  hr {
    opacity: 10%;
  }
    .gallery-item {
        margin-top: 4rem;
        width: calc(50% - 20px);
    }
    .services {
        text-align: center;
    }
    .footer .footer-flex  {
        text-align: center;
        align-items: center;
    }
      .logo-insta {
        display:inline-block ;
        align-items: center;
    }

}