
body, html {
    color: #6f6f6f;
    font-size: 15px;
    line-height: 1.6;
	font-family: 'Poppins', sans-serif;
	width: 100% !important;
	height: 100% !important;
   scroll-behavior:smooth!important;
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

/*========================================
header-top-section--------
==========================*/



a, button {
    color: inherit;
    outline: medium none;
}


/*============topbar--section==============*/



.info-bar {
       background-color: #fff;
    padding: 0px 0;
}
.info-bar .top-left {
    text-align: left;
    margin-left: 0;
}
.info-bar .date {
    float: left;
    margin-right: 20px;
}

.info-bar .top-left p {
    color: #f74f21;
    font-weight: 400;
    margin-bottom: 0;
}

.info-bar .top-left p span:first-child {
    margin-right: 10px;
}

.ticker-slider{
  color:#fff!important;
}

.info-bar .top-left p span {
    color: #ffffff;
    margin-left: 10px;
}

.extra-small-icon li a i{
    color: #002e5b;
}


.bar{
    position:relative;
    width:25px;
	margin:7px auto;
	height:2px;
	background-color:black;
    transition:0.4s;
  }
  
  .navbar-toggler:focus{
   outline:none;
   box-shadow:none;
   border:0px;
  }
  
.navbar-scroll {
    position:fixed!important;
    top:0%!important;
    right: 0;
	background:#333!important;
    left: 0;
    z-index:999;
	transition:0.10s ease;
    color: #333;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
}

.navbar-scroll .navbar-brand img {
}

.navbar-brand img {
}

@keyframes slidedown {
	0% {
		transform: translateY(-100%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slidedown  {
	0% {
		-webkit-transform: translateY(-100%);
	}
	
	100% {
		-webkit-transform: translateY(0%);
	}	
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
	line-height:1.5em;
	color:white;
    vertical-align: middle;
    content: "";
    background:#1f343a;
	border-radius:5px;
}
.navbar-toggler-icon   i{
  color:white!important;
}

.header {
    position: relative;
    width: 100%;
    background: #fff;
	z-index:999;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 16%);
}

.header-style-two {
    background: #fff;
    border-bottom: 0;
    padding: 10px 0px;
}


.logo a img {
    max-width: 146px;
    margin: 0px auto;
}

.header-area .header-right {
    text-align: right;
}

.header-area .header-right ul {
    padding-left: 0;
    margin-bottom: 0;
}

.header-style-two .header-right ul li {
    color: #1f1c0c;
}
.header-area .header-right ul li {
    list-style: none;
    display: inline-block;
    font-size: 15px;
    margin-left: 35px;
    position: relative;
}
.header-area .header-right ul li i {
    font-size: 18px;
    top: 2px;
    position: relative;
    margin-right: 5px;
}
.header-style-two .header-left a i {
    background: #1f1c0c;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 30px;
}
.header-area .header-left a i {
    color: #ffffff;
    font-size: 18px;
    margin-right: 10px;
}



@media only screen and (min-width:992px){
   .small-display{display:none;}
   .padding-bg-screen{
     padding-top:130px;
   }
}

@media only screen and (max-width:992px){

.text-box .inner .title {
    font-size: 26px!important;
    font-weight: 600;
    line-height: 29px!important;
}

.padding-bg-screen{
     padding-top:50px;
   }
.nav-item .nav-link {
    /* background-color: #333; */
    color: #eaeaea!important;
    border-bottom: 1px solid #474747;
    padding: 4px 3px!important;
}

.nav-item .nav-link i {
    position: absolute;
    right: 10px;
    top: 11px;
}
 .outer-ul{
  display:block!important;
}

   .header-bottom{
     display:none;
   }
  
   
   .mobile-menu{
     position:fixed;
	 top:0;
	 right:0;
	 width:100%;
	 padding-top: 66px;
	 transform:translateX(100%);
	 z-index:-1;
	 height:100vh;
	 background-color:white;
	 overflow:auto;
   }
     
}


.menu-active{
    transition: all 0.5s ease;
	transform:translateX(0%);
}



.navbar-toggler span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
    opacity: 1;
    left: 0;
    top: 0;
    border-radius: 0;
    -webkit-transform: rotate(
0deg);
    transform: rotate(
0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.navbar-toggler {
    width: 30px;
	margin:16px 0px;
    height: 25px;
    right: 15px;
    border: none;
    position: relative;
    border-radius: 0;
    -webkit-transform: rotate(
0deg);
    transform: rotate(
0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.navbar-toggler span:nth-child(2) {
    top: 10px;
}

.navbar-toggler span:nth-child(3) {
    top: 20px;
}




.navbar-toggler.nav-active span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(
135deg);
    transform: rotate(
135deg);
}

.navbar-toggler.nav-active span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler.nav-active span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(
-135deg);
    transform: rotate(
-135deg);
}


.navbar button:focus{
  text-shadow:none;
  outline:none;
  border:none;
}





.small-menu{
    background: #333;
    border-bottom: 1px groove rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 5%);
    position: relative;
	border-radius:0px;
	padding:0px;
	margin:0px 0px  0px 1px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	min-width:15rem;
    padding: 0px;
    border: none;
	opacity:0;
	transform:translatey(30px);
	visibility:hidden;
	animation:slidedown 0.4s ease 1;
}

@keyframes slidedown{
  0%{ transform:translatey(40px); opacity:0;}
    100%{ transform:translatey(0px); opacity:1;}
}

.small-menu a {
    display: block;
    color: #ccc;
	font-weight:500;
    font-size: 13px;
    border-bottom: 1px groove rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 5%);
    transition: 0.5s ease;
    padding: 8px 15px;
}

@media only screen and (min-width:992px){
   .dropdown:hover .small-menu{
  opacity:1;
  display:block!important;
  	transform:translatey(0px);
	visibility:visible;
}
}
@media only screen and (max-width:992px){
   .dropdown .small-menu{
    opacity:1;
  	transform:translatey(0px);
	visibility:visible;
}
}


.small-menu a:hover {
    color: #fff !important;
}

.bg-lightest {
    background-color: #fcfcfc;
}

.info-bar .infobar-ticker span {
    margin-right: 10px;
}

.info-bar .social {
    text-align: right;
}

.info-bar .social a {
    padding: 0 8px;
       color: #c5c5c5;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
}

.info-bar .infobar-ticker .single-ticker {
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    text-transform: capitalize;
    font-weight: 400;
}


#select-office {
    background-color: #329cd7;
    border-radius: 0px;
    border: none;
    height: 47px;
    font-size: 12px;
    color: white;
}

.stm-iconbox i {
  color: #999999;
    margin-right: 5px;
}
.stm-iconbox__text, .stm-iconbox__description {
    font-size: 11px;
    color: #999999;
    line-height: 17px;
    font-weight: 400;
}

.stm-iconbox__info{
 margin-left:6px;
}

.header-item{
 margin:0px 20px;
}


.navigation {
      background-color: #333;
    padding: 8px 0px;
    z-index: 3;
}

.navbar-nav .nav-item{
	position:relative;
}

.navbar-brand {
    font-weight: 900;
    font-size:30px;
	color: #fff;
	padding:0px;
}


.navbar-nav .nav-item .nav-link{
    font-size: 16px;
    color: #fff;
    background: none !important;
    padding: 28px 15px;
    font-weight: normal;
    text-transform:capitalize;
    display:block;
	font-weight:400;
    position: relative;
    text-decoration: none;
    transition:0.4s ease;	
}

.navbar-nav .nav-item .nav-link i{
    font-size:12px;	
}



.navbar-nav .nav-item.active .nav-link {
    color: #fff;
    font-weight: 500;
}

.appoint-btn a {
    background: #fff;
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 30px;
}

.header-social-icon{
 border-left:1px solid #333;
}

.extra-small-icon li {
    margin:-3px 8px;
}

.navbar-nav .nav-item .nav-link span {
    font-size: 17px;
    top: 4px;
    position: relative;
}

.btn-theme-colored {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336;
}
.btn {
    font-size: 15px;
    font-weight: 600;
    padding: 8px 22px;
    border-radius: 0px;
}
.btn:focus{
  box-shadow:none;
  border:none;
}

.menu-bar i {
    font-size:24px;
    color: #222;
}

.label-warning {
    background-color: #f0ad4e;
}
.menu-bar {
    margin-left: 38px;
}
.font-12 {
    font-size: 12px;
}
.text-gray {
    color: #808080;
}

@media only screen and (min-width:1200px){
.navbar-nav .nav-item .nav-link {
    padding: 9px 10px!important;
}	
}


.navbar-nav .nav-item.active:after{
			background-color: #fff;
			width: 75%!important;
		}
		
.navbar-nav .nav-item:hover:after, .nav-item.active:after {
    width: 75%;
}
.navbar-nav .nav-item:last-child:after{
 display:none;
}



.text-theme-colored {
    color: #FFAB00 !important;
}
.font-24 {
    font-size: 24px !important;
}

.font-20 {
    font-size: 20px !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.text-black-333 {
    color: #333333 !important;
}




/*--------
.nav-item:after {
    content: '';
    position: absolute;
    z-index: 10;
    width: 0;
    left: 0;
    right: 0;
    bottom: -5px;
    margin: auto;
    height: 1px;
    background: #fff;
    -webkit-transition: ease all 0.2s;
    -moz-transition: ease all 0.2s;
    -o-transition: ease all 0.2s;
    transition: ease all 0.2s;
}
--------------*/


/*------------slider---section------------*/

.pt-60{
  padding-top:120px;
}



/* ---------------------------------- */

.fullwidthbanner-container {
    width: 100% ;


  
    max-height: 600px;
    overflow: hidden;
}

.slider-section{
  position:relative;
}

.admission-badge{
  position:absolute;
  top:0px;
  left:0%;
  z-index:99;
  width:100%;
  background: #f05325; 
  padding:7px 0px;
  text-align:center;
}

 .tp-banner {
	width:100%;
	position:relative;
    padding:0;
}

.tp-banner-container{
 width:100%;
 overflow:hidden;
 position:relative;
}



.tparrows.preview1::after {
    font-size: 18px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: rgba(0,0,0,.6);
}





/*------about--seection----*/

.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}


.about-style-two .about-text {
    padding-left: 45px;
}

.about-style-two .about-img {
    margin-bottom: 30px;
}

.about-style-two .about-text .section-title {
    margin-bottom: 30px;
}
.section-title {
    margin: auto;
}

.about-style-two .about-text p {
}

.about-style-two .about-img img {
    border-radius: 55px;
    padding: 15px;
}

.about-style-two .about-text .section-title h2 {
    max-width: 500px;
}
.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.num-process {
    margin-top: 30px;
}

.logo_school {
    border: 1px solid #ccc;
    padding: 10px 16px;
    border-radius: 5px;
    max-width: 286px;
}

.logo_school p {
    text-transform: lowercase;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: arial;
    font-style: italic;
}



.num-process .icon span {
    height: 26px;
    width: 26px;
    line-height: 26px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: #ffbe00;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
}

/*============================================
   footer---
   ----------------*/
  .footer-area {
    background-color: #333;
}
.footer-area .footer-widget {
    margin-bottom: 30px;
}

.footer-area .footer-widget .footer-logo {
    margin-bottom: 10px;
}

.footer-area .footer-widget .newsletter-area h3 {
    font-size: 18px;
    color: green;
    margin-bottom: 20px;
}

.footer-area .footer-widget h3 {
    font-size: 22px;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
}
.footer-area .footer-widget p {
    font-size: 15px;
    margin-bottom: 15px;
    color: #ffffff;
}
.footer-area .footer-widget .newsletter-area .newsletter-form {
    position: relative;
}
.footer-area .footer-widget .newsletter-area {
    margin-bottom: 22px;
}

.footer-area .footer-widget .newsletter-area .newsletter-form input {
    background: #ffffff;
    border-radius: 0;
    height: 40px;
}

.footer-area .footer-widget .newsletter-area .newsletter-form .subscribe-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: green;
    color: #1f1c0c;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
	border:none;
    padding: 0 10px;
    font-size: 15px;
    height: 40px;
}

