@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;800;900&display=swap');
:root {
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-primary: #006895;
    --bs-primary-light: #9AD9E7;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;   
    --bs-navbar-color: #F0F0F0;  
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));  
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
  }
  .bg-primary{
    background: var(--bs-primary) !important;
  }
body{
    font-family: 'Poppins', sans-serif;
}
.navbar-nav .nav-link{
    color: var(--bs-light) ;
}
.navbar-nav .show > .nav-link, .navbar-nav .nav-link.active {
    color: var(--bs-navbar-color) !important ;
    fill: var(--bs-navbar-color) !important ;
}
.text-primary{
    color: var(--bs-primary) !important ;
}
.head-title{
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    font-size: 64px;
    color: var(--bs-primary) !important ;
}
.navbar-nav {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.navbar-nav .nav-item{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.card-product{
    background: #FFFFFF;
    border-radius: 12px;
    border: 0px;
}
.bg-product{
    background: #F7F7F7;
    
}
.banner{
    background-size: cover;
    min-height: 500px;
    /* position: relative; */
    margin-top: 0px;
}
.banner::after{
    content: '';
    background: rgba(1, 1, 1, 0.44);
    width: 100%;
    height: 500px;
    position: absolute;
    /* top: 195px; */
    top: 0px;
    left: 0;
    z-index: 1;
}
.page2 .banner::after{
    content: '';
    background: rgba(1, 1, 1, 0.44);
    width: 100%;
    height: 500px;
    position: absolute;
    top: 101px;
    left: 0;
    z-index: 1;
}
.text-top{
    position: relative;
    z-index: 2;
}
.card-services .card-img-overlay::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #000000 100%);
}
.card-services{
    transition: transform 250ms;
}
.card-services:hover{
    transform: translateY(-10px);
}
.card-services .text-bottom{
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
    padding: 20px;
}
.footer{
    background: var(--bs-primary);
}
.copy-right{
    background: var( --bs-black);
    padding: 20px;
    color: var(--bs-light);
}
.adimage {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
@media only screen and (max-width: 600px) {
    .head-title{
        font-size: 48px;
       
    }
    .banner::after{
      
        top: 163px;
     
    }
	.swiper-wrapper iframe {
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  width: 100% !important;
	  height: 250px !important;
	}
	.responsive-contact{
		width: 100%;
		height: 748px !important;
	}
	.responsive-item{
		width: 100%;
		height: 270px !important;
	}
}
 .form-control {
  border: none;
  border: 1px solid #d9d9d9;
  border-radius: 0; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; }

.col-form-label {
  color: #000; }

.btn, .form-control {
  min-height: 55px; }
.swiper-wrapper iframe {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 246px;
}
.swiper-wrapper .swiper-img-overlay::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #000000 100%);
}
.swiper-wrapper .text-bottom{
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
    padding: 20px;
}
.responsive-contact{
	width: 100%;
	height: 550px;
}
.responsive-item{
	width: 100%;
	height: 109px;
}
/* .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; } */