@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200&display=swap');
/* banner start */

.banner {
    width: 100%;
    height: 700px;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.header {
    width: 100%;
}

.header .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .logo {
    width: 22%;
}

.header .logo a img {
    width: 100%;
}

.header .nav ul li a {
    font-family: var(--main-font);
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
    margin-right: 40px;
    border-top: 5px solid transparent;
    transition: var(--trans);
    text-transform: uppercase;
    padding: 50px 0;
}

.header .nav ul li a.active {
    border-top: 5px solid var(--accent-color);
}

.header .nav ul li a:hover {
    border-top: 5px solid var(--accent-color);
}

.header .nav ul li a.last {
    margin: 0;
}

.banner .desc {
    width: 470px;
    position: absolute;
    top: 32%;
    left: auto;
}

.banner .desc h6 {
    font-family: var(--main-font);
    font-size: 24px;
    color: var(--accent-color);
    font-weight: 400;
}

.banner .desc h1 {
    font-family: var(--main-font);
    font-size: 76px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1;
    margin: 30px 0;
}

.banner .desc p {
    font-family: var(--main-font);
    font-size: 22px;
    color: var(--white-color);
    font-weight: 300;
    line-height: 1.5;
}

.banner .desc h1 span {
    color: var(--accent-color);
}

.banner .desc a.btn {
    font-family: var(--main-font);
    font-size: 19px;
    color: var(--white-color);
    font-weight: 500;
    padding: 18px 40px;
    background: linear-gradient(to right, rgba(36, 134, 183, 1) 0%, rgba(223, 129, 74, 1) 100%);
    border: none;
    border-radius: 10px;
    transition: var(--trans);
}

.banner .desc a.btn:hover {
    background: linear-gradient(to left, rgba(36, 134, 183, 1) 0%, rgba(223, 129, 74, 1) 100%);
}

.banner .bit {
    width: 57%;
    float: right;
    margin-top: 3%;
}

.banner .bit .img {
    width: 100%;
}

.menu .logo img {
    display: none;
}

/* banner end */

/* company start */

.company {
    width: 100%;
    height: fit-content;
    background-image: url(../images/company-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: inherit;
    position: relative;
    margin-top: 70px;
}

.company .main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 100px 0 200px 0;
}
.text{
    position: relative;
    overflow: hidden;
}
.company .main .lt {
    width: 48%;
}

.company .main .lt img {
    width: 100%;
}

.company .main .rt {
    width: 46%;
}

.company .rt .text h3 {
    font-size: 48px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
}
.liner{
    width: 100px;
    height: 7px;
    background-color: var(--accent-color);
    margin-bottom: 20px;
}


.company .rt .text p {
    font-size: 21px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 1.8;
}

/* company end */


/* works start */

.works {
    width: 100%;
    height: fit-content;
    position: relative;
    background-image: url(../images/work-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

}

.works .text {
    text-align: center;
    padding: 150px 110px;

}

.works .text h3 {
    font-family: var(--main-font);
    font-size: 65px;
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 40px;
}

.works .text p {
    font-family: var(--main-font);
    font-size: 23px;
    color: var(--white-color);
    font-weight: 600;
    line-height: 1.9;
    font-style: italic;
}

/* works end */

/* civil start */
.civil {
    padding: 150px 0;
}

.civil .main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.civil .main .lt {
    width: 45%;
}

.civil .main .lt .text h3 {
    font-size: 48px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
}



.civil .main .lt .text p {
    font-size: 21px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 1.8;
}

.civil .main .rt {
    width: 48%;
}

.civil .main .rt img {
    width: 100%;
}

/* main2 */

.civil .main2 {
    margin-top: 130px;
}

.civil .main2 .lt {
    order: 2;
}

.civil .main2 .rt {
    order: 1;
}


/* civil end */

/* footer start */

.footer {
    width: 100%;
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: fit-content;
    position: relative;
}

.footer .main {
    padding: 100px 0 80px 0;
    border-bottom: 1px solid #40545c;
    text-align: center;
}

/* footer1 start */

.footer .main .footer1 {
    width: 100%;
    margin-bottom: 70px;
}

.footer .main .footer1 .img {
    width: 100%;
    margin: 0 auto;
}

.footer .main .footer1 .img img {
    width: 100%;
}

/* footer1 end */

/* footer2 start */

.footer .main .footer2 {
    width: 100%;
    margin-bottom: 60px;
}

.footer .main .footer2 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--trans) !important;
}

.footer .main .footer2 ul li {
    position: relative;
    padding-left: 60px;
    margin: 0 30px;
    display: flex;
    align-items: center;
}

.footer .main .footer2 ul li:hover i.bx {
    background-color: var(--accent-color);
}

.footer .main .footer2 ul li i.bx {
    font-size: 24px;
    font-weight: 400;
    color: var(--white-color);

    width: 45px;
    height: 45px;
    background-color: #053348;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    left: 0;
    transition: var(--trans) !important;
}

.footer .main .footer2 ul li i.bx.one {
    background-color: var(--accent-color);
}

.footer .main .footer2 ul li a {
    font-family: var(--main-font);
    font-size: 19px;
    font-weight: 400;
    color: var(--white-color);
}

/* footer2 end */

/* footer3 start */

.footer .main .footer3 {
    width: 100%;
}

.footer .main .footer3 ul {
    display: flex;
    justify-content: center;
}

.footer .main .footer3 ul li a {
    font-family: var(--main-font);
    font-size: 19px;
    font-weight: 400;
    color: var(--white-color);
    padding-left: 40px;

    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: auto;
}

.footer .main .footer3 ul li a.one {
    background-image: none;
}

.footer .main .footer3 ul li a:hover {
    color: var(--accent-color);
}

/* footer3 end */


/* copy-block start */

.copy-block {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copy-block p {
    font-family: var(--main-font);
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}

/* copy-block end */

/* footer end */
/* go to top */

#myBtn {
    position: fixed;
    bottom: 5%;
    right: 3%;
    padding: 10px;
    z-index: 999;
    font-size: 22px;
    border: none;
    outline: none;
    background-color: var(--accent-color);
    cursor: pointer;
    border-radius: 180px;
    line-height: 0;
    transition: all .3s ease-in-out;
    color: var(--white-color);
}

#myBtn:hover {
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, .3);
}

/* go to top */