.footer-area .footer-widget .footer-social a i {
    color: black;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background: #fff;
    font-size: 18px;
    margin-right: 5px;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-area .footer-widget ul li a {
    color: #ffffff;
}

.footer-area .footer-widget ul li {
    list-style: none;
    margin-bottom: 8px;
    color: #ffffff;
}

.footer-area .footer-widget h3::before {
    position: absolute;
    content: '';
    background: green;
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
}

.footer-area .footer-bottom {
    border-top: 1px solid #6d6b61;
    padding: 20px 0;
    margin-top: 70px;
}

.footer-area .footer-bottom ul {
    padding-left: 0;
    margin-bottom: 0;
}

.footer-area .footer-bottom ul li {
    list-style: none;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 15px;
}

.footer-area .footer-bottom ul li a {
    color: #ffffff;
}

.footer-area .footer-bottom .copyright-text p {
    color: #ffffff;
    margin-bottom: 0;
}

.footer-area .footer-bottom .copyright-text {
    text-align: right;
}

.footer-area .footer-bottom .copyright-text p a {
    color: #ffea00;
    font-weight: 500;
}

.footer-area .footer-widget ul li a i {
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    background: #2a2818;
    font-size: 15px;
    margin-right: 5px;
}


#scrollUp {
    /* background: #f6732e; */
    background: #000;
    height: 40px;
    width: 40px;
    right: 50px;
    bottom: 40px;
	display:inline-block;
    color: #ffffff;
	border: 2px soild #fff;
    text-align: center;
    border-radius: 20px;
    line-height: 48px;
    transition: .3s;
}

#scrollUp svg {
    fill: #ffea04;
    transform: rotate(225deg);
    width: 20px;
}

.whatsapp_icon {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 50px;
    left: 20px;
    z-index: 100;
    animation: wiggle .3s infinite alternate;
}
@keyframes wiggle{
0% {
    transform: scale(1.2);
}
100% {
    transform: scale(1);
}
}


/*--------service--section----*/

.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-title span {
    color: #1f1c0c;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1;
    position: relative;
}

.section-title span::before {
    position: absolute;
    content: '';
    width: 3px;
    height: 100%;
    background: #1f1c0c;
    top: 0;
    left: -10px;
}


.project-section .project-btn p {
    margin-bottom: 0;
    line-height: 1;
}
.project-section .project-btn p a {
    font-weight: 500;
    color: #1f1c0c;
}

