:root {--primary-color: #2D4A9E;--secondary-color: #1B2D62;--passive-color: #f6f7ff;--dark-color: #0c192f;--gap:30px;}
::selection {background-color: var(--primary-color); color: #fff; }
body {font-family: 'Roboto', sans-serif;overflow-x: hidden; line-height: 1.3;color: var(--bs-gray-600);background: var(--passive-color);} 
.ovh{overflow: hidden;} .ovh::after {content: ""; position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: #0006;backdrop-filter: blur(2px);z-index: 1;}

html{overflow-y: overlay;scroll-behavior: smooth;scrollbar-width: thin;}
html::-webkit-scrollbar {height: 12px;width: 6px;background: var(--passive-color);}
html::-webkit-scrollbar-thumb {background: var(--bs-gray-600);-webkit-border-radius: 0;}
img {max-width: 100%;color: transparent;}  
h1 {font-size: 34px;}h2 {font-size: 32px;} h3 {font-size: 30px;} h4 {font-size: 28px;} h5 {font-size: 24px;} h6 {font-size: 20px;}
h1, h2, h3, h4, h5, h6 {color: var(--dark-color);margin-bottom: 20px;}
a {text-decoration: none;color: var(--dark-color);transition: 0.3s ease all;} a:hover {color: var(--primary-color);transition: 0.3s ease all;}
.form-control:focus {box-shadow: unset;border-color: var(--primary-color);}

.btn {display: block;overflow: hidden; position: relative;z-index: 1;border-radius: 5px; width: fit-content;box-shadow: none !important;background: transparent;color: var(--primary-color);border: 1px solid var(--primary-color);padding: 10px 20px;font-weight: 500;font-size: 15px;transition: 0.3s ease all;}
.btn:hover {color: #fff;background: var(--secondary-color); border-color: var(--primary-color);}

#back-to-top {display: flex; width: 40px; height: 40px;color: var(--primary-color); justify-content: center; align-items: center;opacity: 0;visibility: hidden; position: fixed;right: 20px; top: calc(100% - 100px);  font-size: 40px; line-height: 1;cursor: pointer; transition: 0.3s ease all;z-index: 2;}
#back-to-top.show {top: calc(100% - 60px);  opacity: 1;visibility: visible; transition: 0.3s ease all; }
#back-to-top:hover {color: var(--secondary-color);opacity: 1;}


.bs-tooltip-start > .tooltip-inner {background-color: var(--primary-color);font-size: 18px;padding: 10px;}
.bs-tooltip-start .tooltip-arrow::before { border-left-color: var(--primary-color)!important; }

.bs-tooltip-bottom > .tooltip-inner {background: var(--primary-color);}
.bs-tooltip-bottom .tooltip-arrow::before { border-bottom-color: var(--primary-color)!important; }


#back-to-top {display: none;}
#back-to-top.show {display: block;}

.cookies {position: fixed;z-index: 9999;max-width: 500px;bottom: 10px;left: 10px;border: unset; box-shadow: 0 0 50px -20px rgba(0, 0, 0, 0.5);width: 100% !important;background: var(--dark-color);color: #fff;}
.cookies .card-body {padding: 15px;font-size: 0.95rem;}
.cookies .card-body .agree {display: block;margin-top: 10px;background: #fff;}
.wow {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-duration: var(--animate-duration);animation-duration: var(--animate-duration);-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.container {max-width: 1400px;padding: 0 15px;}
.container-fluid {max-width: 1920px;padding: 0;}
/**/

header {position: absolute;top: 0;width: 100%; padding-top: 15px; background: transparent;z-index: 4;transition: 0.3s ease all;}
header::before {content: "";position: absolute;inset: 0;}
header.sticky {position: fixed; background: #fff;padding: 0;box-shadow: 0 0 30px -20px var(--dark-color);}
header ul {list-style: none; margin: 0;padding: 0;}
header > .container {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;gap: 0 30px;position: relative;}
header .logo {position: relative;z-index: 1;}
header .logo a {display: block;}
header .logo img{width: auto;height: 60px;transition: 0.3s ease all;}
header .logo svg{width: auto;height: 60px;fill: #fff; transition: 0.3s ease all;}
header.sticky .logo svg{height: 50px;}
header.sticky .logo svg {fill: var(--dark-color);}
header.sticky .right > li:not(.con) > a {color: var(--secondary-color);}

#menu {display: flex;flex-wrap: wrap;align-items: center;position: relative;}
#menu .mobilMenu {display: none;}
#menu > .menu {display: flex;flex-wrap: wrap;height: 60px; flex: 1; justify-content: flex-end;align-items: center;margin: 0;padding: 0;transition: 0.3s ease all;}
#menu .menu > li {list-style: none;height: 100%;}
#menu .menu > li > a{display: flex;align-items: center;font-weight: 500; position: relative;text-transform: uppercase; z-index: 1;padding: 0 20px; color: #fff;height: 100%;}

header:is(.sticky, .bg-white) #menu .menu li a{color: var(--light-color);}
header:is(.sticky, .bg-white) #menu .menu li:hover > a {color: var(--primary-color);}
#menu .menu > li:hover > a {color: var(--bs-gray-500);}

#menu .menu .sub {position: absolute;overflow: hidden;opacity: 0;min-width: 220px;width: fit-content; max-width: 300px;padding: 10px;transform: translate(0 , -100%);z-index: -1;border-radius: 0 0 10px 10px;box-shadow: 0 10px 25px -20px var(--dark-color);}
#menu .menu .sub::before{content: "";display: block; position: absolute;inset: 0;background: #fff;transform: translate(0, -100%); opacity: 0;visibility: hidden; z-index: -1;transition-delay: 0.1s;transition-duration: 0.3s;}
#menu .menu .sub > ul{opacity: 0;visibility: hidden;transform: translate(0 , 20px);visibility: hidden;opacity: 0;transition: 0s ease all;}
#menu .menu .sub > ul > li > a{display: block;padding: 15px 20px;color: var(--dark-color);background: transparent;border-radius: 10px;}
#menu .menu .sub > ul > li:hover > a {background: rgba(0, 0, 0, 0.1);}
#menu .menu > li:not(:nth-last-child(n+4)) .sub{right: 0;}
#menu .menu .acilir:not(.mega) {position: relative;}

#menu .menu .mega .sub {left: 0; max-width:100%;width: 100%;padding:0px;display: grid;grid-template-columns: repeat(3 , 1fr);gap: 30px;}
#menu .menu .mega .sub > .left{grid-column: 2 span;padding: 30px;}
#menu .menu .mega .sub > .left > ul {display: grid; grid-template-columns: repeat(2 , 1fr); gap: 20px;opacity: 0;visibility: hidden;transform: translate(0 , 50px); transition: 0.3s ease all;}
#menu .menu .mega .sub > .left > ul li > a {display: block;border-radius: 10px; font-weight: 500; color: var(--dark-color);padding: 15px 20px;background: transparent;}
#menu .menu .mega .sub > .left > ul li ul li a {display: block;font-size: 15px;padding: 3px 0;color: var(--bs-gray-100);}
#menu .menu .mega .sub > .image img {opacity: 0;margin-left: 30px; transition: 0.3s ease all;}
#menu .menu .mega:hover .sub > .image img {opacity: 1;margin: 0; transition-delay: 0.3s;transition-duration: 1s;}

#menu .menu .mega:hover .sub > .left > ul {opacity: 1;visibility: visible;transform: translate(0 , 0);transition-delay: 0.3s;transition-duration: 1s;}
#menu .menu .mega .sub > .left > ul li:hover a{background: rgba(0, 0, 0, 0.1);}
#menu .menu .mega .sub > .left > ul .child ul li:hover a {color: #fff;}

#menu .menu .acilir:hover .sub {opacity: 1;visibility: visible;transform: translate(0 , 0);}
#menu .menu .acilir:hover .sub ul{opacity: 1;visibility: visible;transform: translate(0 , 0);transition-delay: 0.3s;transition-duration: 0.6s;}
#menu .menu .acilir:hover .sub::before{transform: translate(0, 0);opacity: 1;visibility: visible;}

header .right {display: flex;align-items: center;gap: 15px;justify-content: flex-end;position: relative;z-index: 2;}
header .right > li> a {display: block;color: #fff;opacity: 0.8;}
header .right .con{margin-left: 15px;position: relative;font-size: 14px;}
header .right > li.con > a {display: block;background: var(--primary-color);opacity: 1;padding: 8px 16px 8px 12px;border-radius: 5px;}
header .right .con::before {content: ""; position: absolute; left: -15px;top: calc(50% - 6px); width: 0; height: 12px; border-left: 1px solid rgba(255, 255, 255, 0.4);}
header .right > li:hover > a {opacity: 1;}
header .right > li.con:hover > a {background: var(--secondary-color);}

.homeSlider {height: 100vh;}
.homeSlider:not(.slick-slider) .item:nth-child(n+2) { display: none;}
.homeSlider div:not(.container) {height: 100%;}
.homeSlider .item {position: relative;z-index: 1;overflow: hidden;}
.homeSlider .item .desc{position: absolute;inset: 0;display: flex;align-items: center;}
.homeSlider .item .desc::before {content: "";position: absolute;z-index: 1; left: 0;top: 0;width: 100%;height: 100%;background: var(--dark-color);opacity: 0.7;}
.homeSlider .item .container{color: #fff;z-index: 3;}
.homeSlider .item :is(img , video) {width: 100%;height: 100%; object-fit: cover;transform: scale(1.05);}
.homeSlider .item .text{width: 100%;opacity: 0;max-width: 650px;padding: 10px 0;}
.homeSlider .item .desc span.b{opacity: 0;transform: translateY(100px);max-width:100%; overflow: hidden;text-overflow: ellipsis;margin-bottom: 20px; display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;width: 100%;font-size: 46px; font-weight: 600; line-height: 1.4;}
.homeSlider .item .desc p.b{opacity: 0; font-size: 20px; max-width:100%;  transform: translateY(100px);font-weight: 300; margin:0 0 20px 0; -webkit-opacity: 0;  overflow: hidden;text-overflow: ellipsis;  display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.homeSlider .item .desc .go { opacity: 0; transform: translateY(100px);}
.homeSlider .item .desc .go .btn {color: #fff;background: unset;font-size: 18px;font-weight: 300; border: 1px solid rgba(255, 255, 255, 0.4);}
.homeSlider .item .desc .btn:hover{background: var(--secondary-color);}

.homeSlider .slick-active img {transition-delay: 0.3s;transition-duration: 8s;transform: scale(1);}
.homeSlider .slick-active .desc span.b {opacity: 1;transition-delay: 0.6s;transition-duration: .8s; transform: translateY(0px);}
.homeSlider .slick-active .desc p.b {opacity: 1;transition-delay: 0.6s;transition-duration: 1.2s; transform: translateY(0px);}
.homeSlider .slick-active .text {opacity: 1;transition-delay: 0.8s;transition-duration: 1.4s;}

.homeSlider .slick-active .desc .go {opacity: 1;transition-delay: 1s;transition-duration: 0.8s; transform: translateY(0px);}

.slick-slider .slick-arrow {font-size: 0;padding: 0;border: unset;background: transparent;overflow: hidden;position: relative;}
.slick-slider .slick-arrow::before {display: block; font-size: 20px;font-family: bootstrap-icons !important;line-height: 1;font-size: 16px;}
.slick-prev::before {content: "\f284";}
.slick-next::before {content: "\f285";}

.slick-slider .slick-arrow.slick-disabled {opacity: 0.1;}
.slick-slider .slick-arrow:hover {background: rgba(0, 0, 0, 0.1);}

.slick-dots {position: absolute;left: 0;right: 0;bottom: 10px;margin: auto; padding: 0; display: flex;flex-wrap: wrap;gap: 10px; width: fit-content;}
.slick-dots li {display: block; list-style: none;}
.slick-dots li button{display: block;width: 10px;height: 10px; font-size: 0; padding: 0; border: unset;border-radius: 5px; background:var(--bs-gray-300);transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
.slick-dots li.slick-active button{width: 20px;background: var(--primary-color); transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}

.slider {position: relative; overflow: hidden;}
.slider .arrow {position: absolute;z-index: 1;display: flex;gap: 10px; position: absolute; bottom: 30px;}
.slider .slick-arrow {display: block;padding: 0;border: 1px solid rgba(255, 255, 255, 0.4);color: #fff; width: 44px;height: 44px;border-radius: 5px; background: transparent;transition: 0.3s ease all;}
.slider .slick-arrow::before {display: block; font-size: 20px;font-family: bootstrap-icons !important;line-height: 1;font-size: 24px;}
.slick-prev::before {content: "\f284";}
.slick-next::before {content: "\f285";}
.slider .slick-arrow:hover {background: rgba(255, 255, 255, 0.1);}

section {margin: 60px 0;}
section .head{max-width: 650px;margin: 0 auto 30px auto;text-align: center;}
section .head.text-left {text-align: left;margin: 0 0 30px 0;}
section .head .bigTitle{position: relative; display: inline-block;font-size: 34px;font-weight: 400;width: fit-content;transition-duration: 0.5s;margin-bottom: 10px;color: var(--dark-color);}
section .head .bigTitle::after {content: "";position: absolute;left: 50%;bottom: -5px;display: block;width: 15px;height: 0;transform: translate(-50% , 0); border-bottom: 6px solid var(--primary-color);opacity: 0.4;border-radius: 3px;transition: 0.3s ease all;}
section .head.text-left .bigTitle::after {left: 0;transform: translate(0 , 0);}
section .head .desc{display: block; font-size: 18px;margin: 0;font-weight: 300; transition-duration: 0.7s;}
section:hover .head .bigTitle::after {width: 45px;}
section .btn-all {margin: 30px auto 0 auto;}


footer .top {background: var(--dark-color);color: #fff;text-align: center;padding: 20px 0;}
footer .top .b {display: block;font-size: 20px;margin-bottom: 10px;}
footer .top ul {display: flex;flex-wrap: wrap; gap: var(--gap); margin: 0;padding: 0;justify-content: center;}
footer .top ul a {display: block; color: #fff;}
footer .top ul a i {font-size: 14px;}

footer .bottom{padding: 0px; background:#fff; position: relative; z-index: 1;}
footer .bottom .container {position: relative;padding: 40px 60px;}
footer .footer-top {margin: 15px 0;}
footer .boxes {max-width: 1000px;margin: auto; display: flex;flex-wrap: wrap; gap: var(--gap);color: var(--dark-color);font-size: 15px;}
footer .boxes .box {flex: 1;}
footer .boxes .box span.b {display: block;font-weight: 600; font-size: 18px;margin-bottom: 20px;position: relative;width: max-content;}
footer .boxes a{display: block;color: var(--dark-color);width: max-content;max-width: 100%;padding: 3px 0; transition: 0.3s ease all;}
footer .boxes a:hover{color: var(--primary-color); transition: 0.3s ease all;}
footer .boxes ul{margin: 0;padding: 0;list-style: none;}
footer .boxes .logo {flex: unset;}
footer .boxes .logo img{width: auto; height: 70px;}
footer .boxes .left .sos {display: flex;flex-wrap: wrap;font-size: 24px;gap: 20px;margin-top: 20px;}
footer .boxes .con {display: block;margin: 15px 0;}
footer .boxes .con li i{display: inline-block; width: 30px;padding-right: 10px;color: var(--primary-color);}
footer .boxes .con li:not(:last-child) {margin-bottom: 10px;}
footer .boxes .right li a{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
footer .box.full {flex: unset;display: flex;justify-content: space-between;align-items:center; width: 100%; border-top: 2px solid var(--passive-color);padding-top: 40px;}
footer .box .zlogo {width: auto;height: 20px;}

.homeAbout {padding:50px 0;margin: 0; background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color) calc(50% - 150px), transparent 25%, transparent 100%);background-size: 0;background-repeat: no-repeat;}
.homeAbout.aos-animate {background-size: 100%;}
.homeAbout .container {display: flex;flex-wrap: wrap;gap: 100px;padding: 0;}
.homeAbout .right {flex: 1;}
.homeAbout .right .text{text-align: justify;}
.homeAbout .left{flex: 1;height: fit-content; position: relative;z-index: 1;}
.homeAbout .left::after {content: "";background-image: radial-gradient(#FFF 1px , rgba(0,0,0,0) 2px);background-size: 1rem 1rem;position: absolute;left: -40px;bottom: -30px;width: 60px;height: 60px;z-index: -1;opacity: 0.3;animation: leftRightTop 8s infinite;}
.homeAbout .left.aos-animate::before {width: 0%;} 
.homeAbout .left img {width: 100%;height: auto; object-fit: cover;border-radius: 5px;}

@keyframes leftRightTop {    0% {-webkit-transform: translateY(-10px);transform: translateY(-10px);}    50%{-webkit-transform: translateY(10px);transform: translateY(10px);}    100%{-webkit-transform: translateY(-10px);transform: translateY(-10px);}}

.homeProject .projects .project:nth-child(n + 7){display: none;}
.homeProject .projects .project.all{grid-row: 1 span;display: block;}

.projects {display: grid;grid-template-columns: repeat(4 , 1fr);gap: 15px;}
.projects .project{display: block; box-shadow: 0 0 10px -8px var(--dark-color);transition: 0.3s ease all;}
.projects .project a{display: block;width: 100%;height: 100%;overflow: hidden;border-radius: 5px; position: relative;z-index: 1;}
.projects .project .image {height: 100%;}
.projects .project .title {position: absolute;z-index: 2;top: 0; left: 0;padding: 15px; width: 100%;height: 100%; color: #fff;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: flex-end;background: rgba(0, 0, 0, 0.1);}
.projects .project .title span {display: block;font-size: 20px;font-weight: 600;position: relative;padding-bottom: 5px;margin-bottom: 5px;}
.projects .project .title span::before {content: "";position: absolute; bottom: 0px; display: block; width: 60px;border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.projects .project .title small{display: block;font-size: 18px;height: 0;overflow: hidden;transition: 0.3s ease all;}
.projects .project:hover {box-shadow:0 10px 20px -15px var(--dark-color);transition: 0.3s ease all;}
.projects .project:hover .title small{height: 26px;transition: 0.3s ease all;}

.projects .project:not(.all) a::before{content: "";position: absolute;z-index: 1;width: 100%;height: 100%;top: 0px; left: 0px;background: var(--dark-color);opacity: 0.5;transition: 0.3s ease all;}
.projects .project img{width: 100%;height: 100%;aspect-ratio: 4 / 3; object-fit: cover;transform: scale(1.05);transform-origin: left; transition: 0.5s ease all;}
.projects .project.all{grid-row: 1 span;}

.projects .project.all a {display: flex;justify-content: center;align-items: center;text-align: center;background: var(--primary-color);color: #fff;padding: 5px 15px; font-size: 18px;}
.projects .project.all a i{padding-left: 0px;transition: 0.3s ease all;}
.projects .project.all:hover a{background: var(--secondary-color); padding-right: 10px;transition: 0.3s ease all;}
.projects .project.all:hover a i{padding-left: 5px;transition: 0.3s ease all;}

.projects .project:hover {box-shadow:0 10px 20px -15px var(--dark-color);transition: 0.3s ease all;}
.projects .project:hover img{transform: scale(1);transition: 1s ease all;}

.homeProject .projects { grid-template-rows: repeat(4 , 1fr);}
.homeProject .projects .project {grid-row: 2 span;}
.homeProject .projects .project:nth-child(1){grid-row: 4 span;}
.homeProject .projects .project:nth-child(4){grid-row: 3 span;}

.homeGallery {padding: 50px 0;background: #fff;margin: 0;}

.gallerys {display: grid;grid-template-columns: repeat(5, 1fr);gap: 20px;}
.gallerys .gallery{display: block;border-radius: 5px;overflow: hidden; box-shadow: 0 0 10px -8px var(--dark-color);transition: 0.3s ease all;background: #fff;}
.gallerys .gallery a{display: block;width: 100%;height: 100%; overflow: hidden;position: relative;z-index: 1;}
.gallerys .gallery .title {padding:15px; width: 100%;color: var(--secondary-color);display: flex;flex-wrap: wrap;gap: 10px; flex-direction: column;justify-content: center;}
.gallerys .gallery .title span {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 16px;text-align: center; position: relative;}
.gallerys .gallery .title small {display: none;}
.gallerys .gallery img{width: 100%;height: 100%; object-fit: cover;object-position:center left; transition: 1s ease all;}

.gallerys .gallery:hover {box-shadow:0 10px 20px -15px var(--dark-color);transition: 0.3s ease all;}
.gallerys .gallery:hover img{object-position:bottom right;transition: 2s ease all;}

.gallerys.slick-slider {display: block;width: 100%;padding-bottom: 30px;}
.gallerys.slick-slider .gallery {margin: 10px 10px 20px 10px;}

.homeBlog{padding-bottom: 50px;}
.homeBlog .container{position: relative;}
.blogs {display: grid;grid-template-columns: repeat(4 , 1fr); gap: var(--gap);width: 100%;}
.homeBlog .blogs {grid-template-columns: repeat(4 , 1fr);gap: var(--gap);}
.homeBlog .blogs.slick-slider {display: block;}
.homeBlog .blogs .slick-track {display: flex;gap: 20px;padding: 0 0 20px 0;}
.homeBlog .blogs .slick-track::before, .homeBlog .blogs .slick-track::after {display: table;content: '';position: absolute;}
.homeBlog .blogs.slick-slider .blog {height: auto;}
.homeBlog .blogs.slick-slider .blog a{height: 100%;}

.homeBlog .slick-arrow::before {display: inline-block;font-family: bootstrap-icons !important;font-size: 20px;}
.homeBlog .slick-next::before {content: "\f285";}
.homeBlog .slick-prev::before {content: "\f284";}
.homeBlog .slick-arrow.slick-disabled{opacity: 0.3;}
.homeBlog .btn-all {position: absolute;bottom: -60px;right: 15px;}

.homeBlog .slick-arrow {position: absolute;z-index: 1;overflow: hidden;font-size: 0; box-shadow: 0 0 30px -15px var(--dark-color); background: #fff;color: var(--primary-color); border-radius: 10px; bottom: -60px; width: 50px;height: 50px;border: unset;transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
.homeBlog .slick-arrow:hover {background: var(--primary-color);color: #fff;}
.homeBlog .slick-prev{left: 0px;}
.homeBlog .slick-next{left: 60px;}

.blogs .blog a{display: block;background: #fff;border-radius: 10px; box-shadow: 0 0 20px -18px var(--dark-color);transition: 0.3s ease all;}
.blogs .blog .image{position: relative;z-index: 1;overflow: hidden;border-radius: 10px;}
.blogs .blog .image img {width: 100%;height: 100%;object-fit: cover;aspect-ratio: 4 / 3;}
.blogs .blog .image::before {content: "";z-index: 0;position: absolute;background: var(--dark-color);opacity: 0;transition: 0.3s ease all;inset: 0;}
.blogs .blog .image::after {content: "\f138"; position: absolute;color: #fff;font-size: 24px; z-index: 1; right: 50%;opacity: 0; bottom: 20px; display: inline-block;font-family: bootstrap-icons !important;font-style: normal;font-weight: normal !important;font-variant: normal;text-transform: none;line-height: 1;vertical-align: -.125em;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transition:0.1s ease;}
.blogs .blog .title{display: block;padding: 20px 15px;}
.blogs .blog .title span{font-size: 18px;font-weight: 600;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.blogs .blog .title small {display: none;}
.blogs .blog:hover a{color: var(--primary-color); box-shadow: 0 10px 20px -18px var(--dark-color);}
.blogs .blog:hover .image::before {opacity: 0.5;}
.blogs .blog:hover .image::after {opacity: 1;right: 20px;transition-delay: 0.2s;transition-duration: 0.3s;}

.homeProduct {background: var(--dark-color);padding: 50px 0;margin: 0;}
.homeProduct .head .bigTitle {color: #fff;}
.homeProduct .head .desc {color: var(--bs-gray-400);}
.homeProduct .btn-all{color: #fff;border-color: #fff;}

.products {max-width: 1200px;margin: auto; display: grid;grid-template-columns: repeat(3 , 1fr);gap:50px;}
.products .product{display: block; box-shadow: 0 0 10px -8px var(--dark-color);transition: 0.3s ease all;}
.products .product a{display: block;width: 100%;height: 100%;overflow: hidden;border-radius: 5px; position: relative;z-index: 1;}
.products .product a::before{content: "";position: absolute;z-index: 1;width: 100%;height: 100%;top: 0px; left: 0px;background: var(--dark-color);opacity: 0.5;transition: 0.3s ease all;}
.products .product .image {height: 100%;}
.products .product .title {position: absolute;z-index: 2;top: 0; left: 0;padding: 15px; width: 100%;height: 100%; color: #fff;display: flex;flex-wrap: wrap;flex-direction: column;justify-content: flex-end;background: rgba(0, 0, 0, 0.1);}
.products .product .title span {display: block;font-size: 20px;font-weight: 600;position: relative;padding-bottom: 5px;margin-bottom: 5px;}
.products .product .title span::before {content: "";position: absolute; bottom: 0px; display: block; width: 60px;border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
.products .product .title small{display: block;font-size: 18px;height: 0;overflow: hidden;transition: 0.3s ease all;}
.products .product img{width: 100%;height: 100%;aspect-ratio: 5 / 6;filter: grayscale(1); object-fit: cover;transform: scale(1.05);transform-origin: left; transition: 0.5s ease all;}

.products .product:hover {box-shadow:0 10px 20px -15px var(--dark-color);transition: 0.3s ease all;}
.products .product:hover .title small{height: 26px;transition: 0.3s ease all;}
.products .product:hover {box-shadow:0 10px 20px -15px var(--dark-color);transition: 0.3s ease all;}
.products .product:hover img{transform: scale(1);filter: grayscale(0); transition: 1s ease all;}

.pageTop {position: relative;z-index: 1; padding: 150px 0 30px 0; background: url('../img/page-bg.jpg') no-repeat;background-size: 100%;background-attachment: fixed;}
.pageTop::before {content: "";position: absolute;inset: 0;background: var(--dark-color);z-index: -1;opacity: 0.8;}
.pageTop h1 {color: #fff; text-align: center;display: block;font-size: 34px;font-weight: 300;margin-bottom: 10px;}
.pageTop nav {background: rgba(0, 0, 0, 0.1);padding: 10px;border-radius: 5px;width: fit-content;max-width: 100%;margin: auto;}
.pageTop nav .breadcrumb {margin: 0;}
.pageTop .breadcrumb .breadcrumb-item a{color: #fff;}
.pageTop .breadcrumb .breadcrumb-item.active {color: #fff;}
.pageTop .breadcrumb .breadcrumb-item + .breadcrumb-item::before {color: #fff;content: "\00BB";}
.pageDetail {margin: 50px auto;max-width: 1200px;}


.pageDetail .contactPage .con {display: flex;flex-wrap: wrap;gap: 40px;padding: 0; max-width: 1000px;margin: 50px auto; justify-content: center;text-align: center; list-style: none;}
.pageDetail .contactPage .con li {flex: 1;position: relative;}
.pageDetail .contactPage .con li:not(:last-child)::before {content: "";width: 0;height: 50px;border-right: 1px solid var(--primary-color);position: absolute;right: -20px;top: 50%;transform: translate(0, -50%);opacity: 0.4;}
.pageDetail .contactPage .con li .full{display: block;}
.pageDetail .contactPage .con i {font-size: 30px;display: block;color: var(--primary-color);}
.pageDetail .contactPage .con span.text{display: block;font-size: 14px;margin-bottom: 10px;}

.pageDetail .contactPage .map {width: 100%;height: 450px;}
.pageDetail .contactPage .map iframe{width: 100%;height: 100%;border-radius: 10px;}

.pageDetail .content {display: flex;flex-wrap: wrap;gap: 50px;}
.pageDetail .content .left {flex: 5;}
.pageDetail .content .image{flex: 3;}
.pageDetail .content .image img{width: 100%;height: auto;border-radius: 5px;}

.pageDetail .parallax {display: block;width: 100%;height: auto;margin: 30px 0;aspect-ratio: 9 / 2;background-size: 100% !important;background-attachment: fixed !important;background-repeat: no-repeat !important;}
.pageDetail .parallax.parallax-2 {aspect-ratio: 3 / 1;}
.pageDetail .parallax.parallax-3 {aspect-ratio: 9 / 4;}



@media (max-width: 1400px){
    .contactInfo {padding: 50px 0; }
}


@media (max-width: 1200px) {
    :root{ --gap:20px; }
    body {font-size: 15px;}
    .container {max-width: 100%; padding: 0 15px;}
    header > .container {gap: 0 10px;}
    #menu .menu > li > a {padding: 0 10px;}
    #menu .menu .sub > ul > li > a,#menu .menu .mega .sub > .left > ul li > a {padding: 10px 15px;}
    #menu .menu .mega .sub > .left {padding: 10px;}
    
    .homeSlider {height: calc(100vh - 100px);}
    .homeSlider .item .desc span.b {font-size: 36px;}
    .homeSlider .item .desc p.b {font-size: 18px;}

    .homeAbout .container {gap: 30px;}
    
    section {margin: 40px 0;}      
    section .head .bigTitle, .pageTop h1 {font-size: 26px;}
    section .head .desc {font-size: 16px;}

    .products .product .title span, 
    .projects .project .title span {font-size: 18px;}
    .projects .project .title small,
    .products .product .title small {font-size: 15px;}
    .projects .project.all a, .blogs .blog .title span, footer .boxes .box span.b {font-size: 16px;}

    .homeGallery {padding: 30px 0;}

    footer .bottom .container {padding: 30px;}
    footer .box.full {padding: 20px 40px 0 0;}
    
}

@media (max-width: 992px) {

    .container {padding: 0 15px; }
    header , header.sticky {position: relative;background: #fff;padding: 5px 0;}
    header .container > .right {display: none;}
    header > .container {position: unset;}
    header .logo svg {height: 50px;fill: var(--dark-color);}

    #menu {position: unset;}
    #menu .mobilMenu {display: flex;justify-content: flex-end;align-items: center; position: relative;width: 24px;height: 18px;margin: 0 0 0 auto;}
    .mobilMenu span {display: block; width: 75%;height:0;color: var(--dark-color);border-bottom: 2px solid;transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
    .mobilMenu span::before {content: "";position: absolute;left: 0; top: 0;width: 100%;height: 0;border-bottom: 2px solid;transform: translateY(0);-webkit-transform: translateY(0);transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
    .mobilMenu span::after {content: "";position: absolute;left: 0; bottom: 0;width: 100%;height: 0;border-bottom: 2px solid;transform: translateY(0);-webkit-transform: translateY(0);transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
    
    #menu.show .mobilMenu span {width: 0; transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
    #menu.show .mobilMenu span::before {transform: rotate(-45deg) translate(-2px, 8px);-webkit-transform: rotate(-45deg) translate(-2px, 8px);}
    #menu.show .mobilMenu span::after {transform: rotate(45deg) translate(-2px, -8px);-webkit-transform: rotate(45deg) translate(-2px, -8px);}
    
    #menu.show .mobilMenu span {width: 0; transition: 0.3s ease all;-webkit-transition: 0.3s ease all;-moz-transition: 0.3s ease all;}
    #menu.show .mobilMenu span::before {transform: rotate(-45deg) translate(-2px, 8px);-webkit-transform: rotate(-45deg) translate(-2px, 8px);}
    #menu.show .mobilMenu span::after {transform: rotate(45deg) translate(-2px, -8px);-webkit-transform: rotate(45deg) translate(-2px, -8px);}
    #menu > .menu {position: absolute;left: 0; background: #fff;top: 60px; width: 100%;visibility: hidden; height: 0; display: block; padding:20px;overflow: auto;transition: 0.3s ease all; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; }
    #menu.show > ul {height: calc(100vh - 60px);visibility: visible;transition: 0.3s ease all; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; }
    #menu > .menu > li {flex:unset;width: 100%;height: auto; text-align: center;transition-delay: unset !important;opacity: 1 !important;transform: unset !important;}
    #menu > .menu > li > a {font-size: 16px; color: var(--dark-color);padding: 15px 0;margin: auto;}
    #menu > .menu > li > a > i {position: absolute;right: 0;background: var(--passive-color);width: 40px;height: 40px;line-height: 40px;font-size: 18px;}
    #menu > .menu > li.show > a > i {background: var(--primary-color); color: #fff;}
    #menu .menu .tel {margin: 30px 0 15px 0;}
    #menu > .menu > li.right a {border: unset !important;}
    #menu .menu .con a {width: 100%;max-width: 250px;}
    #menu .menu li.quote {margin: 10px 0 0 0;}

    #menu > .menu > li:not(:last-child) > a { border-bottom: 1px solid var(--passive-color);}
    #menu > .menu > li a::before  {display: none;}
    #menu > .menu > li:hover > a {color: var(--secondary-color); }
    #menu .menu li.acilir .sub {display: none;width: 100%!important; position: relative;padding: 0; z-index: 1; background: unset; opacity: 1;visibility: visible;transform: unset;max-width: 100%;box-shadow: unset;transition: unset;-webkit-transition: unset;-moz-transition: unset;}
    #menu .menu .sub::before {display: none;}
    #menu .menu .sub > ul {transform: unset;visibility: visible;opacity: 1;text-align: left;}
    #menu .menu li.acilir .sub li {transform: unset;opacity: 1;}
    #menu .menu .sub > ul > li > a, 
    #menu .menu .mega .sub > .left > ul li > a {display: block;border-radius: 0; padding: 10px 15px;font-weight: 400;color: var(--dark-color);background: unset;}
    #menu .menu li.acilir.show .sub {display: block;}
    #menu .menu li.acilir:hover .sub { transition: unset; -webkit-transition: unset; -moz-transition: unset;}
    #menu .menu li.acilir > a::after {position: absolute;right: 15px;color: var(--primary-color); font-size: 16px;transform: rotate(-90deg); margin-top: 5px;transition: 0.3s ease all;}
    #menu .menu li.acilir.show > a::after {transform: rotate(0deg);transition: 0.3s ease all;}
    #menu .menu li.acilir .sub li:hover a {background: unset;color: var(--primary-color);}

    #menu .menu .mega .sub > .left {padding: 0;}
    #menu .menu .mega .sub > .left > ul {display: block;opacity: 1;visibility: visible;transform: unset;transition: unset;text-align: left;}
    #menu .menu .mega .sub > .image {display: none;}

    #menu .menu .sub > ul > li:hover > a, 
    #menu .menu .mega .sub > .left > ul li:hover > a {background: transparent;}

    #menu .menu .right {margin-top: 20px;}
    #menu .menu .right {justify-content: flex-start;}
    #menu .menu .right > li:not(.con) a {font-size: 20px; color: var(--dark-color);}

    .blogs {grid-template-columns: repeat(3 , 1fr);}
    .gallerys {grid-template-columns: repeat(4, 1fr);}
    
    
}

@media (max-width: 768px) {
    :root {--gap:15px;}
    h1 {font-size: 26px;}h2 {font-size: 24px;} h3 {font-size: 22px;} h4 {font-size: 20px;} h5 {font-size: 18px;} h6 {font-size: 16px;}

    .btn {padding: 8px 24px;}
    #back-to-top {right: 10px;}

    .homeSlider {height: 60vh;}
    .homeSlider .item .desc span.b {font-size: 26px;margin-bottom: 10px;}
    .homeSlider .item .desc .go .btn {font-size: 16px;}

    .slider .slick-arrow {width: 40px;height: 40px;}

    .homeAbout {background: unset;padding: 30px 0;}
    .homeAbout .container {gap: 15px;padding: 0 15px;}
    .homeAbout .left, .homeAbout .right {flex: unset;width: 100%;}

    .projects {grid-template-columns: repeat(2 , 1fr);}
    .homeProject .projects {grid-template-rows: unset;}
    .homeProject .projects .project, 
    .homeProject .projects .project:nth-child(1), 
    .homeProject .projects .project:nth-child(4){grid-row: 1 span;}
    .homeProject .projects .project:nth-child(n+7) {display: block;}
    .homeProject .projects .project:nth-child(n+8):not(.all) {display: none;}

    section .head .bigTitle, .pageTop h1 {font-size: 22px;}
    .pageTop h1 {margin: 0;}
    .pageTop nav {display: none;}

    .products {gap: 15px;}
    .products .product .title span, .projects .project .title span {font-size: 16px;}
    
    .blogs .blog .title {padding: 15px 10px;}

    footer .bottom .container {padding: 30px 15px;}
    footer .boxes .box {flex: unset;width: 100%;}
    footer .box.full {align-items: baseline;gap: 10px;}
    footer .boxes .logo img {height: 50px;}

    .pageTop {padding: 30px 0;}
    .pageDetail {margin: 30px 0;}

    .gallerys {grid-template-columns: repeat(3, 1fr);gap: 15px;}
    .pageDetail .content {gap: 20px;}          

    
}


@media (max-width: 576px) {
    .cookies {max-width: calc(100% - 20px);}

    .homeSlider .item .desc span.b {font-size: 22px;}
    .homeSlider .item .desc p.b {font-size: 16px;}

    .homeAbout .right .text p:nth-child(n + 2) {display: none;}

    .projects ,.products{gap: 10px;}
    .projects .project .title ,.gallerys .gallery .title{padding: 10px;}
    .projects .project .title span::before,.products .product .title span::before  {display: none;}
    .products .product .title span, .projects .project .title span {margin: 0;padding: 0;}
    .projects .project .title small, .products .product .title small {display: none;}
    
    .products,.blogs, .gallerys {grid-template-columns: repeat(2 , 1fr);}

    .pageDetail .contactPage .con {gap: 30px;margin: 30px auto;}
    .pageDetail .contactPage .con li {flex: unset;width: 100%;}
    .pageDetail .contactPage .con li:not(:last-child)::before {display: none;} 
    .pageDetail .contactPage .map {height: 300px;}

    .pageDetail .content .left{flex: unset;width: 100%;order: 2;}
    .pageDetail .content .image {flex: unset;width: 100%;}

    
}