@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@700&display=swap');
body{
    font-family: 'Urbanist', sans-serif;
 }
:root{
	--title-color:#0fb7f5;
	--text-color:#6d7578;
    --theme-grey : #f7f9fc;
	--primary-color : #2d3445;
	--secound-color:rgb(0,171,85);
	--white : #fff;
    --hover : rgb(0,171,85); 
    --lightcolor : #e5f6ee;
    --lightblue : #ecf6fa;
    --footer-bg : #090b0f;
    --btncolor : #ff2949;
    --btncolorhover : #c11e36;
    --btntextcolor : #fff;

--clamp12: clamp(10px, 0.625vw, 12px);
--clamp14: clamp(12px, 0.72916vw, 14px);
--clamp15: clamp(13px, 0.78125vw, 15px);
--clamp16: clamp(14px, 0.8333vw, 16px);
--clamp18: clamp(14px, 0.9375vw, 18px);
--clamp20: clamp(16px, 1.0416vw, 20px);
--clamp22: clamp(16px, 1.145vw, 22px);
--clamp24: clamp(17px, 1.25vw, 24px);
--clamp25: clamp(18px, 1.3541vw, 26px);
--clamp26: clamp(20px, 1.3541vw, 26px);
--clamp28: clamp(16px, 1.4583vw, 28px);
--clamp30: clamp(20px, 1.5625vw, 30px);
--clamp32: clamp(20px, 1.666vw, 32px);
--clamp34: clamp(20px, 1.770vw, 34px);
--clamp36: clamp(25px, 1.875vw, 36px);
--clamp38: clamp(25px, 1.979vw, 38px);
--clamp40: clamp(26px, 2.083vw, 40px);
--clamp42: clamp(26px, 2.1875vw, 42px);
--clamp44: clamp(26px, 2.2916vw, 44px);
--clamp45: clamp(26px, 2.3vw, 45px);
--clamp48: clamp(26px, 2.5vw, 48px);
--clamp50: clamp(28px, 2.864583vw, 50px);
--clamp55: clamp(28px, 2.864583vw, 55px);
--clamp58: clamp(28px, 3.02083vw, 58px);
--clamp60: clamp(30px, 3.125vw, 60px);
--clamp64: clamp(30px, 3.333vw, 64px);
--clamp75: clamp(35px, 3.90625vw, 75px);
--clamp78: clamp(30px, 4.0625vw, 78px);
--clamp80: clamp(30px, 4.1666vw, 80px);
--clamp82: clamp(30, 4.27083vw, 82px);
--clamp84: clamp(25px, 4.375vw, 84px);
--clamp42: clamp(24px, 2.1875vw, 42px);
--clamp100: clamp(30px, 5.2083vw, 100px);
--clamp120: clamp(40px, 6.25vw, 120px);
}

.footer-forms a {
    padding: 12px 20px;
    background: red;
    text-decoration: none;
    color: white;
    border-radius: 50px;
}