.gal-item {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.gal-item .hover-info {
    position: absolute;
    background: rgba(51,51,51,0.9);
    z-index: 9;
    opacity: 0;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.gal-item .hover-info h6 {
    font-weight: 200;
    color: #fff;
    margin: 0px;
    margin-bottom: 6px;
    font-size: 14px;
}

.gal-item .hover-info p {
    color: #fff;
    margin: 0px;
    font-size: 13px;
}

.gal-item .hover-info a {
    color: rgba(255,255,255,0.8);
    font-size: 17px;
    display: inline-block;
    position: absolute;
    right: -50px;
    top: 30px;
    opacity: 0.6;
}
.gal-item:hover .hover-info a {
    color: #fff;
    right: 20px;
}
.gal-item:hover .hover-info {
    opacity: 1;
}

.section-title p {
    max-width: 720px;
    color: #4a483e;
    margin: 0 auto;
}
.project-slider {
  margin:30px 0px;
}
.project-slider .slick-slide{
 margin:0px 5px;
}


/*----facility------*/

.facilities-section .facilities-img {
    background-image: url(../img/slider/slider_2.jpg);
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.facilities-section {
  background-image: url(../img/slider/slider_2.jpg);
    background-position: center center;
    background-size: cover;
	overflow:hidden;
    position: relative;
    z-index: 0;
}

.facilities-section::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.facilities-section .facililties-text ul {
    padding-left: 0;
    margin-bottom: 0;
}

.facilities-section .facililties-text ul li {
    list-style: none;
    display: inline-block;
    width: 250px;
    margin-bottom: 5px;
    color: #ffffff;
    position: relative;
    padding-left: 15px;
}

.facilities-section .facililties-text ul li::before {
    position: absolute;
    content: '';
    background: #ffea00;
    width: 8px;
    height: 8px;
    top: 6px;
    left: 0px;
}

.facilities-section .facililties-text .theme-btn {
    margin-top: 25px;
}
.theme-btn {
    display: inline-block;
}

.facilities-section .facililties-text .section-title {
    margin-bottom: 25px!important;
}

.theme-btn .default-btn {
    font-weight: 500;
    z-index: 0;
    position: relative;
    padding: 15px 25px;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    border: 1px solid #ffffff;
}

.facilities-section .facililties-text .section-title h2, .facilities-section .facililties-text .section-title p {
    color: #ffffff;
}
.facilities-section .facililties-text .section-title span {
    padding-left: 10px;
    color: #ffffff;
}
.facilities-section .facililties-text .section-title span::before {
    left: 0;
    background: #ffffff;
}
.facilities-section .facililties-text .section-title h2, .facilities-section .facililties-text .section-title p {
    color: #ffffff;
}



/*---service--section-----*/

.service-style-three .service-card {
    border-radius: 20px;
    -webkit-box-shadow: 0px 2px 20px -5px rgb(146 184 255 / 90%);
    box-shadow: 0px 2px 20px -5px rgb(255 255 255);
   overflow:hidden;
    -webkit-transition: .5s;
    transition: .5s;
	position:relative;
    margin-bottom: 30px;
}

.service-img{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:-1;
  height:100%;
  background:url(../img/cleaning.jpg);
  background-position:center center;
  background-size:cover;
}

.road{
   background:url(../img/1.JPG);
     background-position:center center;
  background-size:cover;
}

.industrial{
   background:url(../img/2.jpg);
     background-position:center center;
  background-size:cover;
}

.construction{
   background:url(../img/3.jpg);
     background-position:center center;
  background-size:cover;
}
.structure{
   background:url(../img/4.jpg);
     background-position:center center;
  background-size:cover;
}
.water{
   background:url(../img/113.jpg);
     background-position:center center;
  background-size:cover;
}


.service-style-three .service-card:hover .service-content{
   background:rgba(0,0,0,0.4);
}

.service-content{
background-color: #f5f5f5;
 padding: 40px 25px 30px 25px;
 transition:all 1s ease;
}


.section-title {
    margin: auto;
    margin-bottom: 50px;
}

.service-style-three .service-card img {
    width: 45px;
    margin-bottom:19px;
    z-index: 0;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    line-height:1;
}
.service-style-three .service-card h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}


.service-style-three .service-card:hover .service-content img{
  filter: invert(1);
}
.service-style-three .service-card:hover .service-content h3{
   color:#fff;
}
.service-style-three .service-card:hover .service-content p{
   color:#fff;
}
.service-style-three .service-card:hover .service-content a{
   color:#fff;
}
.service-style-three .service-card:hover .service-content a:before{
   background-color:#fff;
}
.service-style-three .service-card p {
    margin-bottom: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}
.service-style-three .service-card .service-btn {
    color: #1f1c0c;
    position: relative;
}
.service-style-three .service-card .service-btn::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: -5px;
    background: #1f1c0c;
}

.service-style-three .service-card img:after {
    position: absolute;
    content: '';
    background: #ffea00;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    right: -25px;
    top: -15px;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
}



/*----page--style-----*/

.sub-bnr {
    background: url(../img/page-banner.jpg) no-repeat;
    background-size: cover;
    min-height:350px;
	position:relative;
    text-align: center;
}

.position-center-center {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sub-bnr h4 {
    color: #fff;
    font-size: 40px;
	font-weight:600;
    font-weight: normal;
    text-transform: uppercase;
    margin-top:0px;
}

.sub-bnr hr {
    margin: 20px auto;
}

hr.main {
    width: 50px;
    height: 2px;
    border: none;
    background: #ffbe00;
}

.sub-bnr .breadcrumb {
    background: none;
    margin: 0px;
	width:100%;
	display:flex;
	justify-content:center;
    padding: 0px;
}

.sub-bnr .breadcrumb li {
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

.sub-bnr .breadcrumb li a {
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
}

.sub-bnr .breadcrumb>li+li:before {
    color: #fff;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.sub-bnr .go-down {
    background: url(../img/go-down.png) center center no-repeat;
    position: absolute;
    width: 80px;
    margin: 0 auto;
    bottom: 0px;
    height: 32px;
    left: 0px;
	z-index:2;
    right: 0px;
}

.go-down {
    background: url(../img/go-down.png) center center no-repeat;
    position: absolute;
    width: 80px;
    margin: 0 auto;
    bottom: 0px;
    height: 32px;
    left: 0px;
	z-index:77;
    right: 0px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}



.contact-section .contact-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 16px 0px rgb(146 184 255 / 30%);
    box-shadow: 0px 2px 16px 0px rgb(146 184 255 / 30%);
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-section .contact-card i {
    color: #ffea00;
    background: #1f1c0c;
    font-size: 20px;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-section .contact-card ul {
    padding-left: 0;
    margin-bottom: 0;
}
.contact-section .contact-card ul li {
    list-style: none;
    color: #1f1c0c;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.contact-section .contact-card ul li a {
    color: #1f1c0c;
}

.contact-section .contact-area {
    padding: 50px;
    -webkit-box-shadow: 0px 2px 12px 0px rgb(146 184 255 / 30%);
    box-shadow: 0px 2px 12px 0px rgb(146 184 255 / 30%);
}

.contact-section .contact-area h3 {
    margin-bottom: 20px;
}

.contact-section .contact-area .form-group .form-control {
    border: 1px solid #bebebe;
    border-radius: 30px;
    padding: 5px 20px;
    background: #f9efef;
    height: 50px;
}

.contact-section .contact-area .form-group .message-field {
    border: 1px solid #bebebe;
    background: #f9efef;
    border-radius: 30px;
    padding: 15px 20px;
    width: 100%;
}
textarea {
    resize: vertical;
}

.contact-section .contact-area .default-btn {
    background: #ffea00;
    color: #1f1c0c;
    padding: 15px 30px;
    border-radius: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #1f1c0c;
}

.client-section{
	position:relative;
	width:100%;
	overflow:hidden;
	
}







@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

.container {
  max-width: 90%;
  margin: auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

.flex {
  display: flex;
}

.flex1 {
  display: flex;
  justify-content: space-between;
}

/*-------------head--------- */
.head {
  height: 10vh;
  line-height: 10vh;
}

.head i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  background: #FAF3E7;
  text-align: center;
  color: #CC8C18;
}

.head img {
  margin-top: 10px;
}

/*-------------head--------- */
/*-------------header--------- */
header {
  background: #CC8C18;
  padding: 15px 0 15px 0;
  color: white;
}

.navbar {
  display: flex;
  align-items: center;
}

.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  transition: all 0.5s ease-in-out;
  background: white;
}

.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header ul {
  padding: 0 20px 0 0;
}

header li {
  margin-right: 30px;
}

header ul li a {
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  transition: 0.5s;
}

header ul li a:hover {
  color: #000;
}

header .head_contact {
  position: relative;
}

header .head_contact i {
  position: absolute;
  top: -29px;
  left: -70%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: white;
  color: #CC8C18;
  border-radius: 50%;
  transform: rotate(-45deg);
  border: 5px solid #ECE3D2;
  font-size: 30px;
}

header .sticky_logo {
  display: none;
}

header.sticky .sticky_logo {
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -10px;
}

header.sticky {
  z-index: 9999;
  position: fixed;
  width: 100%;
  background: #313538;
  transition: 0.5s;
  height: 12vh;
  transition: 0.5s;
  top: 0;
  padding: 30px 0 0 0;
}

header.sticky ul li a {
  color: white;
}

@media only screen and (max-width:768px) {

  /*------------head------------*/
  .header .head_contact,
  .logo {
    display: none;
  }

  /*------------head------------*/
  header.sticky {
    height: 8vh;
  }

  header.sticky .nav-menu {
    background: #313538;
  }

  .navbar {
    height: 5vh;
    justify-content: space-between;
  }

  .nav-menu {
    position: fixed;
    left: -100%;
    top: 11rem;
    flex-direction: column;
    background: #CC8C18;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    z-index: 99;
  }

  header.sticky .nav-menu {
    top: 5rem;
  }

  header ul li a {
    color: white;
  }

  .nav-menu.active {
    left: 0;
  }

  header li {
    margin: 2.5rem 0;
  }

  .hamburger {
    display: block;
    cursor: pointer;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/*------------home------------*/
.grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}

.home {
  background-image: url("img/blog/1.jpg");
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.home h1 {
  font-family: 'Great Vibes', cursive;
  font-size: 150px;
  color: white;
  padding-top: 10%;
}

.home p {
  color: white;
}

.home .content {
  text-align: left;
  color: black;
  margin-top: 7%;
}

.home .box {
  background: white;
  padding: 35px;
}

.home input {
  margin-top: 10px;
}

input {
  border: none;
  outline: none;
}

button {
  background: #CC8C18;
  color: white;
  padding: 10px 20px;
  outline: none;
  border: none;
  border-radius: 30px;
}

button i {
  margin-left: 20px;
  font-size: 25px;
}

button span {
  margin-top: 5px;
}

/*------------home------------*/
/*------------about------------*/
.top {
  margin-top: 80px;
}

.mtop {
  margin-top: 40px;
}

.heading {
  text-align: center;
}

.heading h5 {
  font-weight: 400;
  letter-spacing: 5px;
  color: #CC8C18;
  padding-top: 20px;
}

.heading h2 {
  color: #24416B;
  font-size: 45px;
  font-family: serif;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

.left, .right {
  width: 50%;
}

h3 {
  font-size: 35px;
  font-family: serif;
  color: #24416B;
  margin-bottom: 20px;
}

.about .left {
  padding: 20px;
}

p {
  line-height: 30px;
  color: #a4a4a4;
  margin-bottom: 20px;
  font-size: 15px;
}

.about {
  position: relative;
  padding-bottom: 70px;
}

.about .right {
  position: relative;
}

.about .right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #CC8C18;
  width: 92%;
  height: 61vh;
  z-index: -1;
  margin: 50px;
}

.about::after {
  content: '';
  position: absolute;
  top: -5%;
  left: 0;
  background-image: url("img/blog/1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
}

.about::before {
  content: '';
  position: absolute;
  bottom: -5%;
  left: 0;
   background-image: url("img/blog/1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
}

/*------------about------------*/
/*------------wrapper------------*/
.wrapper {
  background-image: url("img/blog/1.jpg");
  height: 80vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper .container {
  max-width: 50%;
  margin: auto;
}

.wrapper .item {
  background: white;
  padding: 50px;
  margin-top: 15%;
  border: 30px solid #F3F3F3;
  border-bottom: none;
}

.wrapper .heading {
  text-align: left;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  height: 47px;
  position: absolute;
  top: 60%;
  width: 26px;
  cursor: pointer;
  background: none !important;
}

.owl-nav .owl-prev {
  left: 0;
}

.owl-nav .owl-next {
  right: 53px;
}

.owl-nav .owl-next i,
.owl-nav .owl-prev i {
  background: white;
  padding: 7px;
  border-radius: 50%;
  color: #CC8C18;
  box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, 0.05);
  transition: 0.5s;
}

.owl-nav .owl-next i:hover,
.owl-nav .owl-prev i:hover {
  background: #CC8C18;
  color: white;
}

/*------------wrapper------------*/
/*------------wrapper2------------*/
.wrapper2 {
  position: relative;
  text-align: center;
}

.wrapper2 .grid {
  grid-template-columns: repeat(4, 1fr);
}

.wrapper2 .box {
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  padding: 20px;
  transition: 0.5s;
}

.wrapper2 i {
  margin: 10px 0 15px 0;
  color: #CC8C18;
  font-size: 30px;
}

.wrapper2 h3 {
  font-size: 20px;
}

.wrapper2 span {
  padding: 10px;
  background: #F5E8D1;
  color: #CC8C18;
  border-radius: 50%;
}

.wrapper2 .box:hover {
  background: #CC8C18;
  cursor: pointer;
}

.wrapper2 .box:hover span {
  background: #fff;
}

.wrapper2 .box:hover p,
.wrapper2 .box:hover h3,
.wrapper2 .box:hover i {
  color: white;
}

.wrapper2::after {
  content: '';
  position: absolute;
  top: -22%;
  left: 0;
  background-image: url("img/blog/1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 75px;
  width: 100%;
  z-index: 2;
}

/*------------wrapper2------------*/
/*------------room------------*/
.room {
  margin-bottom: 50px;
  position: relative;
}

.room.wrapper2::after {
  display: none;
  top: 105%;
   background-image: url("img/blog/1.jpg");
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.room img {
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

.room h3 {
  margin: 0;
  padding: 0;
}

/*------------room------------*/
/*------------timer------------*/
.timer {
  position: relative;
  text-align: center;
  padding-top: 12%;
}

.background::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.timer.wrapper {
  background-image: url("img/blog/1.jpg");
}

.timer.about::after {
  z-index: 1;
  top: 0%;
  background-image: url("img/blog/1.jpg");
}

.timer.about::before {
  z-index: 1;
  bottom: 0%;
  background-image: url("img/blog/1.jpg");
}

.timer h2,
.timer h5 {
  color: white;
  text-align: center;
}

.timer .container {
  position: relative;
}

.timer h2 span {
  font-family: 'Great Vibes', cursive;
}

.clock span {
  color: white;
  font-size: 50px;
  line-height: 50px;
}

.clock p {
  color: white;
  font-size: 18px;
  letter-spacing: 3px;
}

/*------------timer------------*/
/*------------offer------------*/
.offer img {
  width: 100%;
  height: 100%;
}

.offer .right {
  padding: 20px;
  margin: 20px;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}

.offer .content h4 {
  font-size: 20px;
  color: #627795;
  font-family: serif;
}

.offer .rate i {
  font-size: 13px;
  color: #CC8C18;
  margin: 10px 10px 20px 0;
}

.offer .content h5 {
  color: #627795;
  margin-bottom: 10px;
}

.offer .box {
  transition: 0.5s;
}

.offer .box:hover {
  transform: translateY(-10px);
}

/*------------offer------------*/
/*------------area------------*/
.area img {
  margin: 0px 0 20px 80px;
}

.area ul li {
  display: inline-block;
  font-weight: 500;
  color: #5c646e;
  margin-right: 20px;
  margin-bottom: 20px;
}

.area .left {
  position: relative;
}

.area .left::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 85%;
  height: 92%;
  margin: 30px;
  background: #CC8C18;
  z-index: -1;
}

/*------------area------------*/
/*------------offer2------------*/
.offer2 .heading {
  padding-top: 10%;
  text-align: center;
}

.offer2 .heading h3 {
  color: white;
}

.offer2.wrapper {
   background-image: url("img/blog/1.jpg");
  height: 90vh;
  background-attachment: scroll;
}

.offer2.timer {
  padding-top: 0%;
}

.offer2.wrapper .container {
  max-width: 85%;
  margin: auto;
}

.offer2 .box {
  background: white;
  padding: 30px;
  text-align: left;
  transition: 0.5s;
}

.offer2 .box:hover {
  transform: translateY(-10px);
  cursor: pointer;
}

.offer2 .box h5 {
  color: #CC8C18;
  text-align: left;
  font-weight: 400;
  list-style: 5px;
  word-spacing: 10px;
}

.offer2 .box h3 {
  font-size: 20px;
  margin: 10px 0 10px 0;
}

.offer2 label {
  color: #CC8C18;
}

.offer2 .grid {
  grid-template-columns: repeat(3, 1fr);
}

.offer2 .flex i {
  margin: 0 20px 20px 0;
  font-weight: 400;
  color: #5c646e;
}

/*------------offer2------------*/
/*------------customer------------*/
.customer .mtop {
  padding: 30px;
  max-width: 60%;
  margin: auto;
  text-align: center;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}

.customer i {
  color: #CC8C18;
  font-size: 13px;
}

.customer .item h3 {
  font-size: 20px;
}

.customer img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.customer .admin {
  justify-content: center;
}

.customer .admin h3 {
  margin: 0;
}

.customer .text {
  margin: 10px;
}

.customer span {
  opacity: 0.7;
}

/*------------customer------------*/
/*------------gallary------------*/
.gallary .item {
  position: relative;
  cursor: pointer;
}

.gallary .overlay i {
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 1;
  opacity: 0;
  font-size: 50px;
  color: white;
}

.gallary .overlay {
  position: absolute;
  content: '';
  background: rgba(204, 140, 24, 0.73);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.gallary .item:hover .overlay,
.gallary .item:hover i {
  opacity: 1;
  transition: 0.5s;
  cursor: pointer;
}

/*------------gallary------------*/
/*------------blog------------*/
.blog .grid {
  grid-template-columns: repeat(3, 1fr);
}

.blog .box {
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  transition: 0.5s;
}

.blog .box:hover {
  transform: translateY(-10px);
  cursor: pointer;
}

.blog .text {
  padding: 20px;
}

.blog img {
  width: 100%;
  height: 100%;
  position: relative;
}

.blog .img {
  position: relative;
  overflow: hidden;
}

.blog span {
  position: absolute;
  top: -3%;
  left: -12%;
  z-index: 1;
  color: white;
  background: #CC8C18;
  padding: 20px 50px;
  transform: rotate(-45deg);
  font-size: 14px;
}

.blog .box h3 {
  font-size: 20px;
}

.blog .box i {
  margin-right: 10px;
  color: #CC8C18;
}

.blog .box i label {
  color: black;
}

.blog .box h3 {
  margin: 15px 0;
}

.blog a {
  color: #CC8C18;
  font-size: 15px;
}

/*------------blog------------*/
/*------------map------------*/
.map iframe {
  width: 100%;
}

/*------------map------------*/
/*------------footer------------*/
footer {
  background: black;
  color: white;
  padding: 30px;
}

.subscribe {
  text-align: center;
  max-width: 50%;
  margin: auto;
}

.subscribe input {
  width: 100%;
  border-radius: 50px;
  margin-right: 30px;
  padding: 10px;
}

footer .grid {
  grid-template-columns: repeat(4, 1fr);
}

footer .content h2 {
  margin-bottom: 20px;
  font-size: 23px;
}

footer li {
  margin-bottom: 15px;
  opacity: 0.5;
}

footer li i {
  font-size: 13px;
  margin-right: 10px;
}

footer .content h3 {
  font-size: 20px;
  color: white;
  margin: 0;
}

footer .content .icon i {
  font-size: 25px;
  margin-right: 20px;
}

footer .social i {
  padding: 10px;
  background: grey;
  margin-right: 10px;
  border-radius: 50%;
}

footer .content {
  padding-top: 60px;
  padding-bottom: 50px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}

/*------------footer------------*/
@media only screen and (max-width:768px) {

  /*------------home------------*/
  footer .grid,
  .blog .grid,
  .offer2 .grid,
  .wrapper2 .content,
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home h1 {
    font-size: 100px;
  }

  .home {
    height: 80vh;
  }

  .home .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: 15px;
  }

  .home .box:nth-last-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
  }

  /*------------home------------*/
  /*------------about------------*/
  .left, .right {
    width: 100%;
  }

  .area .content,
  .room .content,
  .about .content {
    flex-direction: column;
  }

  .wrapper2::after,
  .area .left::after,
  .timer.about::before,
  .timer.about::after,
  .about .right::after,
  .about::before,
  .about::after {
    display: none;
  }

  /*------------about------------*/
  /*------------wrapper------------*/
  .wrapper .container {
    max-width: 80%;
    margin: auto;
  }

  /*------------wrapper2------------*/
  /*------------room------------*/
  .room img {
    margin: 0;
    margin-top: 50px;
  }

  /*------------room------------*/
  /*------------timer------------*/
  .timer.wrapper {
    height: 50vh;
  }

  /*------------timer------------*/
  /*------------offer------------*/
  .offer .box {
    flex-direction: column;
  }

  .offer .right {
    margin: 0px;
  }

  /*------------offer------------*/
  /*------------area------------*/
  .area img {
    margin: 0px;
    width: 100%;
  }

  /*------------area------------*/
  /*------------offer2------------*/
  .offer2.wrapper {
    height: 100vh;
  }

  /*------------offer2------------*/
  /*------------customer------------*/
  .customer .mtop {
    max-width: 100%;
  }

  /*------------customer------------*/
  /*------------footer------------*/
  .subscribe {
    max-width: 100%;
  }

  /*------------footer------------*/
}

@media only screen and (max-width:512px) {
  .header.sticky {
    height: 10vh;
  }

  .header.sticky .sticky_logo {
    width: auto;
    height: auto;
  }

  .header.sticky .nav-menu {
    top: 4rem;
  }

  .nav-menu {
    top: 12rem;
  }

  .head {
    height: 20vh;
    line-height: auto;
    text-align: center;
  }

  .head .container {
    flex-direction: column;
  }

  .home h1 {
    font-size: 70px;
  }

  .grid2,
  footer .grid,
  .blog .grid,
  .offer2 .grid,
  .wrapper2 .content,
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .home {
    height: 140vh;
  }

  .home .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
    grid-gap: 15px;
  }

  .home .box:nth-last-child(1) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 5;
    grid-row-end: 5;
  }

  img {
    width: 100%;
    height: 100%;
  }

  /*------------wrapper------------*/
  .wrapper .container {
    max-width: 90%;
  }

  .wrapper {
    height: 100vh;
  }

  .wrapper .item {
    padding: 20px;
    border: 0 solid #F3F3F3;
  }

  .offer2.wrapper {
    height: 170vh;
  }
}





.cta{
    margin: 100px auto;
    width: 80%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(Images/h.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    text-align: center;
    padding: 100px 0;   
}

.cta h1{
    color: #fff;
    margin-bottom: 40px;
    padding: 0;   
    }
@media(max-width: 700px)
{
    .cta h1 {font-size: 24px;
    }
}

.footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
}

.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
}
.icons .fa{
    color: 	#FF4433;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}

.fa-heart-o{
   color: #373c4f;    
}
.sub-header{
    height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(Images/55.jpg);
    background-position: center;
    background-size: auto;
    text-align: center;
    color: #fff;
}
.sub-header h1{
    
    margin-top: 100px;
}
.sub-header1{
    min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(Images/69.jpg);
    background-position: bottom;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header1 h1{
    
    margin-top: 100px;
}

.sub-header2{
    min-height: 50vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(Images/lol.jpg);
    background-position: bottom;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header2 h1{
    
    margin-top: 100px;
}
.about-us{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}

.about-col{
   flex-basis: 48%;
    padding: 30px 2px;
}

.about-col img{
    
    width: 100%}

.about-col1{
   flex-basis: 60%;
    padding: 30px 2px;
}

.about-col1 img{
    
    width: 100%}

.about-col h1{
    
padding: 0;
}

.about-col p{
    
padding: 15px 0 25px;
}
.red-btn{
    border: 1px solid #373c4f;
    background: transparent;
    color: #373c4f;
}
.red-btn:hover{
    color: #fff;
}
.blog-content{
    width: 80%;
    margin: auto;
    padding: 60px 0;
}
.blog-left{
    flex-basis: 65%;
}









.slider{
    width: 800px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.slide{
    width: 500%;
    height: 500px;
    display: flex;
}
.slide input{
    display: none;
}
.st{
width: 20%;
}
.st img{
    width: 800px;
    height: 500px;
}




.nav-m{
    position: absolute;
    width: 800px;
    margin-top: -40px;
    justify-content: center;
    display: flex;
      
}
.m-btn{
    width: 50px;
    height: 10px;
    border: 2px solid #fff;
    margin: 6px;
    cursor: pointer;
    transition: 0.4s;
}
input[name="radio-btn"]{
    position: aboslute;
    visibility: hidden;}


.m-btn:not(:last-child){
    margin-right: 30px;
}
.m-btn:hover{
    background-color: #fff;
}

#radio1:checked ~.first{
    margin-left: 0;
}
#radio2:checked ~.first{
    margin-left: -20%;
}
#radio3:checked ~.first{
    margin-left: -40%;
}

#radio4:checked ~.first{
    margin-left: -60%;
}
#radio7:checked ~.first{
    margin-left: 0;
}
#radio8:checked ~.first{
    margin-left: -20%;
}
#radio9:checked ~.first{
    margin-left: -40%;
}
#radio10:checked ~.first{
    margin-left: -60%;
}

#radio13:checked ~.first{
    margin-left: -80%;
}
#radio15:checked ~.first{
    margin-left: 0;
}
#radio16:checked ~.first{
    margin-left: -20%;
}
#radio17:checked ~.first{
    margin-left: -40%;
}
#radio18:checked ~.first{
    margin-left: -60%;
}

