@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit&family=Otomanopee+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600&family=Open+Sans:ital,wght@0,400;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Otomanopee+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montez&display=swap');

* {
    font-family: 'Roboto Condensed', sans-serif;
    margin:0;
    padding:0;
    position: relative;
    box-sizing: border-box;
    background-color:rgb(248, 245, 238);
    scroll-behavior: smooth;
}
img{
    pointer-events: none !important;
}
.loader{
    opacity: 1;
    background-color: white;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: opacity 0.3s ease-out;
}
.loader img{
    width: 16vw;
    background-color: transparent;
    margin-top: 20px;
}
.loader h3{
    top: 0;
    font-family: 'Forum';
    background-color: white;
    font-size: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(180, 124, 19);
}
.loader-done{
    opacity: 0;
    pointer-events: none;
}
.instafeed{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.instafeed a img{
    object-fit: cover;
      width: 16vw;
      height: 16vw;
}
.instafeed a img:hover{
    opacity: 0.6;
}
.instafeed a{
    margin-bottom: 0 !important;
}
.container{ 
    overflow: hidden;
    margin-top:2vw;
}

.header{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 2vw;
}
.logo{
    width: 16vw;
}
.logo img{
    width: 16vw;
    background-color: transparent;
    pointer-events: all !important;
    cursor: pointer;
}

.navbar{
    display: flex;
    justify-content: space-between;
}

.navbar a{
    display: flex;
    font-size: 1vw;
    margin-left: 0.1vw;
    padding: 10px 20px;
    text-decoration: none;
    color: darkgray;
    text-transform: uppercase;
}

.navbar a:hover{
    color:black;
    transition: 0.5s;
}

.navbar .active{
    color:black;

}
.header i{
    display: none;
}

.contact{
    background-color: rgb(192,144,98);
    padding: 4vw;
    margin-left: 10px;
}

.contact:hover{
    border: none !important;
    background-color: rgb(192,144,98,0.7);
}

.head-image-text p{
    background-color: transparent;
    font-size: 1.2vw;
}
.head-image-text{
    position: relative;
    padding-top: 40px;
    margin: auto;
}

.head-image{
    display: grid;
    grid-template-columns: 1fr;
    opacity: 1;
}

#hero{
    margin: 0 auto;
    width: 96%;
    height: 50vw;
    background-image: url(../images/10.jpg);
    background-repeat: no-repeat;
    background-size:120vw;
    background-attachment: fixed;
    background-position:top;
    position: relative;
  }
  #hero::after{
    content: '';
    background: url(../images/9.jpg);
    background-repeat: no-repeat;
    background-size: 120vw;
    background-attachment: fixed;
    background-position: top;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: hero 30s linear infinite;
  }
  #hero::before{
    content: '';
    background: url(../images/22.jpg);
    background-repeat: no-repeat;
    background-size: 120vw;
    background-attachment: fixed;
    background-position: top;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    animation: hero2 30s linear infinite;
}
  @keyframes hero{
      0%{
          opacity: 1;
      }
      30%{
          opacity: 1;
      }
      35%{
        opacity: 0;
      }
      95%{
          opacity: 0;
      }
  }
  @keyframes hero2{
    0%{
        opacity: 0;
    }
    25%{
        opacity: 0;
    }
    30%{
        opacity: 1;
    }
    60%{
        opacity: 1;
    }
    65%{
        opacity: 0;
    }
    100%{
        opacity: 0;
    }

}
@-webkit-keyframes hero{
    0%{
        opacity: 1;
    }
    30%{
        opacity: 1;
    }
    35%{
      opacity: 0;
    }
    90%{
        opacity: 0;
    }
}
@-webkit-keyframes hero2{
  0%{
      opacity: 0;
  }
  25%{
      opacity: 0;
  }
  30%{
      opacity: 1;
  }
  60%{
      opacity: 1;
  }
  65%{
      opacity: 0;
  }
  100%{
      opacity: 0;
  }

}
@-moz-keyframes hero{
    0%{
        opacity: 1;
    }
    30%{
        opacity: 1;
    }
    35%{
      opacity: 0;
    }
    90%{
        opacity: 0;
    }
}
@-moz-keyframes hero2{
  0%{
      opacity: 0;
  }
  25%{
      opacity: 0;
  }
  30%{
      opacity: 1;
  }
  60%{
      opacity: 1;
  }
  65%{
      opacity: 0;
  }
  100%{
      opacity: 0;
  }

}
  /* .head-image img:nth-child(odd){
    display: none;
} */
.head-text{
    position: absolute;
    top:60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:white;
    font-size: 1.2vw;
    padding: 0.8vw;
    background-color:transparent;
    text-align: center;
  }
