*{
    margin: 0;
    padding: 0;
    font-family: 'DM Serif Display';
    font-style: normal;
}
#banner{
    background:linear-gradient(#009688, rgba(0,0,0,0.5)), url(images/swr_banner.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.logo{
    width: 80px;
    width: 80px;
    position:absolute;
    top: 3%;
    left: 10%;
}
.banner-text{
    text-align: center;
    padding-top: 180px;
}
    
.banner-text h1{ 
    font-family: "Marcellus", serif;
    font-style: normal;
    font-size: 130px;
    background: #B8E1FC;
    background: radial-gradient(circle farthest-corner at center center, #B8E1FC 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-text p{
font-size: 20px; 
font-style: italic;
color: #FFFFFF;
}
.wolf{
    color: #B8E1FC;
    font-style: italic;
    font-weight: bolder;
    font-size: 20px; 
    transition: .5;
}
.wolf:hover{
    transform: translateY(-7px);
    font-size: 22px;
}
.banner-btn{
    margin: 70px auto 0;
}
.banner-btn a{
    font-family: "Marcellus", serif;
    font-weight: bold;
    width: 150px;
    text-decoration: none;
    display: inline-block;
    margin: 0 10px;
    padding: 12px 0;
    color: #fff;
    border: .5px solid #009688;
    position: relative;
    z-index: 1;
    transition: 0.5s; 
}
.banner-btn a span{
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #009688;
    z-index: -1;
    transition: 0.5s;
}
.banner-btn a:hover span{
    width: 100%;
}
.banner-btn a:hover{
    color: #fff;

}
#sidenav{
    font-family: "Marcellus", serif;
    font-weight: bold;
    width: 250px;
    height: 100vh;
    position: fixed;
    right: -250px;
    top: 0;
    background: #009688;
    z-index: 2;
    transition: 0.8s;
}
nav ul li{
    list-style: none;
    margin: 60px 20px;
}
nav ul li a{
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease; 

}
#menuBtn{
    width: 50px;
    height: 50px;
    background: #009688;
    text-align: center;
    position: fixed;
    right: 30px;
    top: 20px;
    border-radius: 3px;
    z-index: 3;
    cursor: pointer;
}
#menuBtn img{
    width: 20px;
    margin-top: 15px;
}
.container { 
    overflow-y: scroll;
    height: 100vh;
}

@media screen and (max-width: 770px) {
    .banner-text h1{
    font-size: 44px;
    }
    .banner-btn a{
    display: block;
    margin: 20px auto;    
    }
}

/*----events---*/

#abtus{
    width: 100%;
    padding: 10px 0;
    height: 100vh;

}
.title-text{
    text-align: center;
    padding-bottom: 70px;
}

