﻿@import url('custom.css');
body {
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1380px;
    }
}
.top-bar .nav-right {
gap: 28px;
position: relative;
}

@media(max-width:1199px) {
.top-bar .nav-right {
padding-left: 25px;
gap: 25px;
}
}

@media(max-width:576px) {
.top-bar .nav-right {
gap: 15px;
}
}

.top-bar .nav-right::after {
content: "";
width: 1px;
height: 57px;
background: #cecece;
position: absolute;
left: -44px;
}
.top-bar .company-logo{
display: inline-block;
position: relative;
z-index: 1;
text-align: center;
top: 0px;
}
.visionbox {
    padding: 25px;
    background: #f9f1f1;
    border-radius: 20px;
    min-height: 766px;
}
    .visionbox h2 {
        display: block;
        text-align: center;
        margin: 15px 0 12px 0 !important;
    }
        .visionbox h2::after {
            content: "";
            left: 0;
            right: 0;
            margin: 0 auto;
        }
@media(max-width:1199px) {
.top-bar .nav-right::after {
left: 0;
}
}

@media(max-width:991px) {
.top-bar .nav-right::after {
display: none;
}
}

.top-bar .nav-right .dropdown {
position: relative;
transition: .5s;
}

.top-bar .nav-right .dropdown .modal-btn {
/* display: flex; */
align-items: center;
gap: 5px;
background-color: transparent;
padding: 0;
transition: .35s;
position: relative;
/* margin-top: 5px; */
}

.top-bar .nav-right .dropdown .modal-btn i {
color: #8a8c8f;
font-size: 16px;
margin-bottom: -4px;
}

.top-bar .nav-right .dropdown .modal-btn svg {
fill: var(--primary-color1);
opacity: 0.6;
}

.top-bar .nav-right .dropdown .modal-btn span {
font-family: "Roboto", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 8px;
line-height: 1;
letter-spacing: .03em;
text-transform: capitalize;
color: #fff;
background-color: #dc3545;
width: 14px;
height: 14px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
left: 15px;
top: -5px;
}

.top-bar .nav-right .dropdown .cart-menu {
min-height: 10rem;
background-color: var(--white-color);
box-shadow: 0 30px 80px rgba(8,0,42,.08);
border-radius: 0 0 10px 10px;
position: absolute;
right: 0;
top: 37px;
padding: 20px;
z-index: 99;
display: none;
transform: scaleY(0);
transform-origin: top;
margin-right: -2.5rem;
}

@media(max-width:576px) {
.top-bar .nav-right .dropdown .cart-menu {
padding: 15px;
right: -75px;
}
}

.top-bar .nav-right .dropdown .cart-menu.active { display: block;  transform: scaleY(1);  animation: fade-down .3s linear; }

@keyframes fade-down {
0% {
opacity: 0;
transform: scaleY(0);
visibility: hidden;
}

100% {
opacity: 1;
transform: scaleY(1);
visibility: visible;
}
}

