@font-face {
    font-family: in;
    src: url(Inter.ttf);
}
@font-face {
    font-family: pt;
    src: url(PT\ Serift.ttf);
}
@font-face {
    font-family: pp;
    src: url(PP\ Neue\ Machina\ Inktrap\ Medium.ttf);
}
@font-face {
    font-family: nmr;
    src: url(NeueMontreal-Regular.ttf);
}
@font-face {
    font-family: nml;
    src: url(NeueMontreal-Light.ttf);
}
*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
    font-family: in;
    
}
html, body{
    height: 100%;
    width: 100%;
    background-color: #EAEAEA;
}
#page0-container{
    height: 110vh;
    width: 100%;
    background-color: #EAEAEA;
    overflow: hidden;
}
#page0{
    height: 100%;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
#page0 video{
    height: 110vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    position: absolute;
    border-radius: 30px;
    top: 0;
    left: 0;
    padding: 15px;
    padding-bottom: 0;
}
.page0-headings{
    height: 100%;
    width: 100%;
    position:absolute;
    top: 40%;
    left: 7%;
    z-index: 2;
    color: white;
    font-family: pt;
 
}
.page0-headings h1{
    font-family: pp;
font-size: 50px;
width: 35%;
height: fit-content;
border-radius: 20px;
font-weight: 500;
line-height: 60px;
color: #fcba04;
padding-bottom: 10px;
}
.page0-headings h1 span{
    color: #fcba04;
    font-family: pp;
}
.page0-headings p{
    font-family: pt;
    width: 45%;
    color: white;
    text-align: justify;
}
.page-container{
    height: 100%;
    width: 100%;
    background-color: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
#page1{
    height: 750px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    background-image: url(background.png);
    background-position: center;
    background-size: contain;
    position: relative;
}
nav{
    height: 60px;
    width: 100%;
    background-color: transparent;
    border-radius: 100px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    z-index: 2;
    position: absolute;
    left: 0;
    padding: 0 60px;
}
#nav-links a{
    color: #fcba04;
    text-decoration: none;
    padding-left: 30px;
    font-size: 16px;
    font-family: pp;
}
.button{
    padding: 10px 10px;
    background-color: #0A0A0A;
    border-radius: 100px;
    margin-right: 20px;
    border: 2px solid #fcba04;
}
.button:hover{
    box-shadow: 0 5px 10px #fcba04;
    cursor: pointer;
}
.button a{
    font-family: pp;
    color: #fcba04;
    text-decoration: none;
    font-weight: 900;
}
.image-wrraper{
    position: absolute;
    right: 0;
}
.image-wrraper2{
    position: absolute;
    left: 0;
    bottom: -1%;
}
.image-wrraper2 img{
    border-radius: 10px;
}
.page1-content{
    width: 500px;
    color: black;
    position: absolute;
    left: 45%;
    bottom: 18%;
}
.page1-content h2{
    font-size: 40px;
    padding: 15px 0;
    font-weight: 900;
}
.page1-content p{
    font-size: 16px;
    line-height: 26px;
    font-family: pt;
    text-align: justify;  
}
.page1-content p span{
    font-family: pt;
    font-weight: 500;
}
#button{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}
.button-1{
    padding: 15px 15px;
    border-radius: 100px;
    margin-right: 20px;
    width: fit-content;
} 
.button-1:hover{
    box-shadow: 0 5px 10px #fcba04;
    cursor: pointer;
}
.button-1 a{
    color: #fcba04;
    text-decoration: none;
    font-weight: 500;
    font-family: pp;
}
#button1{
    background-color: black;
    border: 2px solid #fcba04;
}
#button2 {
    border: 2px solid #fcba04;
}
#button2 a{
    color: black;
}
.page1-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 3%;
    bottom: 5%;
    gap: 20px;
}
.clients h2{
    font-family: pt;
    font-size: 36px;
}
.clients h4{
    font-size: 16px;
   color: #fcba04;
}
#page2{
    height: 120vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EAEAEA;
}
.page2-left{
    height: 100%;
    width: 30%;
    border-right: 2px solid #dadada;
    padding: 0 15px;
}

.page2-left h5{
    width: fit-content;
    padding: 5px 10px;
    background-color: #0A0A0A;
    color: #fcba04;
    border-radius: 5px;
    margin:10px 0;
    font-weight: 100;
}
.page2-left h1{
    font-family: pp;
    font-size: 42px;
}
.page2-left h1 span{
    color: #fcba04;
    font-family: pp;
}
.page2-left img{
    width: 100%;
    object-fit: cover;
    margin-top: 80px;
}
.page2-content h3{
    font-size: 24px;
    padding: 15px 0;
}
.page2-content p{
    font-size: 14px;
    padding-bottom: 25px;
    font-family: pt;
    text-align: justify;
}
.page2-content h6{
    width: fit-content;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 10px;
    color: black;
    border: 2px solid #fcba04;
}
.page2-content h6 span{
    font-size: 16px;
    font-weight: 900;
}
.page2-center{
    height: 100%;
    width: 30%;
    border-right: 2px solid #dadada;
    padding: 0 15px;
}
.page2-center img{
    width: 100%;
    object-fit: cover;
    margin-top: 295px;
}
.page2-right{
    height: 100%;
    width: 30%;
    padding: 0 15px;
}
.page2-right>p{
    margin-top: 60px;
    font-family: pt;
    margin-bottom: 20px;
    text-align: justify;
}
.button-2{
    width: fit-content;
    padding: 10px 15px;
    background-color: #0A0A0A;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #fcba04;
}
.button-2:hover{
    box-shadow: 0 5px 10px #fcba04;
}
.button-2 a{
    color: #fcba04;
    text-decoration: none;
    font-family: pp;
}
.page2-right img{
    width: 100%;
    margin-top: 45px;
}
#page3-container{
    height: 100vh;
    width: 100%;
    background-color: #EAEAEA;
    padding: 15px;
}
#page3{
    height: 100%;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 20px 60px;
}
#page3 h5{
    width: fit-content;
    padding: 5px 10px;
    background-color: #0A0A0A;
    color: #fcba04;
    border-radius: 5px;
    font-weight: 100;
}
.page3-content{
    height: 95%;
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;

}
#page3-left{
    height: 100%;
    width: 60%;
}
#page3-left img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
#page3-right{
    height: 100%;
    width: 40%;
    padding: 0 20px;
    margin-left: 20px;
}
#page3-right h1{
    font-family: pp;
}
#page3-right h1 span{
    color: #fcba04;
    font-family: pp;

}
#page3-right ul{
    padding: 20px 10px;
    margin-left: 20px;
}
#page3-right li{
    font-size: 15px;
    padding: 5px;
    color: #1E1E1E;
}
#page4{
    height: 100vh;
    width: 100%;
    background-color: #EAEAEA;
    padding: 20px 60px;
    position: relative;
}

