*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}


body{

background:rgb(41, 40, 40);



}


.nav1{

background-color: black !important;
position: fixed !important;
top: 0 !important;
height: 2rem !important;
width: 100% !important;
color: aliceblue !important;
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
padding: 2rem !important;
z-index:1000 !important;


}

.h1{
    position: relative;
    width: max-content;
    cursor: pointer;
}


.h1::before{
    content: '';
    background:linear-gradient(to right, red,blue);
    border-radius: 100%;
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 100ms;
    
}

.h1:hover::before{
    width: 100%;
    cursor: pointer;
}



 .h1::after{
    content: "folio";
    

    color: blue;

 }


.options1{
    list-style: none !important;
    display: flex !important;
    gap: 3rem !important;
    margin-top: 1rem;
    
    
}

.links{
    position: relative !important;
    width: max-content !important;
    cursor: pointer !important;
    transform: scale(0) !important;
    transition: transform ease-in-out 0.3s !important;
    text-decoration: none !important;
    color: aliceblue !important;
    font-family:sans-serif !important;
    font-weight: bold !important;
}
.links:hover{
background-color:blue !important; 
transition: ease-in-out 0.3s !important;
padding: 1rem !important;

transform: scale(2) !important;
   
}

.links::before{
    content: '';
    background-color: aliceblue !important;
    height: 2px !important;
    width: 0 !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    transition: 100ms !important;
    
}

.links:hover::before{
    width: 100% !important;
    cursor: pointer !important;
}
#myVideo {
  position:absolute;
  right: 0;
  bottom: 0;
  width: 120%;
  height:90vh;
}

section{
    background-image: url(img/Untitled-3.jpg) !important;
     height: 110vh !important;
     padding: 100px 2rem 50px !important;
     display: flex !important;
     align-items: center !important;
     justify-content: center !important;
     text-align: center !important;


}

.image{

height: 100vh;
width: 150%;
background-size: cover;
 border: none;
 position: relative;

}
.i{
color:blue;
font-size: 40px;
position: absolute; 
margin-top: 14%;
margin-left: 51%;
margin-bottom: 5px;



}

.n{
color:blue;
font-size: 40px;
position: absolute;
margin-left:50%;
margin-bottom: 20px;

}




.name{

color: white;
justify-content: flex-end;
align-items: center;
display: flex;
font-family:Arial, Helvetica, sans-serif ;
font-size:90px ;
margin-top:15rem;
margin-right: 10rem;
text-shadow: 10px 10px 50px blue;
font-weight: bold;


}

.para{

    color: rgb(254, 251, 255);
    position: absolute;
    width: 50%;
    display: flex;
    margin-left: 45%;
    margin-top: 105px;
    font-family:sans-serif;
    font-size: 20px;
    
}

.logo{
    height: 10px;
    width: 80%;
    top: 30px;
    position: absolute;
    margin-left: 252px;
   
    
}

.logo a{
 display: inline;   
 
}

.fa-instagram{
font-size: 3em;
padding: 0.5rem;
margin-left: 10px;
color: aliceblue;
border-radius:50%;
float: right;
transition: transform 0.3s ease-in;



}
.fa-instagram:hover{
    color: blue;
}


.fa-whatsapp{

font-size: 3em;
padding: 0.5rem;
margin-left: 10px;
color: aliceblue;
border-radius:50%;
float: right;
}

.fa-whatsapp:hover{
    color: blue;
}

.btn{

position: absolute !important;
display:flex !important;
margin-top: 19% !important;
margin-left: 5rem !important;
width: 20% !important;
margin-right: 8rem !important;


}



#about{
    padding:80px 0;
    color: white;
}

.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.col1{
    flex-basis: 35%;
    margin-left: 2rem;
}

.col1 img{
    width: 100%;
    border-radius: 10px;
    
}
.col2{
    flex-basis: 60%;
}
.sub{
    font-size: 60px;
    font-weight: 600;
    margin-bottom:30px;
    color: blue;
    margin-top: 2rem;
}

.tab-title{
    display: flex;
    margin:  30px 0 4opx;
}