#radio19:checked ~.first{
    margin-left: -80%;
}
#radio22:checked ~.first{
    margin-left: 0;
}
#radio29:checked ~.first{
    margin-left: -20%;
}
#radio30:checked ~.first{
    margin-left: -40%;
}

#radio23:checked ~.first{
    margin-left: -60%;
}
#radio38:checked ~.first{
    margin-left: -80%;
}










.Comment-box2{
    border: 1px solid #ccc;
    margin: 50px 0;
    padding: 10px 20px; 
}
.Comment-box h3{
   text-align: left;
}
.comment-form input, .comment-form textarea{
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #f0f0f0;
}
.comment-form{
    margin: 10px 0;
}
@media(max-width:700px){
    .sub-header h1{
        font-size: 24px;
    }
}
.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
    
}
.location iframe{
    width: 100%;
}

.contact-us{
    width: 80%;
    margin: auto;
}

.contact-col{
  flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa{
    font-size: 28px;
    color: 	#FF4433;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p{
    padding: 0;
}

.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;}





    .music-player{
        background: #D3D3D3;
        width: 1080px;
        padding: 5px 10px;
        text-align: left;
    }

h8{
    
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding-top: 10px;
}

.gallary{
    
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.content1{
    
    width: 20%;
    margin: 15px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
    transition: 0.4s;   
}

.content1:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);
    transform: translate(0px, -8px);
}
.content1 img{
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

h7{
font-size: 26px;
    text-align: center;
    color: #222f3e;
    margin: 0;
}



.fa{
    font-size: 26px;
    transition: 0.4s;
    margin: 3px;
}

@media(max-width:1000px){
    .content1{
        width: 46px;
    }
}
@media(max-width:750px){
    .content1{
        width: 100%;
    }
}

.about-col1 img{
    
    width: 55%}


.collapsable{
 max-width: 450px;
overflow: hidden;
font-weight: 500;
}
.collapsible input{
    display: none;
}
.collapsible label{
    position: relative;
    font-weight: 500;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .1), 0 4px 11px 0 rgba(0, 0,0, .08);
    color: #373c4f;
    display: block;
    cursor: pointer;
    padding: 20px 0;
    border-radius: 5px;
    z-index: 10;
    background: linear-gradient(90deg,rgba(2,2,36,0.7)0%,rgba(9,9,221,0.7)35%,rgba(0,212,255,0.7)100%), url('Images/43.jpg');
    font-size: 18px;
    margin-bottom: 10px;
       color: #fff;
}


.collapsible label:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
}
  

.collapsible input:checked + label:after{
   transform: rotate(90deg);
}

.collapsible-text {
    max-height: 1px;
    overflow: hidden;
    border-radius: 10px;
    line-height: 1;
    position: relative;
    top: -100%;
    opacity: 0.5;
    transition: all 0.3s ease;
}
.collapsible input:checked ~ .collapsible-text{
    
    max-height: 1500px;
    padding-bottom: 25px;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0,0,0, 0.1), 0 4px 11px 0 rgba(0, 0,0, 0.08);
    opacity: 1;
    top: 0;
}

.collapsable1{
 max-width: 450px;
overflow: hidden;
font-weight: 500;
}
.collapsible1 input{
    display: none;
}
.collapsible1 label{
    position: relative;
    font-weight: 500;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .1), 0 4px 11px 0 rgba(0, 0,0, .08);
    color: #373c4f;
    display: block;
    cursor: pointer;
    padding: 20px 0;
    border-radius: 5px;
    z-index: 10;
   background: linear-gradient(90deg,rgba(2,2,36,0.7)0%,rgba(9,9,221,0.7)35%,rgba(0,212,255,0.7)100%), url('Images/43.jpg');;
    font-size: 18px;
       color: #fff;
    margin-bottom: 10px;
}


.collapsible1 label:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
}
  

.collapsible1 input:checked + label:after{
   transform: rotate(90deg);
}

.collapsible1-text {
    max-height: 1px;
    overflow: hidden;
    border-radius: 10px;
    line-height: 1;
    position: relative;
    top: -100%;
    opacity: 0.5;
    transition: all 0.3s ease;
}
.collapsible1 input:checked ~ .collapsible1-text{
    
    max-height: 1500px;
    padding-bottom: 25px;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0,0,0, 0.1), 0 4px 11px 0 rgba(0, 0,0, 0.08);
    opacity: 1;
    top: 0;
}


.collapsable2{
 max-width: 450px;
overflow: hidden;
font-weight: 500;
}
.collapsible2 input{
    display: none;
}

.collapsible2 label{
    position: relative;
    font-weight: 500;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .1), 0 4px 11px 0 rgba(0, 0,0, .08);
    color: #373c4f;
    display: block;
    cursor: pointer;
    padding: 20px 0;
    border-radius: 5px;
    z-index: 10;
    background: linear-gradient(90deg,rgba(2,2,36,0.7)0%,rgba(9,9,221,0.7)35%,rgba(0,212,255,0.7)100%), url('Images/43.jpg');;
    font-size: 18px;
    margin-bottom: 10px;
       color: #fff;
}


.collapsible2 label:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
}
  

.collapsible2 input:checked + label:after{
   transform: rotate(90deg);
}

.collapsible2-text {
    max-height: 1px;
    overflow: hidden;
    border-radius: 10px;
    line-height: 1;
    position: relative;
    top: -100%;
    opacity: 0.5;
    transition: all 0.3s ease;
}
.collapsible2 input:checked ~ .collapsible2-text{
    
    max-height: 1500px;
    padding-bottom: 25px;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0,0,0, 0.1), 0 4px 11px 0 rgba(0, 0,0, 0.08);
    opacity: 1;
    top: 0;
}

.collapsable3{
 max-width: 450px;
overflow: hidden;
font-weight: 500;
}
.collapsible3 input{
    display: none;
}
.collapsible3 label{
    position: relative;
    font-weight: 500;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .1), 0 4px 11px 0 rgba(0, 0,0, .08);
    color: #373c4f;
    display: block;
    cursor: pointer;
    padding: 20px 0;
    border-radius: 5px;
    z-index: 10;
    background: linear-gradient(90deg,rgba(2,2,36,0.7)0%,rgba(9,9,221,0.7)35%,rgba(0,212,255,0.7)100%), url('Images/43.jpg');;
    font-size: 18px;
       color: #fff;
    margin-bottom: 10px;
    
}


.collapsible3 label:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
}
  

.collapsible3 input:checked + label:after{
   transform: rotate(90deg);
}

.collapsible3-text {
    max-height: 1px;
    overflow: hidden;
    border-radius: 10px;
    line-height: 1;
    position: relative;
    top: -100%;
    opacity: 0.5;
    transition: all 0.3s ease;
}
.collapsible3 input:checked ~ .collapsible3-text{
    
    max-height: 1500px;
    padding-bottom: 25px;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0,0,0, 0.1), 0 4px 11px 0 rgba(0, 0,0, 0.08);
    opacity: 1;
    top: 0;
}

/*----- NEW -----*/


.content-box2{
    width: 2000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
}
.card{
     min-height: 400px;
    width: 400px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    background: #fff;
    margin: 10px 5px;
    transition: 0.3s;
    perspective: 1000px;
    position: relative;
}

.card-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.card:hover .card-inner{
    transform: rotateY(-180deg);
}
.card-front, .card-back{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    
}
.card-back{
    transform: rotateY(180deg);
}



.card i{
    margin-bottom: 20px;
}
.card h2{
    margin-bottom: 10px;
    text-align: center;
}
.card p{
    color: #6c757d;
    text-align: center;
}
.card:hover {
background: linear-gradient(90deg,rgba(100,100,100,0.7)0%,rgba(100,100,100,0.7)35%,rgba(100,100,100,0.7)100%);
  
    color: #fff;
}
.card:hover p{
    color: #fff;
}
.card:hover i{
    color: #fff
}


.content-box2{
    width: 3000px;
    margin: 100 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 35px;
}

@media(max-width: 980px){
    
    
.Wrapper h1{
    font-size: 2.5rem;
}
    .content-box1{
        flex-direction: column;
        width: 100%;
    }
    .card{
        min-width: 300px;
        margin: 10px auto;
    }
}

@media(max-width: 750px){
    
    
.Wrapper h1{
    font-size: 2.5rem;
}
    .content-box2{
        flex-direction: column;
        width: 100%;
    }
    .card2{
        min-width: 130px;
        margin: 10px auto;
    }
}

@media(max-width: 750px){
    
    
.Wrapper h1{
    font-size: 2.5rem;
}
    .content-box3{
        flex-direction: column;
        width: 100%;
    }
    .card3{
        min-width: 130px;
        margin: 10px auto;
    }
}

   .Act1:Hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}

.Act1{
    flex-basis: 110%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.Act2:Hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}