#page4 h5{
    width: fit-content;
    padding: 5px 10px;
    background-color: #0A0A0A;
    color: #fcba04;
    border-radius: 5px;
    font-weight: 100;
}
#page4 h1{
    font-size: 40px;
    font-family: pp;
    margin-top: 30px;
}
#page4 h1 span{
    color: #fcba04;
    font-family: pp;
}
#page4-content{
    display: flex;
    align-items: center;
    padding: 50px 60px;
    gap: 30px;
}
#page4-content img{
    height: 250px;
    width: 250px;
    object-fit: cover;
    border-radius: 50%;
}
#page4-content p{
    font-size: 26px;
    text-align: justify;
    font-family: pt;
}
#button-2{
    position: absolute;
    bottom: 2%;
    left: 31.5%;
}
#page7{
    height: 120vh;
    width: 100%;
    padding: 15px;
}
.page7-container{
    height: 100%;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 20px 50px;
}
.page7-container h5{
    padding: 5px 10px;
    background-color: #0A0A0A;
    color: #fcba04;
    width: fit-content;
    border-radius: 5px;
}
.page7-container h1{
    font-size: 40px;
    padding: 30px 0;
    font-family: pp;
}
.page7-container h1 span{
    font-family: pp;
    color: #fcba04;
}
.page7-container p{
    width: 60%;
    font-family: pt;
    text-align: justify;
}
.page7-bottom{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 40px;
}
.card{
    height: 350px;
    width: 270px;
    border: 2px solid #fcba04;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all ease .5s;
}
.card:hover{
    background-color: #0A0A0A;
    color: #fcba04;
    cursor: pointer;
    box-shadow: 0 5px 10px #fcba04;
}
.card:hover img{
    border: 2px solid #fcba04;
    scale: 1.1;
}
.card img{
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background-position: center;
    overflow: hidden;
}
.card h4{
    font-family: pp;
    font-size: 26px;
    padding: 15px 5px;
    color: #fcba04;
    font-weight: 900;
    text-align: left;
}
.card p{
    font-family: pt;
    padding: 15px 20px;
    width: fit-content;
    text-align: center;
}
#page5{
    height: 150vh;
    width: 100%;
    background-color: #EAEAEA;
    padding: 20px 60px;
    position: relative;
}
#page5-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#page5 h5{
    width: fit-content;
    padding: 5px 10px;
    background-color: #0A0A0A;
    color: #fcba04;
    border-radius: 5px;
    font-weight: 100;
}
#page5 h1{
    font-size: 40px;
    font-family: pp;
    margin-top: 30px;

}
#page5 h1 span{
    color: #fcba04;
    font-family: pp;
}
#page5 h6{
    width: 55%;
    font-size: 14px;
    font-family: pt;
    text-align: justify;
}
.page5-content{
    height: 60%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 30px;
    color: white;
}

#page5-left{
    height: 500px;
    width: 380px;
    background-color: #0A0A0A;
    border-radius: 20px;
    padding: 20px;
    transition: all ease .5s;
}
#page5-left:hover{
    cursor: pointer;
    background-color: #EAEAEA;
    border: 2px solid #fcba04;
}
#page5-left:hover p{
    color: #0A0A0A;
}
#page5-center:hover{
    cursor: pointer;
    background-color: #EAEAEA;
    border: 2px solid #fcba04;
}
#page5-center:hover p{
    color: #0A0A0A;
}
#page5-right:hover{
    cursor: pointer;
    background-color: #EAEAEA;
    border: 2px solid #fcba04;
}
#page5-right:hover p{
    color: #0A0A0A;
}
#page5-center{
    height: 500px;
    width: 380px;
    background-color: #0A0A0A;
    border-radius: 20px;
    padding: 20px;
    transition: all ease .5s;
}
#page5-right{
    height: 500px;
    width: 380px;
    background-color: #0A0A0A;
    border-radius: 20px;
    padding: 20px;
    transition: all ease .5s;
}
.page5-bottom{
    height: 20%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.page5-bottom h6{
    background-color: #23272B;
    color: #fcba04;
    font-family: in !important;
    border-radius: 50px;
    width: fit-content !important;
    padding: 5px 10px;
    font-weight: 100;
}

.page5-left-bottom{
    height: 20vh;
    width: 380px;
    background-color: #0A0A0A;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    transition: all ease .5s;
}
.page5-left-bottom:hover{
    cursor: pointer;
    background-color: #EAEAEA;
    border: 2px solid #fcba04;
}
.page5-center-bottom:hover{
    cursor: pointer;
    background-color: #EAEAEA;
    border: 2px solid #fcba04;
}
.page5-right-bottom:hover{
    cursor: pointer;
    background-color: #EAEAEA;
    border: 2px solid #fcba04;
}
.page5-center-bottom{
    height: 20vh;
    width: 380px;
    background-color: #0A0A0A;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    transition: all ease .5s;
}
.page5-right-bottom{
    height: 20vh;
    width: 380px;
    background-color: #0A0A0A;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    transition: all ease .5s;
}
.page5-content h3{
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
    color: #fcba04;
    font-family: pp;
}
.page5-content p{
    font-size: 16px;
    font-family: pt;
    padding: 5px 0;
    color: white;
    opacity: .8;
}
.page5-content h5{
    font-size: 18px;
    color: white !important;
}
#page6{
    height: 100vh;
    width: 100%;
    background-color: #EAEAEA;
    position: relative;
    color: white;
}
#page6 video{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    background-position: center;
    border-radius: 30px;
    padding: 15px;
}
#page6 h1{
    position: absolute;
    top: 10%;
    left: 5%;
    font-size: 60px;
    font-weight: 500;
    font-family: pp;
    width: 50%;
}
#page6 h1 span{
    font-family: pp;
    color: #fcba04;
}
#page6 p{
    width: 25%;
    position: absolute;
    bottom: 20%;
    right: 3%;
    color: white;
    font-size: 18px;
    font-family: pt;
    text-align: justify;
}
#page6-button{
    position: absolute;
    bottom: 10%;
    right: 5%;
}
.footer{
    height: 200px;
    width: 100%;
    background-color: #0A0A0A;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-left{
    height: 100%;
    width: 83%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    overflow: hidden;
}
.footer-left-up{
    height: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 60px;
    gap: 30px;
    padding-top: 30px;
}
.footer-left-up a{
    color: #fcba04;
    text-decoration: none;
    font-family: pp;
}
.footer-left-down{
    height: 50%;
    width: 96%;
    border-top: 1px solid #fcba04;
    display: flex;
    color: white; 
    padding-top: 20px;
    gap: 30px;  
    margin-left: 80px;
}
.footer-left-down h4{
    color: #fcba04;
    font-family: pp;
}
.footer-left-down h4 span{
    padding-top: 10px;
    font-weight: 100;
    opacity: .9;
}
.footer-right{
    height: 100%;
    width: 17%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.links{
    padding: 10px;
    border: 1px solid #fcba04;
    border-radius: 100px;
    font-size: 30px;
}
.links i{
    padding-right: 10px;
    color: #fcba04;
}

/************************SERVICES*********************************/

.service-page1{
    height: 100vh;
    width: 100%;
    background-color: #EAEAEA;
    padding: 15px;
    overflow: hidden;
}
.service-page1-container{
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-image: url(Services\ img.jpg);
    background-position: center;
    background-size: cover;
}
.service-page1-content{
    position: absolute;
    left: 7%;
    top: 50%;
}
.service-page1-content h1{
    color: #fcba04;
    font-family: pp;
    font-size: 50px;
    width: 30%;
}
.service-page1-content p{
    font-family: pt;
    width: 40%;
    color: #EAEAEA;
    text-align: justify;
}
.service-page2{
    height: 150vh;
    width: 100%;
    background-color: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.service-card{
    height: 400px;
    width: 360px;
    border: 1px solid #fcba04;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease .5s;
}
.service-card:hover{
    background-color: #0A0A0A;
    color: #fcba04;
    cursor: pointer;
}
.service-card:hover img{
    scale: 1.1;
    border-radius: 20px;
}
.service-card img{
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: all ease .5s;
}
.service-card h3{
    font-size: 29px;
    padding: 15px 20px;
    font-family: pp;
}
.service-card p{
    padding: 0 20px;
    font-size: 18px;
    font-family: pt;
    text-align: justify;
}
.service-card h2{
    font-family: pp;
    font-size: 34px;
    text-align: center;
    padding: 15px 0;
}
.service-card h4{
    font-family: pt;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
}
.service-card i{
    font-size: 24px;
    padding-right: 10px;
    color: #fcba04;
}

/*****************************WORK****************************/

.work-page1{
    height: 100vh;
    width: 100%;
    background-color: #EAEAEA;
    padding: 15px;
}
.work-page1-container{
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-image: url(hero6.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.work-page1-content {
    position: absolute;
    top: 53%;
    left: 5%;

}
.work-page1-content h1{
    font-family: pp;
    font-size: 50px;
    width: 40%;
    color: #fcba04;
}
.work-page1-content p{
    font-family: pt;
    font-size: 14px;
    color: white;
    width: 40%;
    padding: 10px 0;
}
.work-page2{
    height: 100vh;
    width: 100%;
    background-color: #EAEAEA;
    padding: 15px;
    padding-top: 0;
}
.work-page2-container{
    height: 100%;
    width: 100%;
    background-color: #0A0A0A;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.work-page2-left{
    height: 100%;
    width: 55%;
    color: white;
}
.work-page2-left h2{
    font-family: pp;
    font-size: 50px;
    color: #fcba04;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}
.work-page2-left p{
    font-family: pt;
    padding: 5px 65px;
    opacity: .8;
    font-size: 14px;
    width: 90%;
}
.work-page2-left h5{
    font-family: pp;
    color: #fcba04;
    padding: 10px 150px;
}
#power p{
    padding: 5px 100px;
}
#stc p{
    padding-left: 150px;
    width: 90%;
}
#stc .tags {
    padding-top: 0;
    padding-top: 20px;
}
.tags{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 50px;
    gap: 10px;
    width: 80%;
}
.tags h6{
    padding: 5px 10px;
    border: 1px solid white;
    color: #fcba04;
    border-radius: 100px;
    font-family: pp;
    font-size: 12px;
}
#leasing-tags{
    padding-left: 70px;
    width: 70%;
}
#powerplant-tags{
    padding-left: 80px;
}
#stc-tags{
    padding-left: 130px;
}

