@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

/* home page */

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

*, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
 
}

body {
    background: black;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}



.home-page {
    background-image: url('../assets/NewT.jpg');
    height: 100vh;
    /* max-width: 100%; */
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 5fr 1fr;
    grid-auto-flow: row;
    column-gap: 1rem;
    color: #fff;
    margin-bottom: .3rem;

}

.navbar {

    height: 5.8rem;
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: .8rem;    
    display: grid; 
    column-gap: 3rem;
    justify-content: end;
    grid-auto-flow: column;
    align-content: start;
    padding-top: .3rem;
    padding-bottom:.3rem;
    align-items: center;
    background-color:#967549bd;

}

.home-page .navbar a {

    color: #fff;
    font-size: 1.3rem;
    font-weight: 300;
    padding: .5rem .5rem;
    border-radius: 5px;
    transition: .5s;
    text-decoration: none;
    font-weight: 100;
    letter-spacing: 2px;
}

.navbar img {
   
    border: 1px solid #565656;
    border-radius: 50%;
    height: 50px;
}


.navbar a:hover {
    color: #c7c7c7;
   
}

.home-page-center-section {

    position: relative;
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: center;
    justify-items: center;
    margin: 0;
    column-gap: 1;
}


.home-center-logo-one {
    margin-top: 8rem;
    grid-column: 1/3;
    display: flex;
    font-size: 5rem;
    letter-spacing: 4.5rem;
    font-weight: 500;
    
}

.span-letters{
 
}

.logo-spacing {
    margin-left: 4rem;
    margin-right: 4rem;
}

.nav-items {
 
}

.red-dot {
    margin-left: 3rem;
    margin-right: 3rem;
    display: inline-block;
    align-self: center;
    width: 15px;
    height: 15px;
    background-color: #D7020F;
    border-radius: 100%;
}

.last-letter {
    letter-spacing: 0px;
}

.navbar span {
    margin: .5rem;
    display: inline-block;
    align-self: center;
    width: 10px;
    height: 10px;
    background-color: #D7020F;
    border-radius: 100%;
}

.social-links-section {
    justify-items: center;
    grid-column: 1 / 3;
    justify-self: end;
    column-gap: 3rem;
    margin-right: 5rem;
    align-self: end;
    z-index: 5;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: column;
    margin-bottom: 3rem;
}

