
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@100&family=Cantata+One&family=Changa+One&family=DM+Serif+Display:ital@1&family=Italiana&family=Josefin+Slab&family=Montagu+Slab:wght@500&family=Nanum+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');


*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Nunito', sans-serif;
    background-color: #001026;
    color: black;
}
.big_container {
    max-width: 95%;
    margin: 0px auto;
}

.navbar{
    margin-top: 1%;
    width: 100%;
    display:flex;
    position: relative; 
}

nav{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

#logo img{
    max-width:12.5rem;
    max-height: 4rem;
    width: auto;
    height: auto;
}


.navbar ul{
    width: 80%;
    position: relative;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    align-items:center;
}
.navbar ul li{
    justify-content: center;
}
.navbar a:not(.dropdown-content a){
    position: relative;
    display: inline-block;
    font-weight:bolder;
    text-decoration: none;
    font-size: clamp(0.85rem, 1.25vw, 1.5rem);
    letter-spacing: 0.1ch;
    color:#f8d64e;
    padding: clamp(0.2rem,2vh,0.7rem) clamp(0.5rem,2vh,1.5rem);
    cursor: pointer;
}
#active a{
    border-bottom: 3px solid #f8d64e;
}

.navbar a:not(.dropdown-content a):hover{
    transition-duration: 0.4s;
    border-radius: 10px;
    box-shadow: 0 0 5px rgb(243, 241, 139), 0 0 10px rgb(245, 232, 121), 0 0 15px #e6bc00, 0 0 20px #e6cf00, 0 0 25px #0400e6;
}
#contact-details{
    display: flex;
    flex-direction: column;
    line-height: 1;
}
#contact-details a{
    display: flex;
    align-items: center;
    padding:clamp(0.1rem,1vw,0.3rem);
    font-weight: 100;
    font-size: clamp(0.9rem, 1.1vw, 1.5rem);

}
#contact-details a:hover{
    text-decoration: underline;
    box-shadow: none;
    transform: scale(1.1);

}
#contact-details img{
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.5rem;
}




.container{
    max-width:100%;
    margin:3rem auto;
    overflow: hidden;
    padding: 0 5rem;
}
.dropdown-content{
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 0 0 5px 5px;
    font-size: 20px;
  }


  .dropdown-content a {
    text-decoration: none;
    padding:8px;
    color: #001026;
    background-color: #f8d64e;
    display: block;
  }

  .dropdown-content a:hover {
    text-decoration: underline;
}
    
.dropdown-content div a:hover{
    transform: scale(1.18);
    box-shadow:0 0 5px rgb(243, 241, 139), 0 0 10px rgb(245, 232, 121), 0 0 15px #e6bc00, 0 0 20px #e6cf00, 0 0 25px #0400e6;
  }
  
  .dropdown:hover .dropdown-content {
    display: flex;
    flex-direction: column;
    transition-duration: 0.4s;
    }
 
  .dropdown:hover .dropbtn {
    color:#001026;
    background-color:#f8d64e;
    transition-duration: 0.3s;
    border-radius: 5px 5px 0 0;

  }

  #ctc .dropbtn{
    background-color:#f8d64e;
    color: #001026;
    border-radius: 10px;
}
#ctc .dropdown-content div a{
    height: 50px;
    width:50px;
    margin-top: 3px;
    padding:8px;
    border-radius: 60px;
}


h1,h2{
    color: #b1ccee;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    font-size: clamp(1.8rem, 3vw, 3rem);
}
p{
    align-items: center;
    line-height: 1.5;
    font-size: clamp(1rem, 1.5vw, 2rem);
}
.card{
    position: relative;
}

#card1 .service-card{
    display:inline-flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 1rem;
}
#card1 .service-card div{
    display: flex;
    justify-content: space-between;
}
#card1 .service-card a{
    margin: 0;
    padding: 0;
    width:70%;
    display: flex;
    justify-content: center;
}
#card1 .service-card span{
    display: flex;
    justify-content: center;
}
#card1 img{
    width:100%;
    box-shadow: rgba(200, 206, 213, 0.2) 0px 8px 24px;
}
#card1 img:hover{
   box-shadow:0 0 10px 1px #0ff;
   box-shadow:
   0 0 10px #fff,           
   -5px 0 20px 1px #0ff,        
   5px 0 20px 1px #f0f; 

}
#card2{
    margin: 3rem auto;
}
#card2 .img1{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    width:100%
}
#card2 .img1 img{
    width:75%;
}
#card2 .img2{
    display: none;
}
  