.work-page2-right{
    height: 100%;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-div{
    height: 450px;
    width: 450px;
    
    background-position: center;
    background-size: cover;
}
.image-div img{
    height: 450px;
    width: 450px;
    object-fit: cover;
}
#image-div1{
    background-image: url(Aquisation.avif);
}
#image-div2{
    background-image: url(powerplant\ repair.jpeg);
}
#image-div3{
    background-image: url(stc2.jpg);
}
#work-page2{
    padding-bottom: 0;
}

/***********************CONTACT Us*********************************/

.contact-page1{
    height: 100vh;
    width: 100%;
    background-color: #EAEAEA;
    padding: 15px;
}
.contact-page1-container{
    height: 100%;
    width: 100%;
    border-radius: 20px;
    background-image: url(contact-us-scaled-1.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.contact-page1-content{
    position: absolute;
    top: 48%;
    left: 5%;
}
.contact-page1-content h1{
    color: #fcba04;
    font-size: 50px;
    font-family: pp;
    width: 30%;
    padding-bottom: 10px;
}
.contact-page1-content p{
    color: white;
    width: 50%;
    font-family: pt;
}
.contact-page2{
    height: 80vh;
    width: 100%;
    background-color: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.contact-page2-left{
    height: 50%;
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
}
.contact-link{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;

}
.contact-link h4{
    font-family: pp;
    font-size: 26px;
    font-weight: 900;
}
.contact-link h4 span{
    font-family: pt;
    font-size: 18px;
}
.contact-link i{
    padding: 15px;
    border-radius: 50%;
    background-color: #0A0A0A;
    color: #fcba04;

}
.contact-page2-right{
    height: 50%;
    width: 40%;
    background-image: url(map.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}




/*********************MEDIA QURIES******************************/
@media (max-width: 1200px) {
    #page0-container{
        width: 100% !important;
    }
    #page0{
        width: 100% !important;
    }
    #page0 video{
        width: 100% !important;
    }
    .page0-headings{
        top: 60%;
        left: 7%;
     
    }
    .page0-headings h1{
    font-size: 56px;
    width: 45%;
    }
    .page0-headings p{
        font-size: 18px;
    }
    #nav-links a{
        font-size: 18px;

    }
    .button a{
        font-size: 18px;
    }
    #page2{
        height: 80vh;
    }
    .page2-content h3{
        font-size: 22px;
        padding: 15px 0;
    }
    #page3-container{
        height: 80vh;
        width: 100%;
        background-color: #EAEAEA;
        padding: 15px;
    }
    #page3{
        height: 100%;
        width: 100%;
        background-color: white;
        border-radius: 10px;
        padding: 20px 60px;
    }
    #page3 h5{
        width: fit-content;
        padding: 5px 10px;
        background-color: #0A0A0A;
        color: #fcba04;
        border-radius: 5px;
        font-weight: 100;
    }
    .page3-content{
        height: 95%;
        width: 100%;
        margin-top: 10px;
        display: flex;
        align-items: center;
    }
    #page3-left{
        height: 100%;
        width: 60%;
    }
    #page3-left img{
        height: 100%;
        width: 100%;
        object-position: center;
        object-fit: fill;
        border-radius: 10px !important;
    }
    #page3-right{
        padding-top: 15px;
    }
    #page3-right h1{
        font-size: 44px;
    }
    #page3-right li{
        font-size: 18px;
    }
   .button-2 a{
    font-size: 18px;
   }
   #page4{
    height: 80vh;
    width: 100%;
    background-color: #EAEAEA;
    padding: 20px 60px;
    position: relative;
}

#page4 h5{
    width: fit-content;
    padding: 5px 10px;
    background-color: #0A0A0A;
    color: #fcba04;
    border-radius: 5px;
    font-weight: 100;
}
#page4 h1{
    font-size: 50px;
    font-family: pp;
    margin-top: 30px;
}
#page4 h1 span{
    color: #fcba04;
    font-family: pp;
}
#page4-content{
    display: flex;
    align-items: center;
    padding: 50px 60px;
    gap: 50px;
}
#page4-content img{
    height: 300px;
    width: 300px;
    object-fit: cover;
    border-radius: 50%;
}
#page4-content p{
    font-size: 30px;
    text-align: justify;
    font-family: pt;
}
#button-2{
    position: absolute;
    bottom: 2%;
    left: 39%;
}
#page7{
    height: 80vh;
    width: 100%;
    padding: 15px;
}
.page7-container h5{
    font-size: 14px;
}
.page7-container h1{
    font-size: 50px;
}
.page7-container p{
    font-size: 18px;
    width: 60%;
}
.card{
    height: 380px;
    width: 250px;
}
.card h4{
    font-size: 24px;
}
.card p{
    padding: 15px 10px;
    font-size: 18px;
    width: 100%;
}
#page5{
    height: 90vh;
}

#page5 h5{
    font-size: 16px;
}
.page5-bottom{
    height: 15%;
    gap: 15px;
}
.page5-left-bottom{
    height: 15vh;
    margin-top: 20px;
}