.head-text p{
    font-size: 2.6vw;
    font-weight: 600;
    font-family: 'Forum', cursive;
    text-transform: uppercase;
    width: 100%;
    margin: auto;
    margin-bottom: -1vw;
}
.head-text span{
    color: white;
    font-size:3vw;
    font-family: 'Tangerine', cursive;
    background-color: transparent;
}
.about{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 4vw 0;
    padding: 5vw;
    align-items:center;
    justify-content:space-around;
    background-color:rgba(228, 222, 220, 0.5);
}

.profile{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content:center;
    background-color:transparent;
    gap:1vw;
}

.profile img{
    width: 30%;
    min-height: 19vw;
    object-fit: cover;
    border-radius: 90%;
}

.about-text{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 3vw 2vw;
    width: 80%;
}

.about-text h2{
    font-family: 'Forum', serif;
    padding-bottom: 30px;
    text-transform: lowercase;
    font-size: 2.2vw;
    color: dimgrey;
    background-color: transparent;
}

.about-text p{
    text-align: center;
    padding-bottom: 60px;
    font-size: 2.2vw;
    color: grey;
    background-color: transparent;
    font-family: 'Tangerine', cursive;
}

.about-text a{
    background-color: rgb(192,144,98);
    color: white;
    padding:10px;
    border: none;
    transition: 0.5s;
    text-align: center;
    width: 20%;
    text-decoration: none;
    font-size: 1vw;
    font-family: 'Forum', sans-serif;
}

.about-text a:hover{
    background-color: rgb(192,144,98,0.7) ;
}

.gallery{
    display: grid;
    grid-template-columns: 4fr 2fr 4fr;
    justify-content: center;
    align-items: center;
    margin: 1vw auto;
}

.photography img{
    width: 50%;
    min-height: 30vw;
    object-fit: cover;
    margin: 0 4vw;
    cursor: pointer;
    transition: 0.6s !important;
    pointer-events: all !important;
}

.film img{
    width: 50%;
    min-height: 30vw;
    object-fit: cover;
    margin: 0 4vw;
    cursor: pointer;
    transition: 0.6s !important;
    pointer-events: all !important;
}

