* {
	margin: 0;
	padding: 0;
	font-family: Montserrat
}

#map {
	width: 50%;
	margin-left: 25%;
	margin-top: 100px;
	height: 400px;
	margin-bottom: 200px
}

body {
	background-color: #fff
}

html {
	scroll-behavior: smooth
}


@font-face {
	font-family: MyCustomFont;
	src: url(RevueBT.ttf);
  }
  
  .custom-font {
	font-family: MyCustomFont, sans-serif;
	font-size: 2.1rem;
	font-weight: 270;
  }

  .logo-name .custom-font-h1 {
	font-family: MyCustomFont, sans-serif;
	margin-right: 150px;
	font-size: 2.1rem;
	font-weight: 300;
	margin: -4px 0;
	line-height: 140%
}

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	background: #fff
}

::-webkit-scrollbar-thumb {
	background: #1a1a1a
}

p {
	font-size: 16px
}

h1 {
	font-size: 2.7rem;
	font-weight: 900;
	margin: -4px 0;
	line-height: 140%
}

b {
	font-weight: 700
}

i {
	font-display: swap
}

#navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-shadow: rgba(0, 0, 0, 0.1) 0 48px 100px 0;
	min-height: 7vh;
	position: fixed;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	top: 0;
	z-index: 999;
	background-color: #272727;
	color: #fff
}

#icon {
	background-color: #fff;
	border-radius: 50%
}

.logo {
	width: px;
	height: 27px
}

.logo .tethics-logo {
	margin-top: 20px;
	width: 95%;
	height: 50px;
	font-size: 1.1rem;
	font-weight: 500;
	text-decoration: none;
	color: #fff;
	letter-spacing: .05rem
}

.nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 61%;
	margin-top: .1%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	transition: .2s ease
}

.nav-links a:hover {
	text-decoration: underline
}

.nav-links li {
	list-style: none
}

.nav-links a {
	text-decoration: none;
	color: var(--navbar-link);
	font-size: 1rem;
	font-weight: 400;
	transition: .2s ease-in;
	font-family: Montserrat
}

.nav-links a:hover {
	cursor: pointer
}

.hamburger {
	display: none
}

#login-button {
	cursor: pointer;
	color: var(--white);
	margin-top: .5%;
	border-radius: 50%;
	font-size: 1.2em;
	font-weight: 900;
	-webkit-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out
}

#login-button img {
	padding: 5px;
	width: 1.8rem;
	height: 1.8rem
}

#login-button:hover {
	-webkit-transform: scale(1.12);
	transform: scale(1.12)
}



	
/* Image Slider */

.char-btn {
	font-family: Montserrat;
	color: var(--dark);
	font-size: 20px;
	font-weight: 500;
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 15px;
	border: 0;
	margin-top: -100px;
	box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
	cursor: pointer
}

.char-btn:hover {
	text-decoration: underline
}

.btn-main {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 200px
}

.container {
	width: 70%;
	height: auto;
	margin: 0 auto;
	background-color: #110f0f88;

	background-position: center;
	background-size: cover;
	box-shadow: rgba(255, 255, 255, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
	border-radius: 15px;
	margin-top: -120px;
	margin-bottom: 120px
}

.details {
	text-align: center
}

.details h1 {
	color: #fff;
	font-size: 55px;
	margin: 0;
	padding: 20px
}

.main-box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.box {
	width: 300px;
	height: 200px;
	margin: 30px;
	text-align: center;
	padding: 40px 20px;
	color: #fff;
	position: relative;
	z-index: 2;
	border-radius: 5px;
	border: 0
}

.box>* {
	position: relative;
	z-index: 2;
	color: #000;
	font-size: 1.2rem;
	font-weight: 500;
	font-family: Poppins
}

.icon img {
	border-radius: 50%;
	box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
	margin-bottom: 20px
}

.box-main {
	background-color: #fff;
	box-shadow: rgba(237, 232, 232, 0.367) 0 7px 29px 0
}

.about {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff
}

.about-section {
	background: url(/assets/breakpoint9.jpg) no-repeat right;
	background-size: 55%;
	background-color: #fff;
	overflow: hidden;
	padding: 100px 0;
	margin-right: 200px
}

.inner-container {
	width: 25%;
	margin-left: 200px;
	float: left;
	background-color: #fff;
	border-radius: 15px;
	padding-right: 150px;
	padding-left: 150px;
	padding-top: 80px;
	padding-bottom: 80px;
	box-shadow: rgba(100, 100, 111, 0.2) 10px 27px 29px 20px
}

.inner-container h1 {
	margin-bottom: 30px;
	font-size: 3.3rem;
	font-weight: 900;
	color: #000
}

.text {
	font-size: 1.1rem;
	color: #545454;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 40px;
	color: #000
}

.skills {
	display: flex;
	justify-content: space-between;
	font-weight: 700;
	font-size: 13px
}

.vision {
	background-color: #d2d2d2;
	background-position: center;
	background-size: cover;
	text-align: center;
	padding: 50px;
	height: auto;
	

}

.card{
	background-color:white;
	border-radius: 15px;
	width: 370px;
	margin: 30px;
	box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
	margin-bottom: 5%;
	
 }

 .vision-column-gal{
	display: flex;
	background-color: #fff;
	padding: 40px;
	height: auto;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.10) 0 10px 20px 0, rgba(0, 0, 0, 0.02) 0 0 0 1px;
	flex-wrap: wrap;
	justify-content: center;
}
.card h3{
text-align: center;
margin-bottom: 2%;


}
.vision-column-gal .card:hover {
transform: scale(1.2)
}
.card .icon-gal img {
box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
margin-bottom: 5px;
transition: .2s ease-out;
width: 370px;
height:240px;
background-size: cover;
border-radius: 15px 15px 0 0;
}



