@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*{
    font-family: "Noto Sans", sans-serif;
}
/* navbar start ------------------------------------------------ */
#navbar{
    padding: 10px 50px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    margin-top: 0px;
    position: sticky;
    top:0;
    z-index: 1000;
}
#navbar #logoimg,#logoimg2{
    width: 150px;
    height: 90px;
}
#navbar #dropdwn li a{
    padding: 20px;
}
#navbar #dropdwn li a:hover{
    color: #4287f5;
}
#navbar #dropdwn #subdrpdwnhome{
    width:300px;
    padding: 10px;
    margin-top: 25px;
}
#navbar #dropdwn #subdrpdwnhome li a:hover{
    background-color: #b1c9f0;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}
.navbar-toggler{
  border: 0;
}
.navbar-toggler-icon{
    background-image:url('menu.png');
    width: 20px;
    height: 40px;
}
@media only screen and (max-width:450px){
    #navbar{
    padding: 0;
    }
}
@media only screen and (max-width:1200px){
    .offcanvas-body{
        /* background-color: #000000; */
    }
    .offcanvas-body ul li a{
        color: #000000;
    }
    .offcanvas-body #subdrpdwnhome{
        /* background-color: #000000; */
    }
    #navbar .offcanvas-header{
    /* background-color: #000000; */
    }
}
/* navbar end --------------------------------------------------*/
/* carousel section starts */

#carouselplaying img{
    filter: brightness(50%);
    height:80vh;
}
#carouselplaying .card-img-overlay{
    padding-top: 240px;
}
#carouselplaying .card-img-overlay h1{
    font-size: 70px;
    font-weight: 700;
}
#carouselplaying .card-img-overlay h5{
        border: 2px solid #0080ff;
        width: 50px;
        height: 20px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        padding-top: 3px;
    } 
#carouselplaying .card-img-overlay h5 p{
        width: 30px;
        background-color: #0080ff;
        height: 10px;
        border-radius: 10px;
    }
@media only screen and (max-width:768px){
    #carouselplaying img{
    height:40vh;
    }
    #carouselplaying .card-img-overlay{
    padding-top: 50px;
    padding-left: 10px;
    }
    #carouselplaying .card-img-overlay h1{
    font-size: 30px;
    }
}
@media only screen and (max-width:470px){
   #carouselplaying img{
    height:25vh;
    }
    #carouselplaying .card-img-overlay{
    padding-top: 20px;
    }
    #carouselplaying .card-img-overlay h6{
    font-size: 14px;
    }
    #carouselplaying .card-img-overlay h1{
    font-size: 20px;
    }
    #carouselplaying .card-img-overlay p{
    font-size: 12px;
    }
}
/* carousel section end */
/*  aboutus section two starts  */
  #abtus #abtuscon #abtussectwo{
    padding-top: 100px;
  } 
    #abtus #abtuscon #abtussectwo h5{
        border: 1px solid #0080ff;
        width: 40px;
        height: 20px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        margin-top: 52px;
    }
      #abtus #abtuscon #abtussectwo h5 p{
        width: 30px;
        background-color: #0080ff;
        height: 10px;
        border-radius: 10px;
        margin-top: 4px;
    }
    #abtus #abtuscon img{
      border-radius: 65px;
    }
     #abtus #abtuscon h1{
        font-weight: 800;
     }
     #abtus #abtuscon #text1{
        color: #a09d9d;
        font-weight: 500;
        line-height: 30px;
     }
     #abtus{
        background-image: url('bsbg1.jpg');
        background-repeat: no-repeat;
        background-size: cover;
     }
     #abtus #abtuscon button:hover{
        background-color: #000000;
        transition: 0.3s linear;
     }
     @media only screen and (max-width:992px){
        #abtus #abtuscon #abtussectwo{
          padding-top: 0;
  }
     }
