/*
.image_content {

    position: realtive;
    height: 50%;
    width: 50%;
    top: 100px;
}*/

.home{
    height: 50px;
    width: 100%;
	overflow:hidden;
    position: relative;
    display: inline-flex;
    justify-content: center;
    background-color: black;
    z-index: 1509;
}
.home .slider{
    position: relative;
    width: 500px;
}
.home .slide{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	z-index:1; 
	display:none;
	padding:0 15px;
	/*animation: slide 2s ease;*/
}
.home .slide.active{
	display: flex;
}
/*@keyframes slide{
	0%{
		transform:scale(1.1);
	}
	100%{
		transform: scale(1);
	}
}*/
.container{
	max-width: 1170px;
	margin:auto;
	
}

.home .container{
	 flex-grow: 1;
}
.home .caption{
    width:100%;
    text-align: center;
}
.home .caption h1{
	font-size:42px;
	color:#000000;
	margin:0;
	
}
.home .slide.active .caption h1{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1s;
}
.home .caption p{
	font-size: 11px;
	margin:15px 0 30px;
    color: rgb(167 167 167);
    font-family: Roboto Regular, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    /*    color: rgb(53 53 53);*/
}
.home .slide.active .caption p{
	opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1.2s;
}
.home .caption a{
text-transform: uppercase;
color: rgb(167 167 167);
text-decoration: underline;
}

.home .slide.active .caption a{
	/*opacity:0;
	animation: captionText .5s ease forwards;
	animation-delay:1.4s;*/
}

@keyframes captionText{
	0%{
		opacity:0; transform: translateX(-100px);
	}
	100%{
	 opacity:1; transform: translateX(0px);	
	}
}
@keyframes captionTextPrev{
	0%{
		opacity:0; transform: translateX(100px);
	}
	100%{
	 opacity:1; transform: translateX(0px);	
	}
}
@keyframes captionTextLeave{
	0%{
		opacity:1; transform: translateX(0px);
	}
	100%{
     opacity:0; transform: translateX(100px);	
	}
}
@keyframes captionTextLeaveBackwards{
	0%{
		opacity:1; transform: translateX(0px);
	}
	100%{
     opacity:0; transform: translateX(-100px);	
	}
}

.home .controls .prev,
.home .controls .next{
 position: relative;
 z-index:2;
 height:10px;
 width: 10px;
 color: rgb(167 167 167);
 text-align: center;
 line-height: 60px;
 font-size:20px;
 cursor:pointer;
 transition: all .5s ease;
 /*color: rgb(53 53 53);*/
}

.home .controls .prev{
    margin-right: 10px;
}
/*.home .controls .next{
}*/

.home .indicator{
	position: absolute;
	left:50%;
	bottom:-5px;
	z-index: 2;
    transform: translateX(-50%);
    visibility: hidden;
}

.home .indicator div{
	display: inline-block;
	width:25px;
	height: 3px;
	color:#ffffff;
	background-color: black;
	border-radius:0;
	text-align: center;
	line-height: 0px;
	margin:0 3px;
}

.home .indicator div.active{
 background-color: gray;
}

/*responsive*/
/*@media(max-width: 767px){
	.controls{
		display: none;
	}
}*/

