@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arvo&family=Oswald:wght@200&display=swap');
*{
    margin: 0;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
    /* border: none;   */
  }
  
  li {
    list-style: none;
  }
  
  a {
    text-decoration: none;
  }
  
  img {
    width: 100%;
    /* height: 100%; */
  }
  
  /* button {
    background-color: transparent;
  } */
  .body1{
    background-color: #F6F6F6;
    padding-bottom: 150px;
  }

  .mainNav {
    display: none;
  }
  /* .navigation {
    display: flex;
    justify-content: space-between;
    padding: 20px;
 } */
 .btnMobile{
  float: right;
 }
 .bgfirst{
    background-image:linear-gradient(#02020c81, #07071483), url(../images/illustration/slide-image-1920-f.jpg);
    height: 100vh;
    width: 100%;
    background-size: cover;
    padding: 30px;
     margin-bottom: 80px; 
   background-position: center;
  
}
.head-2{
    justify-content: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 62%;
    width: 100%;
    margin-top: 117px;
}
.head-2 h1 {
    font-size: 50px;
    color: white; 
    font-family: cursive; 
    font-weight: 500;
    line-height: 60px;
}
.span1{
    font-size: 30px;
    color: white; 
    font-family: cursive;
}
.save-the-date{
  transform: rotate(-15deg);
}
.date1{
  transform: rotate(-15deg);
  padding-bottom: 20px;
  padding-left: 55px;
}
.getting-married h2{
    letter-spacing: 3px;
    color: white;
    margin: 5px;
}
.main-1{
  padding-top: 50px;
  text-align: center;
  padding-bottom: 50px;
}
.main-1 p{
  line-height: 25px;
  width: 90%;
    margin: 0 auto;
    font-size: 15px;
    color: gray;
    margin-bottom: 30px;
}
.dot{
  font-size: 45px;
  color:red;
}
.groom{
  padding: 20px;
  margin: 0 auto;
}
.groom img{
  margin-bottom: 20px;
  outline: 1px solid white;
  outline-offset: -10px;
  transition: transform .2s;
}
.groom img:hover{
  transform: scale(1.09); 
}
.groom p{
  line-height: 18px;
  font-size: 12px;
  color: gray;
  font-family: 'Times New Roman', Times, serif;
}
.bride{
  padding: 20px;
  margin: 0 auto;
}
.bride img{
  margin-bottom: 20px;
  outline: 1px solid white;
  outline-offset: -10px;
  transition: transform .2s;
}
.bride img:hover{
  transform: scale(1.09); 
}
.bride p{
  line-height: 18px;
  font-size: 12px;
  color: gray;
  font-family: 'Times New Roman', Times, serif;
}
.main-2{
  background-image:linear-gradient(#02020c81, #07071483), url(../images/illustration/parallax-image-1a.jpg);
  width: 100%;
  height: 80vh;
  background-size: cover;
  background-position: center;
  margin-bottom: 70px;
  margin-top: 80px;
}
.foxegan{
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 90%;
  width: 100%;
}
.foxegan h3{
  font-weight: 500;
  color: white;
  margin-top: 10px;
}
.timer{
  padding-top: 50px;
  padding-bottom: 40px;
}
.timer h3{
  font-size: 50px;
  transform: rotate(-10deg);
}
.the-wedding{
  text-align: center;
  padding-bottom: 50px;  
}
.loc-1{
  padding: 20px;
}
.location{
  padding: 20px;
  margin: 0 auto;
  background-color: white;
}
.location img{
  margin-bottom: 20px;
  outline: 1px solid white;
  outline-offset: -10px;
  transition: transform .2s;
}
.location img:hover {
  transform: scale(1.09); 
}
.location h3 a{
  font-size: 20px;
  color: black;
  font-weight: normal;
  font-family: sans-serif;
}
.location p{
  padding-top: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 15px;
    color: gray;
}
.gif-1{
  padding: 20px;
}
.gift{
  padding: 20px;
  margin: 0 auto;
  background-color: white;
}
.gift img{
  outline: 1px solid white;
  outline-offset: -10px;
  margin-bottom: 20px;
  transition: transform .2s;
}
.gift img:hover {
  transform: scale(1.09); 
}
.gift h3 a{
  font-size: 20px;
  color: black;
  font-weight: normal;
  font-family: sans-serif;
}
.gift p{
  padding-top: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 15px;
    color: gray;
}
.acco-1{
  padding: 20px;
}
.acco{
  padding: 20px;
  margin: 0 auto;
  background-color: white;
}
.acco img{
  outline: 1px solid white;
  outline-offset: -10px;
  margin-bottom: 20px;
  transition: transform .2s;
}
.acco img:hover {
  transform: scale(1.09); 
}
.acco h3 a{
  font-size: 20px;
  color: black;
  font-weight: normal;
  font-family: sans-serif;
}
.acco p{
  padding-top: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 15px;
    color: gray;
}
.attend{
  padding-top: 100px;
  text-align: center;
  padding-bottom: 100px;
}
.attend h2 {
  font-size: 30px;
  padding-bottom: 30px;
  font-weight: normal;
  font-family: sans-serif;
  color: #333333;
}
.attend p{
  font-size: 15px;
  color: gray;
}
.attend button{
 margin-top: 30px;
 width: 100px;
 height: 40px;
 background-color: white;
 border: 1px solid;
 transition-duration: 0.4s;
  cursor: pointer;
}
.attend button:hover {
  background-color: #f44336;
  color: white;
}
.bglast{
  background-image:linear-gradient(#02020c81, #07071483), url(../images/illustration/slide-image-1920-h.jpg);
  width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center center;
}
.bgfinal{
  justify-content: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 90%;
  width: 100%;
}
.bgfinal h2{
  font-size: 55px;
  letter-spacing: 1px;
  font-weight: 500;
  color: white;
  text-align: center;
  padding-bottom: 20px;
  transform: rotate(-15deg);
}
.bgfinal p{
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  color: white;
  text-align: center;
  font-weight: normal;
  font-family: sans-serif;
}
.happy-couple h2 {
  font-size: 40px;
  font-weight: normal;
  font-family: sans-serif;
  color: #333333;
  letter-spacing: 2px;
}

.the-wedding h2 {
  font-size: 40px; 
  font-weight: normal;
  font-family: sans-serif;
  color: #333333;
}
.the-wedding p{
  padding-top: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 12px;
    color: gray;

}
.getting-married{
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  width: 110%;
  margin: 0 auto;
  height: 62px;
}
.hotel{
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  width: 60%;
  margin: 0 auto;
  height: 75px;
}

.red-heart{
  position: relative;
  z-index: 3;
}
.white-heart{
    margin-left: -10px;
    position: relative;
    z-index: 2;
}
.heart{
  margin-bottom: 20px;
}
.whiteline{
  color: #F6F6F6;
}
.grayline{
  color: gray;
}
.logotext{
  background-color: #F0394D;
  height: 6vh;
  width: 50px;
  border-radius: 50%;
  color: white;
  margin-top: -10px;
  
}
.centerline{
  padding-top: 10px;
  text-align: center;
}
.number{
  color: white;
  font-family: sans-serif;
}
@media (min-width:768px){
  .hotel {
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    width: 60%;
    margin: 0 auto;
    height: 44px;
}
.getting-married {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  width: 60%;
  margin: 0 auto;
  height: 32px;
}
}



@media (min-width:992px){
  .couple{
    display: flex;
    column-gap: 20px;
    justify-content: center;
    width: 60%;
    height: 80vh;
    margin: 0 auto;
    
  }
  .secondflex{
    display: flex;
    width: 70%;
    justify-content: center;
    margin: 0 auto;
  }
  .couple{
    padding-bottom: 120px;
  }
  .btnMobile,
  .websitelogo1 {
    display: none;
  }
  .mainNav {
    display: block;
  }
  .mainNav ul {
    display: flex;
    color: white;
    justify-content: center;
  }
  li a, .dropbtn {
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 13px;
  }
  li.dropdown {
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  .dropdown:hover .dropdown-content {
    display: block;
}
.navigation {
  justify-content: center;
}
.getting-married h2 {
  letter-spacing: 3px;
  color: white;
  margin-top: 11px;
}
.getting-married {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  width: 40%;
  margin: 0 auto;
  height: 40px;
}
.main-1 p {
  width: 50%;
  padding-top: 30px;
}
.foxegan h3 {
  letter-spacing: 1px;
  font-weight: 500;
  color: white;
  margin-top: 10px;
}
.hotel {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  width: 40%;
  margin: 0 auto;
}
.the-wedding p {
  padding-top: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 15px;
  color: gray;
}
.head-2 h1 {
  font-size: 60px;
  color: white; 
  font-family: cursive; 
  font-weight: 500;
  line-height: 60px;
}
.span1{
  font-size: 40px;
  color: white; 
  font-family: cursive;
}
}