*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: "Dancing Script", cursive;
    background-color: black;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header{
    width: 100%;
    height: 6vw;
    background-color: rgba(6, 7, 7, 0.014);
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 3vw;

}
.uper-logo{
    width: 15vw;
    height: 5vw;
        display: flex;
    justify-content: end;
    align-items: center;
}
.logo{
    font-size: 3vw;
    font-weight: 600;
    color: rgb(255, 241, 224);
    cursor: grabbing;
}
.uper-nav{
    width: 50vw;
    height: 5vw;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}
nav ul{
    width: 35vw;
    height: 5vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    list-style: none;
}
nav ul li a{
    color: white;
    text-decoration: none;
    font-size: 1.2vw;
    font-family: "Open Sans", sans-serif;
}
 nav ul li a:hover{
    transition: 0.5s;
    color: rgb(255,190,51);
}
.color{
    color: rgb(255,190,51);
}
.uper-icon{
    width: 9vw;
    height: 5vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1vw;
    cursor: pointer;
}
.ic1{
    width: 4vw;
}
.ic2{
    color: rgb(255,190,51)  ;
    cursor: pointer;
}
.ic1:hover{
    transition: 0.8s;
    color: rgb(255,190,51);
}
.uper-btn{
    width: 20vw;
    height: 5vw;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.btn a{
    width: 13vw;
    height: 4vw;
    background-color:rgb(255,190,51);
    font-size: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2vw;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    text-decoration: none;
    font-weight: 300;
}
.btn a:hover{
    transition: 1s;
    border: 0.2vw solid white; 
    color:rgb(255,190,51);
    background-color: black;
}

.background{
    width: 100%;
    height: 50vw;
    background-image: url(./hero-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.uper-text{
    width: 50%;
    height: 35vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.uper-heading{
    width: 80%;
    height: 6vw;
}
.heading{
    font-size: 4.5vw;
    font-weight: 600;
    color: rgb(255,255,255);
}
.uper-para{
    width: 82%;
    height: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.para{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1vw;
    font-weight: 300;
    line-height: 1.5vw;
    color: rgb(255,255,255);
}
.uper-btn1{
    width: 82%;
    height: 5vw;
    display: flex;
    flex-direction: row;
    justify-content: start  ;
    align-items: center;
}
.btn1{
    width: 15vw;
    height: 4vw;
    background-color: rgb(255,190,51);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8vw;
    font-family: "Open Sans", sans-serif;
    border-radius: 2vw;
}
.btn1:hover{
    transition: 1s;
    border: 0.2vw solid white; 
    color:rgb(255,190,51);
    background-color: black;
}
.p1{
    width: 100%;
    height: 20vw;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.d1{
    width: 90%;
    height: 19vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3vw;
}
.c1{
    width: 50%;
    height: 15vw;
    background-color: rgb(34,40,49);
    border-radius: 1vw;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.uper-circle{
    width: 35%;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle{
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    background-image: url(./o1.jpg);
    border: 0.5vw solid rgb(255,190,51);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.circle:hover , .circle1:hover{
    transition: 1s;
    transform: scale(1.1);
}

.circle1{
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    background-image: url(./o2.jpg);
    border: 0.5vw solid rgb(255,190,51);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.uper-text1{
    width: 50%;
    height: 15vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 1vw;
}
.t1{
    font-size: 3vw;
}
.t2{
    font-size: 1.4vw;
}
.bold{
    font-size: 3vw;
    font-weight: bolder;
}
.uper-btn2{
    width: 100%;
    height: 5vw;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.btn2{
    width: 12vw;
    height: 4vw;
    background-color: rgb(255,190,51);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5vw;
    font-family: "Open Sans", sans-serif;
    border-radius: 2vw;
    gap:0.2vw;
    cursor: pointer;
}
.btn2:hover{
    transition: 1s;
    border: 0.2vw solid white; 
    color:rgb(255,190,51);
    background-color: black;
}
.ic3{
    font-size: 2vw;
}
.p2{
    width: 100%;
    height: 110vw;
    background-color: rgb(255,255,255);
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.uper-heading1{
    width: 90%;
    height: 20vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}
.heading1{
    font-size: 3.8vw;
    font-weight: 700;
    color: black;
}
.uper-nav1{
    width: 100%;
    height: 20vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.nav , ul , li , a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2vw;
    text-decoration: none;
    color: black;
    font-size: 1.4vw;
    font-family: "Open Sans", sans-serif;

}
.uper-color{
    width: 6vw;
    height: 3vw;
    color: white;
    background-color: rgb(34,40,49);
    border-radius: 3vw;
}
.uper-color:hover{
    width: 8vw;
    height: 4vw;
    color: white;
    background-color: rgb(34,40,49);
    border-radius: 3vw;
    transition: 0.8s;
}
 .color2:hover{
    width: 8vw;
    height: 4vw;
    color: white;
    background-color: rgb(34,40,49);
    border-radius: 3vw;
    transition: 2s;
}
.p3{
    width: 100%;
    height: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uper-card{
    width: 100%;
    height: 32vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    gap: 3vw;
}
.card{
    width: 25vw;
    height: 30vw;
    background-color: rgb(34,40,49);
    border-radius: 1vw;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.uper-img{
    width: 100%;
    height: 50%;
    background-color: rgb(241,242,243);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    border-bottom-left-radius: 3vw;
}
.i1{
    width: 10vw;
}
.i1:hover{
    transition: 0.8s;
    transform: scale(1.3);

}

.uper-text3{
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.uper-heading2{
    width: 90%;
    height: 3vw;
    display: flex;
    justify-content: start;
    align-items: center;
}
.heading2{
    font-family: "Open Sans", sans-serif;
    font-size: 2vw;
    font-weight: 500;
}
.uper-para2{
    width: 90%;
    height: 5vw;
    display: flex;
    justify-content: start;
    align-items: center;   
}
.para2{
    font-family: "Open Sans", sans-serif;
    font-style: 1.5vw;
    font-family: 200;
}
.uper-btn3{
    width: 90%;
    height: 4vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.t3{
    width: 3vw;
    height: 3vw;
    color: white;
    font-size: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}
.uper-btn4{
    width: 3vw;
    height: 3vw;
    background-color: rgb(255,190,51);
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.uper-btn4:hover{
    transition: 1s;
    background-color: black;
    color: rgb(255,190,51);
    border: 0.2vw solid gray;
    box-shadow: 0vw 0vw 1vw black;
}
.uper-btn5{
    width: 100%;
    height: 12vw;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.btn5{
    width: 15vw;
    height: 3.5vw;
    background-color: rgb(255,190,51);
    border-radius: 20vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5vw;
    font-family: "Open Sans", sans-serif;
}
.p4{
    width: 100%;
    height: 50vw;
    background-color: rgb(34,40,49);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.uper-img1{
    width: 50%;
    height: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uper-text4{
    width: 50%;
    height: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.i2{
    width: 70%;
}
.uper-heading3{
    width: 100%;
    height: 5vw;
}
.heading3{
    font-size: 3vw;
    color: white;
}
.uper-para3{
    width: 100%;
    height: 8vw;
    display: flex;
    justify-content: start;
    align-items: center;
}
.para3{
    width: 80%;
    font-size: 1.2vw;
    font-family: "Open Sans", sans-serif;
    color: white;
    font-weight: 400;
    line-height: 1.7vw;
}
.uper-btn6{
    width: 100%;
    height: 7vw;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.btn6{
    width: 15vw;
    height: 4vw;
    background-color: rgb(255,190,51);
    border-radius: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
}
.uper-p5{
    width: 100%;
    height: 50vw;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p5{
    width: 90%;
    height: 50vw;
    background-color: rgb(255,255,255);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3vw;
}
.d2{
    width: 95%;
    height: 40vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 2vw;
}
.uper-heading4{
    width: 100%;
    height: 5vw;
    display: flex;
    justify-content: start;
    align-items: center;
}
.heading4{
    font-size: 4vw;
    color: black;
    font-weight: bolder;
}
.input{
    width: 97%;
    height: 4vw;
    outline:  none;
    border-radius: 0.3vw;
    border: 0.1vw solid black;
    padding-left: 1vw;
    color: rgb(255,190,51);
    font-size: 1.5vw;
}
input::placeholder{
    padding-left: 1vw;
}
.p6{
    width: 100%;
    height: 50vw;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.uper-heading5{
    width: 100%;
    height: 6vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: top;

}
.heading5{
    font-size: 3.4vw;
    font-weight: 700;
    color: rgb(34,40,49);
}

.uper-cards{
    width: 90%;
    height: 40vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.uper-locol{
    width: 100%;
    height: 30vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.9vw;
}
.cards{
    width: 95%;
    height: 15vw;
    background-color: rgb(34,40,49);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.5vw;
}
.uper-para4{
    width: 95%;
    height: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
  
}
.para4{
    font-family: "Open Sans", sans-serif;
    font-size: 1.2vw;
    line-height: 1.6vw;
}
.uper-heading6{
    width: 95%;
    height: 3vw;
    display: flex;
    justify-content: start;
    align-items: end;
}
.heading6{
    font-size: 1.5vw;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;

}
.uper-para6{
    width: 95%;
    height: 5vw;
}
.para6{
    font-size: 1.3vw;
    font-family: "Open Sans", sans-serif;
    font-weight: 200;
}
.uper-image{
    width: 90%;
    height: 12vw;
}
.uper-c{
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    background-color: rgb(255,190,51);
    background-color: rgb(255,190,51);
    display: flex;
    justify-content: center;
    align-items: center;
}
.round-circle{
    width: 10vw;
    height: 10vw;
    background-image:url(./client1.jpg) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;

}
.round-circle1{
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    background-image:url(./client2.jpg) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.round-circle:hover{
    transform: translate(1.5);
}
footer{
    width: 100%;
    height: 35vw;
    background-color: rgb(34,40,49);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.d3{
    width: 100%;
    height: 25vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.l1{
    width: 20vw;
    height: 20vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
}
.uper-heading7{
    width: 100%;
    height: 3vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.heading7{
    color: white;
    font-size: 2.5vw;
    font-weight: 300;
}


.uper-text5{
    width: 100%;
    height: 7vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.3vw;
}
.t4{
    width: 90%;
    height: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3vw;
    font-weight: 300;
}

.l2{
    width: 30vw;
    height: 20vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2vw;
}
.uper-heading8{
    width: 100%;
    height: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading8{
    font-size: 3vw;
}
.uper-para7{
    width: 90%;
    height: 5vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.para7{
    font-family: "Open Sans", sans-serif;
    font-size: 1.3vw;
}
.uper-icon1{
    width: 100%;
    height: 5vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5vw;
}
.icon1 a{
    width: 3vw;
    height: 3vw;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    border-radius: 50%;
}

.icon1 a:hover{
    border: 0.2vw solid  rgb(255,190,51);
    background-color:rgb(34,40,49);
    color: white;
    box-shadow: 0vw 0vw 1vw rgb(255,190,51);
}   
.uper-heading9{
    width: 100%;
    height: 3vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.heading9{
    font-size: 3vw;
}
.t4:hover , .para7:hover{
    color: rgb(255,190,51);
}
.d4{
    width: 100%;
    height: 5vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.uper-text7{
    width: 100%;
    height: 4vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.3vw;
}
.t6{
    font-family: "Open Sans", sans-serif;
    font-size: 1.3vw;
}
.ic3{
    font-size: 1.5vw;
    color: rgb(34,40,49);
}
.ic3:hover{
    font-size: 1.5vw;
    color: rgb(255,190,51);
}