/*  aboutus section two end  */
/* section one starts what we do */
#whatwedo1{
    position: relative;
    background-color: #000000;
}
#whatwedo1 #main{
    /* border: 1px solid black; */
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}
#whatwedo1 #main::-webkit-scrollbar{
  display: none;
}
#whatwedo1 #main #box1,#box2,#box3{
    width: 320px;
    height: 520px;
    background-color:none;
    margin: 40px;
    display: inline-block;
    border-radius: 20px;
}
#whatwedo1 #main #box1{
  overflow: hidden;
}
#whatwedo1 #main #box1:hover img{
  transform:scale(1.2,1.2);
  transition: 0.2s linear;
}
#whatwedo1 #main #box1 #overlaytext{
  position:absolute;
  top: 220px;
  padding-top: 0px;
  background-color: #ffffff;
  word-wrap: break-word;
  color: #000000;
}
#whatwedo1 #main #box1 #overlaytext:hover{
  top:200px;
  transition: 0.5s linear;
  color: #000000;
  background-color: #ffffff;
}
#whatwedo1 #main #box1 a{
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}
#whatwedo1 #main #box1 a:hover i{
  transform: translateX(8px);
  transition: all 0.3s linear;
}
#whatwedo1 #main #box2{
  overflow: hidden;
}
#whatwedo1 #main #box2:hover img{
  transform:scale(1.2,1.2);
  transition: 0.2s linear;
}
#whatwedo1 #main #box2 #overlaytext{
  position:absolute;
  top: 220px;
  padding-top: 0px;
  background-color: #ffffff;
  word-wrap: break-word;
  color: #000000;
}
#whatwedo1 #main #box2 #overlaytext:hover{
   top:200px;
  transition: 0.5s linear;
  color: #000000;
  background-color: #ffffff;
}
#whatwedo1 #main #box2 a{
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}
#whatwedo1 #main #box2 a:hover i{
  transform: translateX(8px);
  transition: all 0.3s linear;
}
#whatwedo1 #main #box3{
  overflow: hidden;
}
#whatwedo1 #main #box3:hover img{
  transform:scale(1.2,1.2);
  transition: 0.2s linear;
}
#whatwedo1 #main #box3 #overlaytext{
  position:absolute;
  top: 210px;
  padding-top: 0px;
  background-color: #ffffff;
  word-wrap: break-word;
  color: #000000;
}
#whatwedo1 #main #box3 #overlaytext:hover{
  top:200px;
  transition: 0.5s linear;
  color: #000000;
  background-color: #ffffff;
}
#whatwedo1 #main #box3 a{
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}
#whatwedo1 #main #box3 a:hover i{
  transform: translateX(8px);
  transition: all 0.3s linear;
}

/* section one end what we do */

/* why choose us starts */

#whychooseus{
    background-image:url('./images/bg5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#whychooseus #abtussectwo h5{
        border: 1px solid #0080ff;
        width: 40px;
        height: 20px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        margin-top: 52px;
}
#whychooseus #abtussectwo h5 p{
        width: 30px;
        background-color: #0080ff;
        height: 10px;
        border-radius: 10px;
        margin-top: 4px;
}
/* why choose us end */
/* our vision and mission starts */
#ourvm .card{
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.2);
}
#ourvm p{
  line-height: 30px;
}
#ourvm .card:hover{
  box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  transition: 0.3s linear;
}

/* our vision and mission end */
/* swiper css starts */

#myswipe .swiper-wrapper{
    position: relative;
}
#myswipe .card{
    height: 600px;
    border: 0;
}
#myswipe .swiper-slide{
  overflow: hidden;
}
#myswipe .card-img-overlay{
  position:absolute;
  top: 220px;
  height: 500px;
  margin-top: 80px;
  padding-top: 50px;
  background-color: #ffffff;
  word-wrap: break-word;
  color: #000000;
}
#myswipe .card-img-overlay:hover{
    top: 200px;
    transition: 0.5s linear;
}
#myswipe .card:hover img{
    transform: scale(1.1);
    transition: 0.5s linear;
}
@media only screen and (max-width:767px){
    #myswipe .card-img-overlay{
    margin-top: 0px;
    height: 600px;
    }
}
@media only screen and (max-width:575px){
    #myswipe .card-img-overlay{
    margin-top: 0px;
    height: 400px;
    }
}
@media only screen and (max-width:450px){
    #myswipe .card-img-overlay{
    margin-top: 0px;
    height: 400px;
    }
}
@media only screen and (max-width:350px){
    #myswipe .card-img-overlay{
    margin-top: 0px;
    height: 650px;
    }
    #myswipe .card-img-overlay:hover{
    top: 150px;
    transition: 0.5s linear;
}
}
/* swiper css end */
/* footer starts */

#footer{
    background-image:url('./images/bg6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* background-color: #0080ff; */
}
#footer ul{
  list-style-type: none;
  margin-left: -30px;
}
#footer ul li{
  padding-bottom: 16px;
}
#footer ul li a{
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
}
#footer ul li a:hover{
  color: #4287f5;
  transition: 0.2s linear;
}
/* footer end */