.top-bar .nav-right .dropdown .cart-menu .cart-body {
padding: 0 0 20px;
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 25px;
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item:last-child {
margin-bottom: 0;
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area {
display: inline-flex;
gap: 15px;
min-width: 290px;
width: 100%;
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .item-img {
display: flex;
align-items: center;
justify-content: center;
position: relative;
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .item-img img {
height: 70px;
max-width: 70px;
min-width: 70px;
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity {
width: 100%;
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content {
line-height: 1;
margin-bottom: 10px;
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content span {
font-family: "Roboto", sans-serif;
font-weight: 600;
font-size: 15px;
color: var(--primary-color1);
display: inline-block;
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content span del {
font-size: 13px;
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content .close-btn {
background: 0 0;
transition: .5s;
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content .close-btn i {
font-size: 20px;
transition: .5s;
color: var(--primary-color1);
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content p {
margin-bottom: 0;
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .content p a {
font-size: 14px;
font-weight: 500;
font-family: "Roboto", sans-serif;
color: var(--text-color);
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity {
display: flex;
gap: 5px;
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity a {
height: 24px;
width: 34px;
border-radius: 4px;
background: #f3f3f3;
border: 1px solid rgba(238,238,238,.1);
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
color: var(--text-color);
font-weight: 600;
cursor: pointer;
transition: .35s;
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity a:hover {
background: var(--primary-color1);
color: var(--white-color);
}

.top-bar .nav-right .dropdown .cart-menu .cart-body ul .single-item .item-area .content-and-quantity .quantity-area .quantity .quantity__input {
height: 24px;
width: 34px;
border-radius: 4px;
background: #f3f3f3;
border: 1px solid rgba(238,238,238,.1);
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
color: var(--text-color);
font-weight: 600;
text-align: center;
}

.top-bar .nav-right .dropdown .cart-menu .cart-footer {
border-top: 1px solid rgba(238,238,238,.933333);
position: sticky;
width: 100%;
left: 0;
bottom: 0;
}

.top-bar .nav-right .dropdown .cart-menu .cart-footer .pricing-area ul {
border-bottom: 1px solid rgba(238,238,238,.933333);
width: 100%;
padding: 10px 0;
}

.top-bar .nav-right .dropdown .cart-menu .cart-footer .pricing-area ul li {
font-family: "Roboto", sans-serif;
font-weight: 600;
font-size: 13px;
color: var(--primary-color1);
display: flex;
justify-content: space-between;
line-height: 2;
}

.top-bar .nav-right .dropdown .cart-menu .cart-footer .pricing-area ul.total li {
font-weight: 700;
}

.top-bar .nav-right .dropdown .cart-menu .cart-footer .footer-button {
padding-top: 20px;
width: 100%;
}

.top-bar .nav-right .dropdown .cart-menu .cart-footer .footer-button ul {
display: flex;
align-items: center;
flex-direction: column;
width: 100%;
gap: 15px;
}

.top-bar .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li {
width: 100%;
}

.top-bar .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li .primary-btn1 {
padding: 17px 20px;
font-size: 15px;
display: flex;
justify-content: center;
line-height: 1;
}

.top-bar .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li:first-child .primary-btn1 {
background-color: var(--white-color);
color: var(--primary-color1);
}

.top-bar .nav-right .dropdown .cart-menu .cart-footer .footer-button ul li:first-child .primary-btn1:hover {
color: var(--white-color);
}

.top-bar .nav-right .save-btn {
line-height: 1;
transition: .5s;
text-align: center;
}

.top-bar .nav-right .save-btn a i {
color: #000;
font-size: 18px;
}

.top-bar .nav-right .save-btn a svg {
fill: var(--primary-color1);
opacity: 0.6;
}

.top-bar .nav-right .user-login {
line-height: 1;
transition: .5s;
text-align: center;
}

.menu-icon-text {
margin-top: 5px;
font-size: 11px;
font-weight: 400;
text-transform: uppercase;
color: #000;
letter-spacing:.5px;
}

.menu-icon-text2 {
margin-top: 0px;
font-size: 12px;
font-weight: 400;
text-transform: uppercase;
color: #000;
}

.top-bar .nav-right .user-login i {
color: #000;
font-size: 18px;
}

.top-bar .nav-right .user-login .user-btn {
background: 0 0;
}

.top-bar .nav-right .user-login .user-btn svg {
fill: var(--primary-color1);
opacity: 0.6;
}

.top-bar .nav-right .mobile-menu-btn {
display: none;
visibility: hidden;
}

@media(max-width:991px) {
.top-bar .nav-right .mobile-menu-btn {
display: flex;
margin-left: 30px;
flex-direction: column;
align-items: end;
visibility: visible;
justify-content: center;
position: relative;
}

.top-bar .nav-right .mobile-menu-btn span {
height: 2px;
width: 25px;
background-color: var(--title-color);
display: flex;
transition: transform .5s ease-in;
position: absolute;
top: 0;
}

.top-bar .nav-right .mobile-menu-btn span::before {
transition-duration: .5s;
position: absolute;
width: 35px;
height: 2px;
background-color: var(--title-color);
content: "";
top: -10px;
right: 0;
}

.top-bar .nav-right .mobile-menu-btn span::after {
transition-duration: .5s;
position: absolute;
width: 15px;
height: 2px;
right: 0;
background-color: var(--title-color);
content: "";
top: 10px;
}

.top-bar .nav-right .mobile-menu-btn.active span {
background-color: transparent;
}

.top-bar .nav-right .mobile-menu-btn.active span::before {
transform: rotateZ(45deg) translate(8px,6px);
width: 35px;
}

.top-bar .nav-right .mobile-menu-btn.active span::after {
transform: rotateZ(-45deg) translate(8px,-6px);
width: 35px;
}
}


.top-bar .sc_rlinks {
    float: right;
    width: 100%;
    text-align: right;
}
.top-bar .sc_rlinks .up_rlinks {
    margin: 0px 0 0 0;
    height: 30px;
}
    .top-bar .sc_rlinks .up_rlinks li {
        list-style: none;
        display: inline-block;
        font-size: 12px;
        color: #ffffff;
        text-transform: uppercase;
    }

    .top-bar .sc_rlinks .up_rlinks li a {
        font-size: 12px;
        color: #fff;
        padding: 0 10px 0 0;
        margin: 0 4px 0 0;
        position: relative;
        text-transform: uppercase;
    }
.sc_android:after, .sc_apple:after, .sc_windows:after {
    display: none !important
}
.top-bar .sc_rlinks .up_rlinks li:nth-child(3) {
    margin-left: 7px;
}

.top-bar .sc_rlinks .up_rlinks li:last-child {
    margin-left: 3px;
}
.top-bar .sc_rlinks .up_rlinks li:last-child a {
    border: none;
    width: 14px;
    height: 14px;
    display: inline-block;
    padding: 0;
    position: relative;
    top: 2px;
}

  .top-bar .sc_rlinks .up_rlinks li a.sc_android {
        background: url('../images/dkt_sprite_v3.png') no-repeat -111px -82px;
    }

.top-bar .sc_rlinks .up_rlinks li:last-child a {
    border: none;
    width: 14px;
    height: 14px;
    display: inline-block;
    padding: 0;
    position: relative;
    top: 2px;
}
.top-bar .sc_rlinks .up_rlinks li a.sc_apple {
    background: url('../images/dkt_sprite_v3.png') no-repeat -133px -82px;
}

.top-bar .sc_rlinks .up_rlinks li:last-child a:last-child {
    margin: 0;
}
.top-bar .sc_rlinks .up_rlinks li:last-child a {
    border: none;
    width: 14px;
    height: 14px;
    display: inline-block;
    padding: 0;
    position: relative;
    top: 2px;
}

.top-bar .sc_rlinks .up_rlinks li a.sc_windows {
    background: url('../images/dkt_sprite_v3.png') no-repeat -155px -82px;
}
.top-bar .sc_rlinks .up_rlinks li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 11px;
    background: #757575;
    top: 1px;
    right: 0;
}



.left-thumbnails {
  width: 110px;
  height: 525px;
  /* overflow-y: auto; */
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 0px;
  padding: 0px 10px;
  flex-wrap: nowrap;
  background-color: #fff;
}

.left-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.left-thumbnails img:hover {
  border: 1px solid #000;
}

.aboutimg{
    text-align:right;
}
.aboutimg img{
    padding: 10px;
    /* border-radius:14px; */
    border: 6px solid #f1d3b1;
}







/*--------------------photo gallery----------------*/

.gallery{
    position:relative;
    padding: 0px 0px 60px;
}

.gallery h1{
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
}
.photo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  /* padding: 20px; */
}

.gallery-item {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  border: 8px solid #fff;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
}

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  border-radius: 8px;
}

.close-lightbox {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.nav-btn {
  position: absolute;
  top: 50%;
  font-size: 50px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  user-select: none;
  transform: translateY(-50%);
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}