.ctc_options{
    display: none;
}

/*client carosel*/

#client{
    margin: 3rem 0;
    
}
#client h2{
    margin-bottom: 1rem;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
   }
    100% {
        transform: translateX(calc(-38rem* 4));
   }
}
.slider {
    background-image: url("Client LOGOs/Client Carosel Background.jpg");
    background-position: center;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
    height:fit-content;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 85vw;
    border-radius: 1rem;
}
.slider::before, .slider::after {
    background: linear-gradient(to right, rgba(66, 232, 238, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    /*height: 265px;*/
    height: 50vh;
    position: absolute;
    width: 7vw;
    z-index: 2;
}
.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 20s linear infinite;
    display: flex;
    width: calc(38rem * 8);
}
.slider .slide-track:hover{
    animation-play-state: paused;
}
.slider .slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 12.5rem;
    width: 38rem;
   /* height: 200px;
    width: 600px;*/
    margin: 2rem;
    padding: 1rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.073);
}
.slide img{
    height: clamp(5rem,11vw,12rem);
    width: clamp(5rem,11vw,12rem);
    margin-right: 1rem;
    border-radius: 10rem;
}
.slider .slide p {
    color: rgb(236, 232, 232);
    line-height: 1.25;
    font-size: clamp(0.75rem, 1.2vw, 2rem);
    
}




/*Enquiry Form*/

#enquiry-form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    color: #f8d64e;
}
#enquiry-left{
    margin-bottom: 1rem;
}
#enquiry-left img{
    width: clamp(1.3rem,2vw,2rem);
    margin: 0.6rem;
}
#enquiry-left div{
    font-size: clamp(1rem, 1.5vw, 2rem);
    font-weight: 500;
    display: flex;
    align-items: center;
}
#enquiry-left a{
    color: #f8d64e;
    padding: 0.3rem;
    text-decoration: none;
    margin-left: clamp(0.1rem, 0.3vw, 0.5rem);
}

#enquiry-form a:hover{
    box-shadow: 0 0 5px rgb(243, 241, 139), 0 0 10px rgb(245, 232, 121), 0 0 15px #e6bc00, 0 0 20px #e6cf00, 0 0 25px #0400e6;
    background-color: #f8d64e;
    color: #001026;
    border-radius: 1rem;
}

.enquiry_form{
    position: relative;
    display: flex;
    flex-direction: column;
    align-self: center;
    align-items: center;
    background-color:#f8d64f;
    width: clamp(18rem,48vw,40rem);
    height: clamp(33rem,60vw,34rem);
    border-radius: 2rem;
  }
  .enquiry_form input{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #001026;
    max-height:50px;
    width: clamp(17rem,45vw,38rem);
    border-radius: 18px;
    border: black;
    color:rgb(255, 255, 255);
    font-size: clamp(1rem, 2vw, 1.3rem);
    padding:13px;
  }
  .enquiry_form input:focus{
    border:#f8d54e;
    box-shadow: 0 0 5px #001026, 0 0 10px #001026, 0 0 15px #001026, 0 0 20px #001026, 0 0 25px #001026;
  }
  #submit:hover{
    transform: scale(1.02);
    box-shadow: 0 0 5px #01214e, 0 0 10px #001a3f, 0 0 15px #00102696, 0 0 20px #525cb3cc, 0 0 25px #f8d64e;
  }

/*Footer*/


#footer{
    display:flex;
    justify-content: space-around;
}
#footer a{
    text-decoration: none;
    color:#001026;
}
.footer-flex div{
    margin-left: 10px;
}

.footer-flex img:hover{
    transform: scale(1.2);
}
#footer a:hover{
    text-decoration: underline;
}




/*mobile menu*/

.mobile_menu{
    display:none;
}

.mobile_menu div{
    width:25px;
    height: 3px;
    background-color: #f8d64e;
    margin:5px;
    transition: all 0.5s ease ;
}
.small_ctc img:hover{
    transform: scale(1.1);
}
.small_ctc img{
    background-color: #f8d64e;
    border-radius: 50%;
    box-shadow:0 0 5px rgb(243, 241, 139), 0 0 10px rgb(245, 232, 121), 0 0 15px #e6bc00, 0 0 20px #e6cf00, 0 0 25px #0400e6;
}
.small_ctc{
    position: fixed;
    bottom:10%;
    right: 2%;
    z-index: 2;
    height: 60px;
    width: 60px;

}


