
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-image: url(background-img.jpg);
    background-size: cover;
    background-attachment: fixed;
  }

  /*New Navabr Starts here*/




  /*New Navabr Starts here*/



  /*old navbar starts here*/
 
  .navbar{
    height: 70px;
    width: 100%;
    padding: 19px 30px;
    background-color: #737E8E;
    position: relative;
  }
  .navbar .nav-header{
    display: inline;
  }
  .navbar .nav-header .nav-logo{
    display: inline-block;
    margin-top: -7px;
  }
  .navbar .nav-links{
    display: inline;
    float: right;
    font-size: 18px;
  }
   
  .navbar .nav-links .loginBtn{
    display: inline-block;
    padding: 5px 15px;
    margin-left: 20px;
    font-size: 17px;
    color: rgb(9, 14, 90);
  }
  .navbar .nav-links a {
    padding: 10px 12px;
    text-decoration: none;
    font-weight: 550;
    color: white;
  }

  
  /* Hover effects */
  .navbar .nav-links a:hover{
    background-color: rgba(0, 0, 0, 0.3);
  }
  

  /*active link in menu*/

  .navbar .nav-links a:active{
    background-color: rgba(0, 0, 0, 0.3);
  }
   
  /* responsive navbar toggle button */
  .navbar #nav-check, .navbar .nav-btn{
    display: none;
  }
   
  @media (max-width:1200px) {
    .navbar .nav-btn{
      display: inline-block;
      position: absolute;
      top: 0px;
      right: 0px;
    }
    .navbar .nav-btn label {
      display: inline-block;
      width: 80px;
      height: 70px;
      padding: 25px;
    }
    .navbar .nav-btn label span {
      display: block;
      height: 10px;
      width: 25px;
      border-top: 3px solid #eee;
    }
    .navbar .nav-btn label:hover, .navbar #nav-check:checked ~ .nav-btn label {
    background-color: rgba(0, 0, 0, 0.3);
      transition: all 0.5s ease;
    }
    .navbar .nav-links{
      position: absolute;
      display: block;
      text-align: center;
      width: 100%;
      height: 600px;
      background-color: #737E8E;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 70px;
      right: 0px;
    }
    .navbar .nav-links a {
      display: block;
    }
   
    /* when nav toggle button not checked */
    .navbar #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
   
    /* when nav toggle button is checked */
    .navbar #nav-check:checked ~ .nav-links {
      height: calc(100vh - 400px);
      overflow-y: auto;
      z-index: 10000;
    }
    .navbar .nav-links .loginBtn {
      padding: 10px 40px ;
      margin: 20px;
      font-size:  18px;
      font-weight: bold;
      color: rgb(9, 14, 90);
    }
    /* Responsive dropdown code */
    .navbar .nav-links .dropdown, .navbar .nav-links .dropdown2 {
      float: none;
      width: 100%;
      z-index: 1000;
    }
    .navbar .nav-links .drop-content, .navbar .nav-links .drop-content2 {
      position: relative;
      background-color: rgb(220, 220, 250);
      top: 0px;
      left: 0px;
      z-index: 1000;

    }
   /* Text color */
    .navbar .nav-links .drop-content a {
      color: rgb(9, 14, 90);
      z-index: 1000;

    }  
   
  }
   
  /* Dropdown menu CSS code */
  /*
  .dropdown{
    position: relative;
    display: inline-block;
  }
  .drop-content, .drop-content2 {
    display: none;
    position: absolute;
    background-color: #737E8E;
    min-width: 120px;
    font-size: 16px;
    top: 34px;
    z-index: 1;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
  }
  /* on hover show dropdown */
  /*
  .dropdown:hover .drop-content, .dropdown2:hover .drop-content2 {
    display: block;
  }
  /* drondown links 
  .drop-content a {
    padding: 12px 10px;
    border-bottom: 1px solid rgb(197, 197, 250);
    display: block;
    transition: all 0.5s ease !important;
  }
  .dropBtn .drop-content a:hover {
    background-color: rgb(230, 230, 230);
  }
  .dropdown:hover .dropBtn, .dropdown2:hover .dropBtn2 {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .dropdown2 .drop-content2 {
    position: absolute;
    left: 120px;
    top: 126px;
  }
  .dropBtn2 i {
    margin-left: 15px;
  }


  /*Old navbar ends here*/