.whatwedosection{
    padding: 50px 0;
}
.whatwedo{
    background-color: transparent;
    padding: 50px 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.whatwedoimg{
    text-align: center;
}
.whatwedoimg img{
    height: 150px;
    margin-bottom: 25px;
}
.whatwedocontent{
    text-align: center;
}
.whatwedocontent h3{
    font-size: var(--clamp24);
}
.whatwedocontent h5{
    font-size: var(--clamp16);
    opacity: 0.7;
}
.whatwedocontent a{
    text-decoration: none;
    font-weight: 600;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {

}

.topmenu-section{
    background-color: transparent;
    height:80px;
}
.topmenu-section .logo img {
    height: 50px !important;
}
.topmenu-section .website-menu li{
    list-style: none;
    float: left;
    margin-left: 30px;

}
.topmenu-section .website-menu ul{
    float: right;
    margin-top: 12px;
}
.topmenu-section .website-menu ul li a{
    color: #222;
    text-decoration: none;
    font-weight: 500;

}
.topmenu-section .website-menu .splcontact{
    background-color: #090b0f;
    padding: 10px 25px;
    border-radius: 50px;
    color: white;
    padding-bottom:12px;
}
.mobilemenus{
    display: none;
}
.menubar{
    display: none;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .topmenu-section .website-menu a{
        display:none;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .mobilemenus{
        display: block;
        background-color: white;
        position: fixed;
        left: -320px;
        width: 320px;
        height:100%;
        transition: ease-in-out 0.3s;
        border-right: solid 1px #eee;
    }
    .innermenulogo{
        margin-left: 25px;
        margin-top: 10px;
    }
    .menubar{
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .menubar i{
        font-size: 30px;
    }
    .innersidemenu{
        border-bottom: solid 1px #eee;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .closebtn{
        right: 20px;
        top: 30px;
    }
    .closebtn i{
        font-size: 35px;
    }
    .mobmenus li{
        list-style: none;
        line-height: 40px;
    }
    .mobmenus li:hover{
        background-color: #eee;
    }
    .mobmenus{
        margin-top: 15px;
        cursor: pointer;
    }
    .mobmenus li a{
        text-decoration: none;
        font-size: var(--clamp26);
        color: #000000;
        font-weight: 500;
        padding-left: 30px;
        display: block;
        padding-bottom: 3px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {
    .topmenu-section .website-menu a{
        display:none;
    }
    .logo {
        display: flex;
        justify-content: center;
        margin-top: 25px;
    }
    .mobilemenus{
        display: block;
        background-color: white;
        position: fixed;
        left: -400px;
        width: 400px;
        transition: ease-in-out 0.3s;
        height:100%;
        border-right: solid 1px #eee;
    }
    .innermenulogo{
        margin-left: 25px;
        margin-top: 10px;
    }
    .innersidemenu{
        border-bottom: solid 1px #eee;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .closebtn{
        right: 20px;
        top: 30px;
    }
    .closebtn i{
        font-size: 35px;
    }
    .mobmenus li{
        list-style: none;
        line-height: 40px;
    }
    .menubar{
        display: block;
        position: absolute;
        left: 20px;
        top: 20px;
        cursor: pointer;
    }
    .menubar i{
        font-size: 30px;
    }
    .mobmenus li:hover{
        background-color: #eee;
    }
    .mobmenus{
        margin-top: 15px;
    }
    .mobmenus li a{
        text-decoration: none;
        font-size: var(--clamp26);
        color: #000000;
        font-weight: 500;
        padding-left: 30px;
        display: block;
        padding-bottom: 3px;
    }
}

.footer-section{
    background-color: #171e29;
    padding: 80px 0;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}
.footer-section button{
    background-color: #cc181b;
    color:white;
    top:6px;
    right:6px;
    border:none;
    height:80%;
    padding: 0 40px;
    border-radius:50px;
    letter-spacing:1px;
    font-weight:bold;
}
.footer-section input[type="text"]{
    height:60px;
    overflow:hidden;
    border-radius:50px;
    box-shadow:none;
    padding:0 20px;
}


.footer{
    padding:50px 0;
    background-color:#eee;
  }
  .footer-block img{
       height:50px;
       margin-bottom:30px;
   }
   .footer-block h5 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #222;
}
   .footer-block h4{
       font-size:20px;
       letter-spacing:1px;
   }
   .footer-block a {
        text-decoration: none;
        color: #333;
        font-size: 16px;
    }
   .footer-block li{
       list-style:none;
       line-height:30px;
   }
   .newsform button{
       height:100%;
       top:0;
       right:0px;
       position:absolute;
       width:40px;
       border:none;
       background:steelblue;
       color:white;
   }
   .newsform input[type="text"]{
       height:45px;
       overflow:hidden;
       border-radius:0px;
       margin-top:20px;
       border:solid 1px #eee;
       box-shadow:none;
       padding-right:50px;
   }
   /* Mobile Screens */
   @media screen  and (min-width:320px) and (max-width:767px) {
       .mob-ft{
           margin-top:30px;
       }
   }

   /* Tab Screens  & High End Mobile View */
   @media screen  and (min-width:768px) and (max-width:991px) {
       .mob-ft{
           margin-top:30px;
       }
   }

   .banner{
    background-image: url("https://wdtteapoy.wpengine.com/wp-content/uploads/2024/05/home-hotspot-img-1.jpg");
    background-size: cover;
    background-position:center top;
}
.innerbanner{
    background-color: rgba(0,0,0,0.6);
    height: 100%;
    padding: 100px 0;
    text-align: center;
}
.innerbanner h2{
    font-size: var(--clamp50);
    color: white;
    font-weight: 600;
    letter-spacing: 1px;
}

/* Categeory */
.catlistimg{
    height: 350px;
    overflow: hidden;
    border: solid 1px #eee;
    margin-bottom: 20px;
    border-radius: 10px;
}
.catlistimg img{
    height: 300px;
    margin-bottom: 10px;
    object-fit: cover;
    width: 100%;
}
.catlistimg h4{
    text-align: center;
}


/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .innerbanner{
        padding: 50px 0;
    }
    .innerbanner h2{
        color: white;
        font-weight: 600;
        letter-spacing: 1px;
    }
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {

}

/* Compnay Branding */
.footer-bottom{
    background-color: #eee;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #666;

    transition: background-color 0.3s ease;
}
.footer-bottom h4{
    font-size:14px;
    padding-top:6px;
}
/* Compnay Branding */


/* herosection */
.hero-section{
    background-color: #e5f6ee;
    height: 80vh;
    width: 100%;
    overflow: hidden;
}
.slider{
    height: 100%;
    width: 100%;
}

@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");
* {
	font-family: "Roboto", sans-serif;
}
button.wh-ap-btn {
	outline: none;
	width: 60px;
	height: 60px;
	border: 0;
	background-color: #2ecc71;
	padding: 0;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	cursor: pointer;
	transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
}

button.wh-ap-btn::after {
	content: "";
	background-image: url("//i.imgur.com/cAS6qqn.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60%;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
}

button.wh-ap-btn:hover {
	opacity: 1;
	background-color: #20bf6b;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wh-api {
	position: fixed;
	bottom: 0;
	right: 0;
}

.wh-fixed {
	margin-right: 15px;
	margin-bottom: 15px;
}

.wh-fixed > a {
	display: block;
	text-decoration: none;
}

button.wh-ap-btn::before {
	content: "Chat with me";
	display: block;
	position: absolute;
	margin-left: -130px;
	margin-top: 16px;
	height: 25px;
	background: #49654e;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	border-radius: 3px;
	width: 0;
	opacity: 0;
	padding: 0;
	transition: opacity 0.4s, width 0.4s, padding 0.5s;
	padding-top: 7px;
	border-radius: 30px;
	box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

.wh-fixed > a:hover button.wh-ap-btn::before {
	opacity: 1;
	width: auto;
	padding-top: 7px;
	padding-left: 10px;
	padding-right: 10px;
	width: 100px;
}

/* animacion pulse */

.whatsapp-pulse {
	width: 60px;
	height: 60px;
	right: 10px;
	bottom: 10px;
	background: #10b418;
	position: fixed;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	border-radius: 50%;
	z-index: 99;
	display: inline-block;
	line-height: 65px;
}

.whatsapp-pulse:before {
	position: absolute;
	content: "";
	z-index: -1;
	bottom: -15px;
	right: -15px;
	background-color: #10b418;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
	opacity: 0.6;
	-webkit-animation: pulse 1s ease-out;
	animation: pulse 1.8s ease-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0);
		opacity: 0;
	}
	25% {
		-webkit-transform: scale(0.3);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		-webkit-transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}

@keyframes pulse {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	25% {
		transform: scale(0.3);
		opacity: 1;
	}
	50% {
		transform: scale(0.6);
		opacity: 0.6;
	}
	75% {
		transform: scale(0.9);
		opacity: 0.3;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}


.page-title{
    text-align:center;
    padding:30px 0;
}
.page-title h1{
    font-size:var(--clamp50);
    font-weight:bold;
}
.page-title p{
    font-size:var(--clamp24);
    font-weight:400;
}
.maps{
    margin:15px 0
}

/* about home */
.abouthomecontent h2{
    font-size: var(--clamp36);
    font-weight: 600;
}
.abouthomecontent p{
    font-size: var(--clamp18);
    font-weight: 400;
    margin-bottom: 15px;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .abouthomecontent h2{
        margin-top: 30px;
    }
}
@media screen  and (min-width:768px) and (max-width:991px) {
    .abouthomecontent h2{
        margin-top: 30px;
    }
}

/* about home */

/* contact us */
.contactsection{
    padding: 50px 0;
}
.con-content h2{
    font-size: var(--clamp32);
    font-weight: 600;
}
.con-content h5{
    font-size: var(--clamp20);
    font-weight: 500;
}

.con-content p{
    font-size: var(--clamp16);
    font-weight: 400;
}
.con-det h4{
    font-size: var(--clamp20);
    font-weight: 500;
}
.conicon{
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 100%;
    border-radius: 6px;
}
.conicon i{
    font-size: 24px;
}

/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .con-content{
        margin-top: 30px;
    }
    .conicon{
        height: 70px;
        width: 100%;
        border-radius: 6px;
    }
}
@media screen  and (min-width:768px) and (max-width:991px) {
    .con-content{
        margin-top: 30px;
    }
}



/* contact us */

/* herosection */
.herosections {
    height: 80vh !important;
    background-image: url("https://wdtteapoy.wpengine.com/wp-content/uploads/2024/05/Home-2-banner-img-02.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.innerhero{
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
}
.innerhero h1{
    color: #fff;
    font-size: var(--clamp55);
    text-align: left;
}
.innerhero p{
    color: #fff;
    font-size: var(--clamp20);
    text-align: left;
}


/* Mobile Screens */
@media screen  and (min-width:320px) and (max-width:767px) {
    .herosections {
        height: auto;
    }
    .innerhero.d-flex.align-items-center {
        padding: 50px 0;
        padding-top: 90px;
    } 
}

/* Tab Screens  & High End Mobile View */
@media screen  and (min-width:768px) and (max-width:991px) {
    .herosections {
        height: auto;
    }
    .innerhero.d-flex.align-items-center {
        padding: 50px 0;
        padding-top: 90px;
    } 
}

/* herosection */


/* gallery */
.gallery_sec{
    width:100%;
    padding:80px 0;
  }
  .heading{
    width:100%;
    text-align:center;
  }
  .heading h2{
    font-size:30px;
    font-weight:bold;
    border-bottom:2px solid #000;
    padding-bottom:25px;
  }
  .gallery_sec img{
    width:100%;
    margin-bottom:30px;
    height:250px;
  }
  
  .gallery_sec a {
      position: relative;
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
  }
  
  
  .gallery_sec a::before {
      position: absolute;
      content: "";
      width: 30px;
      height: 30px;
      background: none;
      background-size: contain;
      background-repeat: no-repeat;
    top:45%;
    left:50%;
    transform:translate(-50%, -50%);
  }
  
  .gallery_sec img {
      transition: 0.3s ease-in-out;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -ms-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
  }
  
  .gallery_sec a:hover img {
      position: relative;
      width: 100%;
  }
  
  .gallery_sec a:hover img {
      opacity: 0.2;
  }
  
  .gallery_sec a:hover::before {
      position: absolute;
      content: "";
      width: 50px;
      height: 50px;
      background: url(https://i.ibb.co/3fMkjjF/Resize.png);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 99;
  }

  .gallery{
    height:300px;
    border:solid 1px #eee;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .gallery img{
    height: 100%;
  }
  .gimg{
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  
/* gallery */

.theme-btn{
    padding: 25px 0;
}
.theme-btn button{
    background-color: var(--btncolor);
    color: var(--btntextcolor);
    padding: 8px 20px;
    border-radius: 50px;
    border:none;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.theme-btn button:hover{
    background-color: var(--btncolorhover);
    transition: background-color 0.3s ease-in-out;
}