.above-nav{
    background-color: #171717;
    justify-content: center;
    width: 100%;
    height: 45px;
    text-align: center;
    position: relative;
}
p {
    margin-bottom: unset;
}
ul{
    margin-bottom: unset;
}
h4{
    margin-bottom: unset;
    font-weight: 500;
}
.top-span{
    display: inline-block;
    position:relative;
    height: 100%;
    text-align: center;
    line-height: 45px;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'DM Sans',sans-serif;
    color: #f1f1f1;
}
.image_content {
    position: relative;
    /*display: inline-block;*/
    width: 100%;
    height:100%;
    margin: 0 auto;
    margin-top: 30px;
    padding-left: 3%;
    padding-right: 3%;
    min-height: 92vh;
    max-width: 2000px;

}
.main_image_container {
    position: relative;
    display: inline-block;
  /*  margin-left: auto;
    margin-right: auto;*/
    width: 59%;
    text-align: left;
    /*background-color: red;*/
    margin-bottom: 100px;
  }
  .main_image {
    position: relative;
    display: inline-block;
  /*  top: 10vh;
    right: 10vw;*/
  /*  margin-left: auto;
    margin-right: auto;*/
    width: 100%;
    height: 100%;
    /*border: 10px solid black;*/
    border: 1px solid #d4d4d4;
  }
  #main_image_header {
      display: inline-block;
      position: relative;
      text-transform: uppercase;
      font-family: 'Poppins', sans-serif;
  }

  #main_image_text {
      display: inline-block;
      position: relative;
      left:0%;
      font-family: 'Poppins', sans-serif;
      font-size:80%;
      color: rgb(100, 100, 100);
  }
  
  .second_image_container {
    position: relative;
    display: inline-block;
    width: 39%;
    margin-bottom: 100px;
    float: right;
    /*border: 10px solid black;*/

  }
  .second_image {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  
  #second_image_header {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
  }
  #second_image_text {
    display: inline-block;
    position: relative;
    left:0%;
    font-family: 'Poppins', sans-serif;
    font-size:80%;
    color: rgb(100, 100, 100);
  }
  
  
  
  
  
  *{
      margin: 0px;
      padding: 0px;
      box-sizing: border-box;
  }
  
  nav{
      display: flex;
      justify-content: space-around;
      align-items: center;
      height: 55px;
      /*background-color: #5D4954;*/
      background-color: #fff;
      /* catch phrase above nav bar and probably sticky nav*/
      font-family: 'Poppins', sans-serif;
      -webkit-font-smoothing: antialiased;
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd;
      
  }
  
  .logo{
      color: #222;
      /* #222 */
      text-transform: uppercase;
      letter-spacing: 0.15rem;
      font-size: 25px;
      text-decoration: none;
  }


  .nav-links{
    display: flex;
    position: absolute;
    justify-content: space-evenly;
    width: 100%;
    padding-left: 30%;
    padding-right: 30%;
  }
  
  .nav-links li{
      list-style: none;
  }
  
  .nav-links a{
      color: #222;
      text-decoration: none;
      font-size: 0.8rem;
      font-family: Helvetica,Arial,sans-serif;
      letter-spacing: .02rem;
  }
  
  .burger{
      display: none;
      cursor: pointer;
  }
  
  .burger div{
      width: 25px;
      height: 3px;
      background-color: #4e4e4e;
      margin: 5px;
      transition: all 0.3s ease;
  }
  