.page5-center-bottom{
    height: 15vh;
    margin-top: 20px;
}
.page5-right-bottom{
    height: 15vh;
    margin-top: 20px;
}
#page6{
    height: 80vh;
    width: 100%;
    background-color: #EAEAEA;
    position: relative;
    color: white;
}
#page6 video{
    height: 80vh;
    width: 100%;
    object-fit: cover;
    background-position: center;
    border-radius: 30px;
    padding: 15px;
}
#page6 h1{
    position: absolute;
    top: 10%;
    left: 5%;
    font-size: 60px;
    font-weight: 500;
    font-family: pp;
    width: 50%;
}
#page6 h1 span{
    font-family: pp;
    color: #fcba04;
}
#page6 p{
    width: 25%;
    position: absolute;
    bottom: 20%;
    right: 5%;
    color: white;
    font-size: 18px;
    font-family: pt;
    text-align: right;
}
#page6-button{
    position: absolute;
    bottom: 10%;
    right: 5%;
}

}
/*******************For tablets*************************8********/
@media (max-width: 992px){
    #page0-container{
        width: 100% !important;
        height: 160vh;
    }
    #page0{
        width: 100% !important;
    }
    #page0 video{
        height: 160vh;
        width: 100% !important;
    }
    .page0-headings{
        top: 55%;
        left: 7%;
    }
    #page2{
        height: 120vh;
    }
    .page2-left{
        height: 100%;
        width: 30%;
        border-right: 2px solid #dadada;
        padding: 0 15px;
    }
    
    .page2-left h5{
        width: fit-content;
        padding: 5px 10px;
        background-color: #0A0A0A;
        color: #fcba04;
        border-radius: 5px;
        margin:10px 0;
        font-weight: 100;
    }
    .page2-left img{
        width: 100%;
        object-fit: cover;
        margin-top: 100px;
    }
    .page2-content h3{
        font-size: 24px;
        padding: 15px 0;
    }
    .page2-content p{
        font-size: 14px;
        padding-bottom: 25px;
        font-family: pt;
    }
    .page2-content h6{
        width: fit-content;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 10px;
        color: black;
        border: 2px solid #fcba04;
    }
    .page2-content h6 span{
        font-size: 16px;
        font-weight: 900;
    }
   
    .page2-center p{
        margin-top: 30px;
    }
    .page2-center img{
        width: 100%;
        object-fit: cover;
        margin-top: 315px;
    }
    #para3{
        margin-top: 25px;
    }
    #page3-container{
        height: 160vh;
        width: 100%;
        background-color: #EAEAEA;
        padding: 15px;
    }
    #page3{
        height: 100%;
        width: 100%;
        background-color: white;
        border-radius: 10px;
        padding: 20px 60px;
    }
    #page4{
        height: 130vh;
        width: 100%;
        background-color: #EAEAEA;
        padding: 20px 60px;
        position: relative;
    }
    
    #page4-content{
        display: flex;
        align-items: center;
        padding: 50px 60px;
        gap: 30px;
    }
    #page4-content img{
        height: 250px;
        width: 250px;
        object-fit: cover;
        border-radius: 50%;
    }
    #page4-content p{
        font-size: 26px;
        text-align: justify;
        font-family: pt;
    }
    #button-2{
        position: absolute;
        bottom: 2%;
        left: 40%;
    }
    #page7{
        height: 190vh;
        width: 100%;
        padding: 15px;
    }   
    .page7-bottom{
        gap: 20px;
    }
    .card{
        height: 350px;
        width: 320px;
        border: 2px solid #fcba04;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all ease .5s;
    }
    #page5{
        height: 160vh;
        width: 100%;
        background-color: #EAEAEA;
        padding: 20px 60px;
        position: relative;
    }
    #page5-heading{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #page5 h5{
        width: fit-content;
        padding: 5px 10px;
        background-color: #0A0A0A;
        color: #fcba04;
        border-radius: 5px;
        font-weight: 100;
    }
    #page5 h1{
        font-size: 40px;
        font-family: pp;
        margin-top: 30px;
    
    }
    #page5 h1 span{
        color: #fcba04;
        font-family: pp;
    }
    #page5 h6{
        width: 55%;
        font-size: 14px;
        font-family: pt;
        text-align: center;
    }
    .page5-content{
        height: 60%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        margin-top: 30px;
        color: white;
    }
    
    #page5-left{
        height: 600px;
        width: 380px;
        background-color: #0A0A0A;
        border-radius: 20px;
        padding: 20px;
        transition: all ease .5s;
    }
   
    
    #page5-center{
        height: 600px;
        width: 380px;
        background-color: #0A0A0A;
        border-radius: 20px;
        padding: 20px;
        transition: all ease .5s;
    }
    #page5-right{
        height: 600px;
        width: 380px;
        background-color: #0A0A0A;
        border-radius: 20px;
        padding: 20px;
        transition: all ease .5s;
    }
    .page5-bottom{
        height: 20%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }
    .page5-bottom h6{
        background-color: #23272B;
        color: #fcba04;
        font-family: in !important;
        border-radius: 50px;
        width: fit-content !important;
        padding: 5px 10px;
        font-weight: 100;
    }
    
    .page5-left-bottom{
        height: 20vh;
        width: 380px;
        background-color: #0A0A0A;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0;
        transition: all ease .5s;
    }
    .page5-left-bottom:hover{
        cursor: pointer;
        background-color: #EAEAEA;
        border: 2px solid #fcba04;
    }
    .page5-center-bottom:hover{
        cursor: pointer;
        background-color: #EAEAEA;
        border: 2px solid #fcba04;
    }
    .page5-right-bottom:hover{
        cursor: pointer;
        background-color: #EAEAEA;
        border: 2px solid #fcba04;
    }
    .page5-center-bottom{
        height: 20vh;
        width: 380px;
        background-color: #0A0A0A;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0;
        transition: all ease .5s;
    }
    .page5-right-bottom{
        height: 20vh;
        width: 380px;
        background-color: #0A0A0A;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0;
        transition: all ease .5s;
    }
    .page5-content h3{
        font-size: 28px;
        margin-bottom: 10px;
        text-align: center;
        color: #fcba04;
        font-family: pp;
    }
    .page5-content p{
        font-size: 16px;
        font-family: pt;
        padding: 5px 0;
        color: white;
        opacity: .8;
    }
    .page5-content h5{
        font-size: 18px;
        color: white !important;
    }
}
/****************************** For large phones********************/
@media (max-width: 768px){
    #page0-container{
        height: 100vh;
    }
    #page0 video{
        height: 100vh;
    }
    .page0-headings{
        height: 100%;
        width: 100%;
        position:absolute;
        top: 60%;
        left: 7%;
        z-index: 2;
        color: white;
        font-family: pt;
    }
    .page0-headings h1{
    width: 80%;

    }
    .page0-headings p{
        width: 80%;
    }
    .page-container{
        height: 100%;
        width: 100%;
        background-color: #EAEAEA;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    #page1{
        height: 140vh;
        width: 100%;
        background-color: white;
        border-radius: 10px;
        background-image: url(background.png);
        background-position: center;
        background-size: contain;
        position: relative;
    }
    .image-wrraper2{
        position: absolute;
        left: 0;
        bottom: 40%;
    }
    .image-wrraper2 img{
        border-radius: 10px;
    }
    .page1-content{
        width: 600px;
        color: black;
        position: absolute;
        left: 10%;
        bottom: 10%;
    }
    .page1-content h2{
        font-size: 40px;
        padding: 15px 0;
        font-weight: 900;
    }
    .page1-content p{
        font-size: 18px;
        line-height: 26px;
        font-family: pt;
    }
    #page2{
        height: 80vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #EAEAEA;
    }
    .page2-left{
        height: 100%;
        width: 30%;
        border-right: 2px solid #dadada;
        padding: 0 15px;
    }
    
    .page2-left h5{
        width: fit-content;
        padding: 5px 10px;
        background-color: #0A0A0A;
        color: #fcba04;
        border-radius: 5px;
        margin:10px 0;
        font-weight: 100;
        margin-left: 20px !important;
    }
    .page2-left h1{
        font-family: pp;
        font-size: 42px;
    }
    .page2-left h1 span{
        color: #fcba04;
        font-family: pp;
    }
    .page2-left img{
        width: 100%;
        object-fit: cover;
        margin-top: 80px;
    }
    .page2-content h3{
        font-size: 24px;
        padding: 15px 0;
    }
    .page2-content p{
        font-size: 18px !important;
        padding-bottom: 25px;
        font-family: pt;
        width: 95%;
    }
    .page2-content h6{
        width: fit-content;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 10px;
        color: black;
        border: 2px solid #fcba04;
    }
    .page2-content h6 span{
        font-size: 16px;
        font-weight: 900;
    }
    #para2{
        padding-top: 0 !important;
    }
    .page2-center img{
        width: 100%;
        object-fit: cover;
        margin-top: 300px !important;
    }
    .page2-right>p{
        margin-top: 0 !important;
        font-family: pt;
        margin-bottom: 20px;
        width: 90%;
        font-size: 18px;
    }
    .page2-right img{
        width: 100%;
        margin-top: 0px !important;
    }
    #page3-container{
        height: 125vh;
        width: 100%;
        background-color: #EAEAEA;
        padding: 15px;
    }
    #page3{
        height: 100%;
        width: 100%;
        background-color: white;
        border-radius: 10px;
        padding: 20px 30px;
    }
    #page3 h5{
        width: fit-content;
        padding: 5px 10px;
        background-color: #0A0A0A;
        color: #fcba04;
        border-radius: 5px;
        font-weight: 100;
    }
    .page3-content{
        height: 95%;
        width: 100%;
        margin-top: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }
    #page3-left{
        height: 100%;
        width: 100%;
    }
   
    #page3-right{
        height: 100%;
        width: 100%;
        padding: 0 20px;
        margin-left: 20px;
    }
    #page3-right h1{
        font-family: pp;
    }
    #page3-right h1 span{
        color: #fcba04;
        font-family: pp;
    
    }
    #page3-right ul{
        padding: 20px 10px;
        margin-left: 20px;
    }
    #page3-right li{
        font-size: 18px;
        padding: 5px;
        color: #1E1E1E;
    }
    #page4{
        height: 120vh;
        width: 100%;
        background-color: #EAEAEA;
        padding: 20px 60px;
        position: relative;
    }
    
    #page4 h5{
        width: fit-content;
        padding: 5px 10px;
        background-color: #0A0A0A;
        color: #fcba04;
        border-radius: 5px;
        font-weight: 100;
    }
    #page4 h1{
        font-size: 50px;
        font-family: pp;
        margin-top: 30px;
    }
    #page4 h1 span{
        color: #fcba04;
        font-family: pp;
    }
    #page4-content{
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 50px 30px;
        gap: 30px;
    }
    #page4-content img{
        height: 300px;
        width: 300px;
        object-fit: cover;
        border-radius: 50%;
    }
    #page4-content p{
        font-size: 26px;
        text-align: justify;
        font-family: pt;
    }
    #button-2{
        position: absolute;
        bottom: 2%;
        left: 12%;
    }
    #page7{
        height: 125vh;
        width: 100%;
        padding: 15px;
    }
    .page7-container{
        height: 100%;
        width: 100%;
        background-color: white;
        border-radius: 10px;
        padding: 20px 50px;
    }
    .page7-container h5{
        padding: 5px 10px;
        background-color: #0A0A0A;
        color: #fcba04;
        width: fit-content;
        border-radius: 5px;
        font-size: 16px;
    }
    .page7-container h1{
        font-size: 50px;
        padding: 30px 0;
        font-family: pp;
    }
    .page7-container h1 span{
        font-family: pp;
        color: #fcba04;
    }
    .page7-container p{
        width: 90%;
        font-family: pt;
        font-size: 18px;
    }
    .page7-bottom{
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        padding-top: 40px;
    }
    .card{
        height: 350px;
        width: 270px;
        border: 2px solid #fcba04;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: all ease .5s;
    }
    .card:hover{
        background-color: #0A0A0A;
        color: #fcba04;
        cursor: pointer;
        box-shadow: 0 5px 10px #fcba04;
    }
    .card:hover img{
        border: 2px solid #fcba04;
        scale: 1.1;
    }
    .card img{
        height: 200px;
        width: 200px;
        border-radius: 50%;
        background-position: center;
        overflow: hidden;
    }
    .card h4{
        font-family: pp;
        font-size: 26px;
        padding: 15px 5px;
        color: #fcba04;
        font-weight: 900;
        text-align: left;
    }
    .card p{
        font-family: pt;
        padding: 15px 20px;
        width: fit-content;
        text-align: center;
    }
    #page5{
        height: 200vh;
        width: 100%;
        background-color: #EAEAEA;
        padding: 20px 60px;
        position: relative;
    }
    #page5-heading{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #page5 h5{
        width: fit-content;
        padding: 5px 10px;
        background-color: #0A0A0A;
        color: #fcba04;
        border-radius: 5px;
        font-weight: 100;
    }
    #page5 h1{
        font-size: 40px;
        font-family: pp;
        margin-top: 30px;
    
    }
    #page5 h1 span{
        color: #fcba04;
        font-family: pp;
    }
    #page5 h6{
        width: 55%;
        font-size: 14px;
        font-family: pt;
        text-align: center;
    }
    .page5-content{
        height: 60%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 100px;
        margin-top: 30px;
        color: white;
        flex-direction: column;
    }
    
    #page5-left{
        height: 500px;
        width: 600px;
        background-color: #0A0A0A;
        border-radius: 20px;
        padding: 20px;
        transition: all ease .5s;
    }
   
    #page5-center{
        height: 500px;
        width: 600px;
    }
    #page5-right{
        height: 500px;
        width: 600px;
        background-color: #0A0A0A;
        border-radius: 20px;
        padding: 20px;
        transition: all ease .5s;
    }
    .page5-bottom{
        height: 20%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }
    .page5-bottom h6{
        background-color: #23272B;
        color: #fcba04;
        font-family: in !important;
        border-radius: 50px;
        width: fit-content !important;
        padding: 5px 10px;
        font-weight: 100;
    }
    
    .page5-left-bottom{
        height: 10vh;
        width: 600px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0;
        transition: all ease .5s;
        position: absolute;
        top: 39%;
        left: 11%;
        border: 2px solid #fcba04;
        background-color: transparent;
    }
    .page5-center-bottom{
        height: 10vh;
        width: 600px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0;
        transition: all ease .5s;
        position: absolute;
        top: 65%;
        left: 11%;
        border: 2px solid #fcba04;
        background-color: transparent;
    }
    .page5-right-bottom{
        height: 10vh;
        width: 600px;
        background-color: transparent;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0;
        transition: all ease .5s;
        position: absolute;
        bottom: 1%;
        left: 11%;
        border: 2px solid #fcba04;
    }
    .footer{
        height: 200px;
        width: 100%;
        background-color: #0A0A0A;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer-left{
        height: 100%;
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        overflow: hidden;
    }
    .footer-left-up{
        height: 50%;
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 60px;
        gap: 30px;
        padding-top: 30px;
    }
    .footer-left-up a{
        color: #fcba04;
        text-decoration: none;
        font-family: pp;
    }
    .footer-left-down{
        height: 50%;
        width: 96%;
        border-top: 1px solid #fcba04;
        display: flex;
        color: white; 
        padding-top: 20px;
        gap: 30px;  
        margin-left: 80px;
    }
    .footer-left-down h4{
        color: #fcba04;
        font-family: pp;
    }
    .footer-left-down h4 span{
        padding-top: 10px;
        font-weight: 100;
        opacity: .9;
    }
    .footer-right{
        height: 100%;
        width: 20%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .links{
        padding: 10px;
        border: 1px solid #fcba04;
        border-radius: 100px;
        font-size: 26px;
    }
    .links i{
        padding-right: 10px;
        color: #fcba04;
    }
}
@media (max-width: 450px){
    #page0-container{
        height: 130vh;
        width: 100% !important;
        background-color: #EAEAEA;
        overflow: hidden;
    }
    #page0{
        height: 100%;
        width: 100% !important;
        padding: 15px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }
    #page0 video{
        height: 130vh;
        width: 100% !important;
        object-fit: cover;
        object-position: center;
        z-index: 1;
        position: absolute;
        border-radius: 30px;
        top: 0;
        left: 0;
        padding: 15px;
        padding-bottom: 0;
    }
    .page0-headings{
        height: 100%;
        width: 100%;
        position:absolute;
        top: 60%;
        left: 7%;
        z-index: 2;
        color: white;
        font-family: pt;
     
    }
    .page0-headings h1{
        font-family: pp;
    font-size: 50px;
    height: fit-content;
    border-radius: 20px;
    font-weight: 500;
    line-height: 60px;
    color: #fcba04;
    padding-bottom: 10px;
    }
    .page0-headings h1 span{
        color: #fcba04;
        font-family: pp;
    }
    .page0-headings p{
        font-family: pt;
        width: 80%;
        color: white;
    }
    .page-container{
        height: 100%;
        width: 100%;
        background-color: #EAEAEA;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    #page1{
        height:180vh;
        width: 100%;
        background-color: white;
        border-radius: 10px;
        background-image: url(background.png);
        background-position: center;
        background-size: contain;
        position: relative;
        overflow: hidden;
    }
    nav{
        height: 60px;
        width: 100%;
        background-color: transparent;
        border-radius: 100px;
        margin-top: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        z-index: 2;
        position: absolute;
        left: 0;
        padding: 0 10px;
    }
    #nav-links a{
        color: #fcba04;
        text-decoration: none;
        padding-left: 30px;
        font-size: 18px;
        font-family: pp;
        font-weight: 900;
    }
   
    .button a{
        font-family: pp;
        color: #fcba04;
        text-decoration: none;
        font-weight: 900;
        font-size: 14px;
    }
    .image-wrraper{
        position: absolute;
        right: 0;
    }
    .image-wrraper2{
        position: absolute;
        left: 0;
        top: 15%;
    }
    .image-wrraper2 img{
        border-radius: 10px;
    }
    .page1-content{
        width: 350px;
        color: black;
        position: absolute;
        left: 8%;
        bottom: 6%;
    }
    .page1-content h2{
        font-size: 40px;
        padding: 15px 0;
        font-weight: 900;
        font-family: pp;
        font-size: 46px;
    }
    .page1-content p{
        font-size: 18px;
        line-height: 26px;
        font-family: pt;
        text-align: justify;
    }
   
    .button-1 a{
        color: #fcba04;
        text-decoration: none;
        font-weight: 500;
        font-family: pp;
        font-size: 14px;
    }
  
    .page1-bottom{
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 3%;
        bottom: 1%;
        gap: 20px;
    }
    #page2{
        height: 200vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        background-color: #EAEAEA;
        position: relative;
    }
    .page2-left{
        height: 530px;
        width: 100%;
        padding: 0 15px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    
    .page2-left h5{
        width: fit-content;
        padding: 5px 10px;
        background-color: #0A0A0A;
        color: #fcba04;
        border-radius: 5px;
        margin:10px 0;
        font-weight: 100;
    }
    .page2-left h1{
        font-family: pp;
        font-size: 42px;
        padding: 20px 20px;
    }
    .page2-left h1 span{
        color: #fcba04;
        font-family: pp;
    }
    .page2-left>p{
        padding-top: 25px;
    }
    .page2-left img{
        width: 380px;
        object-fit: cover;
        margin-top: 150px;
    }
    .page2-left .page2-content>h3{
        padding-bottom: 50px;
    }
    .page2-content{
        padding: 0 20px !important;
    }
    .page2-content h3{
        font-size: 24px;
        padding: 15px 0;
    }
    .page2-content p{
        font-size: 16px;
        padding-bottom: 25px;
        font-family: pt;
    }
    .page2-content h6{
        width: fit-content;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 10px;
        color: black;
        border: 2px solid #fcba04;
    }
    .page2-content h6 span{
        font-size: 16px;
        font-weight: 900;
    }
    .page2-center{
        height: 430px;
        width: 100%;
        padding: 0 15px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .page2-center>p{
        padding-top: 0;
    }
    .page2-center img{
        width: 380px;
        object-fit: cover;
    }
    .page2-right{
        width: 100%;
        padding: 0 15px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .page2-right>.page2-content{
        position: absolute;
        bottom: 6%;
    }
    .page2-right>p{
        margin-top: 60px;
        font-family: pt;
        margin-bottom: 20px;
        position: absolute;
        top: 13.5%;
        left: 3%;
        font-size: 18px;
        padding: 0 20px;
    }
    .button-2{
        width: fit-content;
        padding: 10px 15px;
        background-color: #0A0A0A;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 500;
        border: 2px solid #fcba04;
    }
    .button-2:hover{
        box-shadow: 0 5px 10px #fcba04;
    }
    .button-2 a{
        color: #fcba04;
        text-decoration: none;
        font-family: pp;
    }
    .page2-right img{
        width: 380px;
    }
    .page2-right>.button-2{
        position: absolute;
        bottom: 2%;
    }
    #page3-container{
        height: 125vh;
        width: 100%;
        background-color: #EAEAEA;
        padding: 15px;
    }
    #page3{
        height: 100%;
        width: 100%;
        background-color: white;
        border-radius: 10px;
        padding: 20px 10px;
    }
    #page3 h5{
        width: fit-content;
        padding: 5px 10px;
        background-color: #0A0A0A;
        color: #fcba04;
        border-radius: 5px;
        font-weight: 100;
    }
    #page3-left{
        height: fit-content;
        width: 100%;
    }
    #page3-right{
        height: 50%;
        width: 100%;
        padding: 0 20px;
    }
    #page3-right ul{
        padding: 20px 10px;
    }
    #page3-right li{
        font-size: 18px;
        padding: 5px;
        color: #1E1E1E;
    }
    #page4{
        height: 155vh;
        width: 100%;
        background-color: #EAEAEA;
        padding: 20px 20px;
        position: relative;
    }
    #page4-content{
        display: flex;
        align-items: center;
        padding: 50px 20px;
        gap: 30px;
    }
    #page4-content img{
        height: 300px;
        width: 300px;
        object-fit: cover;
        border-radius: 50%;
    }
    #page4-content p{
        font-size: 26px;
        text-align: justify;
        font-family: pt;
    }
    #button-2{
        position: absolute;
        bottom: 1%;
        left: 9%;
}
#page7{
    height: 250vh;
    width: 100%;
    padding: 15px;
}
.page7-container{
    height: 100%;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 20px 20px;
}
.page7-container p{
    width: 100%;
    font-family: pt;
    text-align: justify;
}
.page7-bottom{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-top: 40px;
}
.card{
    height: 400px;
    width: 310px;
    border: 2px solid #fcba04;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all ease .5s;
}
.card h4{
    font-family: pp;
    font-size: 30px;
    padding: 15px 5px;
    color: #fcba04;
    font-weight: 900;
    text-align: left;
}
#page5{
    height: 255vh;
    width: 100%;
    background-color: #EAEAEA;
    padding: 20px 20px;
    position: relative;
}
#page5-heading{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#page5 h5{
    width: fit-content;
    padding: 5px 10px;
    background-color: #0A0A0A;
    color: #fcba04;
    border-radius: 5px;
    font-weight: 100;
}
#page5 h1{
    font-size: 40px;
    font-family: pp;
    margin-top: 30px;

}
#page5 h1 span{
    color: #fcba04;
    font-family: pp;
}
#page5 h6{
    width: 90%;
    font-size: 18px;
    font-weight: 100;
    font-family: pt;
    text-align: justify;
    padding: 10px 0;
}
.page5-content{
    height: 60%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 160px;
    margin-top: 30px;
    color: white;
}