.Act2{
    flex-basis: 50%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.Act2 img{
    width: 100%;
}
 

.container1 {
    background: #fff;
    padding: 20px;
    font-family: "TIMES NEW ROMAN";
    width: 500px;
    box-shadow: 0 0 5px #000;
}

.head {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.text {
    margin: 10px 0;
    font-family: "TIMES NEW ROMAN";
    font-size: 0.9em;
}

.commentbox {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}

.commentbox > img {
    width: 30px;
    height: 30px;
    border-radius: 40%;
    /* float: left; */
    margin-right: 10px;
    object-fit: cover;
    object-position: center;
}

.content {
    width: 100%;
}

.user {
    border: none;
    outline: none;
    margin: 5px 0;
    color: #808080;
    margin-left: 20px;
    padding: 10px;
}

.commentinput > input {
    border: none;
    padding: 10px;
    padding-left: 0;
    outline: none;
    border-bottom: 2px solid blue;
    margin-bottom: 10px;
    width: 95%;
}

.buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #808080;
}

.buttons > button {
    padding: 5px 10px;
    background: lightgrey;
    color: #808080;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
}

.buttons > button.abled {
    background: blue;
    color: #fff;
}

.policy {
    margin: 20px 0;
    font-size: 0.8em;
    font-family: "TIMES NEW ROMAN";
    color: #808080;
}

.policy a {
    text-decoration: none;
    color: blue;
}

.notify {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.notify > input {
    margin-right: 5px;
    border: 2px solid #808080;
}

.parents {
    font-family: "TIMES NEW ROMAN";
    display: flex;
    margin-bottom: 30px;
}

.parents h1 {
    font-size: 0.9em;
}

.parents p {
    margin: 10px 0;
    font-size: 0.9em;
}

.parents > img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
    object-position: center;
}

.engagements {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.engagements img {
    width: 20px;

}

.engagements img:nth-child(1) {
    margin-right: 10px;
    width: 25px;
}

.date {
    color: #808080;
    font-size: 0.8em;
}
.about-col2{
   flex-basis: 80%;
    padding: 30px 2px;
}

.about-col2 img{
    
    width: 100%}
    

.collapsable4{
 max-width: 450px;
overflow: hidden;
font-weight: 500;
}
.collapsible4 input{
    display: none;
}

.collapsible4 label{
    position: relative;
    font-weight: 500;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .1), 0 4px 11px 0 rgba(0, 0,0, .08);
    color: #373c4f;
    display: block;
    cursor: pointer;
    padding: 20px 0;
    border-radius: 5px;
    z-index: 10;
    background: linear-gradient(90deg,rgba(2,2,36,0.7)0%,rgba(9,9,221,0.7)35%,rgba(0,212,255,0.7)100%), url('Images/43.jpg');;
    font-size: 18px;
    margin-bottom: 10px;
       color: #fff;
}


.collapsible4 label:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
}
  

.collapsible4 input:checked + label:after{
   transform: rotate(90deg);
}

.collapsible4-text {
    max-height: 1px;
    overflow: hidden;
    border-radius: 10px;
    line-height: 1;
    position: relative;
    top: -100%;
    opacity: 0.5;
    transition: all 0.3s ease;
    color: #222;
}
.collapsible4 input:checked ~ .collapsible4-text{
    
    max-height: 1500px;
    padding-bottom: 25px;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0,0,0, 0.1), 0 4px 11px 0 rgba(0, 0,0, 0.08);
    opacity: 1;
    top: 0;
}
.collapsable5{
 max-width: 450px;
overflow: hidden;
font-weight: 500;
}
.collapsible5 input{
    display: none;
}

.collapsible5 label{
    position: relative;
    font-weight: 500;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .1), 0 4px 11px 0 rgba(0, 0,0, .08);
    color: #373c4f;
    display: block;
    cursor: pointer;
    padding: 20px 0;
    border-radius: 5px;
    z-index: 10;
    background: linear-gradient(90deg,rgba(2,2,36,0.7)0%,rgba(9,9,221,0.7)35%,rgba(0,212,255,0.7)100%), url('Images/43.jpg');;
    font-size: 18px;
    margin-bottom: 10px;
       color: #fff;
}


.collapsible5 label:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
}
  

.collapsible5 input:checked + label:after{
   transform: rotate(90deg);
}

.collapsible5-text {
    max-height: 1px;
    overflow: hidden;
    border-radius: 10px;
    line-height: 1;
    position: relative;
    top: -100%;
    opacity: 0.5;
    transition: all 0.3s ease;
    color: #222;
}
.collapsible5 input:checked ~ .collapsible5-text{
    
    max-height: 1500px;
    padding-bottom: 25px;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0,0,0, 0.1), 0 4px 11px 0 rgba(0, 0,0, 0.08);
    opacity: 1;
    top: 0;
}
.collapsable6{
 max-width: 450px;
overflow: hidden;
font-weight: 500;
}
.collapsible6 input{
    display: none;
}

.collapsible6 label{
    position: relative;
    font-weight: 500;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .1), 0 4px 11px 0 rgba(0, 0,0, .08);
    color: #373c4f;
    display: block;
    cursor: pointer;
    padding: 20px 0;
    border-radius: 5px;
    z-index: 10;
    background: linear-gradient(90deg,rgba(2,2,36,0.7)0%,rgba(9,9,221,0.7)35%,rgba(0,212,255,0.7)100%), url('Images/43.jpg');;
    font-size: 18px;
    margin-bottom: 10px;
       color: #fff;
}


.collapsible6 label:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
}
  

.collapsible6 input:checked + label:after{
   transform: rotate(90deg);
}

.collapsible6-text {
    max-height: 1px;
    overflow: hidden;
    border-radius: 10px;
    line-height: 1;
    position: relative;
    top: -100%;
    opacity: 0.5;
    transition: all 0.3s ease;
    color: #222;
}
.collapsible6 input:checked ~ .collapsible6-text{
    
    max-height: 1500px;
    padding-bottom: 25px;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0,0,0, 0.1), 0 4px 11px 0 rgba(0, 0,0, 0.08);
    opacity: 1;
    top: 0;
}
.collapsable7{
 max-width: 450px;
overflow: hidden;
font-weight: 500;
}
.collapsible7 input{
    display: none;
}

.collapsible7 label{
    position: relative;
    font-weight: 500;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .1), 0 4px 11px 0 rgba(0, 0,0, .08);
    color: #373c4f;
    display: block;
    cursor: pointer;
    padding: 20px 0;
    border-radius: 5px;
    z-index: 10;
    background: linear-gradient(90deg,rgba(2,2,36,0.7)0%,rgba(9,9,221,0.7)35%,rgba(0,212,255,0.7)100%), url('Images/43.jpg');;
    font-size: 18px;
    margin-bottom: 10px;
       color: #fff;
    
}


.collapsible7 label:after{
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
}
  

.collapsible7 input:checked + label:after{
   transform: rotate(90deg);
}

.collapsible7-text {
    max-height: 1px;
    overflow: hidden;
    border-radius: 10px;
    line-height: 1;
    position: relative;
    top: -100%;
    opacity: 0.5;
    transition: all 0.3s ease;
    color: #222;
}
.collapsible7 input:checked ~ .collapsible7-text{
    
    max-height: 1500px;
    padding-bottom: 25px;
    background: #fff;
    box-shadow: 0 5px 11px 0 rgba(0,0,0, 0.1), 0 4px 11px 0 rgba(0, 0,0, 0.08);
    opacity: 1;
    top: 0;
}

@media(max-width:500px){
    .slider img{
        width: 85%;
    }
}






.card-back h7{
   color: #fff;
}



#slide{
    width:max-content;
    margin-top:50px;
}
.item{
    width:200px;
    height:300px;
    background-position: 50% 50%;
    display: inline-block;
    transition: 0.5s;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top:50%;
    transform: translate(0,-50%);
    border-radius: 20px;
    box-shadow:  0 30px 50px #505050;
}
.item:nth-child(1),
.item:nth-child(2){
    left:0;
    top:0;
    transform: translate(0,0);
    border-radius: 0;
    width:100%;
    height:100%;
    box-shadow: none;
}
.item:nth-child(3){
    left:50%;
}
.item:nth-child(4){
    left:calc(50% + 220px);
}
.item:nth-child(5){
    left:calc(50% + 440px);
}
.item:nth-child(n+6){
    left:calc(50% + 660px);
    opacity: 0;
}
.item .content{
    position: absolute;
    top:50%;
    left:100px;
    width:300px;
    text-align: left;
    padding:0;
    color:#eee;
    transform: translate(0,-50%);
    display: none;
    font-family: system-ui;
}
.item:nth-child(2) .content{
    display: block;
    z-index: 11111;
}
.item .name{
    font-size: 40px;
    font-weight: bold;
    opacity: 0;
    animation:showcontent 1s ease-in-out 1 forwards
}
.item .des{
    margin:20px 0;
    opacity: 0;
    animation:showcontent 1s ease-in-out 0.3s 1 forwards
}
.item button{
    padding:10px 20px;
    border:none;
    opacity: 0;
    animation:showcontent 1s ease-in-out 0.6s 1 forwards
}
@keyframes showcontent{
    from{
        opacity: 0;
        transform: translate(0,100px);
        filter:blur(33px);
    }to{
        opacity: 1;
        transform: translate(0,0);
        filter:blur(0);
    }
}
.buttons{
    position: absolute;
    bottom:30px;
    z-index: 222222;
    text-align: center;
    width:100%;
}
.buttons button{
    width:50px;
    height:50px;
    border-radius: 50%;
    border:1px solid #555;
    transition: 0.5s;
}.buttons button:hover{
    background-color: #bac383;
}

.container10{

    width:1000px;
    height:600px;
    padding:50px;
    background-color: black;
    box-shadow: 0 30px 50px #dbdbdb;
    position: relative;
}
#slide{
    width:max-content;
    margin-top:50px;
}
.item{
    width:200px;
    height:300px;
    background-position: 50% 50%;
    display: inline-block;
    transition: 0.5s;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top:50%;
    transform: translate(0,-50%);
    border-radius: 20px;
    box-shadow:  0 30px 50px #505050;
}

