
*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Island Moments', cursive;
    font-family: 'Titillium Web', sans-serif;
    font-size: 14pt;
    text-align: center;
}

nav{
    
    display: flex;
    min-height: 10vh;
    width: 100%;
    margin: 0;
    align-items: center;
    background-color: black;
}

nav ul{
    display: flex;
    flex: 1 1 40rem;
    justify-content: space-around;
    align-items: center;
    list-style: none;
}


a:link{
    font-size: larger;
    border-radius: 10%;
    color: #2BF04C;
    text-decoration: none;
    background-color: black;
    padding: 14px 25px;
    display: inline-block;
}

a:hover {
    color: #2BF04C;
    text-decoration: underline;
  }
  
a:visited {
    color: #2BF04C;
}

nav {
    text-align: center;
    background-color: black;
    color: #fff;
    padding-top: 0px;
}

nav h1{
    display: inline-block;
    text-align: justify;
    font-size: 2.25em;
}

section {
    text-align: center;
    margin: 0;
    padding: 0;
}


a.nostyle:link {
    text-decoration: none;
    color: none;
    cursor: auto;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0);
}

a.nostyle:visited {
    text-decoration: none;
    color: none;
    cursor: auto;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0);
}

.row{
    display: flex;
}

#deals{
    background-color: #1Ef7F6;
    text-align: center;
    padding: 10px;
    font-family: 'Island Moments', cursive;
    font-size: 50px;
}

#about, #about1, #about2, #about3{
    background-color: #1EF77E;
    padding: 10px;
    font-size: 20px;
    font-weight: 400;

}

#video{
    padding-bottom: 90px;
    background-color: #000;
}

#font1, #font2{
    border: #000;
    background-color: rgba(3, 0, 0, 0.65);
    padding: 0.7%;
    border-radius: 70px;
}



#tourism{
    font-family: 'Island Moments', cursive;
    background-image: url("../images/Borders.jpg");
    min-height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    align-items: center;
    display:flex;
    text-shadow:
		-5px -3px 0 #000,
		3px -3px 0 #000,
		-3px 3px 0 #000,
		3px 3px 0 #000;
    font-size: 100px;
}

#tourism2{
    font-family: 'Island Moments', cursive;
    background-image: url("../images/Scotland.jpg");
    min-height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    align-items: center;
    display:flex;
    text-shadow:
		-3px -3px 0 #000,
		3px -3px 0 #000,
		-3px 3px 0 #000,
		3px 3px 0 #000;
    font-size: 100px;
}

#garden{
    font-family: 'Island Moments', cursive;
    background-image: url("../images/pexels-kampus-production-7658822.jpg");
    min-height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    align-items: center;
    display:flex;
    text-shadow:
		-3px -3px 0 #000,
		3px -3px 0 #000,
		-3px 3px 0 #000,
		3px 3px 0 #000;
    font-size: 100px;
}

#honey{
    
    font-family: 'Island Moments', cursive;
    font-size: 100px;
    align-items: center;
    display: flex;
    text-align: center;
}

#cake, #cake1{
    display:flex;
    font-family: 'Island Moments', cursive;
    align-items: center;
    font-size: 100px;
    text-align: center;
    padding-bottom: 0px;
}


#about-us{

}

#gardening{
    padding: 10px;
}

#map{
    width: 100%;
}

.w50 {
    display: flex;
    width: 50%; 
    height: 100%;
    text-align: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
}

.flexContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.flexItem {
    width:100%;
    flex:50%;
    align-items: center;
    text-align: center;
}

.flexBox {
    min-height: 350px;
    height:100%;
    padding: 5px 5px 5px 5px;
    align-items:flex-start;    
}

.flexBoxGa {
    min-height: 350px;
    height:100%;
    padding-top: 15%;
    align-items:flex-start;    
    text-align: center;
}

.w40{
    display: flex;
    width: 40%; 
    height: 100%;
    text-align: center;
    
}

