* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 .page1 {
     font-family: Arial, sans-serif;
     background: url("br.jpg") repeat center/cover;
     height: 100vh;
     color: white;
 }
 


 .navbar {
     display: flex;
     justify-content: space-between;
     padding: 20px;
     width: 100%;
     height: 10vh;
 }
 

 .navbar ul {
     list-style: none;
     display: flex;
 }

 .navbar ul li {
     margin: 0 15px;
 }

 .navbar ul li a {
     text-decoration: none;
     color: white;
     font-weight: bold;
 }
  @media screen and (max-width: 1200px) {
  .navbar ul li a {
    font-size: 12px;
    opacity: 50%;
  }
}
 
 .navbar h2 {
	 font-size:40px;
 }
 @media screen and (max-width: 1200px) {
  .navbar h2 {
    font-size: 25px;
  }
}

 .container {
 	display: flex;
 	margin-left: auto;
      margin-right: auto;
     justify-content: center;
     align-items: center;
     height: 45vh;
     text-align: center;
     color: white;
     width: 90%;
 }
 @media screen and (max-width: 1200px) {
 	.container {
 	display: inline-block;
 	width: 100%;
 	}
 }
 .logobox {
 	width: 40%;
 	height: 95%;
 } @media screen and (max-width: 1200px) {
 	.logobox {
 	width: 100%;
 	height: 50%;
 	margin-top: -50px;
 	}
 }
 .introbox {
 	padding: 70px 0;
  text-align: center;
 } @media screen and (max-width: 1200px) {
 	.introbox {
 	padding: 0px;
 	}
 }

 .container h1 {
     font-size: 60px;
     font-weight: bold;
 }

 .container p {
 	font-weight: bold;
 	font-family: tahoma;
     font-size: 25px;
     margin-top: 10px;
	 width: 60%;
 }

 
 .container p2 {
     font-size: 18px;
     margin-top: 10px;
     font-weight: bold;
 	font-family: arial;
 }
  @media screen and (max-width: 1200px) {
  .container p2 {
    font-size: 12px;
  }
}
 
 .container img {
	 height: 90%;
	 padding-top: 50px;
	 margin-left: 7%;
 }
  @media screen and (max-width: 1200px) {
  .container .logo {
  padding-top: 0px;
  height: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .last {
  display: none;
  }
}
@media screen and (min-width: 1200px) {
  .last {
  margin-top: 10px;
  }
}

 .exploreBtn {
     padding: 10px 100px;
     border: 3px solid orange;
     background: orange;
     color: white;
     font-size: 18px;
     cursor: pointer;
     border-radius: 20px;
     text-decoration: none;
 }
 @media screen and (max-width: 1200px) {
  .exploreBtn {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .column {
    margin-top: 25px;
  }
}
 

 .exploreBtn:hover {
     background: black;
     color: white;
 }
 
 .main {
	 height: 45vh;
 }
 
 .row {
  margin: 8px 0px;
  color: white;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 5px;
  padding-top: 10px;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 20%;
}
@media screen and (max-width: 420px) {
  .column {
    width:50%;
    margin-top: 3%;
  }
}
  @media screen and (min-width: 420px) {
  .column {
    width:50%;
    margin-top: 3%;
  }
}
@media screen and (min-width: 800px) {
  .column {
    width:25%;
  }
}
@media screen and (min-width: 1200px) {
  .column {
    width:20%;
  }
}

.column h3 {
	color: orange;
}
@media screen and (max-width: 800px) {
  .column h3{
    font-size: 15px;
  }
}
@media screen and (min-width: 800px) {
  .column h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 800px) {
  .column p {
    font-size: 11px;
  }
}
@media screen and (min-width: 800px) {
  .column p {
    font-size: 13px;
  }
}

.column b {
	color: black;
}

/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: #8c7646;
  padding: 10px;
}

.page2 {
     font-family: Arial, sans-serif;
     color: grey;
     height: 100vh;
 }
 
 .intro {
	 height: 20vh;
	 text-align: center;
	 font-size:15px;
	 color: white;
	 display: inline-block;
 }
 
 
 .intro .desc {
 padding-top:10px;
 width: 80%;
 margin-left: 10%;
 font-weight: ;
 }
  .intro .desc p2{
  font-weight: bold;
 text-shadow: 1px 1px #ff0000;
 
 }
 
 .btnGallery {
 	width: 20%;
 	cursor: pointer;
 	padding: 5px 30px;
 	border: 2px solid orange;
 	border-radius: 20px;
 	color: white;
 	background: orange;
 	font-weight: bold;
 } @media screen and (max-width: 1080px) {
	.btnGallery {
	width: 200px;
	} 
 }
.mid {
	height:	40vh;
	text-align: center;
	background: ;
} 



.mid h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0px;
	color: white;
}

.notification {
  display: inline-flex;
  flex-direction: column;
  isolation: isolate;
  position: relative;
  padding-top: 5px;
  width: 22%;
  height: 70%;
  background: ;
  border-radius: 1rem;
  overflow: hidden;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 16px;
  --gradient: linear-gradient(to bottom, gold, orange, gold);
  --color: #32a6ff
} @media screen and (max-width: 1200px) {
	.notification {
	width: 47%;
	}
}