/* width: 70%;
	height: auto;
	margin: 0 auto;
	background-color: #110f0f88;

	background-position: center;
	background-size: cover;
	box-shadow: rgba(255, 255, 255, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
	border-radius: 15px;
	margin-top: -120px;
	margin-bottom: 120px */

.row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 80%;
	margin-left: 11%;
	justify-content: center;
	align-items: center
}
.ron{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 80%;
	margin-left: 11%;
	justify-content: center;
	align-items: center;
    margin-top: 5%;
    overflow: hidden;
}
.rowa {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 80%;
	margin-left: 11%;
	justify-content: center;
	align-items: center;
    margin-top: 5%;
}
.rows {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 70%;
	margin-left: 25%;
	justify-content: center;
	align-items: center;
	
	height: auto;
	margin: 0 auto;


	background-position: center;
	background-size: cover;
	
	margin-top: -120px;
	margin-bottom: 120px
}

.column {
	display: flex;
	flex-direction: column;
	flex-basis: 100%;
	flex: 1
}

.vision-column {
	background-color: #fff;
	padding: 40px;
	height: auto;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
	margin-top:1%;
}

.vision-column-pr {
	background-color: #fff;
	padding: 40px;
	height: auto;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
	margin-top:4%;
}
.vision-column-ms {
	background-color: #fff;
	padding: 40px;
	height: auto;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px;
	margin-top:2%;
}

.vision-column p {
	font-size: 1.2rem;
	text-align: justify;
	padding: 20px
}
.vision-column-pr p {
	font-size: 1.2rem;
	text-align: justify;
	padding: 20px
}
.vision-column-ms p {
	font-size: 1.2rem;
	text-align: justify;
	padding: 20px
}

.vision-column h1 {
	font-size: 3.3rem
}

.facilities {
	margin-top:70px
}

.facilities h1 {
	text-align: center;
	font-size: 3.3rem
}

.facilities p {
	width: 50%;
	text-align: justify;
	margin: auto;
	margin-top: 50px;
	
	font-size: 1.3rem
}



.about-image img{
	width: 100%;	
	height: 80%;
}

.bottom {
	background-image: url(/assets/bg-pattern.svg);
	background-color: #4b4a4a;
	background-position: center;
	background-size: cover
}

#bottom-p {
	color: #fff;
	font-weight: 600;
	margin: 10px;
	font-size: 1.3rem
}

#myBtn {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	border: 0;
	outline: 0;
	background-color: #272727;
	color: white;
	cursor: pointer;
	padding: 10px;
	border-radius: 50%;
	transition: .2s ease;
	box-shadow: rgba(0, 0, 0, 0.16) 0 10px 36px 0, rgba(0, 0, 0, 0.06) 0 0 0 1px
}

#myBtn:hover {
	background-color: #555
}

.container-gal {
	padding-top: 140px;
	width: 70%;
	height: auto;
	margin: 0 auto;
	border-radius: 15px;
	margin-top: -120px;
	margin-bottom: 120px
}

.details-gal {
	text-align: center
}

.details-gal h1 {
	color: #000;
	font-size: 55px;
	padding: 20px
}