.item:nth-child(1),
.item:nth-child(2){
    left:0;
    top:0;
    transform: translate(0,0);
    border-radius: 0;
    width:100%;
    height:100%;
    box-shadow: none;
}
.item:nth-child(3){
    left:50%;
}
.item:nth-child(4){
    left:calc(50% + 220px);
}
.item:nth-child(5){
    left:calc(50% + 440px);
}
.item:nth-child(n+6){
    left:calc(50% + 660px);
    opacity: 0;
}
.item .content{
    position: absolute;
    top:50%;
    left:100px;
    width:300px;
    text-align: left;
    padding:0;
    color:black;
    transform: translate(0,-50%);
    display: none;
    font-family: system-ui;
}
.item:nth-child(2) .content{
    display: block;
    z-index: 11111;
}
.item .name{
    font-size: 40px;
    font-weight: bold;
    opacity: 0;
    animation:showcontent 1s ease-in-out 1 forwards
}
.item .des{
    margin:20px 0;
    opacity: 0;
    animation:showcontent 1s ease-in-out 0.3s 1 forwards
    color: #ffffff;
}
.item button{
    padding:10px 20px;
    border:none;
    opacity: 0;
    animation:showcontent 1s ease-in-out 0.6s 1 forwards
    color:#ffffff;
}
@keyframes showcontent{
    from{
        opacity: 0;
        transform: translate(0,100px);
        filter:blur(33px);
    }to{
        opacity: 1;
        transform: translate(0,0);
        filter:blur(0);
    }
}
.buttons1{
    position: absolute;
    bottom:30px;
    z-index: 222222;
    text-align: center;
    width:100%;
}
.buttons1 button{
    width:50px;
    height:50px;
    border-radius: 50%;
    border:1px solid #555;
    transition: 0.5s;
}
.buttons1 button:hover{
    background-color: #bac383;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body,html{
    height: 100%;
    margin: 0;
    font-family: 'poppins',sans-serif;
}
.background{
    background-image: url(Images/1001.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
align-items: center;
justify-content: center;
}
.background1{
    background-image: url(Images/15.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
align-items: center;
justify-content: center;
}
@media(max-width:1000px){
    .nav-m{
        width: 100%;
    }
}

.booking-form button:hover{
    background-color: #45a049;
}

.Act6{
    flex-basis: 100%;
    border-radius: 10px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.Act6 img{
    width: 100%;
}
#hidden-input{
display:none;
}

.hero-btn1{
    display: inline-block;
    text-decoration: None;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    font-style: normal;
    font-family: "TIMES NEW ROMAN";
    
}


.services__card{
    background-color: var(--container-color);
    padding: 4rem 1.5rem 3.5rem 1.5rem;
    border-radius: 2rem;
}

.services__icon{
    display: inline-block;
    position: relative;
    margin-bottom: 2rem;
}

.services__icon i{
    
    font-size: 2.5rem;
    position: relative;
    z-index: var(--z-tooltip);
}

.services__circle{
    
    width: 3rem;
    height: 3rem;
    background-color: var(--text-color);
    border-radius: 50%;
    position: absolute;
    top: -3.5rem;
    transition: transform .4s;
}
.services__name{
    font-size: var{--h3-font-size};
      color: var(--text-color);
    margin-bottom: 1rem;
}

.services__description{
    
  color: var(--text-color);
}

.services__card:hover .services__circle{
    transform: translate(.25rem, -.25rem);
    
   
}







/* .policy {
    width: 100px;
} */

/* body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F88379;
} */

/* body::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    transform: skew(20deg);
    background: #F2D2BD;
    z-index: -1;
} */

/* 
F88379 !IMPORTANT
F2D2BD !IMPORTANT
#9F2B68
F2D2BD
DE3163
*/


/* .comment {
    width: 400px;
    background: #fff;
    padding: 10px;
    border-left: 3px solid purple;
}

.comment div {
    width: 100%;
    margin: 20px 0;
}

.comment div input {
    width: 100%;
    outline: none;
    border: none;
}

.comment div textarea {
    width: 100%;
    outline: none;
    border: none;
    resize: none;
    font-family: Arial, sans-serif;
}

.comment div:nth-child(2) {
    margin-bottom: 0;
}

.comment div:last-child {
    margin: 0;
    text-align: right;
}

.comment div button {
    padding: 5px 15px;
    background: purple;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
}

.posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
}

.parent {
    background: #fff;
    padding: 10px;
    width: 400px;
} */

/* 

#36454F
#023
#353935
28282B






.icons .fa{
    color: 	white;
    margin: 0 13px;
    cursor: pointer;
    padding: 18px 0;
}

.fa-heart-o{
   color: #373c4f;    
}


.header{
        min-height: 100vh;
        width: 100%;
        background-image: linear-gradient(rgba(0,5,20,0.4),rgba(0,5,20,0.5)),url(9.jpg);
        background-position: center;
        background-size: cover;
        position: relative;
    }
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 150px;
}
nav-links{
    flex: 1;
    text-align: right;

}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-style: normal;
    font-family: "Arima";
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: darkgray;
    display: block;
    margin: auto;
    transition: 0.5s;
    
}
.nav-links ul li:Hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.text-box h1{
    
   font-family: "Sancreek", serif;
  font-weight: 400;
  font-style: normal;
    font-size: 62px;



}

.container1 {
    background: #fff;
    padding: 20px;
    font-family: "TIMES NEW ROMAN";
    width: 500px;
    box-shadow: 0 0 5px #000;
}
    

nav .fa{
    display: none;
}
@media(max-width: 700px){
    .text-box h1{
        font-size: 20px;
    }
    .nav-links ul li{
        display: block;
    }
   .nav-links{
        position: fixed;
        background: #5C4033;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
       transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
     .nav-links ul{
         padding: 30px;}

}   

.about .right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(rgba(1,1,1,0.7),rgba(1,1,1,0.7)),url(Beach/10.jpg);
  width: 92%;
  height: 61vh;
  z-index: -1;
  margin: 50px;
     background-size: cover;
}


footer {
  background-image: linear-gradient(rgba(4,9,30,0.4),rgba(4,9,30,0.4)),url(footer3.jpg);
  color: #b6b7b9;
  padding: 0 0 5% 0;
}


.sub-header{
    height: 50vh;
    width: 100%;
      background-image: linear-gradient(rgba(0,5,20,0.5),rgba(0,5,20,0.5)),url(House/15.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.sub-header h1{ 
    margin-top: 100px;
}

.background2{
    background-image: url(69.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
align-items: center;
justify-content: center;
}




.content-box1{
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
}
.card{
     min-height: 250px;
    width: 230px;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    background: #fff;
    margin: 10px 5px;
    transition: 0.3s;
    perspective: 1000px;
    position: relative;
}

.card-inner{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.card:hover .card-inner{
    transform: rotateY(-180deg);
}
.card-front, .card-back{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    
}
.card-back{
    transform: rotateY(180deg);
}



.card i{
    margin-bottom: 20px;
}
.card h2{
    margin-bottom: 10px;
    text-align: center;
}
.card p{
    color: #6c757d;
    text-align: center;
}
.card:hover {
background: linear-gradient(rgb(180, 236, 81) 0%, rgb(66, 147, 33) 100%); "
    opacity: 0.7;
    color: #fff;
}
.card:hover p{
    color: #fff;
}
.card:hover i{
    color: #fff
}



@media(max-width: 980px){
    
    
.Wrapper h1{
    font-size: 2.5rem;
}
    .content-box1{
        flex-direction: column;
        width: 100%;
    }
    .card{
        min-width: 300px;
        margin: 10px auto;
    }
}


.Comment-box2{
    border: 1px solid #ccc;
    margin: 50px 0;
    padding: 10px 20px; 
}
.Comment-box h3{
   text-align: left;
}
.comment-form input, .comment-form textarea{
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #f0f0f0;
}
.comment-form{
    margin: 10px 0;
}
@media(max-width:700px){
    .sub-header h1{
        font-size: 24px;
    }
}
.location{
    width: 80%;
    margin: auto;
    padding: 80px 0;
    
}
.location iframe{
    width: 100%;
}

.contact-us{
    width: 80%;
    margin: auto;
}

.contact-col{
  flex-basis: 48%;
    margin-bottom: 30px;
}
.contact-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.contact-col div .fa{
    font-size: 28px;
    color: 	darkgreen;
    margin: 10px;
    margin-right: 30px;
}

.contact-col div p{
    padding: 0;
}

.contact-col div h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}

.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 1px solid #ccc;
    box-sizing: border-box;}
    
    
    
.services__card{
    background-color: var(--container-color);
    padding: 2rem 1rem 1rem 1rem;
    border-radius: 2rem;
}

.services__card10{
    background-color: var(--container-color);
    padding: 4rem 1.5rem 3.5rem 1.5rem;
    border-radius: 1rem;
}


.services__card1{
     background-color: var(--container-color1);
    padding: 2rem 1rem 1rem 1rem;
    border-radius: 1rem;
}

.services__card2{
    background-image: linear-gradient(rgba(0,5,20,0.5),rgba(0,5,20,0.5)),url(1002.png);
          background-position: center;
        background-size: cover;
     
    padding: 10rem 1.5rem 3.5rem 1.5rem;
    border-radius: 3rem;
}


.services__card3{
    background-image: linear-gradient(rgba(0,5,20,0.5),rgba(0,5,20,0.5)),url(1006.jpg);
          background-position: center;
    
     
    padding: 10rem 1.5rem 3.5rem 1.5rem;
    border-radius: 3rem;
}


.services__card4{
    background-image: linear-gradient(rgba(0,5,20,0.5),rgba(0,5,20,0.5)),url(1100.jpg);
          background-position: center;

     
    padding: 10rem 1.5rem 3.5rem 1.5rem;
    border-radius: 3rem;
}


.services__card5{
    background-image: linear-gradient(rgba(0,5,20,0.5),rgba(0,5,20,0.5)),url(1110.webp);
          background-position: center;

     
    padding: 10rem 1.5rem 3.5rem 1.5rem;
    border-radius: 3rem;
}
.services__card6{
    background-image: linear-gradient(rgba(0,5,20,0.5),rgba(0,5,20,0.5)),url(1120.jpg);
          background-position: center;

     
    padding: 10rem 1.5rem 3.5rem 1.5rem;
    border-radius: 3rem;
}


.services__card7{
    background-image: linear-gradient(rgba(0,5,20,0.5),rgba(0,5,20,0.5)),url(1300.jpg);
          background-position: center;

           background-size: cover;
    padding: 10rem 1.5rem 3.5rem 1.5rem;
    border-radius: 3rem;
}

.services__card8{
    background-image: linear-gradient(rgba(0,5,20,0.5),rgba(0,5,20,0.5)),url(1400.jpg);
          background-position: center;

           background-size: cover;
    padding: 10rem 1.5rem 3.5rem 1.5rem;
    border-radius: 3rem;
}

.services__card9{
    background-image: linear-gradient(rgba(0,5,20,0.5),rgba(0,5,20,0.5)),url(1500.jpg);
          background-position: center;

      
    padding: 10rem 1.5rem 3.5rem 1.5rem;
    border-radius: 3rem;
}

.services__card10{
    background-image: linear-gradient(rgba(0,5,20,0.5),rgba(0,5,20,0.5)),url(1800.avif);
          background-position: center;

      
    padding: 10rem 1.5rem 3.5rem 1.5rem;
    border-radius: 3rem;
}


.services__icon{
    display: inline-block;
    position: relative;
    margin-bottom: 2rem;
}

.services__icon i{
    
    font-size: 2.5rem;
    position: relative;
    z-index: var(--z-tooltip);
}

.services__circle{
    
    width: 3rem;
    height: 3rem;
    background-color: var(--text-color);
    border-radius: 50%;
    position: absolute;
    top: -3.5rem;
    transition: transform .4s;
}
.services__name{
    font-size: var{--h3-font-size};
      color: var(--text-color);
    margin-bottom: 1rem;
}

.services__description{
    
  color: var(--text-color);
}

.services__card:hover .services__circle{
    transform: translate(.25rem, -.25rem);
    
   
}


@media screen and (max-width: 320px){
    
    .container{
        margin-inline: 1rem
    }
    
    .nav{

    padding: 1rem;
    }
}

/* For medium devices */
@media screen and (min-width: 540px){
  
    .nav{

        width: max-content;
    }
    
    .nav__list{
        column-gap: 1.25rem
    }
    .home__container1,
    .projects__container1,
    .services__container1,
    .experience__container1,
    .contact__container1{
        grid-template-columns: 380px;
        justify-content: center;
  
    
    }
}

@media screen and (min-width: 768px){
    
    .home__container1{
        grid-template-columns: repeat(2, 350px);
        align-items: flex-start;
    }
    .prefil{
        height: 100%;
    }
    
    .projects__container1,
    .services__container1{
  grid-template-columns: repeat(2, 350px);
    
    }
    
    .experience__container1{
        grid-template-columns: initial;
    }
    
    .experience__card{
        grid-template-columns: 320px 380px;
        align-items: center;
    }
    
    .footer__container1,
    .footer__content{
        grid-template-columns: repeat(2, max-content);
        align-items: center;
    }
    .footer__container1{
        justify-content: space-between;
    }
    .footer__content{
        column-gap: 4.5rem;
    }
    
    .show-scroll{
        bottom: 3rem;
    }
}



/* For large devices */


@media screen and (min-width: 1200px){
    
    .container1{
        margin-inline: auto;
    }

    .section{
        padding-block: 3rem 4rem;
    }
    .section__title{
        font-size: var(--h1-font-size);
        margin-bottom: 4rem;
    }
    
    .home__container1{
        grid-template-columns: 280px 560px 280px;
        align-items: stretch;
    }
    .prefil{
        grid-column: 2 / 3;
        grid-row: 1 / 3;
        padding: 2rem;
    }
    
    .info{
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .info__name{
        font-size: var(--h2-font-size);
    }
    .prefil__img{
        width: 450px;
    }
    .prefil__data{
        width: 370px;
        padding: 1.5rem;
        border-radius: 2rem;
    }
    .about{
        grid-column: 3 / 4;
        grid-row: 1 / 3;
        align-items: center;
    }
    .about__image{
        height: 250px;
    }
    .about__img{
        transform: translateY(-1rem);
    }
    
    
    .skills{
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }
    .skills__title{
        font-size: var(--h3-font-size);
    }
    .projects__container1{
        grid-template-columns: repeat(3, 368px);
        gap: 2rem;
    }
    .projects__card{
        padding-bottom: 2rem
    }
    .services__container1{
        grid-template-columns: repeat(3, 368px);
        gap: 2rem;
    }
    .services__card{
        padding-block: 6rem 5rem;
    }
    .services__icon i{
        font-size: 3.5rem;
    }
    .services__circle{
        width: 4rem;
        height: 4rem;
        top: -3.5rem;
    }
    
    .experience__container{
row-gap: 4rem;
    
    }
    .experience__card{
        grid-template-columns: 350px 510px;
        column-gap: 8rem;
    }
    .experience__company{
        font-size: var(--h1-font-size);
    }
    .experience__data{
        padding: 2rem;
        border-radius: 2rem;
    }
    .contact__container{
        grid-template-columns: 620px;
    }
    .contact__group{
     grid-template-columns: repeat(2, 1fr);   
    }
    .contact__area{
        height: 15rem;
    }
    .contact__button{
        width: max-content;
        justify-self: center;
    }
    .footer{
        padding-top: 3rem;
    }
    .footer__links{
        column-gap: 3rem;
    }
    .footer__copy{
        margin-top: 7rem;
    }
}


p {
   font-family: "Libre Bodoni", serif;

  font-weight: 400;
  font-style: normal;
    color: black;
  line-height: 30px;
  color: black;
  margin-bottom: 20px;
  font-size: 15px;
}

.flex {
  display: flex;
}

.flex_space {
  display: flex;
  justify-content: space-between;
}

button {
  border: none;
  background: none;
  outline: none;
  transition: 0.5s;
  cursor: pointer;
}

.primary-btn {
  padding: 15px 40px;
  background: darkgray;
  font-weight: bold;
  color: white;
}

.secondary-btn {
  padding: 15px 40px;
  background: none;
  border: 2px solid white;
  font-weight: bold;
  color: white;
}

.container {
  max-width: 85%;
  margin: auto;

    
}

.services {
  position: relative;
}

.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.services .left {
  padding: 30px 0;
}

.services .box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: 0.5s;
  padding: 20px;
}

.services .box .text {
  padding: 30px 0;
  border: 1px dashed #fff;
}

.services i {
  font-size: 50px;
  color: black;
  transition: 0.5s;
}

.services h3 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 20p;
  transition: 0.5s;
}

.services img {
  width: 100%;
  height: 100%;
}

.services .box:hover {
  background: #06402B;
  color: #fff;
  cursor: pointer;
}

.services .box:hover i,
.services .box:hover h3 {
  color: #fff;
}


/*--------newsletter---------*/
/*--------footer---------*/


footer .grid {
  grid-template-columns: 6fr 3fr 3fr;
}

footer p {
  color: black;
  font-size: 15px;
  line-height: 25px;
}

footer .icon i {
  margin: 20px 20px 20px 0;
  color: #b6b7b9;
}

footer h2 {
  color: #fff;
  margin-bottom: 10px;
}

footer li {
  margin-bottom: 20px;
}

footer i {
  color: gray;
  margin: 20px 0;
  margin-right: 20px;
}

footer label {
  margin: 20px 0;
}



/*--------footer---------*/
@media only screen and (max-width:768px) {
  .home {
    color: #fff;
    height: 50vh;
  }

  .home img {
    width: 100%;
    height: 50vh;
  }

  .left, .right {
    width: 100%;
  }

  .book h1 {
    margin-bottom: 20px;
  }

  .container.flex,
  .book .flex_space {
    flex-direction: column;
  }

  .book .grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .counter .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .owl-carousel .owl-nav .owl-prev {
    left: 80%;
  }

  .gallery .owl-nav .owl-prev {
    left: 75%;
  }

  .rooms .owl-nav .owl-prev,
  .rooms .owl-nav .owl-next {
    top: -30%;
  }

  .gallery .owl-nav .owl-prev,
  .gallery .owl-nav .owl-next {
    top: -80%;
  }

  .services .flex_space {
    flex-direction: column;
  }

  .Customer {
    height: 60vh;
  }

  .Customer .container {
    max-width: 80%;
  }

  .owl-carousel2 .owl-dots {
    bottom: 0;
    left: 44.5%;
  }

  .news .content.flex {
    flex-direction: column;
  }

  .news .left {
    padding: 30px 0;
    width: 100%;
  }

  .news .right {
    width: 100%;
  }

  .newsletter {
    position: relative;
    background: #7fc142;
  }

  .newsletter .container {
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 30px;
    position: relative;
  }

  .newsletter .flex_space {
    flex-direction: column;
  }

  .newsletter input:nth-last-child(2) {
    margin: 20px 0;
    width: 100%;
  }

  .newsletter input:nth-last-child(1) {
    margin: 0;
  }

  footer .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}










.container {
  max-width: 90%;
  margin: auto;
}

.timer {
  position: relative;
  text-align: center;
  padding-top: 12%;
}

.background::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.timer.wrapper {
  background-image: url("../image/w2.jpg");
}

.timer.about::after {
  z-index: 1;
  top: 0%;
  background-image: url("../image/line2.png");
}

.timer.about::before {
  z-index: 1;
  bottom: 0%;
  background-image: url("../image/line1.png");
}

.timer h2,
.timer h5 {
  color: white;
  text-align: center;
}

.timer .container {
  position: relative;
}

.timer h2 span {
 font-family: "Libre Bodoni", serif;
}

.clock span {
  color: white;
  font-size: 50px;
  line-height: 50px;
}

.clock p {
  color: white;
  font-size: 18px;
  letter-spacing: 3px;
}

.container {
  max-width: 90%;
  margin: auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.5s;
}

.flex {
  display: flex;
}

.flex1 {
  display: flex;
  justify-content: space-between;
}


  
}





