@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');

:root {
    --blue-color: #2696FF;
    --white-color: #fff;
    --black-color: #000;
    --silver-color: #F7F7F7;
    --box-color: #2A2E39;
    --font-ubuntu: 'Ubuntu', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::selection {
    background: var(--blue-color);
    color: var(--white-color);
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: var(--font-ubuntu);
    position: relative;
    margin-bottom: 0 !important;
    background: var(--white-color) !important;
}

h1,h2,h3,h4,h5,h6,p,ul,span,address,a,ol {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: unset;
    transition: 0.5s ease-in-out;
}
input:focus-visible, textarea:focus-visible {
	outline: unset !important;
}
a:focus {
	outline: unset !important;
}
button {
    transition: 0.5s ease-in-out;
}

button:focus-visible {
	outline: none;
}

select:focus-visible {
	outline: none;
}

.p-relative {
    position: relative;
}

.container {
    max-width: 1340px;
    padding: 0 30px;
    margin: 0 auto;
}
.z-1 {
    z-index: 1;
}
ul {
    margin-left: 0 !important;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 1;
}
.main-logo img{
    max-height: 80px;
}

.header-inner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.humburger-icon-menu span{
    width: 30px;
    height: 3px;
    margin-bottom: 5px;
    background: var(--white-color);
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.humburger-icon-menu span:last-child {
    margin-bottom: 0;
}

.banner {
	position: relative;
	padding: 100px 0 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
    height: 80vh;
    display: flex;
    align-items: center;
}

.b-img {
	height: 700px;
	overflow: hidden;
	filter: blur(6px);
	-webkit-filter: blur(6px);
    position: relative;
}

.b-img img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.b-img::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(223, 208, 192, 0.7);
}

.banner-conent {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

.banner-conent h1{
    font-size: 40px;
    font-weight: 600;
}

.banner-conent span {
    display: flex;
    font-size: 20px;
    margin: 10px 0;
}
.banner-conent a {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: var(--black-color);
    padding: 0 35px;
    border-radius: 5px;
    color: var(--white-color);
}
.services-section {
    padding: 50px 0;
    position: relative;
}
.service-main-box {
	background: transparent;
	min-height: 290px;
	height: 100%;
	overflow: hidden;
    transition: 0.2s ease-in-out;
}
.service-inner-box {
    padding: 30px;
    background: var(--silver-color);
    height: 100%;
    transition: 0.5s ease-in-out;
}
.service-inner-box:hover {
    background: var(--white-color);
}
.service-inner-box span {
	width: 60px;
	height: 60px;
	background-color: var(--black-color);
	display: flex;
	justify-content: center;
	align-items: center;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
}
.service-inner-box:hover > span {
    background-color: var(--silver-color);
}
.service-inner-box span svg {
    color: var(--white-color);
    font-size: 20px;
    transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.service-inner-box:hover span > svg{
    color: var(--white-color);
}
.service-inner-box h5 {
    color: var(--black-color);
    font-weight: 500;
    margin-top: 15px;
    transition: 0.5s ease-in-out;
}
.service-inner-box p {
    color: var(--primary-color);
    margin-top: 15px;
    transition: 0.5s ease-in-out;
}
.service-right-arrow {
    height: unset !important;
    width: unset !important;
    background: transparent !important;
    display: inline-flex !important;
    margin-top: 15px;
}
.service-right-arrow i {
    color: var(--white-color);
}
.service-right-arrow svg {
    color: var(--white-color) !important;
}
.product-section {
	padding: 100px 0;
	position: relative;
	/* clip-path: polygon(0% 100%, 100% 90%, 100% 0%, 0px 10%); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-section::after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
    display: none;
}
.product-box-detail {
	background: var(--blue-color);
	padding: 30px 15px;
    border-radius: 10px;
    background: linear-gradient(var(--blue-color), var(--blue-color) 50%, var(--white-color) 50%, var(--white-color));
    background-size: 100% 200%;
    transition: background 1s;
    border: 1px solid transparent;
    transition: 0.5s ease-in-out;
}
.product-box-detail:hover {
    background-position: 100% 100%;
    border: 1px solid #000;
}
.product-box-detail span {
	max-height: 40px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
    height: 40px;
}
.product-box-detail span img {
	max-height: 40px;
}
.with-color {
    display: none;
    transition: 0.5s ease-in-out;
}
.without-color-white {
    transition: 0.5s ease-in-out;
    display: block;
}
.product-box-detail:hover span > .with-color {
    display: block;
}
.product-box-detail:hover span > .without-color-white {
    display: none;
}
.product-box-detail h4 {
    font-size: 20px;
    margin: 15px 0;
    color: var(--white-color);
    transition: 0.5s ease-in-out;
}
.product-box-detail p {
    color: var(--white-color);
    transition: 0.5s ease-in-out;
}
.product-box-detail:hover > h4 , .product-box-detail:hover > p  {
    color: var(--black-color);
}
/* contact us section start */

.contact-us-section {
	padding: 100px 0;
    background: var(--silver-color);
}
.inner-contact-detail {
	background: var(--blue-color);
	padding: 50px 20px;
	border-radius: 10px;
}
.section-content h4 {
    color: var(--black-color);
}
.section-content p {
    color: var(--black-color);
}
.section-contact-detail {
    position: relative;
}
.section-contact-detail label {
	display: flex;
	font-size: 17px;
	font-weight: 500;
    color: var(--black-color);
    margin-bottom: 7px;
}
.section-contact-detail input, .section-contact-detail select, .section-contact-detail textarea {
    height: 55px;
    display: flex;
    padding: 0 15px !important;
    width: 100%;
    border: 1px solid var(--black-color) !important;
    border-radius: 5px !important;
    background: var(--silver-color);
    color: var(--black-color) !important;
}
.section-contact-detail input:focus, .section-contact-detail select:focus, .section-contact-detail textarea:focus {
    border: 1px solid var(--blue-color) !important;
}
.section-contact-detail input::placeholder, .section-contact-detail textarea::placeholder {
    color: var(--black-color) !important;
    opacity: 1;
}
.section-contact-detail select {
	appearance: none;
	background-image: url(../images/down-black-arrow.png);
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	background-size: 15px;
	padding-right: 35px;
}
.section-contact-detail textarea {
    resize: none;
    height: 140px;
    padding: 10px 15px !important;
}

.submit-btn [type="submit"] {
	background: var(--black-color);
	padding: 15px 50px !important;
	color: var(--white-color) !important;
	border-radius: 5px;
    font-size: 18px;
    transition: 0.5s ease-in-out;
    display: inline-flex;
    width: unset !important;
}
.submit-btn [type="submit"]:hover {
    color: var(--black-color) !important;
    background: var(--white-color);
}
.submit-btn [type="submit"] {
    border: unset;
}

/* contact us section end */

footer {
	padding: 30px 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
footer::after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(38,150,255,0.7);
}
.f-logo a {
	font-size: 35px;
	color: var(--white-color) !important;
}
.f-navlink {
	display: flex;
	align-items: center;
    list-style-type: none;
    margin-top: 15px;
}
.f-navlink li {
	margin-right: 15px;
}
.f-navlink li:last-child {
    margin-right: 0;
}
.f-navlink li a {
    font-size: 18px;
    color: var(--white-color);
    font-weight: 500;
}
.f-navlink li a:hover, .get-in-touch-info li a:hover, .f-policy li a:hover, .social-link li a:hover {
    color: var(--silver-color);
}
.f-right-content {
    text-align: right;
}
.f-title h4 {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 500;
}
.get-in-touch-info {
    margin-top: 10px;
    list-style-type: none;
}
.get-in-touch-info li {
    margin-bottom: 5px;
}
.get-in-touch-info li:last-child {
    margin-bottom: 0;
}
.get-in-touch-info li a {
    color: var(--white-color);
}
.social-link {
    margin-top: 25px;
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
}
.social-link li {
    margin-left: 15px;
}
.social-link li:first-child {
    margin-left: 0;
}
.social-link li a {
    color: var(--black-color);
}
.copyright-section {
	border-top: 2px solid rgba(255,255,255,0.3);
	margin-top: 20px;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.copyright {
    color: var(--white-color);
}
.f-policy {
    display: flex;
    list-style-type: none;
    font-size: 16px;
    margin-bottom: 0;
}
.f-policy li {
    margin-left: 15px;
}
.f-policy li:first-child {
    margin-left: 0;
}
.f-policy li a {
    font-size: 16px;
    color: var(--white-color);
}
.f-navlink li a:hover, .f-policy li a:hover, .get-in-touch-info li a:hover {
    color: var(--black-color);
}

/* Home page css start */
.banner {
    background-color: var(--silver-color);
    color: var(--black-color);
}
.banner-img {
	width: 800px;
	height: 800px;
	position: relative;
	top: -222px;
	right: -190px;
}
.banner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    position: absolute;
}
.header-content h3{
    font-size: 34px;
    font-weight: 600;
}
.header-content p {
	padding: 20px 0;
}
.header-content a {
	color: var(--white-color) !important;
    background: var(--black-color);
    border: 1px solid transparent;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
}
.header-content a:hover {
    color: var(--black-color ) !important;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid var(--black-color );
}
.services-detail{
    background-color: var(--silver-color);
    transition: 0.5s ease-in-out;
    padding: 50px 0 70px;
}
.services-title {
	padding: 0 0 30px;
}
.services-title h4{
    font-size: 25px;
    color: var(--black-color);
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    transition: 0.5s ease-in-out;
}
.services-title h4::before {
    content: ' ';
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: -70px;
    width: 50px;
    height: 2px;
    background: var(--black-color);
    visibility: hidden;
    transition: 0.5s ease-in-out;
    display: none;
}
.services-title h4::after {
    content: ' ';
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    right: -70px;
    width: 50px;
    height: 2px;
    background: var(--black-color);
    visibility: hidden;
    transition: 0.5s ease-in-out;
    display: none;
}
.services-detail:hover .services-title > h4::before, .services-detail:hover .services-title > h4::after {
 visibility: visible;
}
.services-title p{
    color: var(--black-color);
}
.services-iamge {
	position: relative;
	top: 0;
	left: -320px;
	width: 100%;
}
.services-iamge img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.service-box-detail-text{
    background: transparent;
    height: 100%;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    border-radius: 5px;
    overflow: hidden;
}
.service-box-detail{
    padding: 20px;
    background: var(--box-color);
    height: 100%;
    transition: 0.5s ease-in-out;
    color: var(--white-color);
}
.service-box-detail:hover{
    background: var(--blue-color);
}
.service-box-detail span svg{
    font-size: 30px;
}
.service-box-detail h5 {
	font-size: 20px;
	padding: 10px 0;
	font-weight: 600;
}
.product-bg{
    background-color: var(--black-color);
}
.social-link li a svg {
    font-size: 16px;
    color: var(--white-color);
    transition: 0.5s ease-in-out;
}
.social-link li a svg:hover {
    color: var(--black-color);
}
a:visited {
    color: unset;
}

/* bubble animation start */

.particles {
  position:absolute;
  top: 0px;
  left: 10px;
  right: 10px;
  height: 75vh;
}

.particles .particle {
    position: absolute;
    opacity: .5;
    background: var(--black-color);
    -webkit-animation-iteration-count: infinite!important;
    animation-iteration-count: infinite!important
}

.particle:nth-child(1) {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    -webkit-animation: floating 28s linear;
    animation: floating 28s linear;
    top: 65%;
    left: 10%
}

.particle:nth-child(2) {
    height: 12px;
    width: 12px;
    border-radius: 100%;
    -webkit-animation: floating 35s linear;
    animation: floating 35s linear;
    top: 15%;
    left: 33%
}

.particle:nth-child(25),
.particle:nth-child(3) {
    -webkit-animation: floating 28s linear;
    border-radius: 100%
}

.particle:nth-child(3) {
    height: 21px;
    width: 21px;
    animation: floating 28s linear;
    top: 48%;
    left: 36%
}

.particle:nth-child(4) {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    -webkit-animation: floating 25s linear;
    animation: floating 25s linear;
    top: 85%;
    left: 75%
}

.particle:nth-child(5) {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    -webkit-animation: floating 32s linear;
    animation: floating 32s linear;
    top: 36%;
    left: 78%
}

.particle:nth-child(6) {
    height: 22px;
    width: 22px;
    border-radius: 100%;
    -webkit-animation: floating 23s linear;
    animation: floating 23s linear;
    top: 87%;
    left: 18%
}

.particle:nth-child(7) {
    height: 16px;
    width: 16px;
    border-radius: 100%;
    -webkit-animation: floating 36s linear;
    animation: floating 36s linear;
    top: 63%;
    left: 78%
}

.particle:nth-child(8) {
    height: 17px;
    width: 17px;
    border-radius: 100%;
    -webkit-animation: floating 27s linear;
    animation: floating 27s linear;
    top: 35%;
    left: 76%
}

.particle:nth-child(9) {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    -webkit-animation: floating 31s linear;
    animation: floating 31s linear;
    top: 20%;
    left: 70%
}

.particle:nth-child(10) {
    height: 13px;
    width: 13px;
    border-radius: 100%;
    -webkit-animation: floating 32s linear;
    animation: floating 32s linear;
    top: 42%;
    left: 23%
}

.particle:nth-child(11) {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    -webkit-animation: floating 30s linear;
    animation: floating 30s linear;
    top: 62%;
    left: 17%
}

.particle:nth-child(12) {
    height: 13px;
    width: 13px;
    border-radius: 100%;
    -webkit-animation: floating 29s linear;
    animation: floating 29s linear;
    top: 9%;
    left: 63%
}

.particle:nth-child(13) {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    -webkit-animation: floating 21s linear;
    animation: floating 21s linear;
    top: 14%;
    left: 30%
}

.particle:nth-child(14) {
    height: 11px;
    width: 11px;
    border-radius: 100%;
    -webkit-animation: floating 34s linear;
    animation: floating 34s linear;
    top: 29%;
    left: 33%
}

.particle:nth-child(15) {
    height: 17px;
    width: 17px;
    border-radius: 100%;
    -webkit-animation: floating 23s linear;
    animation: floating 23s linear;
    top: 68%;
    left: 31%
}

.particle:nth-child(16) {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    -webkit-animation: floating 21s linear;
    animation: floating 21s linear;
    top: 29%;
    left: 57%
}

.particle:nth-child(17) {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    -webkit-animation: floating 32s linear;
    animation: floating 32s linear;
    top: 49%;
    left: 21%
}

.particle:nth-child(18) {
    height: 7px;
    width: 7px;
    border-radius: 100%;
    -webkit-animation: floating 37s linear;
    animation: floating 37s linear;
    top: 35%;
    left: 94%
}

.particle:nth-child(19) {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    -webkit-animation: floating 35s linear;
    animation: floating 35s linear;
    top: 42%;
    left: 33%
}

.particle:nth-child(20) {
    height: 18px;
    width: 18px;
    border-radius: 100%;
    -webkit-animation: floating 35s linear;
    animation: floating 35s linear;
    top: 94%;
    left: 20%
}

.particle:nth-child(21) {
    height: 24px;
    width: 24px;
    border-radius: 100%;
    -webkit-animation: floating 37s linear;
    animation: floating 37s linear;
    top: 7%;
    left: 23%
}

.particle:nth-child(22) {
    height: 24px;
    width: 24px;
    border-radius: 100%;
    -webkit-animation: floating 34s linear;
    animation: floating 34s linear;
    top: 49%;
    left: 33%
}

.particle:nth-child(23) {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    -webkit-animation: floating 29s linear;
    animation: floating 29s linear;
    top: 82%;
    left: 58%
}

.particle:nth-child(24) {
    height: 14px;
    width: 14px;
    border-radius: 100%;
    -webkit-animation: floating 32s linear;
    animation: floating 32s linear;
    top: 60%;
    left: 90%
}

.particle:nth-child(25) {
    height: 25px;
    width: 25px;
    animation: floating 28s linear;
    top: 53%;
    left: 85%
}

.particle:nth-child(26) {
    height: 23px;
    width: 23px;
    border-radius: 100%;
    -webkit-animation: floating 28s linear;
    animation: floating 28s linear;
    top: 63%;
    left: 94%
}

@keyframes floating {
    0% {
        -webkit-transform: translate(0, 0) scale(.5);
        transform: translate(0, 0) scale(.5);
        opacity: 0
    }
    5% {
        opacity: .5
    }
    50% {
        -webkit-transform: translate(0, -250px) scale(1.4);
        transform: translate(0, -250px) scale(1.4)
    }
    95% {
        opacity: 0
    }
    100% {
        -webkit-transform: translate(0, -500px) scale(.5);
        transform: translate(0, -500px) scale(.5)
    }
}

/* bubble animation end */

.slider-thumb {
    position: relative;
}
.slider-thumb {
    position: relative;
	width: 100%;
    height: 500px;
	background: var(--white-color);
	border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
	will-change: border-radius, transform, opacity;
	animation: sliderShape 5s linear infinite;
	display: block;
	z-index: 1;
	-webkit-animation: sliderShape 5s linear infinite;
    overflow: hidden;
}
.slider-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@keyframes sliderShape{
  0%,100%{
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  34%{
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform:  translate3d(0,5px,0) rotateZ(0.01deg);
  }
  50%{
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,-3px,0) rotateZ(0.01deg);
  }
}
header {
    transition: 0.5s ease-in-out;
}
.header-fixed {
	position: fixed;
	background: var(--blue-color);
	z-index: 2;
}
.header-fixed .logo a {
	color: var(--white-color) !important;
}

.block{
    width: 100%;
    margin: 0 auto;
    color:var(--white-color);
    padding:5px;
    display: block;
    background-image: linear-gradient(to left,
      transparent,
      transparent 50%,
      var(--white-color) 50%,
      var(--white-color));
    background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
      
  }
  .block:hover{
    background-position: 0 0;
  }
  
  
.menu-nav ul {
    display: flex;
    list-style-type: none;
}
.menu-nav ul li {
    margin-left: 15px;
}
.menu-nav ul li:first-child {
    margin-left: 0;
}
.menu-nav ul li a {
    font-size: 18px;
    color: var(--black-color) !important;
}
.menu-nav ul li a:hover {
    color: var(--white-color) !important;
}
.site-header.header-fixed .menu-nav ul li a:hover {
    color: var(--silver-color) !important;
}
.submit-btn p {
    margin-bottom: 0 !important;
}