@import url(global.css);
.navbar{
     padding: 0;
     position: relative;
     position: fixed;
     top:0;
     left:0;
     width: 100%;
     z-index: 1001;
     background: var(--white);
    
}
.navbar ul{
    display: flex;
    gap:40px;
    margin-bottom: 0;
}
.navbar ul li a{
    font-size: 18px;
    line-height: 1;
    font-family: "D-Din";
    font-weight: 500;
    color:rgba(8, 9, 26, 1);
    transition: var(--transition-medium);
    padding: 35px 15px;
    display: inline-block;
    position: relative;
}

.navbar ul li a:after{
    content:"";
    position: absolute;
    bottom:-2px;
    left:0;
    width: 100%;
    height: 4px;
    background: var(--primary-color);
    opacity: 0;
    visibility: hidden;
}
.navbar ul li a.active{
    background: rgba(1, 105, 56, 0.1);
}
.navbar ul li a.active:after{
    visibility: visible;
    opacity: 1;
}
.navbar ul li a:hover{
    color:var(--primary-color);
}
.navbar ul li a.active{

}
.menuToggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.menuToggle span {
  display: block;
  height: 2px;
  background: #000;
  border-radius: 3px;
  transition: 0.3s ease;
}


/* Hero section */

.heroSlider {
  position: relative;
  width: 100%;
  height: 100vh; /* Full screen */
  overflow: hidden;
}

.heroSlider .swiper-slide{
    position: relative;
}

.heroSlider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.heroCaption{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
   z-index: 999;
}

.heroContent{
    width: 85%;
    position: relative;
    padding-left: 220px;
}
img.shape{
    position: absolute;
    left:0;
    top:-110px;
    width: 395px;
    height: 395px;
}
.heroContent .logoBox{
    max-width: 430px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.heroContent .logoBox img{
    max-width:180px;
    width: 180px;
}
 .heroContent .plus{
    font-weight: normal;
    font-size: 30px;
    color:var(--white);
}

.heroContent .heroTitle{
    font-size: 42px;
    font-weight: 700;
    font-family: "D-Din";
    color:var(--white);
} 
.heroContent .heroText{
    font-size: 18px;
    color:var(--white);
    font-weight: 400;
    width: 75%;
}
.heroSlider .swiper-pagination{
bottom:30px;
}

.heroSlider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: url('../images/polygon.png') no-repeat center center;
  opacity: 1;
  transition: all 0.3s ease;
}

.heroSlider .swiper-pagination-bullet-active{
      background: url('../images/polygon-active.png') no-repeat center center
}
/* About section */
.aboutSec{
    background: var(--white);
}


.aboutImg{
    border-radius: 15px;
     box-shadow: 0 40px 30px -15px rgba(0, 0, 0, 0.5);
    

}

.aboutTxt p{
    font-size: 17px;
    color:var(--black);
}

/* Feature Icon section */
.featureBox{
    position: relative;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap:15px;
    align-items: center;
    color:var(--white);
    text-align: center;
}
.featureBox h5{
  font-size: 19px;
  line-height: 32px;
}
.featureBox p{
    font-size: 14px;
    font-weight: 400;
}


.featureIcon img{
    max-width: 64px;
    height: 60px;
}
.featureIcon.small img{
    max-width: 60px;
}
/* Dell Solution section */

.dellSolution{
    background: var(--white);
}
.solutionBox{
    position: relative;
    padding: 30px;
    border-bottom: 1px solid var(--black);
    padding-left: 50px;
   
}
.tabContent .solutionBox:last-child{
    border-bottom: none;
}
.solutionImg{
    position: relative;
    z-index: 1;
    height: 400px;
}
.solutionImg:before{
    content:"";
    position: absolute;
    left: calc(-50vw + 560px);
    top:-50px;
    width: 100%;
    height: 100%;
    background:#E6ECF1;
    z-index: -1;
    border-top-right-radius:120px;
}
.solutionImg img{
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solutionBox h3{
    font-size: 23px;
    color: var(--primary-color);
    position: relative;
}
.solutionBox h3:before{
    content:"";
    position: absolute;
    left:-45px;
    top:0;
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow.png);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    
}
.solutionBox p{
    font-size: 16px;
    color:var(--black);
    font-weight: 400;

    margin-bottom: 0;
}