/*slider css*/

#slider{
  overflow: hidden;
  z-index: -1;
}

#slider figure{
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  animation: 20s slider infinite;
  z-index: -1;
}

#slider figure img{
  width: 20%;
  float: left;
  z-index: -1;
}

@keyframes slider{
  0%{
    left: 0;
  }
  20%{
    left: 0;
  }
  25%{
    left: -100%;
  }
  45%{
    left: -100%;
  }
  50%{
    left: -200%;
  }
  70%{
    left: -200%;
  }
  75%{
    left: -300%;
  }
  95%{
    left: -300%;
  }
  /*100%{
    left: -400%;
  }*/
}


/* image gallery*/


/*website gallery NOT on home page*/

#holder{
  overflow-x: hidden;
  min-height: 100vh;
}

.container{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 1rem;
}

.title{
  margin-top: 3rem;
  text-align: center;
}

.scroll-item, .scroll-item2, .scroll-item3{
  position: relative;
  height: 400px;
  overflow: hidden;
  box-shadow: 0 1px 17px 0 rgba(0, 0, 0, 0.75);

}

.scroll-item:nth-child(1){
  background: url(gallery/didea.jpeg);
  background-size: cover;
  background-position: top;
  transition: all 3s ease;
}

.scroll-item:nth-child(2){
  background: url(gallery/sasta_india.jpeg);
  background-size: cover;
  background-position: top;
  transition: all 1s ease;
}

.scroll-item:nth-child(3){
  background: url(gallery/tinainteriors.jpeg);
  background-size: cover;
  background-position: top;
  transition: all 3s ease;
}

.scroll-item2:nth-child(1){
  background: url(gallery/ecommerce.jpeg);
  background-size: cover;
  background-position: top;
  transition: all 1s ease;
}

.scroll-item2:nth-child(2){
  background: url(gallery/2.jpg);
  background-size: cover;
  background-position: top;
  transition: all 6s ease;
}

.scroll-item2:nth-child(3){
  background: url(gallery/1.jpg);
  background-size: cover;
  background-position: top;
  transition: all 3s ease;
}

.scroll-item3:nth-child(1){
  background: url(gallery/ilacc.jpeg);
  background-size: cover;
  background-position: top;
  transition: all 3s ease;
}

.scroll-item3:nth-child(2){
  background: url(gallery/5.jpeg);
  background-size: cover;
  background-position: top;
  transition: all 1s ease;
}

.scroll-item3:nth-child(3){
  background: url(gallery/newstartupcanada.jpeg);
  background-size: cover;
  background-position: top;
  transition: all 3s ease;
}

.scroll-item img, .scroll-item2 img, .scroll-item3 img{
  width: 100%;
  display: block;
}

.scroll-list{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 3rem;
  margin: 3rem 0;
}

.icons{
  position: absolute;
  bottom: -100%;
  background-color: rgba(252, 66, 66, 0.85);
  width: 100%;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: bottom 0.3s ease;
}

.icons button, .icons button a{
  margin: 0 1rem;
  border: none;
  background-color: transparent;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
}

.scroll-item:hover .icons, .scroll-item2:hover .icons, .scroll-item3:hover .icons{
  bottom: 0;
}

.scroll-item:hover, .scroll-item2:hover, .scroll-item3:hover{
  background-position: bottom;
}

@media screen and (max-width: 992px){
  .scroll-list{
      grid-template-columns: repeat(2, 1fr);
  }

  .icons{
      bottom: 0;         
  }
}

@media screen and (max-width: 576px){
  .scroll-list{
      grid-template-columns: repeat(1, 1fr);
      z-index: -1;

  }

  .scroll-item, .scroll-item2, .scroll-item3{
      height: 400px;
      z-index: -1;
  }

  .scroll-item:hover, .scroll-item2:hover, .scroll-item3:hover{
      background-position: top;
      z-index: -1;
    }

    .icons{
      bottom: 0;  
      z-index: -1;       
  }      

}



/*text style*/




/*services section*/
.container3{
  margin: 30px;
}

