*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", serif;
    /* cursor: pointer; */

}

.container{
    padding: 0 60px;
}

.row{
    display: flex;
    flex-wrap: wrap;
}

body{
    font-size: 24px;
}

header{
    color: white;
    background-image: url(./hero-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: -10;
}

header::before{
    content: "";
    background-color: rgba(255, 0, 191, 0.146);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9;
}

header .top .container .row{
    justify-content: space-between;
    padding: 20px 0;
}

header .top .container .row .logo{
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;

}

header .top .container .row .logo div{
    background-color: cyan;
    padding: 12px 5px 12px 14px;
    border-radius: 50%;
    font-size: 2rem;
    color: #000;
    font-weight: 900;
}
header .top .container .row .logo h1{
   font-size: 2rem;
   cursor: pointer;

}

header .top .container .row ul{
    display: flex;
    align-items: center;
    gap: 20px;
    list-style-type: none;
    cursor: pointer;
}

header .top .container .row ul li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 100;
    cursor: pointer;
}


header .hero-section .container .row{
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    padding: 150px 0;
    align-items: center;
    text-align: center;
}

header .hero-section .container .row h1{
    font-size: 5rem;
    font-weight: 900;
}

header .hero-section .container .row p{
    font-size: 1.2rem;
    font-weight: 900;
    color: #9c9c9c;
}


header .hero-section .container .row .hero-btn{
    font-size: 2rem;
    font-weight: 900;
    color: #ffffff;
    background-color: crimson;
    padding: 10px;
    border-radius: 12px;
    margin-top: 50px;
}

#get-touched .container .row{
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 150px 0;
}

#get-touched .container .row h1{
    font-size: 3rem;
    font-weight: 700;
}

#get-touched .container .row div{
    background-color:rgb(0, 123, 132);
    width: 300px;
    height: 3px;
}

#get-touched .container .row p{
    font-size: 1.2rem;
    font-weight: 700;
    color: #9c9c9c;
}
#get-touched .container .row button{
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background-color: rgb(0, 123, 132);
    padding: 10px;
    border-radius: 12px;
    margin-top: 50px;
}

#about-us{
    background-color: #878787;
}

#about-us .container .row{
    padding: 60px  0px;
    justify-content: center;
    /* align-items: center; */
    text-align: justify;
}

#about-us .container .row .left{
    width: 50%;
}

#about-us .container .row .left h1{
   font-size:3rem ;
   font-weight: 600;
   color: aliceblue;
}

#about-us .container .row .left div{
    width: 150px;
    height: 3px;
    background-color: #ffffff;
    margin-top: 30px;
}

#about-us .container .row .right{
    width: 50%;
    font-size: 1.2rem;
    font-weight: 700;
    color: aliceblue;
}

#portfolio{
    padding: 80px 0;
}

#portfolio .top .container .row{
    justify-content: space-between;
    margin-bottom: 80px;
}
#portfolio .top .container .row .left h1{
    font-size: 3.3rem;
    font-weight: 700;
}

#portfolio .top .container .row .left div{
    width: 100px;
    height: 3px;
    background-color: #000;
    margin-top: 10px;
}
#portfolio .top .container .row .right{
    display: flex;
    gap: 20px;
}


#portfolio .top .container .row .right div:first-child{
    background-color: rgba(255, 0, 191, 0.788);
    height: 32px;
    padding: 0px 15px 8px 15px;
    border-radius: 8px;
}
#portfolio .mid .container .row{
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 20px auto;
}

#portfolio .mid .container .row>img{
    width: 24%;
    height: 300px;
    object-fit: cover;
    border: 2px solid black;
}

#portfolio .mid .container .row .fst{
    width: 24%;
    height: 300px;
    object-fit: cover;
    border: 2px solid black;
    position: relative;
    z-index: -20;
}

#portfolio .mid .container .row .fst img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: -20;
    cursor: pointer;
}


#portfolio .mid .container .fst div{
    background-color: rgba(255, 0, 191, 0.265);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9;
    text-align: center;
    align-content: center;
    font-size: 50px;
    color: #ffffff;
    cursor: pointer;
}


#portfolio .mid .container .fst h2{
    background-color: rgba(255, 0, 191, 0.518);
    height: 30;
    width: 100%;
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -8;
    text-align: center;
    align-content: center;
    font-size: 50px;
    color: #ffffff;
    font-size: 1rem;
}



#portfolio .bottom .container .row{
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 20px auto;
}

#portfolio .bottom .container .row img{
    width: 24%;
    height: 300px;
    object-fit: cover;
    border: 2px solid black;
}

#customer-feedback .container{
    padding-top: 60px;
    padding-bottom: 60px;
}

#customer-feedback{
    position: relative;
}

#customer-feedback .bg{
    position: absolute;
    background-color:rgb(0, 191, 255) ;
    height: 220px;
    width: 100%;
    z-index: -50;
    bottom: 0;
}

#customer-feedback .container .row{
    justify-content: center;
}