.main-box-gal {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.box-gal {
	width: 300px;
	height: 200px;
	margin: 30px;
	text-align: center;
	padding: 40px 20px;
	color: #fff;
	position: relative;
	z-index: 2;
	border-radius: 5px;
	border: 0
}

.box-gal>* {
	position: relative;
	z-index: 2;
	color: #000;
	font-size: 1.2rem;
	font-weight: 500;
	font-family: Poppins
}




.features {
	padding: 100px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6rem;
	font-family: Montserrat;
	margin-top: 0%;
	margin-bottom: 0%
}

.flex {
	max-width: 1100px;
	display: flex;
	gap: 84px;
	flex-wrap: wrap;
	margin-bottom: 60px
}

.flex-image {
	background-color:white;
        border-radius: 15px;
        width: 370px;
        margin: 30px;

        cursor: pointer;
}
.flex-image img{
	box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
	margin-bottom: 5px;
	transition: .2s ease-out;
    width: 90%;
    height: 80%;
	background-size: cover;
	border-radius: 15px ;
	margin-top: 21%;
	margin-left:15%;
}
.about-box{
	/* display: flex; */
	    background-color: #fff;
	    /* padding: 40px; */
	    height: auto;
	    border-radius: 10px;
	    /* box-shadow: rgba(0, 0, 0, 0.10) 0 10px 20px 0, rgba(0, 0, 0, 0.02) 0 0 0 1px; */
        flex-wrap: wrap;
        justify-content: center;
		margin: 40px;
		
}




.flex-info {
	display: flex;
	flex-direction: column;
	width: 40%;
	justify-content: center;
	align-items: flex-start
}

.flex-info h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 1rem;
	font-family: Poppins
}

.flex-info p {
	margin-bottom: 0;
	color: #000;
	font-size: 1.3rem;
	line-height: 1.4em;
	font-weight: 400;
	white-space: normal;
	font-family: Poppins;
	text-align:justify;
}

/* responsive code - media queries */

@media screen and (max-width:873px) {
	#navbar {
		min-width: 8vh
	}

	.line-1,
	.line-2,
	.line-3 {
		width: 30px;
		height: 3px;
		background: white;
		margin: 5px;
		-webkit-transition: 400ms;
		transition: 400ms;
		border-radius: 10px
	}

	.hamburger {
		display: block;
		position: absolute;
		cursor: pointer;
		right: 5%;
		top: 50%;
		-webkit-transform: translate(-5%, -50%);
		transform: translate(-5%, -50%);
		z-index: 20
	}

	.logo {
		top: 50%;
		left: 5%;
		position: absolute;
		-webkit-transform: translate(-5%, -50%);
		transform: translate(-5%, -50%)
	}

	.nav-links {
		position: fixed;
		background: #272727;
		color: #fff;
		height: 100vh;
		width: 100%;
		margin-top: 46.5vh;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		clip-path: circle(100px at 90% -10%);
		-webkit-clip-path: circle(100px at 90% -10%);
		-webkit-transition: all 1s ease-out;
		transition: all 1s ease-out;
		pointer-events: none;
		padding: 100px 0
	}

	.nav-links.open {
		clip-path: circle(1000px at 90% -10%);
		-webkit-clip-path: circle(1000px at 90% -10%);
		pointer-events: all
	}

	.nav-links li {
		font-size: 25px;
		font-weight: 600;
		opacity: 0
	}

	.nav-links li a {
		font-size: 25px;
		font-weight: 600
	}

	.nav-links li:nth-child(1) {
		-webkit-transition: all .5s ease .2s;
		transition: all .5s ease .2s
	}

	.nav-links li:nth-child(2) {
		-webkit-transition: all .5s ease .4s;
		transition: all .5s ease .4s
	}

	.nav-links li:nth-child(3) {
		-webkit-transition: all .5s ease .6s;
		transition: all .5s ease .6s
	}

	.nav-links li:nth-child(4) {
		-webkit-transition: all .5s ease .8s;
		transition: all .5s ease .8s
	}

	.nav-links li:nth-child(5) {
		-webkit-transition: all .5s ease 1s;
		transition: all .5s ease 1s
	}

	.nav-links li:nth-child(6) {
		-webkit-transition: all .5s ease 1.2s;
		transition: all .5s ease 1.2s
	}

	.nav-links li.fade {
		opacity: 1
	}

	.toggle .line-1 {
		-webkit-transform: rotate(-45deg) translate(-5px, 6px);
		transform: rotate(-45deg) translate(-5px, 6px)
	}

	.toggle .line-2 {
		opacity: 0
	}

	.toggle .line-3 {
		-webkit-transform: rotate(45deg) translate(-5px, -6px);
		transform: rotate(45deg) translate(-5px, -6px)
	}

	.box {
		display: flex;
		flex-direction: column
	}
}