/* Parallax section */
.parallaxBg {
    min-height:75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parallaxSec{
 position: relative;
  height: 80vh;
  overflow: hidden;
}
.rellax {
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%); /* align image left edge to viewport */
  width: 100%;
  height: 100%;
  z-index: -1;
}
.rellax img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.parallaxContent {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    top: 0%;
    display: flex;
    align-items: center;

}
.parallax-title{
    font-size: 48px;
    font-weight: 600;
    font-family: "D-Din";
  
    margin-bottom: 0;
}
/* Radington section */

.redingtonSolution{
    background: #E6ECF1;
}
.nav-pills .nav-link{
    background: transparent;
    font-family: "D-Din-bold";
    font-weight: 700;
    font-size: 21px;
    color:var(--black);
    position: relative;
    padding: 15px 20px;

}


.nav-pills .nav-link.active{
    background: transparent;
    color:var(--primary-color);
}
.nav-pills .nav-link.active:after{
    content:"";
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width: 90%;
    height: 2px;
    background: var(--primary-color);
}
.nav-pills.nav-justified .nav-link.active:after{
    width: 100%;
}
.tabImg{
  max-width: 510px;
  height: 450px;
}
.tabImg img{
    border-radius: 24px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tabContent h4{
    font-weight: normal;
    font-family: var(--font-main);
    color:var(--black);
    font-size: 22px;
    line-height: 30px;
}

.tabList{
    padding-left: 20px;
    margin: 40px 0;
    list-style-type: disc;
    
}
.tabList li{
    font-size: 18px; 
    color:var(--primary-dark);
    line-height: 160%;
    margin-bottom: 5px;
}
/* Contact CTA section */
.contactSec{
    background-color: var(--primary-dark);
    background-image: url(../images/contactBg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    
}
.contactSec .formBox{
padding: 0 10%;
}
.contactSec h2{
    font-family: var(--font-main);
    font-size: 36px;
    font-weight: 500;
    color:var(--white);
    margin-bottom: 15px;
}
.contactSec h4{
    font-size: 23px;
    font-weight: normal;
    font-family: var(--font-main);
    color:var(--white);
}





.bottomLinks{
  max-width: 1024px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  margin: 0 auto;
}
.bottomLinks li a{
  color:var(--text-light);
  font-size: 16px;
  font-weight: 500;
}
.bottomLinks li a:hover{
  color: var(--primary-color);
}


/* -------------------------- Responsive css  --------------------------*/
@media(max-width: 767px) {
    .menuToggle {
        display: flex;
    }

    .navbar {
        padding: 12px 0;
    }

    .navbar .menu {
        position: fixed;
        top: 0;
        left: -100%;
        ;
        width: 80%;
        flex-direction: column;
        background: rgba(1, 105, 56, 0.9);
        gap: 10px;
        height: 100vh;
        padding: 20px 30px;
        align-items: flex-start;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        transition: left 0.4s ease;
    }

    .navbar .menu li a {
        color: var(--white)
    }

    .navbar .menu li a:after {
        display: none;
    }

    .navbar .menu.active {
        left: 0;
    }

    .menuToggle.active span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .menuToggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menuToggle.active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    .fixedHeader {
        padding-top: 64px
    }

    .heroSlider,
    .heroSlider .swiper-slide,
     .heroSlider .swiper {
        height: auto;
        min-height: 400px;
    }

    .heroContent {
        width: 100%;
        padding-left: 0;
    }

    img.shape {
        display: none;
    }

    .heroContent .logoBox img {
        width: 120px;
    }

    .heroContent .logoBox {
        max-width: 300px;
    }

    .heroContent .heroTitle {
        font-size: 28px;
    }

    .heroContent .heroText {
        width: 100%;
        font-size: 14p;
    }

    .solutionImg:before {
        top: -40px;
        left: 0;
        width: 90%;
    }

    .aboutImg,
    .tabImg {
        margin-bottom: 30px;
    }

    .featureBox {
        margin-bottom: 30px;
    }

    .nav.nav-pills {
        justify-content: center !important;
    }

    .nav-pills .nav-link {
        font-size: 18px;
    }

    .tabImg, .solutionImg {
        width: 100%;
        height: auto;

    }

    .tabImg img, .solutionImg img{
      
        height: auto;
        max-height: 300px;
    }

    .navPadding{
        padding-top: 64px;
    }
    .bottomLinks{
        justify-content: center;
        padding-left: 0;
       flex-direction: column;
    }
    .bottomLinks li a{
        font-size: 13px;
    }
    .callBtn{
        width: 55px;
        height: 55px;
    }
    .callBtn i{
        font-size: 22px;
    }
    .footerCol {
        margin-bottom: 30px;
    }
}