#customer-feedback .container .row .left{
    text-align: center;
    width: 50%;
}

#customer-feedback .container .row .left h3{
    font-size: 2rem;
    padding: 40px;
    color: #002d3e;
}


#customer-feedback .container .row .left img{
    width: 250px;
    height: 250px;
    object-fit: cover;
    border: 3px solid rgb(0, 191, 255);
    border-radius: 50%;
}

#customer-feedback .container .row .right{
    text-align: left;
    justify-content: end;
    width: 50%;
    padding-top: 300px;
}
#customer-feedback .container .row .right h4{
    font-size: 1.8rem;
    line-height: 50px;
    color: #002d3e;
}
#customer-feedback .container .row .right p{
    font-size: 1.3rem;
    color: #636363;
}

#our-team .container{
    padding-top: 100px;
    padding-bottom: 100px;
}
#our-team .container h1{
    font-size: 3rem;
    color: #484848;
    padding-top: 10px;
    padding-bottom: 10px;
}
#our-team .container .line{
    background-color: #002d3e;
    height: 3px;
    width: 180px;
    margin-top: 10px;
    margin-bottom: 40px;
}

#our-team .container .row{
    justify-content: space-between;
}

#our-team .container .row .profile{
    width: 24%;
}

#our-team .container .row .profile .top{
    width: 100%;
    height: 80%;
}
#our-team .container .row .profile .top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#our-team .container .row .profile .mask{
    width: 100%;
    height: 80%;
    position: relative;
}

#our-team .container .row .profile .mask img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#our-team .container .row .profile .mask .scl-icon{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #00465f57;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

#our-team .container .row .profile .text{
    background-color: #00465f57;
    text-align: center;
    padding: 11px;
}

#our-team .container .row .profile .text h3{
    font-size: 1.5rem;
    color: #585858;
}

#our-team .container .row .profile .text h4{
    font-size: 1rem;
    color: #393939;
}

#contact-us{
    background-image: url(../image/contact\ us.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: -10;
}

#contact-us::before{
    content: "";
    background-color: rgba(132, 0, 255, 0.217);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -9;
}

#contact-us .container{
    padding-top: 100px;
    padding-bottom: 100px;
}

#contact-us .container .row{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 60px;
}


#contact-us .container .row h2{
    color: #ffffff;
    font-size: 3rem;
    font-weight: 900;
}

#contact-us .container .row button{
    color: #ffffff;
    padding: 10px 40px;
    background-color: crimson;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
}

#our-service .container{
    padding-top: 80px;
    padding-bottom: 80px;
}

#our-service .container h1{
    font-size: 3rem;
    font-weight: 800;
    line-height: 80px;
}

#our-service .container .line{
    background-color: #002d3e;
    height: 3px;
    width: 120px;
}

#our-service .container .row{
    padding: 40px 0;
}

#our-service .container .row .icon-tabs{
    width: 33%;
    text-align: center;
    padding: 30px 60px;
}
#our-service .container .row .icon-tabs i{
    font-size: 60px;
}
#our-service .container .row .icon-tabs h2{
    font-size: 25px;
    line-height: 50px;
}
#our-service .container .row .icon-tabs h4{
    font-size: 10px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 20px;
    text-align: center;
}

#derk-bg{
    background-color: #6e6d6d;
}

#derk-bg .container{
    padding-top: 50px;
    padding-bottom: 50px;
}

#derk-bg .container h2{
   font-size: 2.1rem;
    text-align: center;
    color: #ffffff;
    font-weight: 200;
}

#get-in-touch .container{
    padding-top: 70px;
    padding-bottom: 70px;
}

#get-in-touch .container h1{
    font-size: 2.5rem;
    line-height: 4.5rem;
    font-weight: 900;
}


#get-in-touch .container .line{
    background-color: #002d3e;
    height: 3px;
    width: 120px;
}

#get-in-touch .container .row{
    padding: 40px 0;
}

#get-in-touch .container .row .left{
    width: 50%;   
}

#get-in-touch .container .row .left h2{
    font-size: 1.7rem;
    line-height: 5rem;
    font-weight: 800;
    color: #5b5b5b;   
}

#get-in-touch .container .row .left h3{
    font-size: 1.3rem;
    line-height: 1.2rem;
    font-weight: 200;
    color: #5b5b5b;
    margin-bottom: 20px;   
}

#get-in-touch .container .row .left h4{
    font-size: 1.3rem;
    line-height: 1.9rem;
    font-weight: 200;
    color: #5b5b5b;   
}


#get-in-touch .container .row .right{
    width: 50%;
}

#get-in-touch .container .row .right form{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

#get-in-touch .container .row .right form input{
    width: 100%;
    border: none;
    border-bottom: 1px solid gray;   
}

#get-in-touch .container .row .right form button{
    width: 150px;
    border-radius: 9px;
    background-color: crimson;
    padding: 10px ;
    color: #ffffff;
    font-weight: 700;   
}

footer{
    background-color: #656565;
    padding: 10px 0;
    text-align: center;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
}