.notification:before {
  position: absolute;
  content: "";
  inset: 0.0625rem;
  border-radius: 0.9375rem;
  background-image: linear-gradient(to right, #a1661a, #8c7646);
  z-index: 2;
}

.notification:after {
  position: absolute;
  content: "";
  width: 0.25rem;
  inset: 0.65rem auto 0.65rem 0.5rem;
  border-radius: 0.125rem;
  background: var(--gradient);
  transition: transform 300ms ease;
  z-index: 4;
}

.notification:hover:after {
  transform: translateX(0.15rem)
}

.notititle {
  color: white;
  padding: 0.65rem 0.25rem 0.4rem 1.25rem;
  font-weight: 500;
  font-size: 1.1rem;
  transition: transform 300ms ease;
  color: yellow;
  z-index: 5;
}
@media screen and (max-width: 420px) {
  .notititle {
font-size: 9px;
  }
}
@media screen and (min-width: 420px) {
  .notititle {
font-size: 12px;
  }
}
@media screen and (min-width: 800px) {
  .notititle {
font-size: 14px;
  }
}
@media screen and (min-width: 800px) {
  .notititle {
font-size: 14px;
  }
}

.notification:hover .notititle {
  transform: translateX(0.15rem)
}

.notibody {
  color: white;
  padding: 0 1.25rem;
  transition: transform 300ms ease;
  z-index: 5;
  font-size: 15px;
}
@media screen and (max-width: 1080px) {
  .notibody {
font-size: 12px;
  }
}

.notification:hover .notibody {
  transform: translateX(0.25rem)
}

.notiglow,
.notiborderglow {
  position: absolute;
  width: 20rem;
  height: 20rem;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle closest-side at center, white, transparent);
  opacity: 0;
  transition: opacity 300ms ease;
}

.notiglow {
  z-index: 3;
}

.notiborderglow {
  z-index: 1;
}

.notification:hover .notiglow {
  opacity: 0.1
}

.notification:hover .notiborderglow {
  opacity: 0.1
}

.note {
  color: var(--color);
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0.9rem;
  width: 75%;
}

.info {
	border-radius: 20px;
	border: 1px solid #b08c48;
	background-color: #b08c48; 
	cursor: pointer;
	color: #d6ccb6;
	width: 30%;
	text-decoration: none;
	padding: 3px;
}
@media screen and (max-width: 435px) {
  .info {
  width: 70%;
  }
}
@media screen and (min-width: 435px) {
  .info {
  width: 40%;
  }
}
@media screen and (min-width: 800px) {
  .info {
  width: 40%;
  }
}

.info a {
	color: white;
}
@media screen and (max-width: 435px) {
  .info {
  width: 50%;
  font-size: 11px;
  }
}

.outro {
	background: ;
	height: 25vh;
} @media screen and (max-width: 1200px) {
	.outro { 
	margin-top: 45%;
	}
}


.star {
	width: 80px;
}

.testimonial-section {
            text-align: center;
            max-width: 1000px;
            margin: auto;
            height: 15vh;
        }
        .testimonial-heading {
            font-size: 13px;
            font-weight: bold;
            margin-bottom: 10px;
			padding-top: 10px;
			color: white;
			font-family: sans-serif;
			text-shadow: 2px 2px green;
        }
        .testimonial-container {
            display: flex;
            justify-content: center;
            gap: 10px;
        }@media screen and (max-width: 800px) {
  .testimonial-container {
  display: block;
  }
}
        .testimonial-box {
            background: white;
            color: black;
            padding: 10px;
            border-radius: 10px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            flex: 1;
            
        }@media screen and (max-width: 800px) {
  .testimonial-box {
  margin-top: 1%;
  margin-left:2%;
  width: 95%;
  padding: 5px;
  }
}
        .testimonial-text {
            font-size: 13px;
            margin-bottom: 5px;
        }@media screen and (max-width: 800px) {
  .testimonial-text {
  font-size: 11px;
  }
}
        .testimonial-author {
            font-weight: bold;
        }
        @media screen and (max-width: 800px) {
  .testimonial-author {
  font-size: 13px;
  }
}
		.checked {
  color: orange;
}

.foot {
	background-color: black;
	height: 10vh;
	display: block;
} @media screen and (max-width: 1080px) {
	.foot {
	margin-top:45px;
	}
}

.footer {
			padding-top: 10px;
            background-color: #4d3f27;
            padding: 10px;
            text-align: center;
        }
        .social-icons {
            list-style: none;
            padding: 0;
        }
        .social-icons li {
            display: inline-block;
            margin: 0 5px;
        }
        .social-icons a img {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border: 2px solid none;
            border-radius: 50%;
            color: white;
            text-decoration: none;
            font-size: 20px;
        }
        @media screen and (max-width: 800px) {
  .social-icons a img {
  width: 25px;
  height: 25px;
  }
}
		
        .copyright {
            color: white;
            margin-top: 10px;
        }
        @media screen and (max-width: 800px) {
  .copyright {
  font-size: 13px;
  }
}
.footer p2 {
	font-size:10px;
	color: darkgrey;