.facebook {
    background: url(../assets/facebook.png);
    height: 50px;
    width: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.twitter {
    background: url(../assets/twitter.png);
    height: 50px;
    width: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.instagram {
    background: url(../assets/instagram.png);
    height: 50px;
    width: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.you_tube {
    background: url(../assets/youtube.png);
    height: 50px;
    width: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.mail{
    background: url(../assets//mail.png);
    height: 50px;
    width: 50px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    
}

.social-links-section a {
  
    
}

/* page 2 */

.video-section-page{

    font-size: 0;
    display: flex;
    justify-content: center;
    position: relative;
    height: 100vh;
    overflow: hidden;
    margin-bottom: .3rem;
}

.video-section-page video {

    object-fit: cover;
    background-size: cover;
    width:100%;
    height: 100%; 
    position: absolute; 
    top: 0; 
    left: 0;
}

.video-section-page h1 {
    display: flex;
    margin: 2rem;
    grid-row: 2 / 4;
    justify-self: center;
    align-self: center;
    color: black;
    z-index: 100;
    font-size: 3rem;
    letter-spacing: 3rem;

}
.video-section-page h1 span {
    color: #fff;
    font-size:3.5rem;

}


/* page 3 */

.motion-gallery-page {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    background-image: url('../assets/DSC_1883-min.JPG');
    height: 100vh;
    background-size: cover;
    background-position: center;
    margin-bottom: .3rem;
}

.youtube-container{
    
    margin-top: 6rem;
    margin-left: 6rem;
}

.motion-gallery-button-container{

    grid-row: 3 / 4;
    align-self: center;
    display: grid;
    width: 280px;
    height: 4rem;
    justify-self: center;
    margin-top: 12rem;
    text-decoration: none;
    align-self: center;
}

.motion-gallary-button-white {
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    /* border: 2px solid black; */
    background-color: #b99667;
    transition: .4s;
    text-align: center;
    align-self: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    letter-spacing: 5px;
    font-size: 1.6rem;
}

.motion-gallery-button-container a:hover {
    background-color: #967549;
    color: #fff;
}



.image-portfolio-section { 
    background-image: url('../assets/DSC_3214-min.JPG');
    height: 100vh;
    background-size: cover;
    background-position: center;
    margin-bottom: .3rem;
    display: grid;
    grid-template-rows: repeat(4, 1fr); 
}

 .image-portfolio-button-container{

    grid-row: 3 / 4;
    display: grid;
    width: 280px;
    height: 4rem;
    justify-self: center;
    text-decoration: none;
    align-self: center;
}

.image-portfolio-button-container a:hover {
    background-color: #967549;
    color: #fff;
}

.explore-safaris-section {
    background-image: url('../assets/DSC_1609-min.JPG');
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    margin-bottom: .3rem;
}


.explore-safaris-button-container{

    grid-row: 3 / 4;
    display: grid;
    width: 280px;
    height: 4rem;
    justify-self: center;
    text-decoration: none;
    align-self: center;
  
}

.explore-safaris-button-container a:hover {
    background-color: #967549;
    color: #fff;
}


.contact-me-section {
    background-image: url('../assets/DSC_9253-min.JPG');
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
  
}

.bio-section {
    background-image: url('../assets/DSC_4510-min.JPG');
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: start;
   
}

.bio-container{
   padding-left: 1.5rem;
   padding-right: 1.5rem;
   display: flex;
   flex-direction: column;
   flex-basis: 50%;
   align-items: center;
}

.bio-header {
    
    
    font-size:2.4rem;
    color: #b99667;
    text-align: justify;
    
}

.bio-container p {

    margin-top: 2rem;
    color: #b99667;
    grid-row: 2/3;
    grid-column: 1/2;
    font-size:  1.6rem;
    text-align: justify;
}

.bio-container img {
    margin: auto;
    height: 140px;
    width: 140px;
    border: 2px solid #565656;
    border-radius: 50%;
   
}


.contact-me-button-container{

    grid-row: 3 / 4;
    display: grid;
    width: 280px;
    height: 4rem;
    justify-self: center;
    text-decoration: none;
    align-self: center;
}

.contact-me-button-container a:hover {
    background-color: #967549;
    color: #fff;
}



@media (max-width: 1400px) { 

.home-center-logo-one {

    margin-top: 8rem;
    grid-column: 1/3;
    display: flex;
    font-size: 5rem;
    letter-spacing: 3rem;
    }


}

@media (max-width: 1300px) { 

    .home-center-logo-one {
        font-size: 4rem;
    }
    
    .home-center-logo-two {
        font-size: 4rem;
    }
    
    
}

@media (max-width: 1180px) {

    .video-section-page h1 span {
        color: #fff;
        font-size:3.5rem;
    }

    .video-section-page h1 {
        color: #fff;
        letter-spacing: 3px;
    }

    @media (max-width: 1000px) { 
        .home-center-logo-one span {
            font-size: 3rem;
            letter-spacing: 3px;
        }

        .red-dot {
            display: none;
        }
    }
}

@media (max-width: 1024px) {
    .bio-container{
        flex-basis: 100%;
       
     }

     .bio-container img {
         width: 100px;
         height: 100px;
         margin: auto;
     }

     .bio-header {
         margin-top: 2rem;
        font-size:1.4rem;
        color: #b99667;
        text-align: left;
        
    
    }
    
    .bio-container p {
    
        margin-top: 1rem;
        color: #b99667; 
        font-size:  1.2rem;
    }
}


/* Ipad portrait and landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .bio-container img {
        width: 170px;
        height: 170px;
        margin: auto;
    }

    .bio-header {
       font-size:1.8rem;
       margin-top: 2rem;
   
   }
   
   .bio-container p {
   
       font-size:  1.4rem;
   }

}


@media (max-width: 900px) {


    .youtube-container{
    
    
        margin-top: 6rem;
        margin-left: 6rem;
    }
    
    .navbar {
       
       grid-template-rows: 1fr 1fr 1fr;
       grid-template-columns: 1fr 1fr 1fr;
       background: none;
       
    }

    .navbar img {
       grid-row: 1 / 4;
       grid-column: 1 / 2;
       justify-self: center;

    }

    .nav-items {
        grid-column: 3/4;
        text-align: right;
    }
    
    .navbar span {
        display: none;
    }

    .red-dot {
        display: none;
    }

    .social-links-section {
        justify-items: center;
        grid-column: 1 / 3;
        justify-self: start;
        width: 100%;
        align-self: end;
        z-index: 5;
        display: grid;
        grid-auto-flow: column;
        margin-bottom: 3rem;
    }

    .video-section-page h1 span {
        color: #fff;
        font-size: 4vw;
    }

    .video-section-page h1 {
        margin: 0.5rem;
    } 
}


@media (max-width: 700px) {


    .image-portfolio-section { 
        background-image: url('../assets/DSC_3214_small.jpg');
        background-position: left;
    }

}



@media (max-width: 414px) {

    .contact-me-section {
        background-image: url('../assets/DSC_9253-iphone-min.JPG');
    
    }

    .home-center-logo-one span {
      font-size: 2.5rem;
    }

    .logo-spacing {
        margin-left: .5rem;
        margin-right: .5rem;
    }

    .facebook { 
        height: 40px;
        width: 40px;
    }
    
    .twitter {
        height: 40px;
        width: 40px;       
    }
    
    .instagram { 
        height: 40px;
        width: 40px;   
    }
    
    .you_tube {   
        height: 40px;
        width: 40px;
    }
    
    .mail{
        height: 40px;
        width: 40px;
    }


    .youtube-container{

        margin-top: 3rem;
        margin-left: 4rem;
    }
    

    .social-links-section {
    

        z-index: 5;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-auto-flow: column;
        margin-bottom: 3rem;
        column-gap: 0;
        width: 100%;
        justify-self: center;
        justify-items: center;
        margin-right: 0;
        
    }

    .navbar img {
        grid-row: 1 / 4;
        grid-column: 1 / 3;
        justify-self: center;

 
     }

     .navbar {
       
        margin-right: 0;
     }


}


/* iphone x in Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 

    .bio-section h2 {
        font-size: 2rem;
    }

    .bio-section p {
        font-size: 1.2rem;
    }

    .bio-section img {
        height: 120px;
        width: 120px;
    }
}


/* iphone 6/7/8 */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

    .bio-container img {
        width: 65px;
        height: 65px;
    }
} 




/* iphone 6/7/8 plus */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 2) { 

    .bio-container {
     
    }
} 



/* Iphone x in landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 

    .bio-section img {
        display: none;
    }
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { /* STYLES GO HERE */

    .bio-section img {
        display: none;
    }
}