/* @media screen and (max-width:1024px){
      .nav-links{
          display: flex;
          justify-content: space-around;
          width: 60%;
      }
  }*/
  
  .nav-active{
      transform: translateX(0%);
      opacity: 1;
  }
  @keyframes navFade{
    from{
        opacity: 0;
        transform: translateX(50px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}
  @keyframes navLinkFade{
      from{
          opacity: 0;
          transform: translateX(50px);
      }
      to{
          opacity: 1;
          transform: translateX(0px);
      }
  }
    @keyframes searchbarShow{
      from{
          opacity: 0;
          transform: translateX(0px);
      }
      to{
          opacity: 1;
          transform: translateX(500px);
      }
  }
  @keyframes hideLegal{
    from{
        opacity: 90%;
    }
    to{
        opacity: 0;
        z-index: -1;
    }
}
  
  .toggle .line1{
      transform: rotate(-45deg) translate(-5px,6px);
  }
  .toggle .line2{
  opacity: 0;
  
  }
  .toggle .line3{
      transform: rotate(45deg) translate(-5px,-6px);
  }
  
  a:hover{
    /* text-decoration: underline; */
    color: rgb(132 132 132);
  }
  
.bi-search{
    color: #222;
    vertical-align: middle;
}

.bi-search:hover{
    color: rgb(132 132 132);
}
.bi-x{
    color: rgb(200, 200, 200);
    vertical-align: middle;
}
.bi-x:hover{
    color: rgb(250, 250, 250);
}
.navbar-form{
    transition-timing-function: ease-out;
    transition: 2.0s;
    position: relative;
    width: 100%;
    display: inline-flex;
    border-bottom: 1px solid #ddd;
    display: none;
    padding-top: 0.3%;
    padding-bottom: 0.3%;
}
.search-button{
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    vertical-align: middle;
    position: absolute;
    right: 0;
    margin-right: 3.5%;
}
.search-button span{
    padding-left: 0.2rem;
    color: #222;
    text-decoration: none;
    font-size: 0.8rem;
    font-family: Helvetica,Arial,sans-serif;
    letter-spacing: .02rem;
    vertical-align: middle;
}

.btn-default{
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    vertical-align: middle;
    position: relative;
    padding-left: 3%;
}
.exit-search{
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    vertical-align: middle;
    position: relative;
    display: none;
}
.form-control{
    padding-left:1em;
    width: 80%;
    height: 5vh;
    background-color: #fff;
    border: none;
    outline: none;
    color: rgb(40 40 40);
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    vertical-align: middle;
    letter-spacing: 0.5px;
    position: relative;

}
.form-control:focus{
    color: rgb(40 40 40);
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    letter-spacing: 0.5px;
    background-color:#fff;
}
.form-control::-webkit-search-cancel-button {
    display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-text-fill-color: rgb(200, 200, 200) !important;
    -webkit-font-family: 'Poppins', sans-serif !important;
    -webkit-font-size: 18px !important;
}

.link-site{
    text-decoration: none;
    color: black;
  }
.link-site:hover{
    text-decoration: underline;
    color: black;
  }
  .link-page{
    text-decoration: none;
    color: black;
  }
.link-page:hover{
    text-decoration: underline;
    color: black;
  }
  #main_image_header:hover {
    text-decoration: underline;
}
#second_image_header:hover {
    text-decoration: underline;
}
.logo:hover{
    /*color: rgb(200, 200, 200);
    text-transform: uppercase;
    letter-spacing: 3px;*/
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}
.logo-tag{
    color: rgb(200, 200, 200);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
    text-decoration: none;
    position: absolute;
    left: 0;
    margin-left: 3%;
    z-index: 1;
}
.logo-tag:hover{
    /*color: rgb(200, 200, 200);
    text-transform: uppercase;
    letter-spacing: 3px;*/
    font-size: 20px;
    text-decoration: none;
}
.logo h4:hover{
    font-size:25px;
    cursor: pointer;
}
.legal{
    background-color: white;
    position:absolute;
    padding:0;
    margin:0;

    top:0;
    left:0;

    width: 100%;
    height: 100%;
    text-align: center;
    display: inline-block;
    z-index: 10000;
    opacity: 90%;
}
.legal-span{
    display: block;
    position: relative;
    margin-top: 10%;  
    margin-left: 10%;
    margin-right: 10%;
    font-family: 'Poppins', sans-serif ;
    float: center;
}
.legal-span-two{
    display: block;
    position: relative;
    margin-top: 5%;  
    font-family: 'Poppins', sans-serif ;
    float: center;
}
.main_image_container:hover {
    text-decoration: underline;
  }
.second_image_container:hover {
    text-decoration: underline;
  }
@media screen and (max-width:1024px){
    body{
        overflow-x: hidden;
    }

    .nav-links{
        position: fixed;
        right: 0px;
        height:100%;
        top: 0vh;
        padding-top: 60px;
        padding-bottom: 10%;
        z-index: 1000;
        /*background-color: #5D4954;*/
        background-color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 25%;
        /* transform: translateX(100%); */
        transition: transform 0.5s ease-in;
        opacity: 0;
        display:none;
        border-left: 1px solid #ddd;

    }
    .home .caption p {
        line-height: unset;
    }
    .controls{
        display: none;
    }
    .nav-links li{
        opacity: 0;
    }
    .burger{
        display: block;
        z-index: 1001;
        position: absolute;
        right: 0;
        margin-right: 3%;
    }

    .main_image_container {
      position: unset;
      display: block;
      top: unset;
      left: unset;
      margin-left: auto;
      margin-right: auto;
      width: unset;
      height: unset;
      text-align: unset;
      padding-top: 5%;
      padding-bottom: 5%;
      margin-bottom:0%;
      /*background-color: red;*/
      /*border: 10px solid black;*/
    }
    .main_image {
      position: unset;
      display: block;
    /*  top: 10vh;
      right: 10vw;*/
    /*  margin-left: auto;
      margin-right: auto;*/
      width: 100%;
      height: 50%;
      margin-left: auto;
      margin-right: auto;
      /*border: 10px solid black;*/
    }
    #main_image_header {
      display: block;
      position: relative;
      top: unset;
      width: 100%;
      height: 50%;
      margin-left: auto;
      margin-right: auto;
  }

  #main_image_text {
      display: block;
      position: relative;
      top: unset;
      left: unset;
      width: 100%;
      height: 50%;
      margin-left: auto;
      margin-right: auto;
      
  }
    
    .second_image_container {
      right: unset;
      position: unset;
      display: block;
      top: unset;
      left: unset;
      margin-left: auto;
      margin-right: auto;
      width: unset;
      height: unset;
      text-align: unset;
      padding-top: 5%;
      padding-bottom: 5%;
      /*border: 10px solid black;*/
    }
    .second_image {
      right: unset;
      position: unset;
      display: block;
      width: 100%;
      height: 50%;
      margin-left: auto;
      margin-right: auto;
      /*border: 10px solid black;*/
    }
    #second_image_header {
      display: block;
      position: unset;
      top: unset;
      left: unset;
      width: 100%;
      height: 50%;
      margin-left: auto;
      margin-right: auto;
  }
  #second_image_text {
      display: block;
      position: relative;
      top: unset;
      left:unset;
      width: 100%;
      height: 50%;
      margin-left: auto;
      margin-right: auto;
  }
    .image_content {
      position: relative;
      display: inline-block;
      width: 100%;
      height:100%;
  }
  .legal-span{
    display: block;
    position: relative;
    margin-top: 20%;  
    margin-left: 10%;
    margin-right: 10%;
    font-family: 'Poppins', sans-serif ;
    float: center;
}
#main_image_header:hover {
    display: block;
    position: relative;
    top: unset;
    width: 80%;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
}
#second_image_header:hover {
    display: block;
    position: unset;
    top: unset;
    left: unset;
    width: 80%;
    height: 50%;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    text-decoration: underline;
}
.no-mobile{
    display: none;
}
nav{
    border-top: none;
}
.search-button{
    padding-top: unset;
    padding-bottom: unset;
    padding-right: unset;
    padding-left: unset;
    border: unset;
    margin-right: 25%;
    position: absolute;
}
/*.logo-tag{
    position: relative;
}*/
.logo{
    letter-spacing: 0.1rem;
    font-size: 22px;
}
.search-button span {
    display: none;
}
.logo h4:hover{
    font-size:22px;
    cursor: pointer;
}
.stop-scrolling { 
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    overflow: hidden; 
    
} 
.navbar-form{
    padding-top: 1.5%;
    padding-bottom: 1.5%;
}
}