.tab-link{
    margin-right: 50px;
    font-size: 30px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    margin-bottom: 0.5rem;
}

.tab-link::after{
    content: '';
    width: 0;
    height: 3px;
    background: blue;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: 0.5s;
}

.tab-link.active::after{
    
    width: 50%;
}

.tab-con ul li{
list-style: none;
margin: 10px 0;
}

.tab-con ul li span{
    color:blue;
    font-size: 20px;
}
.tab-con{

display: none;

}
.tab-con.active-tab{
    display: block;

}

#services{
    padding: 30px 0;
    margin-right: 3rem;
    margin-left: 3rem;
    margin-top: 10rem;
}

.ser-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap:40px ;
    margin-top: 50px;
    color: white;
}


.ser-list div{
    background:#323131;
    padding: 40px;
    font-size: 20px;
    font-weight: 200;
    border-radius: 10px;
    transition: background 0.5s, transform 0.5s;


}

.ser-list div i{
    font-size: 50px;
    margin-bottom:30px ;
}

.ser-list div h2{
    font-size: 30px;
    font-weight:bold;
    margin-bottom: 15px;
    font-family: sans-serif;

}

.in{
   color: blue;
   font-weight: bold;
}

.ser-list div:hover{
    background:white;
    transform:translateY(-10px);
}

.ser-list div:hover{
    color: grey;
}

#project{
    padding: 50px 0;
    margin-right: 3rem;
    margin-left: 3rem;
}

.work{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 2fr));
    grid-gap:40px ;   
    margin-top: 50px;
}

.wor{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
transition: background 0.5s, transform 0.5s;

}

.wor img{

    width: 100%;
    display: block;
}

.wor:hover{
     transform:translateY(-10px);
    }


    .wor video:hover{
     transform:translateY(-10px);
    }


    #footer{
        background-color: #323131;
        display: flex;
        padding: 5rem;
        position: relative;
    }

  
    .dwd{
         background-color: white;
         position: relative;
          top:288px;
          width:10%;
          left: 220px;
          padding: 1rem;
          border-radius: 50px;
          font-family:sans-serif;
          font-size: 20px;
          font-weight: bold;
          box-shadow: 5px 5px 40px blue;
          transition:0.3s ease;
    }

    #dwdd{
        color: blue;
        height: 40px;
        width: 30px;
       


    }
        #dwdd:hover{
        color:white;
        height: 40px;
        width: 30px;
       


    }

.dwd:hover{

cursor: pointer;
background-color: rgb(4, 110, 249);
border:2px solid white;
color:aliceblue;
box-shadow:  5px 5px 40px rgb(2, 2, 74);

}

.dwds{
         background-color: white;
         
          margin-top: 230px;
          width:10%;
          margin-left: 390px;
          padding: 1rem;
          border-radius: 50px;
          font-family:sans-serif;
          font-size: 20px;
          font-weight: bold;
          box-shadow: 5px 5px 40px blue;
          transition:0.3s ease;
    }

    #dwdds{
        color: blue;
        height: 40px;
        width: 30px;
        text-decoration: none;
       


    }
        #dwdds:hover{
        color:white;
        height: 40px;
        width: 30px;
       


    }

.dwds:hover{

cursor: pointer;
background-color: rgb(4, 110, 249);
border:2px solid white;
color:aliceblue;
box-shadow:  5px 5px 40px rgb(2, 2, 74);

}

iframe{
    height: 70vh;
    width:50%;
    margin-top:30px;
    margin-left: 100px;
     /* box-shadow: 5px 5px 40px blue; */
     border-radius: 30px;
     transform: translateY(0) ;
     transition: all 0.3s ease-in;
}

iframe:hover{
    transform: translateY(-5px);
}

.abtn-a{
    background-color:none !important;
    border: 2px solid white !important;
    color: white !important;
    padding: 1rem !important;
    border-radius: 50px !important;
    font-family:sans-serif !important;
    font-size: 15px !important;
    font-weight: bold !important;
    box-shadow: 5px 5px 40px blue !important;
    transition:0.3s ease !important;
    text-decoration: none !important;
    position: relative !important;
    top:42% !important;
    right:33% !important;
    margin-left:8rem !important;
    z-index: 2 !important;
    transition: all 0.3s ease-in !important;
}