@media screen and (max-width:836px) {
	.banner {
		height: 80vh
	}
}

@media screen and (max-width:800px) {
	.banner p {
		text-align: center
	}
}

@media screen and (max-width:568px) {
	.banner h2 {
		font-size: 1.5rem
	}
}

@media screen and (max-width:610px) {
	.banner p {
		width: 70%;
		margin-left: 85px
	}
}

@media screen and (max-width:400px) {
	.banner p {
		margin-left: 50px;
		font-size: 1.1rem
	}

	.banner h1 {
		font-size: 1.7rem
	}

	.banner h2 {
		font-size: 1.1rem
	}
}

/* breif info */

.testi { background-color: var(--jet); }

.testi-content { padding: var(--section-padding) 15px; }

.testi .section-title {
  color: var(--white);
  margin-block: 10px 40px;
}

.testi-card { color: var(--white); }

.testi-text,
.testi-name { font-size: var(--fs-5); }

.testi-text,
.testi-title { font-family: var(--ff-inter); }

.testi-text {
  padding-block-end: 30px;
  border-block-end: 1px solid var(--white_10);
  margin-block: 20px 30px;
}

.testi-p{
  
    font-size: 50%;
}

.testi-title {
  color: var(--white_50);
  font-size: var(--fs-10);
}

.testi-banner { background-color: var(--light-gray); }
.testi{
	  margin-left: 4%;
	  margin-top: 1%;
	  
		
	}
	.testi h1{
		margin-left:40%;
		
	}
	.tests{
		margin-top: 3%;
		margin-left:17%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}

    .tost{
        margin-left:0% ;
        background-color: #d2d2d2;

    }

	@media screen and (max-width:456px) {
		.testi p {
			
			font-size: 1.1rem
		}
		.testi-card {
			
			margin-right:15%;
		}
		.testi-content h1{
			margin-right: 30%;
			margin-bottom:8%;
		}
	}
	
	@media screen and (max-width:498px) {
		.testi p {
			
			font-size: 1.1rem
		}
		.testi-card {
			
			margin-right: 15%;
		}
		.testi-content h1{
			margin-right: 30%;
			margin-bottom:8%;
		}
	}

/* info */

.event-container{
	display: flex;
	align-items:center;
}

.event-container .date{
	min-width: 90px;
	border-right: 2px solid rgb(247, 248, 246);
	text-align: center;
}

.event-container .date>span{
	display: inline-block;
	border: 2px solid rgb(253, 253, 250);
    border-radius: 100%;
    padding: 1rem 2.5rem;
    text-align: center;
    width: 75px;
    height: 75px;
}

.event-container .date>span .month{
	color: rgb(249, 249, 245);
}

.event-container .date>span .day{
	font-size: 1.5em;
}

.event-container .event-text{
	margin-left: 1rem;
}
 .footer-col {
    padding-bottom: 40px;
    margin-left: 5%;
	flex: auto;
	margin-top: 0%;
	

}
/* info end */
.testi-content-h1{
    margin-top: 50%;
}

.footer-wrapper,.contents-wrapper{
	margin: 0 auto;
	max-width: 800px;
}
.header-wrapper{
	margin: -1px auto;
	max-width:472px;
	margin-left: -3%;
}

.header-container{
	display: flex;
	align-items:flex-end;
	justify-content: space-between;
	margin: 0.4rem 0;
}

.header-links{
	margin-right: 2rem;
    margin-bottom: 2.2rem;
}

.header-links a {
	cursor:pointer;
	margin:0 0.75rem;
	color: inherit;
}

.header-links a:hover,.header-links a:focus{
	color: inherit;
	opacity: 0.9;
}
.header-links{
    display: none;
}

.logo-name{
	display: flex;
	align-items:center;
	margin-left: 6rem;
}

.logo{
	margin-left: 4rem;
    margin-bottom: 3rem;
    border-radius: 50px;
}
@media screen and (max-width:456px) {
	
.logo-name .logo img{
	
    margin-left: 50%;
}
	
}

@media screen and (max-width:498px) {
	
.logo-name .logo img{
	
    margin-left:50%;
}

}

.logo-name .name h5{
	font-weight: bold;
	font-size: 2.3rem;
	text-decoration: none;
	color: rgb(50,50,50);
}