.photography{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.film{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.photography h2{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: white;
    font-size: 2vw;
    padding: 10px ;
    font-family: 'Forum', sans-serif;
    cursor: pointer;
}

.film h2{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color:white;
    font-size: 2vw;
    padding: 10px;
    font-family: 'Forum', sans-serif;
    cursor: pointer;
}

.photography img:hover{
    transform: scale(1.03) !important;
}
.film img:hover{
    transform: scale(1.03) !important;
}

.gal-text{
    width: 100%;
    padding: 1vw;
}

.gal-text p{
    text-align: center;
    font-size: 3vw;
    font-family: 'Tangerine', cursive;
    color: grey;
}

.invest{
    margin-top: 6vw;
    position: relative;
}

.invest img{
    filter: brightness(40%);
    width: 100%;
    overflow: hidden;
}

.invest .invest-text{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.invest-text p{
    text-align: center;
    background-color: transparent;
    padding: 0.6vw;
    color: white;
    font-family: 'Forum', sans-serif;
    font-size: 3.4vw;
    letter-spacing: 0.3vw;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}
.invest-text span{
    background-color: transparent;
    color: white;
    font-size: 3vw;
    font-family: 'Tangerine', cursive;
    margin-top: 1vw;
}
.invest-text a{
    background-color:rgb(192,144,98);
    color: white;
    text-decoration: none;
    margin-top: 5vw;
    padding: 1vw;
    font-size: 1.2vw;
    transition: 0.2s ease-in;
    font-family: 'Forum', sans-serif;
}

.invest-text a:hover{
    background-color: rgb(192,144,98,0.8);
}

.insta{
    overflow: hidden;
    position: relative;
    padding-top: 8vw;
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.insta h3{
    color: gray;
    font-size: 1.8vw;
    font-weight: 200;
    letter-spacing: 0.3vw;
    font-family: 'Forum', sans-serif;
}

.insta a{
    margin-bottom: 4vw;
    font-family: 'Forum', cursive;
    text-decoration: none;
    font-size: 1vw;
    color: rgb(197, 100, 67);
}
.instafeed{
    position: relative;
    overflow: hidden;
}
.instafeed img{
    object-fit: cover;
    -o-object-fit: cover;
    width: 16vw;
    min-height: 16vw;
    max-height: 16vw;
    filter: brightness(90%);
    margin: 2px;
}
.instafeed::after{
    content: '';
    background-image: url(../images/insta-logo.png);
    background-size: 15vw;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(1,1,1,0.4);
    inset: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    overflow: hidden;
    cursor: pointer;
}
.instafeed:hover::after{
    background-color: rgb(1,1,1,0.6);
    opacity: 1;
}
.in-touch{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items:center;
    margin-top: 6vw;
    margin-left: 10vw;
    margin-right: 10vw;

}

.in-touch img{
    width: 80%;
    max-height: 50vw;
    object-fit: cover;
    margin: 0 auto;
}

.form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form h2{
    color: dimgray;
    font-size: 2.6vw;
    text-align: center;
    margin: 2vw 0;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Forum', cursive;
}

input[type=date]{
    width: 60%;
    padding: 1vw 2vw;
    border: 1px solid darkgray;
    margin-top: 1vw;
    margin-bottom: 1vw;
    color: grey ;
    -webkit-appearance: none;
}
input[type=text],[type=email],[type=phone]{
    width: 60%;
    padding: 1vw 2vw;
    border: 1px solid darkgray;
    margin-top: 1vw;
    margin-bottom: 1vw;
    color: grey;
}
input[type="date"]:focus:before{
    content: '' !important;
  }
  input[type="date"]:focus{
    color: grey !important;
  }
input[type="date"]:not(.has-value){
    color: rgb(248, 245, 238);
  }
input[type="date"]:not(.has-value):before{
    color: gray;
    content: 'Wedding Date';
  } 
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }
  
.form textarea{
    width: 60%;
    height: 4vw;   
    padding: 1vw 1vw; 
    border: 1px solid darkgray;
    margin-bottom: 1vw;
    color: grey;
    resize: none;
}

.form .submit{
    font-size: 1vw;
    margin:1vw 12vw;
    border:none;
    padding: 0.5vw 2vw;
    cursor: pointer;
    transition: 0.3s;
    color: white;
    background-color:rgb(192,144,98);
    font-family: 'Forum', sans-serif;
}

.form .submit:hover{
    background-color: rgb(192,144,98,0.7);
}

.form span{
    width: 60%;
    color: grey;
    font-size: 1vw;
    margin-top: 1vw;
    text-align: start;
}
.form span1{
    width: 60%;
    color: grey;
    font-size: 0.8vw;
    margin-top: 0;
    margin-bottom: 1vw;
    text-align: start;
}
.form p{
    color: green;
    margin-top: 1vw;
    border-radius: 20px;
    font-size: 0.8vw;
}

@keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
}

.address{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    margin-top: 4vw;
    margin-bottom: 2vw;
    background-color:rgba(228, 222, 220, 0.4);
    padding: 4vw;
    margin-left: auto;
    margin-right: auto;
}

.icon{
    color: black; 
    background-color: transparent;  
}

.icon i{
    padding: 1vw;
    background-color: transparent;
}
.address-text span{
    color: dimgray;
    text-transform: uppercase;
    font-size: 1.4  vw !important;
    font-family: 'Forum', cursive;
}
.address-text a{
    color: rgb(78, 77, 77);
    text-decoration: none;
    font-size: 1vw;
}

.address-text a:hover{
    color: chocolate;
}

.address-text{
    display: flex;
    flex-direction: column;
    background-color: transparent;
    padding: 4vw 6vw;
}

.maps iframe{
    width: 40vw;
    height: 20vw;
}

footer{
    bottom: 0;
    padding-bottom: 1vw;
}

footer p{
    text-align: center;
    font-size: 0.8vw;
    color: dimgray;
    font-weight: 100;
}
footer p::after{
    content: ' | Designed and Built by LENNY NATHAN';
}

em{
    font-size: 0.8vw;
    font-style: normal;
}

.address-text span{
    text-align: center;
    padding-bottom: 1vw;
    background-color: transparent;
    font-size: 1.8vw;
    margin-bottom: 2vw;
    border-bottom: 1px solid grey;
}
.fa {
    font-size: 50px;
    cursor: pointer;
    user-select: none;
  }
  
  .fa:hover {
    color: darkblue;
  }


/*****GALLERY Style**/

.wedding-photo{
    display: flex;
    flex-direction: column;
    margin: 6vw auto;
    margin-bottom: 0 !important;
}
.wedding-photo h2{
    font-family: 'Forum', cursive;
    font-size: 3.6vw;
    text-align: center;
    padding-bottom: 6vw;
    letter-spacing: 0.2vw;
    font-weight: 200;
    color: gray;
}
.wed-albums{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    width: 80%;
    margin: 0 auto;
}
.albums{
    display: flex;
    flex-direction: column;
    padding-bottom: 6vw;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
}
.albums img{
    width: 22vw;
    height:18vw;
    object-fit: cover;
    transition: 0.5s;
    cursor: pointer;
    transition: 0.25s ease-out;
    pointer-events: all !important;
}
.albums span{
    text-align: center;
    padding-top: 1vw;
    font-size: 1.2vw;
    font-family: 'Forum', cursive;
    color: gray;
    background-color: transparent;
}
.albums img:hover{
    transform: scale(1.07);
}
.touch2{
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.touch2 a{
    background-color:#c09062;
    text-decoration: none;
    font-size: 1.5vw;
    padding: 15px;
    color: white;
    transition: 0.5s;
}
.touch2 a:hover{
    background-color: rgb(192,144,98,0.7);
}
 /*Wedding Photo gallery*/
.wed-head{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3vw;
}
.wed-head p{
    font-family: 'Forum', cursive;
    color: dimgrey;
    font-size: 3vw;    
    font-weight: 100;
}
 .wed-img{
     display: grid;
     grid-template-columns: 1fr 1fr 1fr 1fr;
     grid-gap: 1vw;
     align-items: center;
     justify-content: center;
     margin: 5vw auto;
     width: 80%;
 }
 .wed-img img{
     width:22vw;
     height: 22vw;
     object-fit:cover;
     transition: 0.3s;
     cursor: pointer;
     pointer-events: all !important;
 }
 .wed-img img:hover{
     opacity: 0.8;
 }
 .model{
     position: fixed;
     background: rgba(255, 255, 255, 0.93);
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
     pointer-events: none;
     transition: 0.3s ease-out;
 }
 .model.open{
     opacity: 1;
     pointer-events: all;
 }
 .full-img{
     background-color: transparent;
     width: auto;
     height: auto;
     max-width: 90vw;
     max-height: 90%;
     top: 50%;
     left: 50%;
     transform: translate(-50%,-50%);
 }
 .model img{
     overflow: hidden;
     object-fit: contain;
 }
 .close-icon{
    position: fixed !important;
    width: 1.6vw;
    top: 6%;
    left: 97%;
    transform: translate(-50%,-50%);
    background-color: transparent;
    filter: invert(60%);
    pointer-events: none;
 }
 /*Films */

.film-photo{
    display: flex;
    flex-direction: column;
    margin: 6vw auto;
    margin-bottom: 0 !important;
}
.film-photo h2{
    font-family: 'Forum', cursive;
    letter-spacing: 0.2vw;
    font-size: 3.6vw;
    text-align: center;
    padding-bottom: 6vw;
    font-weight: 200;
    color: gray;
}
.film-albums{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    width: 80%;
    margin: 0 auto;
}
.films{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 6vw;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    transition: 1s ease-out;
}
.films img{
    width: 25vw;
    height:16vw;
    object-fit: cover;
    transition: 0.5s;
    cursor: pointer;
    filter: brightness(90%);
}

.demo{
    display: flex;
    flex-direction: column;
    text-decoration: none;
}
.films .demo span{
    text-align: center;
    padding-top: 1vw;
    font-size: 1.2vw;
    font-family: 'Forum', cursive;
    color: gray;
}
.films i{
    display: none;
    position: absolute;
    top: 40%;
    left: 50%;
    background-color: transparent;
    font-size: 4vw;
    transform: translate(-50%,-50%);
}
.films:hover i{
    display: block !important;
    color: rgb(248, 245, 238);
}
.films:hover img{
    filter: brightness(60%);
}

/*PRICE*/

.price-head{
    position: relative;
    margin: 4vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(138, 138, 138, 0.15);
    padding-top: 2vw;
    padding-bottom: 8vw;
}
.price-head p{
    font-size: 5vw;
    margin-bottom: 2vw;
    font-family: 'Tangerine', cursive;
    background-color: transparent;
    color: dimgrey;
}
.price-img{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5vw;
    background-color: transparent;
}
.price-img img{
    object-fit: cover   ;
    width: 20vw;
    height: 30vw;
}
.price-main{
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    margin: 0 auto;
    width: 75.6%;
    background-color: transparent;
}
.packages{
    width: 20vw;
    height: 24vw;
    margin-top: 3vw;
    padding: 1vw;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

.packages p{
    font-family: 'Forum', cursive;
    background-color: transparent;
    text-align: center;
    margin-bottom: 2vw;
    font-size: 1.4vw;
    color: grey;
    font-weight: 600;
}
.packages h3{
    background-color: transparent;
    text-align: center;
    font-size: 2vw;
    font-weight: 500;
    padding-bottom: 2vw;
}
.packages h5{
    background-color: transparent;
    padding-top: 1vw;
    text-align: center;
    font-size: 1vw;
    font-weight: 400;
    font-family: 'Forum', sans-serif;
}

/*About*/

.about-us{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    align-items: center;
    margin: 6vw auto;
    width: 80%;
}
.about-us-img{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2vw;
}
.about-us-img img{
    width: 20vw;
    height: 30vw;
    object-fit: cover;
}
.about-us-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4vw 4vw;
}
.about-us-text h2{
    color: rgb(82, 82, 82);
    font-size: 4vw;
    font-weight: 400;
    margin-bottom: 2vw;
    font-family: 'Tangerine', sans-serif;
}
.about-us-text p{
    font-family: 'Forum', sans-serif;
    font-size: 1.2vw;
    line-height: 2vw;
    color: dimgrey;
}

@media screen and (max-width:1024px){
    .logo img{
        width: 180px;
    }
    #hero{
        background-size: 120vw;
        background-position: top;
    }
    .photography img:hover{
        transform: none !important;
    }
    .film img:hover{
        transform: none !important;
    }
}

@media (max-width: 767px){
    .loader img{
        width: 180px;
    }

    .loader h3{
        font-size: 12px;
        letter-spacing: 2px;
        margin-bottom: 6vw;
    }
    .container{
        margin: 30px 0;
        margin-bottom: 10px !important;
        position:  relative;
    }
    .instafeed{
        width: 100%;
    }
    .instafeed a img{
        width: 45vw;
        height: 45vw;
    }
    .instafeed a img:hover{
        opacity: 1;
    }
    .navbar{
        position: fixed;
        display: flex;
        flex-direction: column;
        top: 0;
        background-color:rgb(248, 245, 238, 0.96);
        padding: 10px 5px;
        align-items: center;
        justify-content:center;
        z-index: 99999;
        width: 100%;
        padding-bottom: 100vh;
        margin-left: 200vw;
        transition: .2s ease-out;
    }
    .navbar a{
        color: grey;
        font-size: 1.4rem !important;
        background-color: transparent;
        margin-top: 4vh;
        text-transform: none;
    }
    .navbar a:first-child{
        margin-top: 10vh;
    }

    .navbar .active {
        color:black;
    }
    .navbar.active{
        margin-left: 0;
    }
    .navbar .contact{
        background-color: rgb(192,144,98) !important;
    }
    .header .fa:nth-child(odd){
        position: fixed !important;
        top: 6vh !important;
        left: 90vw;
        display: block;
        margin: 0 !important;
        z-index: 9999999999;
        margin-left: 200vw !important;
        transition: .2s ease-out;
        background-color: transparent;
    }
    .header .fa:nth-child(odd).active-btn{
        margin-left: 0 !important;
    }
    .header .fa:nth-child(even).active{
        display: none;
    }
    .header .fa{
        position: absolute;
        width: 6%;
        text-align: end;
        margin-left: 90vw;
        top:4vw;
        cursor: pointer;
    }
    .header i{
        display: block;
        font-size: 1.8rem;
        color: grey;
    }
    .header i:hover{
        color:rgb(59, 59, 59);
    }
    .contact{
        display: flex;
        background-color:gray !important;
        padding: 3vw !important;
    }
    .header{
        margin: 0;
        display: block;
        margin-bottom: 4vw;
    }
    .logo{
        width: 70%;
        left:4vw;
    }
    .logo img{
        width: 48vw; 

    }
    .head-image-text{
        margin: 0;
        padding-top: 0px;
    }
    .head-image{
        grid-template-columns: 1fr;
    }
    #hero{
        width: 100%;
        min-height: 120vw;
        background-position: top;
        background-repeat: no-repeat;
        background-size: 260vw;
    }
    #hero::before{
        width: 100%;
        min-height: 120vw;
        background-size: 260vw;
    }
    #hero::after{
        width: 100%;
        min-height: 120vw;
        background-size: 260vw;
    }
    /* .head-image img:nth-child(odd){
        display: none;
    } */
    .head-text{
        top:82%;
        width: 90%;
    }
    .head-text span{
        font-size: 2.4rem;
    }
    .head-text p{
        background-color: transparent;
        font-size: 1.4rem;
        width: 100%;
    }
    .profile{
        display: none;
    }
    .about{
        display: flex;
        padding: 6vw;
    }
    .about-text{
        padding: 8vw;
    }
    .about-text p{
        font-size: 1.8rem;
        padding-bottom: 20px;
    }
    .about-text h2{
        font-size: 7vw;
        padding-bottom: 0;
    }
    .about-text a{
        font-size: 0.8rem;
        display: flex;
        align-items: center ;
        justify-content: center;
        color: white;
        padding: 2vw 8vw;
        border: none;
    }
    .gallery{
        grid-template-columns: 1fr;
    }
    .photography img{
        width: 80%;
        min-height: 100vw;
        object-fit: cover;
    }
    .film img{
        width: 80%;
        min-height: 100vw;
        object-fit: cover;
        margin-bottom: 40px; 
    }
    .photography h2{
        font-size: 3rem;
    }
    .film h2{
        font-size: 3rem;
    }
    .photography img:hover{
        transform: none;
    }
    .film img:hover{
        transform: none;
    }
    .gal-text{
        margin: 50px 30px;
    }
    .gal-text p{
        width: 80%;
        margin-left: 2vw;
        text-align: center;
        font-size: 2.4rem;
    }
    .invest{
        overflow: hidden;
    }
    .invest img{
        width: 100%;
        object-position:70%;
        object-fit:cover;
        height: 70%;
    }
    .invest-text{
        top:48%;
    }
    .invest-text p{
        text-align: center;
        font-size: 2.4rem;
        text-transform: uppercase;
        line-height: 14vw;
    }
    .invest-text span{
        margin-top:12vw;
        font-size: 3rem;
    }
    .invest-text a{
        font-size: 1rem;
        padding: 3vw;
    }
    .insta{
        margin-top:40px;
        width: 90%;
        margin-bottom: 40px;
    }
    .insta-feed{
        width: 70% !important;
    }
    .insta h3{
        text-align: center;
        font-size: 1.5rem;
        font-weight: 200;
        letter-spacing: 0.6vw;
    }
    .insta a{
        font-size: 1rem;
    }
    .instafeed{
        margin-top: 6vw;
    }
    .instafeed img{
        width: 45vw;
        max-height: 45vw;
        min-height: 45vw;
        filter: brightness(100%);
        margin: 0;
    }
    .instafeed::after{
        background-size: 34vw;
        background-color: rgb(1,1,1,0.5);
        opacity: 1;
    }
    .in-touch{
        grid-template-columns: 1fr;
        grid-gap: 50px;
        margin-top: 80px;
        border-top: none !important;
    }
    .in-touch img{
        width: 100%;
        min-height: 90vw;
        object-fit: cover;
    }
    .in-touch form{
        order: 2;
    }
    .form h2{
        font-size: 2rem;
        margin-bottom: 40px;
    }
    input[type=date]{
        padding: 15px;
        width: 100%;
    }
    input[type=text],[type=email],[type=phone]{
        padding: 15px;
        width:100%;
    }
    .form textarea{
        width: 100%;
        padding: 3vw;
        height: 60px;
    }
    .form span{
        width: 100%;
        font-size: 0.8rem;
    }
    .form span1{
        width: 100%;
        margin-top: 10px;
        font-size: 0.7rem;
    }
    .form .submit{
        margin-top: 20px;
        font-size: 1rem;
        padding: 2vw 3vw;
    }
    .form img{
        width: 100%;
    }
    .form p{
        font-size: 3vw;
        margin-top: 4vw;
    }
    .address{
        grid-template-columns: 1fr;
        grid-gap: 50px;
        align-items: center;
        justify-content:center;
        padding: 10px;
    }

    .address-text span{
        width: 100%;
        font-size: 2rem;
        margin: 20px 0;
        font-size: 6vw;
    }
    .address-text a{
        font-size: 1rem;
    }
    .icon i{
        padding: 15px;
    }
    .maps iframe{
        width: 90vw;
        height: 60vw;
    }
    footer{
        margin-top: 5vw;
    }
    footer p{
        font-size: 0.8rem !important;
    }
    em{
        font-size: 0.8rem !important;
    }

    /*photography*/
    
    .photo-img img{
        width: 140%;
        height: 80vw;
    }
    .header2{
        margin-top: 0vw;
    }
    .photo-text{
        top: 20%;
        left: 30%;
    }
    .photo-text p{
        font-size: 9vw;
        left: -66%;
    }
    .photo-text span{
        font-size: 5vw;
        left: -35%;
    }
    .wedding-photo h2{
        font-size: 10vw;    
        padding-bottom: 10vw;
        padding-top: 12vw;
    }
    .wedding-photo{
        margin-bottom: 0;
    }
    .wed-albums{
        grid-template-columns: 1fr;
        width: 100%;
    }
    .wed-albums a:last-child{
        padding-bottom: 0;
    }
    .albums{
        padding-bottom: 12vw;
    }
    .albums img{
        width: 90vw;
        min-height:65vw;
    }
    .albums img:hover{
        transform: none;
    }
    .albums span{
        padding-top: 4vw;
        font-size: 5vw;
    }
    .touch2 a{
        font-size: 5vw;
        margin-bottom: 8vw;
    }
    .wed-head p{
        font-size: 6vw; 
        padding: 5vw 0;
    }
    .wed-img{
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        width: 90%;
        grid-gap: 3vw;
    }
    .wed-img img{
        height: 55vw;
        width: 45vw;
    }
    .full-img{
        overflow: hidden;
        max-width: 96vw;
        max-height: 120vw;
        height: auto;
        width: auto;
    }
    .close-icon{
       overflow: hidden;
       width: 4vw;
       height: 90vw;
       top: 6%;
       left: 88%;
    }

    /*films*/


    .film-img img{
        width: 140%;
        height: 80vw;
    }
    .header2{
        margin-top: 0vw;
    }
    .film-text{
        top: 10%;
        left: 30%;
    }
    .film-text p{
        font-size: 15vw;
        left: -10%;
    }
    .film-text p:first-child{
        left: -30%;
    }
    .film-text span{
        font-size: 6vw;
        left: -35%;
    }
    .film-photo h2{
        font-size: 10vw;
        padding-bottom: 10vw;
        padding-top: 12vw;
    }
    .film-photo{
        margin-bottom: 0;
    }
    .film-albums{
        grid-template-columns: 1fr;
        width: 100%;
    }
    .film-albums a:last-child{
        padding-bottom: 0;
    }
    .films{
        padding-bottom: 8vw;
    }
    .films:last-child   {
         margin-bottom: -4vw !important;
    }
    .films img{
        width: 90vw;
        min-height:65vw;
        filter: brightness(70%);
    }
    .films img:hover{
        transform: none;
    }
    .films .demo span{
        padding-top: 4vw;
        font-size: 5vw;
    }
    .films i{
        display: block;
        top: 40%;
        font-size: 10vw;
        color: rgb(248, 245, 238);
    }
    /*PRice*/

    .price-head{
        padding: 5vw 0 !important;
        margin-bottom: 0;
        margin-top: 10vw;
        background-color: transparent;
    }
    .price-head p{
        font-size: 13vw;
    }
    .price-img{
        display: none;
    }
    .price-main{
        position: relative;
        left: 0;
        top: 0;
        transform: none; 
        width: 100%;
        grid-template-columns: 1fr;
        grid-gap:8vw;
    }
    .packages{
        width: 90%;
        height: 70vw;
        padding-top: 5vw;
        background-color: rgb(138, 138, 138, 0.16);
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    }
    .packages:nth-child(3){
        height: 78vw;
    }
    .packages:nth-child(5){
        height: 85vw;
    }
    .packages:nth-child(4){
        height: 80vw;
    }
    .packages p{
        font-size: 6vw;
        margin-bottom: 6vw;
    }
    .packages h3{
        font-size: 8vw;
        padding-bottom: 6vw;
    }
    .packages h5{
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .price-mobile{
        margin-top: 26vw !important;
    }

    /*about us*/

    .about-us{
        grid-template-columns: 1fr;
        margin-bottom: 20vw;
    }
    .about-us-img{
        order: 2;
        width: 100%;
        justify-items: center;
    }
    .about-us-text{
        margin-bottom: 10vw;
    }
    .about-us-text h2{
        font-size: 14vw;
        margin-bottom: 6vw;
        border-bottom: 1px solid grey;
    }
    .about-us-text p{
        font-size: 4vw;
        line-height: 5vw;
    }
    .about-us-img img{
        width: 40vw;
        height: 50vw;
    }
    footer p{
        font-size: 2.4vw;
    }
    
    em{
        font-size: 2.4vw;
    }
}

@media (max-width:380px) and (max-height:670px){
    .invest-text{
        top:40%;
    }
    .invest-text p{
        margin-top:10px;
        font-size: 2.4rem;
    }
    .navbar a{
        font-size: 0.8rem;
        padding: 4px;
    }
    .invest img{
        height: 80%;
    }
    .about-text{
        padding: 4vw;
    }
    .head-text{
        top:76%;
        width: 90%;
    }
    .head-text span{
        font-size: 1.4rem;
    }
    .head-text p{
        background-color: transparent;
        font-size: 1.1rem;
    }      
    .header .fa{
        margin-left: 88vw;
    }
}


