:root {
    --red: rgb(160, 56, 56);
}
.wrapper {
    max-width: 960px;
    /* 2 */
    padding-right: 10px;
    /* 3 */
    padding-left: 10px;
    /* 3 */
}
body{
    overflow-x: hidden;  
      
    }
.w-5 {
    width: 10%;
    margin-left:5%;
  }
.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-65 {
  width: 65%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.hb-25 {
  margin-bottom: 5%;
}

.hb-50 {
  margin-bottom: 10%;
}

.hb-75 {
  margin-bottom: 15%;
}

.hb-100 {
  margin-bottom: 20%;
}

.h-25 {
  margin-top: 5%;
}

.h-50 {
  margin-top: 50%;
}

.mh-50 {
  margin-top: -50%;
}

.h-75 {
  margin-top: 25%;
}

.mh-75 {
  margin-top: -75%;
}

.h-100 {
  margin-top: 50%;
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;

}
.navbar-toggler{
    border: none !important;
}
.nav{
    background-color: rgba(223, 223, 223, 0.201) !important;
   color: white;
	
	top: 0;
    
    
}
.container-fluid{
    justify-content: right !important;
    
}
.hero-bg{
 background-image: url(../images/hero.jpg);   
padding-top: 190%;
margin-top: -15%;
background-position-x: center;
background-size: cover;
 background-repeat: no-repeat; 
}
.hero-title{
    padding-top: 5%;
    font-size: 2.2rem;
    font-weight: 300;
}
.hero-subtitle{
    font-weight: 300;
}

.hero-textbox{
    text-align: center;
}
button:focus:not(:focus-visible){
    box-shadow: none;
}
.mid{
    padding-left: 5%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 20%;
      max-width: 60%;
    }
  }