.abtn-a:hover{
    color: blue !important;
   
}
.abtn-a::before {
    content: "";
    position: absolute !important;
    border-radius: 50px !important; 
    background-color: white !important;
    top: 0 !important;
    left: 0 !important;
    height:50px !important;
    width: 0 !important;
    z-index: -5 !important;
    overflow: hidden !important;
    
    transition: width 0.1s ease !important;

}
.abtn-a:hover::before{
    content: "";
    position: absolute !important;
    background-color: white !important;
    top: 0 !important;
    left: 0 !important;
    height:50px !important;
    width:100% !important;
    overflow: hidden !important;
    border-radius: 50px !important;
}


.abtn-c{
    background-color:none !important;
    border: 2px solid white !important;
    color: white !important;
    padding: 1rem !important;
    border-radius: 50px !important;
    font-family:sans-serif !important;
    font-size: 15px !important;
    font-weight: bold !important;
    box-shadow: 5px 5px 40px blue !important;
    transition:0.3s ease !important;
    text-decoration: none !important;
    position: relative !important;
    top:42% !important;
    right:25% !important;
    margin-left:8rem !important;
    z-index: 2 !important;
    transition: all 0.3s ease-in !important;
    
}

.abtn-c:hover{
    color: blue !important;
   
}
.abtn-c::before {
    content: "";
    position: absolute !important;
    border-radius: 50px !important; 
    background-color: white !important;
    top: 0 !important;
    left: 0 !important;
    height:50px !important;
    width: 0 !important;
    z-index: -5 !important;
    overflow: hidden !important;
    
    transition: width 0.1s ease !important;

}
.abtn-c:hover::before{
    content: "";
    position: absolute !important;
    background-color: white !important;
    top: 0 !important;
    left: 0 !important;
    height:50px !important;
    width:100% !important;
    overflow: hidden !important;
    border-radius: 50px !important;
}


.abtn-b{
    background-color:none !important;
    border: 2px solid white !important;
    color: white !important;
    padding: 1rem !important;
    border-radius: 50px !important;
    font-family:sans-serif !important;
    font-size: 15px !important;
    font-weight: bold !important;
    box-shadow: 5px 5px 40px blue !important;
    transition:0.3s ease !important;
    text-decoration: none !important;
    position: relative !important;
    top:42% !important;
    right:33% !important;
    margin-left: 0.5rem !important;
    z-index: 2 !important;
    transition: all 0.3s ease-in !important;
}

.abtn-b:hover{
    color: blue !important;
   
}
.abtn-b::before {
    content: "";
    position: absolute !important;
    border-radius: 50% !important;
    background-color: white !important;
    top: 0 !important;
    left: 0 !important;
    height:50px !important;
    width: 0 !important;
    z-index: -5 !important ;
    overflow: hidden !important;
    
    transition: width 0.1s ease !important;

}
.abtn-b:hover::before{
    content: "";
    position: absolute !important;
    background-color: white !important;
    top: 0 !important;
    left: 0 !important;
    height:50px !important;
    width:100% !important;
    overflow: hidden !important;
    border-radius: 50px !important;
}

/* .ico{
    position: absolute;
    top: 6px;
    left: 1px;
    margin-left: ;
} */


.contact{
    background-color: rgb(33, 33, 33);
    padding: 2rem;
    border-radius: 10px;
    width: 60%;
    transform:translateY(0);
    transition: transform 0.3s ease-in;
    margin-left:340px;
}

.contact:hover{
    transform:translateY(-2px);
}


.name-box{
    width:180%;
    padding: 0.5rem;

    border-radius:  5px;
    outline: none;
    border: none;
    font-family: sans-serif;
    text-align: left;
    font-weight:bold;
   color:rgb(193, 193, 193);
    font-size: larger;
    margin-bottom: 1rem;
    background-color: #2e2e2e;
    
}