.w60{
    width: 90%; 
    height: 100%;
}

.cake_img {
    width: 100%;
}

.honey_img{
    margin-right: 0px;
    
}

.w50 .imageFull {
    height: 100%;
    vertical-align:bottom;
}

/* shopppppppppp pppppppppppage*/

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 400px;
    margin: auto;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
  }
  
  .price {
    color: grey;
    font-size: 22px;
  }
  
  .card button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
    background-color: #1EF77E;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
  }
  
  .card button:hover {
    opacity: 0.7;
  }

  .row{
      display: flex;
      align-items: center;
      width: 90%;
      margin: auto;
      justify-content: space-between;
      padding: 20px;
  }

  .row2{
    display: flex;
    align-items: center;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    padding: 20px;
}

#footer{
    text-align: center;
    background-color: black;
    color: #2BF04C;
    padding: 20px;
    display: flex;
    border-radius: 0%;
    width: 97.9%;
    font-size: 20px;
    justify-content: space-around;
}

.align{
    display:flex;
    justify-content:center;
    align-items: center;

}

@media only screen and (max-width: 600px) {
    .flexItem {
        flex:100%;
    }
}

/* GGGGGAAALLLLLLLLLLERY PPPPPPPPAGE*/ 

.container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 100px;
    font-family: 'Titillium Web', sans-serif;
}

.container:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hot-chocolate.jpg) no-repeat center;
    z-index: -1;
    filter: blur(50px);
}

.contact-box{
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white ;
    box-shadow: 0px 0px 19px 5px rgba(0, 0, 0, 0.19);
}

.left{
    height: 100%;
    background: url(../images/pexels-sarah-chai-7262863.jpg) no-repeat center;
    background-size: cover;
}

.right{
    padding: 25px 40px; 
}

h2{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

h2:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: rgba(230, 230, 230, 0.6);
}

.field{
    width:100%;
    font-family: 'Titillium Web', sans-serif;
    margin-left: -4%;
    padding: 0.5rem 1rem;
    outline: none;
    border: 2px solid rgba(230, 230, 230, 0.6);
    background-color: rgba(230, 230, 230, 0.6);
    font-size: 1.1rem;
    margin-bottom: 22px;
    transition: .3s;
}

.field:hover{
    background-color: rgba(0, 0, 0, 0.1);
}

.field:focus{
    background-color: #fff;
    border:2px solid rgba(30, 85, 250, 0.47);
}

.area{
    min-height: 150px;
}

.btn{
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1.1rem;
    background-color: #2ecc71;;
    cursor: pointer;
    outline: none;
    border: none;
    color: #fff;
    transition: .3s;
}

.btn:hover{
    background-color: #27ae60;
}

@media screen and (max-width:880px){
    .contact-box{
        grid-template-columns: 1fr;

    }

    .left{
        height: 200px;
    }
}

#contact30{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 2%;
    width: 30%;
}

#contact70{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

#contact1, #contact2, #contact3, #contact4{
    padding: 20px;
    display:flex;
    align-items: center;
    font-size: 20px;
}

.w30contact{
    display: flex;
    width: 30%; 
    height: 100%;
    text-align: center;
}

#newsletter{
    
}

div.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 180px;
  }
  
  div.gallery:hover {
    border: 1px solid #777;
  }
  
  div.gallery img {
    width: 100%;
    height: auto;
  }
  
  div.desc {
    padding: 15px;
    text-align: center;
  }

#thank-you{
    font-family: 'Island Moments', cursive;
    background-image: url("../images/Scotland.jpg");
    min-height: 90vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-shadow:
        -5px -3px 0 #000,
        3px -3px 0 #000,
        -3px 3px 0 #000,
        3px 3px 0 #000;
    font-size: 100px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.align-center {
    margin-left:auto;
    margin-right: auto;
}

#font2{
  border: #000;
  background-color: rgba(3, 0, 0, 0.65);
  padding: 0.7%;
  border-radius: 70px;
}