.photo-title{
    text-align: center;
}
.video-title{
    text-align: center;
    
}
.ad-title{
    text-align: center;
}
.flexbox{
    display: flex;
    flex-direction: row;
    
}
.contact{
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 75%;
    max-width: 100%;
}
.email{
    margin-bottom: 1%;
    margin-top: 1%;
    text-decoration: underline;
    
    color: white;
}
.phone{
    margin-bottom: 1%;
    color: white;
    text-decoration: underline;
    
}
.first{
    padding-top: 5%; 
}
.insta{
    margin-bottom: 1%;
    color: white;
    text-decoration: underline;
    
}
a.btn{
    text-decoration: none;
}
.btn{
    background: linear-gradient(to right,#000000 ,#313131);
    background-color: #000000;
    color: #fff;
   
    font-size: 18px;
  
    text-decoration: none;
    padding: 14px 15px;
    border: 0px solid #000;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-left: 34%;
    margin-bottom: 5%;
    margin-top: 5%;
   }
   .btn:hover{
    background-color: rgb(29, 29, 29);
    color: rgb(95, 95, 95);
   }
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1280px) 
  and (-webkit-min-device-pixel-ratio: 1) {
h1{
    font-size: 3rem !important;
}
.wrapper{
  max-width: 99%;
  padding-left: 20px;
  padding-right: 20px;
}
h3{
    font-size: 2rem !important;
}
.nav{
  background-color: rgba(223, 223, 223, 0) !important;
 color: white;

top: 0;
  
  
}
.nav-item{
  color: #fff;
  
}
.navbar-expand-lg .navbar-collapse{
            
  justify-content: right !important;
}
    .hero-bg{
        background-image: url(../images/index.jpg);   
        padding-top: 80%;
        
        background-position-x: center;
      
         background-repeat: no-repeat; 
       
        
       }
       .column {
        flex: 30%;
        max-width: 60%;
      }
       .mb-3{
       
        width: 45%;
        margin: 2%;
       }
       .mid{
        margin-left: -4%;
        display: flex;
    flex-wrap: wrap;
       }
       .hero-textbox{
        color: #fff;
        margin-top: -25%;
        margin-bottom: 20%;
       }
       .btn{
        background: linear-gradient(to right,#000000 ,#313131);
        background-color: #000000;
        color: #fff;
        
        font-size: 18px;
        
        text-decoration: none;
        padding: 14px 15px;
        border: 0px solid #000;
        border-radius: 10px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        margin-left: 42%;
        margin-bottom: 5%;
        margin-top: 5%;
       }
    
  }
@media screen 
  and (min-device-width: 1280px) 
  and (max-device-width: 1800px) 
  and (-webkit-min-device-pixel-ratio: 1) {
.nav{
  background-color: rgba(223, 223, 223, 0) !important;
}
    
       h1{
        font-size: 3rem !important;
    }
    h3{
        font-size: 2rem !important;
    }
        .hero-bg{
            background-image: url(../images/index.jpg);   
            padding-top: 80%;
            
            background-position-x: center;
          
             background-repeat: no-repeat; 
           
            
           }
           .wrapper{
            max-width: 100%;
            padding-left: 50px;
            padding-right: 50px;
           }
           .column {
            flex: 100%;
            max-width: 33%;
          }
           .mb-3{
           height: 390px;
            width: 45%;
            margin: 2%;
           }
           .mid{
            margin-left: -4%;
            display: flex;
        flex-wrap: wrap;
           }
           .hero-textbox{
            text-align: center;
           display: flex;
           justify-content: center;
           flex-direction: column;
           flex-basis: content;
           max-width: 99%;
           color: #fff;
           margin-top: -25%;
           margin-bottom: 20%;
        }
        .small-video{
            width: 20%;
            height: 500px;
        }
        .advertisements{
            
        }
        .flexbox{
            justify-content: center;
        }
        .large-video{
            width: 75%;
            height: 600px;
            margin-left: 12%;
        }

           .btn{
            background: linear-gradient(to right,#000000 ,#313131);
            background-color: #000000;
            color: #fff;
            
            font-size: 1.5rem;
            
            text-decoration: none;
            padding: 20px 30px;
            border: 0px solid #000;
            border-radius: 10px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            margin-left: 45%;
            margin-bottom: 5%;
            margin-top: 5%;
           }
           .nav-item{
       
            color: #fff;
           
        }
        .navbar-expand-lg .navbar-collapse{
            
            justify-content: right !important;
        }
        
      
   }

   @media screen 
  and (min-device-width: 1920px) 
  and (max-device-width: 2560px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    .nav-item{
       
        color: #fff;
       
    }
    .navbar-expand-lg .navbar-collapse{
        
        justify-content: right !important;
    }
    h1{
        font-size: 3rem !important;
    }
    h3{
        font-size: 2rem !important;
    }
        .hero-bg{
            background-image: url(../images/index.jpg);   
            padding-top: 70%;
            
            background-position-x: center;
          
             background-repeat: no-repeat; 
           
            
           }
           .wrapper{
            max-width: 100%;
            padding-left: 50px;
            padding-right: 50px;
           }
           .column {
            flex: 100%;
            max-width: 20%;
            
          }
           .mb-3{
           height: 390px;
            width: 40%;
            margin: 2%;
           }
           .mid{
            margin-left: -4%;
            padding-left: 15%;
            display: flex;
        flex-wrap: wrap;
           }
           .hero-textbox{
            text-align: center;
           display: flex;
           justify-content: center;
           flex-direction: column;
           flex-basis: content;
           max-width: 99%;
           color: #fff;
           margin-top: -25%;
           margin-bottom: 20%;
        }
        .small-video{
            width: 20%;
            height: 500px;
        }
        .advertisements{
            
        }
        .flexbox{
            justify-content: center;
        }
        .row{
            justify-content: center;
        }
        .small-video{
            width: 45%;
            height: 600px;
            margin-right: 30px;
        }
        .advertisements{
            display: flex;
            margin-left: -5%;
        }
        .flexbox{
            justify-content: center;
        }
        .large-video{
            width: 45%;
            height: 600px;
            margin-left: 12%;
        }

           .btn{
            background: linear-gradient(to right,#000000 ,#313131);
            background-color: #000000;
            color: #fff;
            
            font-size: 1.5rem;
            
            text-decoration: none;
            padding: 20px 30px;
            border: 0px solid #000;
            border-radius: 10px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            margin-left: 45%;
            margin-bottom: 5%;
            margin-top: 5%;
           }
        
           .first{
            padding-top: 2%;
           }
           .nav{  background-color: rgba(223, 223, 223, 0) !important;}
           .hero-textbox{
         
           }

  }
  @media only screen and (min-width: 3000px) {
    .nav-item{
       
        color: #fff;
       
    }
    .row{
        justify-content: center;
    }
    .nav{  background-color: rgba(223, 223, 223, 0) !important;}
    .navbar-expand-lg .navbar-collapse{
        
        justify-content: right !important;
    }
    h1{
        font-size: 5rem !important;
    }
    h3{
        font-size: 3rem !important;
    }
        .hero-bg{
            background-image: url(../images/index.jpg);   
            padding-top: 60%;
            
            background-position-x: center;
          
             background-repeat: no-repeat; 
           
            
           }
           .wrapper{
            max-width: 100%;
            padding-left: 100px;
            padding-right: 100px;
           }
           .column {
            flex: 100%;
            max-width: 20%;
            
          }
           .mb-3{
           height: 420px;
            width: 20%;
            margin: 2%;
           }
           .mid{
            margin-left: -4%;
            padding-left: 8%;
            display: flex;
        flex-wrap: wrap;
           }
           .hero-textbox{
            text-align: center;
           display: flex;
           justify-content: center;
           flex-direction: column;
           flex-basis: content;
           max-width: 99%;
        }
        .small-video{
            width: 45%;
            height: 600px;
            margin-right: 30px;
        }
        .advertisements{
            display: flex;
        }
        .flexbox{
            justify-content: center;
        }
        .large-video{
            width: 40%;
            height: 600px;
            margin-left: 12%;
        }

           .btn{
            background: linear-gradient(to right,#000000 ,#313131);
            background-color: #000000;
            color: #fff;
            
            font-size: 2rem;
            
            text-decoration: none;
            padding: 35px 40px;
            border: 0px solid #000;
            border-radius: 10px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            margin-left: 47.2%;
            margin-bottom: 5%;
            margin-top: 5%;
           }
        
  }