.row2{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.image{
  background: #bbb;
  position: relative;
  flex: 1;
  max-width: 460px;
  height: 300px;
  margin: 20px;
  overflow: hidden;
}

.image img{
  opacity: 0.8;
  position: relative;
  vertical-align: top;
  transition: 0.6s;
  transition-property: opacity;
}

.image:hover img{
  opacity: 1;
}

.image .details{
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  width: 100%;
  height: 100%;
}

.image .details h2{
  text-align: center;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 70px;
  transition: 0.4s;
  transition-property: transform;
}

.image .details h2 span{
  font-weight: 700;
}

.image:hover .details h2{
  transform: translateY(-30px);
}

.image .details p{
  margin: 30px 30px 0 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  opacity: 0;
  transition: 0.6s;
  transition-property: opacity, transform;
}

.image:hover .details p{
  opacity: 1;
  transform: translateY(-40px);
}

.more{
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  bottom: -60px;
  transition: 0.6s;
  transition-property: bottom;
}

.image:hover .more{
  bottom: 0;
}

.more .read-more{
  color: #000;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}

.more .icon-links i{
  color: #000;
  font-size: 20px;
}

.more .icon-links a:not(:last-child) i{
  margin-right: 20px;
}

@media (max-width: 1080px){
  .image{
    flex: 100%;
    max-width: 480px;
  }
}

@media (max-width: 400px){
  .image .details p{
    font-size: 16px;
  }
  .more .read-more, .more .icon-links a i{
    font-size: 18px;
  }
}



/*Footer*/
.container2{
  max-width: 1170px;
  margin: auto;
  z-index: 1;
}
.row{
  display: flex;
  flex-wrap: wrap;
}
ul{
  list-style: none;
}
.footer{
  background-color: #24262b;
  padding: 70px 0;
}
.footer-col{
  width: 25%;
  padding: 0 15px;
}
.footer-col h4{
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
  z-index: 1;

}
.footer-col h4::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #e91e63;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
  z-index: 1;
}
.footer-col ul li:not(:last-child){
  margin-bottom: 10px;
}
.footer-col ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  color: #bbb;
  display: block;
  transition: all 0.3s ease;
  z-index: 1;
}
.footer-col ul li a:hover{
  color: #fff;
  padding-left: 8px;
  z-index: 1;
}
.footer-col .social-links a{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s ease;
  z-index: 1;
}
.footer-col .social-links a:hover{
  color: #24262b;
  background-color: #fff;
  z-index: 1;
}

@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
  z-index: 1;

  }
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
  z-index: 1;
  }
}



/*Homepage website gallery*/


.container5{
  display: flex;
  max-width: 1600px;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.container5 img{
  width: 350px;
  height: 350px;
  object-fit: cover;
  object-position: bottom;
  padding: 5px;
  margin: 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  align-items: center;
  transition: transform 1s ease;
}

.container5 img:hover{
  transform: scale(1.1);
} 


/*Button*/

.load-more{
  align-items: center;
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
}

.load-more button {
  background-color: #4CAF50; /* Green */
  border: none;
  border-radius: 5px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  transition: transform 1s ease;
  display: flex;
  justify-content: center;
}

.load-more button:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.load-more button a{
  color: #fff;
  text-decoration: none;
}

/*mail configuration style*/

.wrap{
  max-width: 1200px;
  margin: 20px;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  align-content: space-around;
}

.wrap figure{
  display: contents;
}

.wrap img{
  width: 100%;
  height: auto;
}

@media(max-width: 400px){
.wrap{
  max-width: 320px;
  display: block;
}

.wrap p{
   margin-block-start: -3rem;
   margin-inline-start: 1rem;
   padding: 1rem;
   background: rgba(255, 255, 255, 0.5);
   position: relative; 
}

}

/*Adding whatsapp chat to the website*/


/* for desktop */
.whatsapp_float {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
        font-size:30px;
	box-shadow: 2px 2px 3px #999;
        z-index:100;
}

.whatsapp-icon {
	margin-top:16px;
}
/* for mobile */
@media screen and (max-width: 767px){
     .whatsapp-icon {
	 margin-top:10px;
     }
    .whatsapp_float {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 10px;
        font-size: 22px;
    }
}