/*------------home------------*/
/*------------about------------*/
.top {
  margin-top: 80px;
}

.mtop {
  margin-top: 40px;
}

.heading {
  text-align: center;
}

.heading h5 {
  font-weight: 400;
  letter-spacing: 5px;
  padding-top: 20px;
     font-family: "Libre Bodoni", serif;
}

.heading h2 {
 font-family: "Libre Bodoni", serif;
  font-size: 45px;
  font-family: serif;
  font-weight: bold;
  margin: 10px 0 20px 0;
}

.left, .right {
  width: 50%;
}

h3 {
  font-size: 35px;
  font-family: serif;
  color: black;
  margin-bottom: 20px; 
    font-family: "Libre Bodoni", serif;
    
}

.about .left {
  padding: 20px;
}


.about {
  position: relative;
  padding-bottom: 70px;
}

.about .right {
  position: relative;
}


.about::after {
  content: '';
  position: absolute;
  top: -5%;
  left: 0;
  background-image: url("../image/line1.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
}

.about::before {
  content: '';
  position: absolute;
  bottom: -5%;
  left: 0;
  background-image: url("../image/line2.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
}


.about1{
  position: relative;
  padding-bottom: 70px;
}

.about1 .right {
  position: relative;
}




/*--

/*-------


/*------------room------------*/
/*------------timer------------*/
.timer {
  position: relative;
  text-align: center;
  padding-top: 12%;
}

.background::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
    
}

.timer.wrapper {
  background-image: url("../image/w2.jpg");
  
}

.timer.wrapper1 {
  background-image: url("../Beach/3.jpg");
     background-size: cover;
  
}

.timer.about::after {
  z-index: 1;
  top: 0%;
  background-image: url("../image/line2.png");
}

.timer.about::before {
  z-index: 1;
  bottom: 0%;
  background-image: url("../image/line1.png");
}

.timer h2,
.timer h5 {
  color: white;
  text-align: center;
}

.timer .container {
  position: relative;
}

.timer h2 span {
 font-family: "Libre Bodoni", serif;
}

.clock span {
  color: white;
  font-size: 50px;
  line-height: 50px;
}

.clock p {
  color: white;
  font-size: 18px;
  letter-spacing: 3px;
}

/*------------timer------------*/
/*------------offer------------*/
.offer img {
  width: 100%;
  height: 100%;
}

.offer .right {
  padding: 20px;
  margin: 20px;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}

.offer .content h4 {
  font-size: 20px;
  color: black;
  font-family: serif;
}

.offer .rate i {
  font-size: 13px;
  color: #CC8C18;
  margin: 10px 10px 20px 0;
}

.offer .content h5 {
  color: black;

}

.offer .box {
  transition: 0.5s;
}

.offer .box:hover {
  transform: translateY(-10px);
}

/*-
/*------------customer------------*/
/*------------gallary------------*/
.gallary .item {
  position: relative;
  cursor: pointer;
}

.gallary .overlay i {
  position: absolute;
  top: 40%;
  left: 40%;
  z-index: 1;
  opacity: 0;
  font-size: 50px;
  color: white;
}

.gallary .overlay {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.gallary .item:hover .overlay,
.gallary .item:hover i {
  opacity: 1;
  transition: 0.5s;
  cursor: pointer;
}

/*------------gallary------------*/
/*------------blog------------*/
.blog .grid {
  grid-template-columns: repeat(3, 1fr);
}

.blog .box {
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
  transition: 0.5s;
}

.blog .box:hover {
  transform: translateY(-10px);
  cursor: pointer;
}

.blog .text {
  padding: 20px;
}

.blog img {
  width: 100%;
  height: 100%;
  position: relative;
}

.blog .img {
  position: relative;
  overflow: hidden;
}

.blog span {
  position: absolute;
  top: -3%;
  left: -12%;
  z-index: 1;
  color: white;
  background: #CC8C18;
  padding: 20px 50px;
  transform: rotate(-45deg);
  font-size: 14px;
}

.blog .box h3 {
  font-size: 20px;
}

.blog .box i {
  margin-right: 10px;
  color: #CC8C18;
}

.blog .box i label {
  color: black;
}

.blog .box h3 {
  margin: 15px 0;
}

.blog a {
  color: #CC8C18;
  font-size: 15px;
}

/*------------blog------------*/
/*------------map------------*/
.map iframe {
  width: 100%;
}

/*------------map------------*/

/*------------footer------------*/
@media only screen and (max-width:768px) {

  /*------------home------------*/
  footer .grid,
  .blog .grid,
  .offer2 .grid,
  .wrapper2 .content,
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home h1 {
    font-size: 100px;
  }

  .home {
    height: 80vh;
  }

  .home .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: 15px;
  }

  .home .box:nth-last-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
  }

  /*------------home------------*/
  /*------------about------------*/
  .left, .right {
    width: 100%;
  }

  .area .content,
  .room .content,
  .about .content {
    flex-direction: column;
  }

  .wrapper2::after,
  .area .left::after,
  .timer.about::before,
  .timer.about::after,
  .about .right::after,
  .about::before,
  .about::after {
    display: none;
  }

  /*------------about------------*/
  /*------------wrapper------------*/
  .wrapper .container {
    max-width: 80%;
    margin: auto;
  }

  /*------------wrapper2------------*/
  /*------------room------------*/
  .room img {
    margin: 0;
    margin-top: 50px;
  }

  /*------------room------------*/
  /*------------timer------------*/
  .timer.wrapper {
    height: 50vh;
  }

  /*------------timer------------*/
  /*------------offer------------*/
  .offer .box {
    flex-direction: column;
  }

  .offer .right {
    margin: 0px;
  }

  /*------------offer------------*/
  /*------------area------------*/
  .area img {
    margin: 0px;
    width: 100%;
  }

  /*------------area------------*/
  /*------------offer2------------*/
  .offer2.wrapper {
    height: 100vh;
  }

  /*------------offer2------------*/
  /*------------customer------------*/
  .customer .mtop {
    max-width: 100%;
  }

  /*------------customer------------*/
  /*------------footer------------*/
  .subscribe {
    max-width: 100%;
  }

  /*------------footer------------*/
}

@media only screen and (max-width:512px) {
  .header.sticky {
    height: 10vh;
  }

  .header.sticky .sticky_logo {
    width: auto;
    height: auto;
  }

  .header.sticky .nav-menu {
    top: 4rem;
  }

  .nav-menu {
    top: 12rem;
  }

  .head {
    height: 20vh;
    line-height: auto;
    text-align: center;
  }

  .head .container {
    flex-direction: column;
  }

  .home h1 {
    font-size: 70px;
  }

  .grid2,
  footer .grid,
  .blog .grid,
  .offer2 .grid,
  .wrapper2 .content,
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .home {
    height: 140vh;
  }

  .home .grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
    grid-gap: 15px;
  }

  .home .box:nth-last-child(1) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 5;
    grid-row-end: 5;
  }

  img {
    width: 100%;
    height: 100%;
  }

  /*------------wrapper------------*/
  .wrapper .container {
    max-width: 90%;
  }

  .wrapper {
    height: 100vh;
  }

  .wrapper .item {
    padding: 20px;
    border: 0 solid #F3F3F3;
  }

  .offer2.wrapper {
    height: 170vh;
  }
}



 
    /*----- course -----*/
    
.course{
        width: 80%;
        margin: auto;
        text-align: center;
        padding-top: 100px;
    }
.course1{
        width: 60%;
        margin: auto;
        text-align: center;
        padding-top: 100px;
    }
    h1{
         font-family: "Libre Bodoni", serif;
        font-size: 36px;
        font-weight: 600;
    }
     P{
          font-family: "Libre Bodoni", serif;
         font-size: 14px;
        font-weight: 300;
         line-height: 22px;
         padding: 10px;
    }