@media screen and (max-width: 550px) {
    #abtus{
    width: 100%;
    padding: 80px 0;
    height: 100vh;

}
}
.title-text p{
    margin: auto;
    font-size: 20px;
    color: #009688;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.title-text p::after{
    content: '';
    width: 50px;
    height: 10px;
    background: linear-gradient(#019587,#fff);
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
    transform: rotate(10deg);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.title-text h1{
    font-size: 25px;
}
.abtus-box{
    width: 80%;
    margin: auto ;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.abtus{
    flex-basis: 50%;
}
.abtus h1{
    color: #019587;
}
.abtus-img{
    flex-basis: 50%;
    margin: auto;
}
.abtus-img img{
    width: 70%;
    border-radius: 10px;
}

/*TC section*/
#terms-condition{
    width: 100%;
    padding: 70px 0; 
    background: linear-gradient(#A3C6C6, rgba(0, 0, 0, 0.5)), url(images/banner.png);
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.tc-box{
    width: 80%;
    margin: auto ;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.tc-tex{
    text-align: center;
    padding-bottom: 70px;
}
.tc-tex p{
    margin: auto;
    font-size: 20px;
    color: #009688;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.tc-tex p::after{
    content: '';
    width: 50px;
    height: 35px;
    background: linear-gradient(#019587,#fff);
    position: absolute;
    top: -20px;
    left: 0;
    z-index: -1;
    transform: rotate(10deg);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.tc-tex h1{
    font-size: 50px;
}
.tc{
    flex-basis: 50%;
}
.tc h1{
    color: #3f3f3f;
}
.tc h4{
	text-align:left;
    color: #def9f6;
}
.tc ul li{
	list-style-type: none;
  margin: 5px;
  padding: 3px;
  text-align:left;
  font-size: 13px;
}
.tc-img{
    flex-basis: 50%;
    margin: auto;
}
.tc-img img{
    width: 70%;
    border-radius: 10px;
}

/*Gallery section*/
.secttion-gallery {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center center;
	background-image: var(--img, url(images/img1.jpg));
	transition: background 0.5s ease 0s;
	font-family: 'Londrina Solid', cursive;
    position:relative;
}

.secttion-gallery:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000c9;
	z-index: 0;
}

.secttion-gallery .content {
	width: 60vmin;
	height: 60vmin;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center center;
	background-image: var(--img, url(images/img2.jpg));
	transition: background 0.5s ease 0s;
	max-width: 500px;
	max-height: 500px;
	box-shadow: 0 0 0vmin 1vmin #fff, 0 0 10vmin 5vmin #000;
	border-radius: 2px;
	z-index: 0;
	background-color: #fff;
}

.content:before {
	content: "southernwolfriders.com";
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: -55vmin;
	text-shadow: -1px -1px 0 #0007;
	color: #fff4;
	font-size: 18px;
}

/* CONTROLS */
.controls {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	flex-wrap: wrap;
	position: absolute;
}

.secttion-gallery input[type=radio] {
	display: none;
}		

.secttion-gallery label {
	width: 50vw;
	height: 100vh;
	position: relative;
	cursor: pointer;
	opacity: 0.15;
}

label:hover {
	opacity: 1;
}

.secttion-gallery input:first-child:checked ~ .content .controls label:first-child,
.secttion-gallery input:last-of-type:checked ~ .content .controls label:last-of-type {
	cursor: default;
	opacity: 0.025;
}


/* HIDE LABELS */
#b2:checked ~ .content .controls label[for=b2], 
#b3:checked ~ .content .controls label[for=b3], 
#b4:checked ~ .content .controls label[for=b4], 
#b5:checked ~ .content .controls label[for=b5], 
#b6:checked ~ .content .controls label[for=b6], 
#b7:checked ~ .content .controls label[for=b7], 
#b8:checked ~ .content .controls label[for=b8], 
#b9:checked ~ .content .controls label[for=b9], 

#b3:checked ~ .content .controls label[for=b1],
#b4:checked ~ .content .controls label[for=b1],
#b4:checked ~ .content .controls label[for=b2],
#b5:checked ~ .content .controls label[for=b1],
#b5:checked ~ .content .controls label[for=b2],
#b5:checked ~ .content .controls label[for=b3],
#b6:checked ~ .content .controls label[for=b1],
#b6:checked ~ .content .controls label[for=b2],
#b6:checked ~ .content .controls label[for=b3],
#b6:checked ~ .content .controls label[for=b4],
#b7:checked ~ .content .controls label[for=b1],
#b7:checked ~ .content .controls label[for=b2],
#b7:checked ~ .content .controls label[for=b3],
#b7:checked ~ .content .controls label[for=b4],
#b7:checked ~ .content .controls label[for=b5],
#b8:checked ~ .content .controls label[for=b1],
#b8:checked ~ .content .controls label[for=b2],
#b8:checked ~ .content .controls label[for=b3],
#b8:checked ~ .content .controls label[for=b4],
#b8:checked ~ .content .controls label[for=b5],
#b8:checked ~ .content .controls label[for=b6],
#b9:checked ~ .content .controls label[for=b1],
#b9:checked ~ .content .controls label[for=b2],
#b9:checked ~ .content .controls label[for=b3],
#b9:checked ~ .content .controls label[for=b4],
#b9:checked ~ .content .controls label[for=b5],
#b9:checked ~ .content .controls label[for=b6],
#b9:checked ~ .content .controls label[for=b7],
#b10:checked ~ .content .controls label[for=b1] ,
#b10:checked ~ .content .controls label[for=b2] ,
#b10:checked ~ .content .controls label[for=b3] ,
#b10:checked ~ .content .controls label[for=b4] ,
#b10:checked ~ .content .controls label[for=b5] ,
#b10:checked ~ .content .controls label[for=b6] ,
#b10:checked ~ .content .controls label[for=b7] ,
#b10:checked ~ .content .controls label[for=b8] {
	display: none;
}


/* ARROWS */
.secttion-gallery label:before {
	content: "";
	position: absolute;
	background: 
		linear-gradient(30deg, #fff0 60%, #fff calc(60% + 1px)), 
		linear-gradient(-30deg, #fff 40%, #fff0 calc(40% + 1px)), 
		linear-gradient(-90deg, #fff0 70%, #fff calc(70% + 1px));
	width: 6vmin;
	height: 6vmin;
	border-radius: 5px;
	right: 7vmin;
	top: calc(50% - 3vmin);
}

/* LEFT ARROW */
#b1:checked ~ .content .controls label[for=b1]:before,
#b2:checked ~ .content .controls label[for=b1]:before,
#b3:checked ~ .content .controls label[for=b2]:before,
#b4:checked ~ .content .controls label[for=b3]:before,
#b5:checked ~ .content .controls label[for=b4]:before,
#b6:checked ~ .content .controls label[for=b5]:before,
#b7:checked ~ .content .controls label[for=b6]:before,
#b8:checked ~ .content .controls label[for=b7]:before,
#b9:checked ~ .content .controls label[for=b8]:before,
#b10:checked ~ .content .controls label[for=b9]:before {
	left: 7vmin;
	transform: rotate(180deg);
}




/* TITLES  */
.secttion-gallery:after {
	content: "SWR";
	position: absolute;
	top: 2vh;
	color: #fff;
	font-size: 35px;
	line-height: 45px;
	transition: all 0.5s ease 0s;
	text-shadow: 0px 1px 0 #000000d9;
	white-space: pre-wrap;
	text-align: center;
	width: 100vw;
	padding: 1vmin;
	background: #ffffff05;
	font-weight: 300;
}

.secttion-gallery:has(input#b1:checked):after {
	content: "Coorg Trip";
}

.secttion-gallery:has(input#b2:checked):after {
	content: "Kerala";
}

.secttion-gallery:has(input#b3:checked):after {
	content: "Ranipet to Pondy";
}

.secttion-gallery:has(input#b4:checked):after {
	content: "Oath taking ceremony";
}

.secttion-gallery:has(input#b5:checked):after {
	content: "First Meetup";
}

.secttion-gallery:has(input#b6:checked):after {
	content: "First Annevarsary";
}

.secttion-gallery:has(input#b7:checked):after {
	content: "Members Meetup";
}

.secttion-gallery:has(input#b8:checked):after {
	content: "Pollachi Trip";
}

.secttion-gallery:has(input#b9:checked):after {
	content: "Valparai Trip";
}

.secttion-gallery:has(input#b10:checked):after {
	content: "Selam";
}



/*** THUMBNAILS ***/
.secttion-gallery .thumbnails { 
    position: absolute;
	background: #ffffff05;
	width: 100vw;
	bottom: 3vh;
	text-align: center;
	padding: 1vmin;
    top: 86%;
}

.secttion-gallery  .thumbnails label {
	background-color: #0008;
	position: relative;
	width: 8vmin;
	height: 8vmin;
	display: inline-block;
	margin-left: 1vw;
	background-image: var(--img);
	background-size: cover;
	background-position: center;
	opacity: 0.5;
	border-radius: 2px; 
}

/* IMAGES / THUMBNAILS */
.secttion-gallery:has(input#b1:checked), .thumbnails label[for=b1] {
	--img: url(images/img1.jpg);
}

.secttion-gallery:has(input#b2:checked), .thumbnails label[for=b2] {
	--img: url(images/img2.jpg);
}

.secttion-gallery:has(input#b3:checked), .thumbnails label[for=b3] {
	--img: url(images/img3.jpg);
}

.secttion-gallery:has(input#b4:checked), .thumbnails label[for=b4] {
	--img: url(images/img4.jpg);
}

.secttion-gallery:has(input#b5:checked), .thumbnails label[for=b5] {
	--img: url(images/img5.jpg);
}

.secttion-gallery:has(input#b6:checked), .thumbnails label[for=b6] {
	--img: url(images/img6.jpg);
}

.secttion-gallery:has(input#b7:checked), .thumbnails label[for=b7] {
	--img: url(images/img7.jpg);
}

.secttion-gallery:has(input#b8:checked), .thumbnails label[for=b8] {
	--img: url(images/img8.jpg);
}

.secttion-gallery:has(input#b9:checked), .thumbnails label[for=b9] {
	--img: url(images/img9.jpg);
}

.secttion-gallery:has(input#b10:checked), .thumbnails label[for=b10] {
	--img: url(images/img9.jpg);
}

.thumbnails label:before { display: none; }
.thumbnails label:hover { opacity: 1; }
.thumbnails label:first-child { margin-left: 0; }

#b1:checked ~ .content .thumbnails label[for=b1],
#b2:checked ~ .content .thumbnails label[for=b2],
#b3:checked ~ .content .thumbnails label[for=b3],
#b4:checked ~ .content .thumbnails label[for=b4],
#b5:checked ~ .content .thumbnails label[for=b5],
#b6:checked ~ .content .thumbnails label[for=b6],
#b7:checked ~ .content .thumbnails label[for=b7],
#b8:checked ~ .content .thumbnails label[for=b8],
#b9:checked ~ .content .thumbnails label[for=b9],
#b10:checked ~ .content .thumbnails label[for=b10] {
	opacity: 1;
	box-shadow: 0 0 0.01vmin 0.5vmin #fff;
}



/* MEDIA QUERIES */
@media only screen and (max-width:767px) {
	.secttion-gallery:after {
		top: 2vh;
		font-size: 20px;
		white-space: initial;
	}
	.tc ul li{
		list-style-type: none;
	  margin: 2px;
	  padding: 1px;
	  text-align:left;
	  font-size: 7px;
	}
}

@media only screen and (max-width:580px) {
	.secttion-gallery:after {
		font-size: 25px;
		white-space: pre-wrap;
	}
}

/* BROWSER SUPPORT */
.firefox {
	background: #0008;
	color: #fff;
	position: absolute;
	top: 45vh;
	width: 45vmin;
	padding: 2vmin 3vmin;
	border-radius: 5px;
	text-align: center;
	font-size: 24px;
}

.firefox span code {
	font-size: 24px;
	background: #0008;
	padding: 0 10px;
	border-radius: 25px;
}

@supports (-webkit-font-smoothing: antialiased) {
	.firefox {
		display: none;
	}
}
/*Service*/
#service{
    width: 100%;
    padding: 70px 0; 
    background: linear-gradient(#a3c6fd, rgba(0, 0, 0, 0.5)), url(images/banner.png);
    background-size: cover;
    background-position: center; 
}
.service{
    width: 100%;
    padding: 70px 0;
    background: #efefef; 
}
.service-box{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  
}
.single-service{
    flex-basis: 45%;
    text-align: center;
    border-radius: 7px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
}

.single-service img{
    width: 100%;
    border-radius: 7px; 
}
.overlay{
    width: 100%;
    height:100%;
    position: absolute;
    top: 0;
    border-radius: 7px;
    cursor: pointer;
    background: linear-gradient(rgba(0,0,0,0.5),#009688);
    opacity: 0;
    transition: 1s;
}
.single-service:hover .overlay{
    opacity: 1;
}
.service-desc{
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translate(-50%);
    transition: 1s;
}
hr{
    background: #fff;
    height: 2px;
    border: 0;
    margin: 15px auto;
    width: 60%;
}
}
.service-desc p{
    font-size: 14px;
}
.single-service:hover .service-desc{
    bottom: 40%;
    opacity: 1;
}
@media screen and (max-width:770px){
    
    .single-service{
        flex-basis: 100%;
        margin-bottom: 30px; 
        margin-left: 15px;
    }
    .single-service p{
        font-size: 12px;
    }
    hr{
        margin: 5px auto;
    }
    .single-service:hover .service-desc{
        bottom: 30%; 
    }
}
/**Footer**/
#footer{
    padding: 100px 0 20px;
    background: #efefef;
}
.footer-row{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-left, .footer-right{
    flex-basis: 45%;
    padding: 10px;
    margin-bottom: 20px
}
.footer-right{ 
    text-align: right;
}
.footer-row h1{
    margin: 10px 0;
}
.footer-row p{
    line-height: 35px;
}
.footer-left .fa, .footer-right .fa{
    font-size: 20px;
    color: #009688;
    margin: 10px;

}
.social-links{
    text-align: center;
}
.social-links .fa{
height: 40px;
width: 40px;
font-size: 20px;
line-height: 40px;
border: 1px solid #009688;
margin: 40px 5px 0;
color: #009688;
cursor: pointer;
transition: .5s;
}
.social-links .fa:hover{
    background: #009688;
    color: fff;
    transform: translateY(-7px);
}