#page5-left{
    height: 500px;
    width: 380px;
    background-color: #0A0A0A;
    border-radius: 20px;
    padding: 20px;
    transition: all ease .5s;
}

#page5-center{
    height: 500px;
    width: 380px;
    background-color: #0A0A0A;
    border-radius: 20px;
    padding: 20px;
    transition: all ease .5s;
}
#page5-right{
    height: 500px;
    width: 380px;
    background-color: #0A0A0A;
    border-radius: 20px;
    padding: 20px;
    transition: all ease .5s;
}
.page5-bottom{
    height: 20%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.page5-bottom h6{
    background-color: #23272B;
    color: #fcba04;
    font-family: in !important;
    border-radius: 50px;
    width: fit-content !important;
    padding: 5px 15px !important;
    font-weight: 100;
}

.page5-left-bottom{
    height: 15vh;
    width: 380px;
    background-color: transparent;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    transition: all ease .5s;
    position: absolute;
    left: 7%;
    top: 38%;
}
.page5-center-bottom{
    height: 15vh;
    width: 380px;
    background-color: transparent;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    transition: all ease .5s;
    position: absolute;
    left: 7%;
    top: 64.5%;
}
.page5-right-bottom{
    height: 15vh;
    width: 380px;
    background-color: transparent;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
    transition: all ease .5s;
    position: absolute;
    left: 7%;
    bottom: 1%;
}
.page5-content h3{
    font-size: 28px;
    margin-bottom: 10px;
    text-align: center;
    color: #fcba04;
    font-family: pp;
}
.page5-content p{
    font-size: 16px;
    font-family: pt;
    padding: 5px 0;
    color: white;
    opacity: .8;
}
.page5-content h5{
    font-size: 18px;
    color: white !important;
}

#page6 h1{
    position: absolute;
    top: 10%;
    left: 5%;
    font-size: 60px;
    font-weight: 500;
    font-family: pp;
    width: 100%;
}
#page6 p{
    width: 70%;
    position: absolute;
    bottom: 10%;
    right: 5%;
    color: white;
    font-size: 18px;
    font-family: pt;
    text-align: justify;
}
#page6-button{
    position: absolute;
    bottom: 4%;
    right: 5%;
}
.footer{
    height: 400px;
    width: 100%;
    background-color: #0A0A0A;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    overflow: hidden;

}
.footer-left{
    height: 100%;
    width: 83%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.footer-left-up{
    height: 30%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    gap: 30px;
    padding-top: 30px;
}
.footer-left-up a{
    color: #fcba04;
    text-decoration: none;
    font-family: pp;
}
.footer-left-down{
    height: 60%;
    width: 96%;
    border-top: 1px solid #fcba04;
    display: flex;
    flex-direction: column;
    color: white; 
    padding-top: 20px;
    gap: 30px;  
    margin-left: 10px;
}
.footer-left-down h4{
    color: #fcba04;
    font-family: pp;
}
.footer-left-down h4 span{
    padding-top: 10px;
    font-weight: 100;
    opacity: .9;
}
.footer-right{
    height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    right: 6%;
    top: 15%;
}
.links{
    padding: 10px;
    border: 1px solid #fcba04;
    border-radius: 100px;
    font-size: 30px;
}
.links i{
    padding-right: 10px;
    color: #fcba04;
}

/************************SERVICES*********************************/

.service-page1-content{
    position: absolute;
    left: 7%;
    top: 65%;
}
.service-page1-content h1{
    color: #fcba04;
    font-family: pp;
    font-size: 50px;
    width: 90%;
}
.service-page1-content p{
    font-family: pt;
    width: 90%;
    color: #EAEAEA;
    text-align: justify;
}
.service-page2{
    height: 300vh;
    width: 100%;
    background-color: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
/*****************************WORK****************************/

.button{
    padding: 10px 10px;
    background-color: #0A0A0A;
    border-radius: 100px;
    margin-right: 10px;
    border: 2px solid #fcba04;
}
.work-page1-content {
    position: absolute;
    top: 63%;
    left: 5%;

}
.work-page1-content h1{
    width: 90%;
}
.work-page1-content p{
    width: 90%;
}
.work-page2{
    height: 130vh;
    width: 100%;
    background-color: #EAEAEA;
    padding: 15px;
    padding-top: 0;
}
.work-page2-container{
    height: 100%;
    width: 100%;
    background-color: #0A0A0A;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.work-page2-left{
    height: fit-content%;
    width: 100%;
    color: white;
}
.work-page2-left h2{
    font-family: pp;
    font-size: 50px;
    color: #fcba04;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}
.work-page2-left p{
    font-family: pt;
    padding: 5px 40px;
    opacity: .8;
    font-size: 16px;
    width: 100% !important;
}
.work-page2-left h5{
    font-family: pp;
    color: #fcba04;
    padding: 10px 30px;
}
#power p{
    padding: 5px 30px;
}
#stc p{
    width: 90% !important;
    margin: 0 !important;
    padding: 0 !important;
    padding: 5px 30px !important;
}
#power .tags{
    padding: 0;
    margin: 0;
}
#stc .tags{
    padding: 0;
    margin: 0;
    padding: 0 30px;
}
#leasing-tags{
    padding: 0;
    margin: 0;
    padding: 0 30px;
    width: 100% !important;
}
.tags{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    width: 100% !important;
    height: 100px !important;
}
.tags h6{
    padding: 5px 10px;
    border: 1px solid white;
    color: #fcba04;
    border-radius: 100px;
    font-family: pp;
    font-size: 12px;
}
.work-page2-right{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.image-div{
    height: 450px;
    width: 450px;
    
    background-position: center;
    background-size: cover;
}
.image-div img{
    height: 450px;
    width: 450px;
    object-fit: cover;
}

.contact-page1-content{
    position: absolute;
    top: 65%;
    left: 5%;
}
.contact-page1-content h1{
    color: #fcba04;
    font-size: 50px;
    font-family: pp;
    width: 90%;
    padding-bottom: 10px;
}
.contact-page1-content p{
    color: white;
    width: 90%;
    font-family: pt;
    text-align: justify;
}
.contact-page2{
    height: 80vh;
    width: 100%;
    background-color: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}
.contact-page2-left{
    height: 50%;
    width: 90%;
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-direction: column;
}
.contact-link{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;

}
.contact-link h4{
    font-family: pp;
    font-size: 26px;
    font-weight: 900;
}
.contact-link h4 span{
    font-family: pt;
    font-size: 18px;
}
.contact-link i{
    padding: 15px;
    border-radius: 50%;
    background-color: #0A0A0A;
    color: #fcba04;

}
.contact-page2-right{
    height: 300px;
    width: 90%;
    background-image: url(map.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}
}
@media (max-width: 430px){
    #page0-container{
        height: 135vh;
    }
    #page0 video{
        height: 135vh;
    }
    #page5{
        height: 250vh;
        width: 100%;
        background-color: #EAEAEA;
        padding: 20px 20px;
        position: relative;
    }
    .page5-left-bottom{
        height: 15vh;
        width: 380px;
        background-color: transparent;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0;
        transition: all ease .5s;
        position: absolute;
        left: 7%;
        top: 37%;
    }
    .page5-center-bottom{
        height: 15vh;
        width: 380px;
        background-color: transparent;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0;
        transition: all ease .5s;
        position: absolute;
        left: 7%;
        top: 63.5%;
    }
    .page5-right-bottom{
        height: 15vh;
        width: 380px;
        background-color: transparent;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 0;
        transition: all ease .5s;
        position: absolute;
        left: 7%;
        bottom: 3%;
    }
}
@media (max-width: 370px){
    #page0-container{
        height: 100vh !important;
        width: 100% !important;
        background-color: #EAEAEA;
        overflow: hidden;
    }
    #page0{
        height: 100%;
        width: 100%;
        padding: 15px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }
    #page0 video{
        height: 100vh !important;
        width: 100% !important;
        object-fit: cover;
        object-position: center;
        z-index: 1;
        position: absolute;
        border-radius: 30px;
        top: 0;
        left: 0;
        padding: 15px;
        padding-bottom: 0;
    }
    .page0-headings{
        height: 100%;
        width: 100%;
        position:absolute;
        top: 65%;
        left: 7%;
        z-index: 2;
        color: white;
        font-family: pt;
     
    }
    #page0 h1{
        font-family: pp;
    font-size: 38px !important;
    line-height: 40px !important;
    width: 90% !important;
    border-radius: 20px;
    font-weight: 500;
    color: #fcba04;
    padding-bottom: 10px;
    }
    .page0-headings h1 span{
        color: #fcba04;
        font-family: pp;
        font-size: 38px !important;
    }
    .page0-headings p{
        font-family: pt;
        width: 80%;
        color: white;
        text-align: justify;
        font-size: 18px;
    }
    .page-container{
        height: 100%;
        width: 100%;
        background-color: #EAEAEA;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
    }
    #page1{
        height: 180vh;
        width: 100%;
        background-color: white;
        border-radius: 10px;
        background-image: url(background.png);
        background-position: center;
        background-size: contain;
        position: relative;
    }
    nav{
        height: 60px;
        width: 100%;
        background-color: transparent;
        border-radius: 100px;
        margin-top: 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 2;
        position: absolute;
        left: 0;
        padding: 0 15px;
    }
    #nav-links a{
        color: #fcba04;
        text-decoration: none;
        padding-left: 10px !important;
        font-size: 18px !important;
        font-family: pp;
    }
    .button{
        padding: 10px 10px;
        background-color: #0A0A0A;
        border-radius: 100px;
        border: 2px solid #fcba04;

    }
    .button:hover{
        box-shadow: 0 5px 10px #fcba04;
        cursor: pointer;
    }
    .button a{
        font-family: pp;
        color: #fcba04;
        text-decoration: none;
        font-weight: 900;
    }
    .image-wrraper{
        position: absolute;
        right: 0;
    }
    .image-wrraper2{
        position: absolute;
        left: -20%;
        bottom: -1%;
    }
    .image-wrraper2 img{
        border-radius: 10px;
    }
    .page1-content{
        width: 310px;
        height: fit-content;
        color: black;
        position: absolute;
        left: 5%;
        bottom: 9%;
    }
    .page1-content h2{
        font-size: 40px;
        padding: 15px 0;
        font-weight: 900;
    }
    .page1-content p{
        font-size: 18px;
        line-height: 26px;
        font-family: pt;
        text-align: justify;  
    }
    .page1-content p span{
        font-family: pt;
        font-weight: 500;
    }
    #button{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 30px;
    }
    .button-1 a{
        color: #fcba04;
        text-decoration: none;
        font-weight: 500;
        font-family: pp;
        font-size: 18px;
        text-align: center;
    }
    .page1-bottom{
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 3%;
        bottom: 3%;
        gap: 20px;
    }
    #page2{
        height: 170vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        background-color: #EAEAEA;
        position: relative;
    }
    .page2-left{
        height: 530px;
        width: 100%;
        padding: 0 15px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    
    .page2-left h5{
        width: fit-content;
        padding: 5px 10px;
        background-color: #0A0A0A;
        color: #fcba04;
        border-radius: 5px;
        margin:10px 0;
        font-weight: 100;
    }
    .page2-left h1{
        font-family: pp;
        font-size: 42px;
        padding: 20px 20px;
    }
    .page2-left h1 span{
        color: #fcba04;
        font-family: pp;
    }
    .page2-left>p{
        margin-top: 50px !important;
    }
    .page2-left img{
        width: 300px;
        object-fit: cover;
        margin-top: 180px;
    }
    .page2-left .page2-content>h3{
        padding-bottom: 0;
    }
    .page2-content{
        padding: 0 20px !important;
    }
    .page2-content h3{
        font-size: 24px;
        padding: 15px 0;
    }
    .page2-content p{
        font-size: 16px;
        padding: 20px 0;
        font-family: pt;
    }
    .page2-content h6{
        width: fit-content;
        font-size: 12px;
        padding: 5px 10px;
        border-radius: 10px;
        color: black;
        border: 2px solid #fcba04;
    }
    .page2-content h6 span{
        font-size: 16px;
        font-weight: 900;
    }
    .page2-center{
        height: 400px;
        width: 100%;
        padding: 0 15px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .page2-center>p{
        padding-top: 0;
    }
    .page2-center img{
        width: 300px;
        object-fit: cover;
        
    }
    .page2-right{
        width: 100%;
        padding: 0 15px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .page2-right>.page2-content{
        position: absolute;
        bottom: 6%;
    }
    .page2-right>p{
        margin-top: 10px;
        font-family: pt;
        margin-bottom: 20px;
        position: absolute;
        top: 14.5%;
        left: 3%;
        font-size: 18px;
        padding: 0 20px !important;
    }
    .button-2{
        width: fit-content;
        padding: 10px 15px;
        background-color: #0A0A0A;
        border-radius: 50px;
        font-size: 14px;
        font-weight: 500;
    }
    .button-2:hover{
        box-shadow: 0 5px 10px #fcba04;
    }
    .button-2 a{
        color: #fcba04;
        text-decoration: none;
        font-family: pp;
    }
    .page2-right img{
        width: 300px;
    }
    .page2-right>.button-2{
        position: absolute;
        bottom: 2%;
        left: 10%;
    }
  #para2{
    margin-top: 0 !important;
  }
  #para3{
    margin-top: 0 !important;
  }
  #page3-container{
    height: 115vh;
    padding: 15px;
}
#page4{
    height: 165vh !important;
    padding: 20px 20px;
}
#page7{
    height: 240vh;
    width: 100%;
    padding: 15px;
}
.page7-container{
    padding: 20px 20px;
}
#page4 h1{
    font-size: 40px !important;
    font-family: pp;
    margin-top: 30px;
}
.card h4{
    font-size: 28px;
}
#page5{
    height: 240vh;
    width: 100%;
    background-color: #EAEAEA;
    padding: 20px 20px;
    position: relative;
}
#page5-left{
    width: 350px;
}