.footer{
        position: relative;
        width:100%;
        height:100px;   /* Height of the footer */
        background-color: rgb(250, 250, 250);
        font-family: 'Poppins', sans-serif;
        font-size: 75%;
        border-top: 1px solid #ddd;
}
.footer a{
    color: black;
    text-decoration: none;
}
.footer-links{
    position: relative;
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    width: 100%;
    top: 42%;
}
.footer-links li:hover{
    text-decoration: underline;
}

.hearts{
    position: relative;
    min-height: 16px;
  }
  .bi-heart{
    display: unset;
  }
  .bi-heart:hover{
    color: rgb(132 132 132);
    cursor: pointer;
  }
  .bi-heart-fill{
    display: unset;
  }
  .bi-heart-fill:hover{
    fill: rgb(255, 94, 94);
    cursor: pointer;
  }
  .hearts:hover{
    fill: rgb(132 132 132);
    cursor: pointer;
  }
  .menu-heart{
    cursor: pointer;
    border: none;
    outline: none;
    vertical-align: middle;
    position: absolute;
    right: 0;
    margin-right: 10%;
  }
  @media screen and (max-width:1024px){
    .menu-heart{
      margin-right: 30%;
    }
    .search-button{
      margin-right: 18%;
    }
    }
    @media screen and (max-width:320px){
      .menu-heart{
        margin-right: 26%;
      }
      .search-button{
        margin-right: 17%;
      }
      }

.main_image_text{
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
    margin-left: 10%;
    font-size: 200%;
    max-width: 250px;
    text-align: center;
    background: rgb(7, 44, 101, 0.7);
    color: rgb(255,255,255);
    border-style: solid;
    border-color: rgb(7, 44, 101, 0.7);
    border-top: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-width: thin;
    border-left-width: thin;
    border-right-width: thin;
    margin-top: 0.5px;
    -webkit-font-smoothing: antialiased;

}

@media screen and (max-width:1317px){
.main_image_text{
    margin-left: 5%;
    font-size: 175%;
    max-width: 250px;

} 
}
@media screen and (max-width:700px){
    .main_image_text{
        margin-left: 5%;
        font-size: 125%;
        max-width: 30%;
    
    } 
    }
    @media screen and (max-width:321px){
        .main_image_text{
            margin-left: 5%;
            font-size: 115%;
            max-width: 30%;
        
        } 
        }
    @media screen and (max-width:290px){
        .main_image_text{
            margin-left: 2%;
            font-size: 100%;
            max-width: 30%;
        
        } 
        }