.labe{
 color: blue;
 font-family: sans-serif;
 font-weight:600;
 font-size: large;
 text-align: center;
 

 
}

.form-title{
    margin-bottom: 3rem;
    text-align: center;
    font-size:1.8em;
    font-weight: 700;
    color: white;
    
}

.select-control{
padding: 0.5rem;
font-family: sans-serif;
font-weight: 600;
color:rgb(193, 193, 193);
outline: none;
border: none;
border-radius: 5px;
margin-left: 0.5rem;
    background-color: #2e2e2e;

}

.form-textarea{
    margin-top: 1rem;
     width:180%;
    overflow: hidden;
    outline: none;
    padding: 0.5rem;
    border-radius: 5px;
    border: none;
    font-family: sans-serif;
    text-align: left;
    font-weight:bold;
   color:rgb(193, 193, 193);
    font-size: larger;
    margin-bottom: 1rem;
     background-color: #2e2e2e;
}


.su-btn{
    margin-left: 20px;
    margin-bottom: 0.5rem;
}




.sub-btn{
    width: 100%;
    height: 30px;
     font-family:sans-serif;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    outline: none;
    margin-top: 1rem;
    display: block;
    background-color:white;
    color:rgb(48, 48, 255);
    transition: all 0.2s ease-in;
    transform: translateY(0);
    box-shadow: 0.5px 0.5px 20px blue;
    border: none;

  

}

.sub-btn:hover{
    border: 1px solid white;
    background-color:rgb(4, 110, 249);
    color: white;
     transform: translateY(-2px);
     box-shadow:  5px 5px 40px rgb(2, 2, 74);
}




.cont-link{
    margin: 150px;
    border: 2px solid white;
    display:block;
    margin-bottom: 1rem;
    text-align: center;
    
  }

.phno{
    font-family: sans-serif;
    font-size: 2em;
    color: blue;
    display: block;
    font-weight:bold;
     margin-bottom: 0.5rem;
 
}

.ans{
    font-family: sans-serif;
    font-size: 1.5em;
    color: rgb(160, 160, 160);
    display: block;
    font-weight:bold;
    margin-bottom: 1rem;
}
.co-li-h1{
    
    text-align: center;
}


.subs{
    color: blue;
    font-size: 50px;
    font-weight: 600;
    display: flex;
    align-items:center ;
    position: absolute;
    top: 30px;
}

.app{
    
    height: 100px;
    width:190px;
    position: absolute;
    top: 150px;
    left: 150px;
}

#square{
    font-size: 3em;
    display:block;
    margin-top: 2rem;
    color: rgb(158, 157, 157);
    transition: all 0.3s ease;
    transform: translateY(0);
}

#square:hover{
    color: blue;
    transform: translateY(-2px);

}

/* Override Bootstrap default styles */
body {
    background: rgb(41, 40, 40) !important;
}

/* Carousel Custom Styles */
.carousel {
    margin-top: 50px;
}

.carousel-inner {
    border-radius: 10px;
    overflow: hidden;
}

.carousel-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
}

.carousel-caption h5 {
    color: white;
    font-size: 28px;
    font-weight: bold;
}

.carousel-caption p {
    color: #e0e0e0;
    font-size: 18px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: rgba(0, 0, 255, 0.7);
    border-radius: 50%;
    padding: 20px;
}

.carousel-indicators li {
    background-color: blue;
}

.carousel-indicators .active {
    background-color: white;
}


#iframe{
    
    background-color: #201f1f;
    width: 100%;
    margin-top: 8rem;
    height: 80vh;
    position: relative;
}

.self{
    position: absolute;
    z-index: 100;
    color: white;
    top: 150px;
    font-size: 5em;
    right: 15px;
    text-align: center;
}

#span{
    color: blue;
}

.fa-arrow-left{
    position: absolute;
    border-radius: 50%;
    width:50px;
    height: 50px;
    top:380px;
    right: 310px;
    color: white;
    font-size: 3em;
}