@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: 1s;
    font-family: 'DM Sans', sans-serif;
    transition: 1s;
    font-family: 'Inter', sans-serif;
    
}

:root {
    --color1: #FFB120;
    --color2: #07332F;
    --white:  white;
    --black:  black;
}

h1 {
  font-size: 32px;
  font-family: 'Cormorant Garamond', serif !important;

}

h2 {
  font-size: 28px;
  font-family: 'Cormorant Garamond', serif;
}

h3 {
  font-size: 24px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700 !important;
}

h4 {
  font-size: 20px;
  font-family: 'Cormorant Garamond', serif;
}

h5 {
  font-size: 16px;
  font-family: 'Cormorant Garamond', serif;
}

h6 {
  font-size: 12px;
  font-family: 'Cormorant Garamond', serif;
}

span{
  font-weight: 700 !important;

}

p {
  font-size: 16px;
}

body{
  overflow-x: hidden !important;
}
 
.content-1 span{
    font-family: 'Cormorant Garamond', serif !important;
  
  }
  

.header-two{
    width: 100%;
    height: 60vh;
    background-image: linear-gradient(
      rgba(0,0,0,0.5),
      rgba(0,0,0,0.5)
      ),
      url(https://images5.alphacoders.com/647/647570.jpg) !important;
      background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     position: relative;
   }
  


.contact-banner{
    width:100%;
    height:55vh;
    position: relative;
}
.contact-banner img{
    width:100%;
    height:100%;
     object-fit: cover;
 
}
.contact-topic{
    position: absolute;
    top:45%;
    left:45%;
}
.contact-topic h2{
    color: white;
    font-size:45px;
}

.gallery-picture{
    margin-top:80px;
    margin-bottom:60px;
    overflow: hidden;
 
}
.gallery-picture .mb-2 img{
    width:100%;
    height:280px;
    object-fit: cover;
}

.gallery-picture .col-lg-4{
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.ovy{
    position: absolute;
    top:-100%;
    left:0;
    width:100%;
    height:100%;
    background-color:var(--color2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition:1s;
    opacity: 50%;
    flex-direction: column;

}
.col-lg-4:hover .ovy{
    top:0;
    
 }
 .ovy i{
    color:white;
     margin-right: 0; 
    font-size:30px;
}









@media screen and (max-width:320px){


    
.contact-banner{
    width:100%;
    height:55vh;
    position: relative;
}
.contact-banner img{
    width:100%;
    height:100%;
     object-fit: cover;
 
}
.contact-topic{
    position: absolute;
    top:45%;
    left:30%;
}
.contact-topic h2{
    color: white;
    font-size:45px;
}


    .gallery-picture{
        margin-top:40px;
        margin-bottom:20px;
        overflow: hidden;
     
    }
    .gallery-picture .mb-2 img{
        width:100%;
        height:280px;
        object-fit: cover;
    }
    
    .gallery-picture .col-lg-4{
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    
    .ovy{
        position: absolute;
        top:-100%;
        left:0;
        width:100%;
        height:100%;
        background-color:var(--color2);
        display: flex;
        align-items: center;
        justify-content: center;
        transition:1s;
        opacity: 50%;
        flex-direction: column;
    
    }
    .col-lg-4:hover .ovy{
        top:0;
        
     }
     .ovy i{
        color:white;
         margin-right: 0; 
        font-size:30px;
    }
    

}

@media screen and (min-width:321px) and (max-width:375px){

  
    
.contact-banner{
    width:100%;
    height:55vh;
    position: relative;
}
.contact-banner img{
    width:100%;
    height:100%;
     object-fit: cover;
 
}
.contact-topic{
    position: absolute;
    top:45%;
    left:33%;
}
.contact-topic h2{
    color: white;
    font-size:45px;
}


    .gallery-picture{
        margin-top:40px;
        margin-bottom:60px;
        overflow: hidden;
     
    }
    .gallery-picture .mb-2 img{
        width:100%;
        height:280px;
        object-fit: cover;
    }
    
    .gallery-picture .col-lg-4{
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    
    .ovy{
        position: absolute;
        top:-100%;
        left:0;
        width:100%;
        height:100%;
        background-color:var(--color2);
        display: flex;
        align-items: center;
        justify-content: center;
        transition:1s;
        opacity: 50%;
        flex-direction: column;
    
    }
    .col-lg-4:hover .ovy{
        top:0;
        
     }
     .ovy i{
        color:white;
         margin-right: 0; 
        font-size:30px;
    }
    




}

@media screen and (min-width:376px) and (max-width:425px){


    .contact-banner{
        width:100%;
        height:55vh;
        position: relative;
    }
    .contact-banner img{
        width:100%;
        height:100%;
         object-fit: cover;
     
    }
    .contact-topic{
        position: absolute;
        top:45%;
        left:35%;
    }
    .contact-topic h2{
        color: white;
        font-size:45px;
    }
    
    
        .gallery-picture{
            margin-top:40px;
            margin-bottom:60px;
            overflow: hidden;
         
        }
        .gallery-picture .mb-2 img{
            width:100%;
            height:280px;
            object-fit: cover;
        }
        
        .gallery-picture .col-lg-4{
            position: relative;
            z-index: 0;
            overflow: hidden;
        }
        
        .ovy{
            position: absolute;
            top:-100%;
            left:0;
            width:100%;
            height:100%;
            background-color:var(--color2);
            display: flex;
            align-items: center;
            justify-content: center;
            transition:1s;
            opacity: 50%;
            flex-direction: column;
        
        }
        .col-lg-4:hover .ovy{
            top:0;
            
         }
         .ovy i{
            color:white;
             margin-right: 0; 
            font-size:30px;
        }
        
    
    


}

@media screen and (min-width:426px) and (max-width:600px){

   
    .contact-banner{
        width:100%;
        height:55vh;
        position: relative;
    }
    .contact-banner img{
        width:100%;
        height:100%;
         object-fit: cover;
     
    }
    .contact-topic{
        position: absolute;
        top:45%;
        left:40%;
    }
    .contact-topic h2{
        color: white;
        font-size:45px;
    }
    
    
        .gallery-picture{
            margin-top:40px;
            margin-bottom:60px;
            overflow: hidden;
         
        }
        .gallery-picture .mb-2 img{
            width:100%;
            height:280px;
            object-fit: cover;
        }
        
        .gallery-picture .col-lg-4{
            position: relative;
            z-index: 0;
            overflow: hidden;
        }
        
        .ovy{
            position: absolute;
            top:-100%;
            left:0;
            width:100%;
            height:100%;
            background-color:var(--color2);
            display: flex;
            align-items: center;
            justify-content: center;
            transition:1s;
            opacity: 50%;
            flex-direction: column;
        
        }
        .col-lg-4:hover .ovy{
            top:0;
            
         }
         .ovy i{
            color:white;
             margin-right: 0; 
            font-size:30px;
        }
        
    
    



}

@media screen and (min-width:601px) and (max-width:768px){


    .contact-banner{
        width:100%;
        height:55vh;
        position: relative;
    }
    .contact-banner img{
        width:100%;
        height:100%;
         object-fit: cover;
     
    }
    .contact-topic{
        position: absolute;
        top:45%;
        left:40%;
    }
    .contact-topic h2{
        color: white;
        font-size:45px;
    }
    
    
        .gallery-picture{
            margin-top:40px;
            margin-bottom:60px;
            overflow: hidden;
         
        }
        .gallery-picture .mb-2 img{
            width:100%;
            height:280px;
            object-fit: cover;
        }
        
        .gallery-picture .col-lg-4{
            position: relative;
            z-index: 0;
            overflow: hidden;
        }
        
        .ovy{
            position: absolute;
            top:-100%;
            left:0;
            width:100%;
            height:100%;
            background-color:var(--color2);
            display: flex;
            align-items: center;
            justify-content: center;
            transition:1s;
            opacity: 50%;
            flex-direction: column;
        
        }
        .col-lg-4:hover .ovy{
            top:0;
            
         }
         .ovy i{
            color:white;
             margin-right: 0; 
            font-size:30px;
        }
        
    
    



}

@media screen and (min-width:769px) and (max-width:900px){

   
    .contact-banner{
        width:100%;
        height:55vh;
        position: relative;
    }
    .contact-banner img{
        width:100%;
        height:100%;
         object-fit: cover;
     
    }
    .contact-topic{
        position: absolute;
        top:45%;
        left:45%;
    }
    .contact-topic h2{
        color: white;
        font-size:45px;
    }
    
    
        .gallery-picture{
            margin-top:40px;
            margin-bottom:60px;
            overflow: hidden;
         
        }
        .gallery-picture .mb-2 img{
            width:100%;
            height:280px;
            object-fit: cover;
        }
        
        .gallery-picture .col-lg-4{
            position: relative;
            z-index: 0;
            overflow: hidden;
        }
        
        .ovy{
            position: absolute;
            top:-100%;
            left:0;
            width:100%;
            height:100%;
            background-color:var(--color2);
            display: flex;
            align-items: center;
            justify-content: center;
            transition:1s;
            opacity: 50%;
            flex-direction: column;
        
        }
        .col-lg-4:hover .ovy{
            top:0;
            
         }
         .ovy i{
            color:white;
             margin-right: 0; 
            font-size:30px;
        }
        
    
    


}