#page5-center{
    width: 350px;
}
#page5-right{
    width: 350px;
}
.page5-bottom{
    height: 20%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.page5-bottom h6{
    background-color: #23272B;
    color: #fcba04;
    font-family: in !important;
    border-radius: 50px;
    width: fit-content !important;
    padding: 5px 15px !important;
    font-weight: 100;
}

.page5-left-bottom{
    width: 350px;
    position: absolute;
    left: 3%;
    top: 38.8%;
}
.page5-center-bottom{
    width: 350px;
    position: absolute;
    left: 3%;
    top: 64.2%;
}
.page5-right-bottom{
    width: 350px;
    position: absolute;
    left: 3%;
    bottom: 1.8%;
}
#page6{
    height: 100vh;
    width: 100%;
    background-color: #EAEAEA;
    position: relative;
    color: white;
}
#page6 video{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    background-position: center;
    border-radius: 30px;
    padding: 15px;
}
#page6 h1{
    position: absolute;
    top: 10%;
    left: 5%;
    font-size: 50px;
    font-weight: 500;
    font-family: pp;
    width: 90%;
}
#page6 h1 span{
    font-family: pp;
    color: #fcba04;
}
#page6 p{
    width: 80%;
    position: absolute;
    bottom: 10%;
    right: 4%;
    color: white;
    font-size: 18px;
    font-family: pt;
    text-align: justify;
    padding-right: 20px;
}
#page6-button{
    position: absolute;
    bottom: 5%;
    right: 5%;
}
.footer{
    height: 400px;
}
.footer-left{
    height: 100%;
    width: 83%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.footer-left-up{
    height: 20%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    gap: 30px;
    padding-top: 30px;
}
.footer-left-down{
    height: 70%; 
}

.footer-right{
    height: 100%;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    right: 47%;
    top: 38%;
}
/*********************SERVICES********************************/
.service-page1-content{
    position: absolute;
    left: 7%;
    top: 63%;
}
.service-page2{
    height: 250vh;
    width: 100%;
    background-color: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
/*******************WORK**************************/
.work-page1-container nav{
    padding: 0 5px;
}
.work-page1-content h1{
    width: 90%;
    font-size: 43px;
}
.work-page1-content p{
    text-align: justify;

}
.contact-page1-container nav{
    padding: 0 5px;
}
}