.row{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.Act{
    flex-basis: 31%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
}
.Act1{
    flex-basis: 50%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
}
.Act2{
    
    flex-basis: 80%;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
}
h10{
  font-size: 36px;
 font-weight: 600;
text-align:left;   
}

h3{
     font-family: "Libre Bodoni", serif;
    text-align: center;
    font-weight: 600;
    margin: 10px 0;    
    
    
    
}


h11{
     font-family: "Libre Bodoni", serif;
    text-align: center
    font-weight: 600;
    margin: 10px 0;    
    
}
h6{
     font-family: "Libre Bodoni", serif;
     text-align: center;
    font-weight: 700;
    margin: 10px 0;   
    font-style: normal;
    font-family: "TIMES NEW ROMAN";
}


.Act:Hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
@media(max-width: 700px){
    .row{
        flex-direction: column;
    }
}
.Act{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.Act img{
    width: 85%;
}


.Campus{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;

}
.campus-col{
    flex-basis: 400px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.campus-col img {
    width: 99%;
    display: block;
}

    
.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}
.layer:hover
{
    background: rgba(0, 0, 0, 0.17);
}
.layer h4
{   width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}


.layer:hover h4
{
    bottom: 49%;
    opacity: 1;  
}
.reviews {
    width: 80%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}
.Review-col{
    flex-basis: 44%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
    background: #fff3f3;
    padding: 25px;
    cursor: pointer;
    display: flex;
}
.Review-col p{
    padding: 0;
}
.Review-col h3{
    margin-top: 15px;
    text-align: left;
}
.Review-col .fa{
    color: 	#FF4433;}

.container10{

    width:1000px;
    height:600px;
    padding:50px;
    background-color: black;

    position: relative;
}
#slide{
    width:max-content;
    margin-top:50px;
}




@media only screen and (max-width:768px) {

  /*------------home------------*/
  footer .grid,
  .blog .grid,
  .offer2 .grid,
  .wrapper2 .content,
  .grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home h1 {
    font-size: 100px;
  }

  .home {
    height: 80vh;
  }

  .home .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: 15px;
  }

  .home .box:nth-last-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
  }

  /*------------home------------*/
  /*------------about------------*/
  .left, .right {
    width: 100%;
  }

  .area .content,
  .room .content,
  .about .content {
    flex-direction: column;
  }

  .wrapper2::after,
  .area .left::after,
  .timer.about::before,
  .timer.about::after,
  .about .right::after,
  .about::before,
  .about::after {
    display: none;
  }

  /*------------about------------*/
  /*------------wrapper------------*/
  .wrapper .container {
    max-width: 80%;
    margin: auto;
  }

  /*------------wrapper2------------*/
  /*------------room------------*/
  .room img {
    margin: 0;
    margin-top: 50px;
  }

  /*------------room------------*/
  /*------------timer------------*/
  .timer.wrapper {
    height: 50vh;
  }

  /*------------timer------------*/
  /*------------offer------------*/
  .offer .box {
    flex-direction: column;
  }

  .offer .right {
    margin: 0px;
  }

  /*------------offer------------*/
  /*------------area------------*/
  .area img {
    margin: 0px;
    width: 100%;
  }

  /*------------area------------*/
  /*------------offer2------------*/
  .offer2.wrapper {
    height: 100vh;
  }

  /*------------offer2------------*/
  /*------------customer------------*/
  .customer .mtop {
    max-width: 100%;
  }

  /*------------customer------------*/
  /*------------footer------------*/
  .subscribe {
    max-width: 100%;
  }

  /*------------footer------------*/
}

@media only screen and (max-width:512px) {
  .slide.container10 {
    height: 10vh;
  }

  .slide.container10 {
    width: auto;
    height: auto;
  }

 
 

  .container10 {
    height: 35vh;
      width: 35vh;
    line-height: auto;
    text-align: center;
  }


 



 
  


  .home .box:nth-last-child(1) {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 5;
    grid-row-end: 5;
  }

  img {
    width: 100%;
    height: 100%;
  }

  /*------------wrapper------------*/
  .wrapper .container {
    max-width: 90%;
  }


  .wrapper .item {
    padding: 20px;
    border: 0 solid #F3F3F3;
  }


}
























.item{
 
    background-position: 50% 50%;
    display: inline-block;
    transition: 0.5s;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top:50%;
    transform: translate(0,-50%);
    border-radius: 20px;

}

.item:nth-child(1),
.item:nth-child(2){
    left:0;
    top:0;
    transform: translate(0,0);
    border-radius: 0;
    width:100%;
    height:100%;
    box-shadow: none;
}
.item:nth-child(3){
    left:50%;
}
.item:nth-child(4){
    left:calc(50% + 220px);
}
.item:nth-child(5){
    left:calc(50% + 440px);
}
.item:nth-child(n+6){
    left:calc(50% + 660px);
    opacity: 0;
}
.item .content{
    position: absolute;
    top:50%;
    left:100px;
    width:300px;
    text-align: left;
    padding:0;
    color:black;
    transform: translate(0,-50%);
    display: none;
    font-family: system-ui;
}
.item:nth-child(2) .content{
    display: block;
    z-index: 11111;
}
.item .name{
    font-size: 40px;
    font-weight: bold;
    opacity: 0;
    animation:showcontent 1s ease-in-out 1 forwards
}
.item .des{
    margin:20px 0;
    opacity: 0;
    animation:showcontent 1s ease-in-out 0.3s 1 forwards
    color: #ffffff;
}
.item button{
    padding:10px 20px;
    border:none;
    opacity: 0;
    animation:showcontent 1s ease-in-out 0.6s 1 forwards
    color:#ffffff;
}
@keyframes showcontent{
    from{
        opacity: 0;
        transform: translate(0,100px);
        filter:blur(33px);
    }to{
        opacity: 1;
        transform: translate(0,0);
        filter:blur(0);
    }
}
.buttons1{
    position: absolute;
    bottom:30px;
    z-index: 222222;
    text-align: center;
    width:100%;
}
.buttons1 button{
    width:50px;
    height:50px;
    border-radius: 50%;
    border:1px solid #fff;
    transition: 0.5s;
}
.buttons1 button:hover{
    background-color: #fff;
}


.blog-content{
    width: 80%;
    margin: auto;
    padding: 60px 0;
}
.blog-left{
    flex-basis: 65%;
}









.slider{
    width: 800px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
}

.slide{
    width: 500%;
    height: 500px;
    display: flex;
}
.slide input{
    display: none;
}
.st{
width: 20%;
}
.st img{
    width: 800px;
    height: 500px;
}




.nav-m{
    position: absolute;
    width: 800px;
    margin-top: -40px;
    justify-content: center;
    display: flex;
      
}
.m-btn{
    width: 50px;
    height: 10px;
    border: 2px solid #fff;
    margin: 6px;
    cursor: pointer;
    transition: 0.4s;
}
input[name="radio-btn"]{
    position: aboslute;
    visibility: hidden;}


.m-btn:not(:last-child){
    margin-right: 30px;
}
.m-btn:hover{
    background-color: #fff;
}

#radio1:checked ~.first{
    margin-left: 0;
}
#radio2:checked ~.first{
    margin-left: -20%;
}
#radio3:checked ~.first{
    margin-left: -40%;
}

#radio4:checked ~.first{
    margin-left: -60%;
}
#radio7:checked ~.first{
    margin-left: 0;
}
#radio8:checked ~.first{
    margin-left: -20%;
}
#radio9:checked ~.first{
    margin-left: -40%;
}
#radio10:checked ~.first{
    margin-left: -60%;
}

#radio13:checked ~.first{
    margin-left: -80%;
}
#radio15:checked ~.first{
    margin-left: 0;
}
#radio16:checked ~.first{
    margin-left: -20%;
}
#radio17:checked ~.first{
    margin-left: -40%;
}
#radio18:checked ~.first{
    margin-left: -60%;
}

#radio19:checked ~.first{
    margin-left: -80%;
}
#radio22:checked ~.first{
    margin-left: 0;
}
#radio29:checked ~.first{
    margin-left: -20%;
}
#radio30:checked ~.first{
    margin-left: -40%;
}

#radio23:checked ~.first{
    margin-left: -60%;
}
#radio38:checked ~.first{
    margin-left: -80%;
}











.blog-left h2{
    color: #222;
    font-weight: 600;
    margin: 30px 0;
}
.blog-left p{
    color: #222;
    padding: 0;
     font-family: "Libre Bodoni", serif;
}

.blog-right{
    flex-basis: 32%;
}
.blog-right h3{
   background: linear-gradient(rgb(180, 236, 81) 0%, rgb(66, 147, 33) 100%);"
    opacity: 0.7;
    color: #fff;
    padding: 7px 0;
    font-size: 25px;
    margin-bottom: 20px;
     font-family: "Libre Bodoni", serif;
}

.blog-right h1{
    background: linear-gradient(rgb(180, 236, 81) 0%, rgb(66, 147, 33) 100%);"
    opacity: 0.7;
    color: #fff;
    padding: 7px 0;
    font-size: 16px;
    margin-bottom: 20px;
     font-family: "Libre Bodoni", serif;
}




@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body,html{
    height: 100%;
    margin: 0;
    font-family: "Libre Bodoni", serif;
}



.booking-form{
    background-color: rgba(255,255,255,0.7);
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    width: 100%;
    margin: 0 ;
    color:black;
}
.booking-form h2{
    text-align: center;
    color: black;
}
.booking-form form{
    display: flex;
    flex-direction: column;
}
.booking-form input{
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.booking-form button{
    margin-top:0px;
    padding: 0px;
    background-color: darkgray;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

@media(max-width:1000px){
    .nav-m{
        width: 100%;
    }
}

.booking-form button:hover{
    background-color: #45a049;
}

.Act6{
    flex-basis: 100%;
    border-radius: 10px;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
}
.Act6 img{
    width: 100%;
}
#hidden-input{
display:none;
}

.hero-btn1{
    display: inline-block;
    text-decoration: None;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
    font-style: normal;
    font-family: "Libre Bodoni", serif;
    
}


.tabbed-form{
    width: 460px;
    background: #fff;
    box-shadow: 0px 50px 6px -94px rgba(0,0,0,0.75);

}
.form-titles{
    display: flex;
    justify-content: space-around;
    background: #fff;
    font-size: 14px;

}

.form-titles h2{
    background: rgb(0,60,21);
    background: linear-gradient(0deg, rgba 224, 206, 21, 1 0%, rgba (232, 188, 6, 1) 100%);
    width: 100%;
    text-align: center;
    padding: 15px 5%;
    color: black;
    cursor: pointer;
}
.active-tab{
    background: #fff !important;
}
form{
    width: 85%;
    margin: 0 auto;
    padding: 30px 10px;
}


form input, form select{
    display: block;
    width: 100%;
    margin: 4px 0;
    padding: 8px 15px;
    font-size: 15px;
    font-family: 'lato', sans-serif;
    border: 1px solid #eee;
    outline: none;
}

select{
    color: #757575;
}

form input:focus, form select:focus{
    border-color: rgb(0, 26, 21);
    box-shadow: 0 0 2px rgb(0, 26,21);
}

.submit-section{
    background: rgb(0, 26, 21);
    background: linear-gradient(0deg, rgba(224,206, 21, 1)0% rgba(232,188, 6, 1)100%);
    padding: 20px 5%;
}
.submit-section button{
    background: gray;
    box-shadow: 0 0 1px #000;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    padding: 10px 80px;
    display: block;
    margin: 0 auto;
}
.submit-section buton:hover{
    background: #fecd57;
}
#form-2{
    display: none;
}
#form-3{
    display: none;
}
#form-4{
    display: none;
}
#form-5{
    display: none;
}
#form-6{
    display: none;
}


/* .policy {
    width: 100px;
} */

/* body::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #F88379;
} */

/* body::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    transform: skew(20deg);
    background: #F2D2BD;
    z-index: -1;
} */

/* 
F88379 !IMPORTANT
F2D2BD !IMPORTANT
#9F2B68
F2D2BD
DE3163
*/


/* .comment {
    width: 400px;
    background: #fff;
    padding: 10px;
    border-left: 3px solid purple;
}

.comment div {
    width: 100%;
    margin: 20px 0;
}

.comment div input {
    width: 100%;
    outline: none;
    border: none;
}

.comment div textarea {
    width: 100%;
    outline: none;
    border: none;
    resize: none;
    font-family: Arial, sans-serif;
}

.comment div:nth-child(2) {
    margin-bottom: 0;
}

.comment div:last-child {
    margin: 0;
    text-align: right;
}

.comment div button {
    padding: 5px 15px;
    background: purple;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 4px;
    cursor: pointer;
}

.posts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
}

.parent {
    background: #fff;
    padding: 10px;
    width: 400px;
} */

/* 

#36454F
#023
#353935
28282B