@media screen and (max-width:1050px) {

    #logo img{
        max-width: 11rem;
        max-height: 3rem;
    }

    .slider{
        width: 80vw;
    }
   
    @keyframes scroll {
        0% {
            transform: translateX(0);
       }
        100% {
            transform: translateX(calc(-30rem* 4));
       }
    }
    .slider .slide-track{
        width: calc(30rem * 8);
    }
    .slider .slide{
        height: 8rem;
        width: 30rem;
    }



}

@media screen and (max-width:850px) {


    
    .big_container{
        position: relative;
        overflow-x: hidden;
    }
    #logo img{
        display:flex;
        width:8rem;
        height:7vh;
    }
    .container{
      padding: 0%;
      margin: 5% 0%;
    }
    .navbar{
    position: sticky;
    top:0;
    width:100%;
    z-index:200;
    background-color: #001026;
    }
    .nav_ul{
      height: 85vh;
      transform: translateX(200%);
      transition: transform 0.5s ease-in-out;
      box-shadow:0 0 5px rgb(243, 241, 139), 0 0 10px rgb(245, 232, 121), 0 0 15px #e6bc00, 0 0 20px #e6cf00, 0 0 25px #0400e6;
    }
    .navbar ul{
      position: absolute;
      display: flex;
      top:3rem;
      flex-direction: column;
      justify-content: space-around;
      align-items:center;
      width: 50%;
      background-color: #000c1d;
    }
    .navbar a{
        padding: 0%;
    }
    .mobile_menu{
        display:inline-block;
        position: relative;
        margin-top: 1%;
    }
    .nav-active{
    z-index: 200;
    background-color: #e6bc00;
    transform: translateX(20%);
    }
    #ctc {
        display: none;
    }
    .ctc_options{
        display:inline-block;
        position: relative;
    }
    .ctc_options div a{
        padding:0;
        margin: 0.8rem;
        align-content: center;
        background-color: #f8d64e;
        border-radius: 1rem;
    }

    .container{
        padding: 0%;
        margin: 5% 0%;
      }

    #card1{
        display: flex;
        flex-direction: column;
    }

    .slider{
        width: 93vw;
    }

    #enquiry-form{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #footer{
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width:500px)
 {   
    
    .big_container{
        position: relative;
        overflow-x: hidden;
    }
    #logo{
        padding: 0%;
        margin:0%;
    }
    #logo img{
        width:10rem;
        height:7vh;
    }
    .container{
      padding: 0%;
      margin: 5% 0%;
    }
    .navbar{
    position: sticky;
    top:0;
    width:100%;
    z-index:200;
    background-color: #001026;
    }
    .nav_ul{
      height: 85vh;
      transform: translateX(200%);
      transition: transform 0.5s ease-in-out;
      box-shadow:0 0 5px rgb(243, 241, 139), 0 0 10px rgb(245, 232, 121), 0 0 15px #e6bc00, 0 0 20px #e6cf00, 0 0 25px #0400e6;
    }
    .navbar ul{
      position: absolute;
      display: flex;
      top:3rem;
      flex-direction: column;
      justify-content: space-around;
      align-items:center;
      width: 60%;
      background-color: #000c1d;
    }
    .navbar a{
        padding: 0%;
    }
    .mobile_menu{
        display:inline-block;
        position: relative;
        margin-top: 1%;
    }
    .nav-active{
    z-index: 200;
    background-color: #e6bc00;
    transform: translateX(20%);
    }
    .card{
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.service-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#card1 .service-card div{
    margin: 1rem;
}




    #card1{
        display: flex;
    }

    #card1 .service-card a{
        width:90%;
    }
    
    #card2 .img1{
        display: none;
    }
    #card2 .img2{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top:1rem;
    }
    #card2 .img2 img{
        width:95%;
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
    }
        100% {
            transform: translateX(calc(-22rem* 4));
    }
    }

    .slider .slide-track{
        width: calc(22rem * 8);
    }
    .slider .slide{
        height: 10rem;
        width: 22rem;
        margin: 0.7rem;
        padding: 0.5rem;
    }
    .slide img{
        margin-right: 0.7rem;
    }

    
    #enquiry-form{
        display: flex;
    }
    #footer{
        display: flex;
        flex-direction: column;
    }
}


.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    opacity: 0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}