.logo-name .name a:hover{
	text-decoration: none;
}

.logo-name .name{
	margin-left: 1rem;
}

.logo-name .name h5:nth-child(1){
	margin-bottom: 0.3rem;
}

.logo-name .name h5:nth-child(2){
	margin-top: 0.1rem;
}

.logo-name .logo img{
	width: 73px;
    margin-left: -84px;
}







@media screen and (max-width:456px) {
	.banner p {
		margin-left: 58px;
		font-size: 1.1rem
	}
}

@media screen and (max-width:498px) {
	.banner p {
		margin-left: 60px;
		font-size: 1.1rem
	}
}

@media screen and (max-width:1205px) {
	.vision-column p {
		font-size: 1.1rem;
		text-align: center
	}

	.vision-column {
		width: 500px
	}
}

@media screen and (max-width:613px) {
	.vision-column {
		width: 400px
	}
}

@media screen and (max-width:500px) {
	.vision-column {
		width: 300px
	}
}

@media(max-width:1000px) {
	.flex-image {
		width: 100%
	}

	.flex-info {
		width: 100%
	}
}

@media screen and (max-width:1200px) {
	.inner-container {
		padding: 80px
	}
}

@media screen and (max-width:1000px) {
	.about-section {
		background-size: 100%;
		padding: 100px 40px
	}

	.inner-container {
		width: 100%
	}
}

@media screen and (max-width:600px) {
	.about-section {
		padding: 0
	}
  
	.inner-container {
		padding: 60px;
		z-index: 9999
	}
}
.hh1{
  margin-left: 38%;
  margin-bottom:2%;
}

	.hh2 {
		margin-left: 43%;
		margin-bottom: 0%;
	}
  

  @media screen and (max-width:456px) {
	.hh2 {
		
		margin-right: 30%;
	}
}

@media screen and (max-width:498px) {
	.hh2 {
		margin-right:  30%;
		
	}
}
/* footer */
footer{
    padding: 8vw;
    background-color: #272727;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

footer .footer-col{
    padding-bottom:20px;
}

footer h3{
    color: rgb(241,240,245);
    font-weight:600;
    padding-bottom:20px;
}

footer li{
    list-style: none;
    color:#7b838a;
    padding:10px 0;
    font-size:15px;
    cursor:pointer;
    transition: 0.3sec ease;
}

footer li:hover{
    color:rgb(241,240,245);
    
}

footer p{
    color:#7b838a;
}
footer .subscribe{
    margin-top:20px;

}

footer input{
    width:220px;
    padding:15px 12px;
    background: #334f6c;
    border:none;
    outline:none;
    color:white;
}

footer .subscribe a{
    text-decoration: none;
    font-size: 0.9rem;
    padding: 12px 15px;
    background-color: #fff;
    font-weight: 600;
    border-radius: 5px;

}
#footer .subscribe a.yellow{
    color:#fff;
    background: #fdc93b;
    transition: 0.3sec ease;
}

#footer .subscribe a.yellow{
    color:rgb(21,21,100);
    background:#fff;
}

footer .copyright{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items:center;
    width:100%;
    flex-wrap:wrap;
}
footer .copyright p{
    color:#fff;
}

footer .copyright .pro-links{
    margin-top: 0px;

}
footer .copyright .pro-links i{
    background-color: #757373;
    color:#fff;
}

footer .copyright .pro-linksi:hover{
background-color: #fdc93B;
color:#2c2c2c;
}

@media (max-width:769px){
    nav{
        padding:15px 20px;
    }
    nav img{
        width:130px;
    }

}

/* style 19/07/23 */

.single-image {
		cursor: pointer;
	}

.single-image img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease;
}
.image-slider {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 9999;
	/* overflow: auto; */
}
.slider-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	display: flex;
	overflow: hidden;
}
.slider-content img {
	width: 100%;
	height: auto;
	object-fit: cover;
	/* margin: 10px; */
	transition: transform 0.3s ease;
	cursor: pointer;
}
.dropbtn {
	background-color:#272727 ;
	color:#fff;
	/* padding:5px;  */
	border: none;
	text-decoration: none;
	color: var(--navbar-link);
	font-size: 1rem;
	font-weight: 400;
	transition: .2s ease-in;
	font-family: Montserrat
}
.dropbtn a {
	text-decoration: none;
	color: var(--navbar-link);
	font-size: 1.2rem;
	font-weight: 400;
	transition: .2s ease-in;
	font-family: Montserrat
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #272727;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: #ffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {text-decoration: underline}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {text-decoration: underline}