* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

.nav {
    background-color: black;
}

.nav-div1 {
    width: 95%;  
}

.nav-div2 {
    height: 50px;
}

/* //////nav section//// */

.page1 {
    background-image: url("../images/backgrounds/gallery_1.jpg");
    background-size: cover;
    background-position: center;
    text-align: center;
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.box1 {
    padding-top: 180px;
}

.icon1 {
    color: #FF9711;
    font-size: 20px;
}

.box-a {
    color: white;
}

.box-a:hover {
    color: #FF9711;
}

.txt2 {
    margin: 0 auto;
    font-size: 43px;
    font-family: 'Montserrat', sans-serif;
    width: 65%;
}

.txt3 {
    font-size: 17px;
    padding-bottom: 20px;
}

.btn1 {
    height: 50px;
    width: 200px;
    border-radius: 30px;
    background-color: #EF8701;
    color: white;
    border: 1px solid white;
    margin-bottom: 380px;
}

.btn1:hover {
    background-color: #FF9711;
}

.para1 {
    background-color: #262626;
    color: white;
    height: 350px;
    width: 100%;
    margin-bottom: 50px;
}

.para2 {
    background-color: #EF8701;
    color: white;
    height: 350px;
    width: 100%;
    margin-bottom: 50px;
}

.para3 {
    background-color: #FF9711;
    color: white;
    height: 350px;
    width: 100%;
    margin-bottom: 50px;
}

.txt4 {
    font-size: 25px;
}

.txt5 {
    font-size: 12px;
    line-height: 28px;
}

.icon2 {
    background-color: #FF9711;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 40px;
    left: 50px;
    border: 1px solid white;
}

@media(min-width:576px) {
    .txt2 {
        font-size: 61px;
    }

    .para1,
    .para2,
    .para3 {
        height: 315px;
    }

    .icon2 {
        top: 30px;
    }
}

@media(min-width:768px) {
    .txt2 {
        font-size: 82px;
    }
    .icon2{
        top: 52px;
    }
}

@media(min-width:992px) {

    .para1,
    .para2,
    .para3 {
        height: 380px;
    }

    .icon2 {
        top: 75px;
    }
}

/* /////section 1 done-///// */

.p2txt1 {
    color: #EF8701;
    font-size: 15px;
}

.p2txt2 {
    font-size: 40px;
}

.p2txt3 {
    color: #5b5a5a;
    font-weight: 550;
}

.p2txt4 {
    color: #697977;
    font-size: 12px;
    line-height: 25px;
}

.btn2 {
    height: 50px;
    width: 200px;
    border-radius: 30px;
    background-color: #EF8701;
    color: white;
    border: 1px solid white;
}

.btn2:hover {
    background-color: #FF9711;
}

.img1 {
    height: 200px;
    width: 281px;
    rotate: -10deg;
    margin-top: 20px;
    position: relative;
    top: 30px;
}

@media(min-width:576px) {
    .p2txt2 {
        font-size: 50px;
    }

    .p2txt3 {
        font-size: 18px;
    }

    .p2txt4 {
        font-size: 15px;
        line-height: 28px;
    }

    .btn2 {
        margin-top: 30px;
    }

    .img1 {
        height: 280px;
        width: 485px;
        rotate: -6deg;
    }
}

@media(min-width:768px) {
    .p2txt2 {
        font-size: 60px;
    }

    .img1 {
        height: 410px;
        width: 700px;
        rotate: -4deg;
    }
}

@media(min-width:992px) {
    .img1 {
        height: 415px;
        width: 460px;
    }
}

/* /////section 2 done-///// */

.pg3txt1 {
    color: #EF8701;
    font-size: 20px;
}

.pg3txt2 {
    font-size: 50px;
    color: white;
    margin-bottom: 40px;
}

.page3 {
    background-image: url("../images/backgrounds/testimonials.jpg");
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 4%, 100% 1%, 100% 100%, 0% 100%);
    padding-top: 240px;
}

.img2 {
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.p3txt {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
}

.p3txt:hover {
    color: #EF8701;
}

.p3txt1 {
    color: #EF8701;
}

.p3txt2 {
    font-family: 'Montserrat', sans-serif;
    color: #A6A6A6;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 30px;
}

.star1 {
    color: #FF9711;
    font-size: 10px;
}

.star2 {
    color: aliceblue;
    font-size: 10px;
}

.btn3 {
    height: 50px;
    width: 200px;
    border-radius: 30px;
    background-color: #EF8701;
    color: white;
    border: 1px solid white;
    margin-top: 70px;
    margin-bottom: 70px;
    border: 0;
}

.btn3:hover {
    background-color: #FF9711;
}

@media(min-width:576px) {
    .pg3txt2 {
        font-size: 75px;
    }
}

@media(min-width:768px) {
    .p3txt2 {
        font-size: 16px;
    }
}

/* //////section 3 done-/////// */

.img3 {
    height: 300px;
    width: 100%;
}

.img3m {
    height: 300px;
    border: 8px solid orange;
    width: 100%;
}

@media(min-width:576px) {
    .p4img {
        width: 50%;
        margin: 0 auto;
    }
}

@media(min-width:768px) {
    .p4img {
        /* border: 2px solid red; */
        width: 50%;
        margin: 0 auto;
    }
}

@media(min-width:992px){
    .p4img{
        width: 33%;
    }
}

/* //////section 4 done-////// */

.p5txt1 {
    font-size: 15px;
    color: #EF8701;
    margin-top: 40px;
}

.p5txt2 {
    font-size: 40px;
}

.p5txt3 {
    font-size: 21px;
    color: #3d3c3c;
}

.p5txt4 {
    font-size: 14px;
    color: #888585;
    line-height: 25px;
    margin-top: 15px;
}

@media(min-width:576px) {
    .p5txt2 {
        font-size: 50px;
    }
}

@media(min-width:768px) {
    .page5 {
        bottom: 195px;
    }
}

/* //////section 5 done-////// */

.page6 {
    background-image: url("../images/backgrounds/blog.jpg");
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 4%, 100% 1%, 100% 100%, 0% 100%);
}

.p6txt1 {
    color: #EF8701;
    padding-top: 230px;
    font-size: 15px;
}

.p6txt2 {
    color: white;
    font-size: 40px;
}

.p6img1 {
    height: 200px;
    width: 296px;
    margin-bottom: 30px;
}

.link2 {
    color: white;
    font-size: 28px;
}

.link2:hover {
    color: #EF8701;
}

.p6txt3 {
    color: #EF8701;
    font-size: 15px;
}

.p6txt4 {
    color: #979797;
    margin-top: 20px;
    margin-bottom: 35px;
}

.p6txt5 {
    color: #EF8701;
    font-size: 13px;
    padding-bottom: 60px;
}

@media(min-width:576px) {
    .p6txt2 {
        font-size: 80px;
    }

    .p6img1 {
        height: 330px;
        width: 510px;
    }
}

@media(min-width:768px) {
    .p6img1 {
        height: 430px;
        width: 695px;
    }
}

@media(min-width:992px) {
    .p6img1 {
        height: 200px;
        width: 290px;
    }
}

/* //////section 6 done-////// */

.footer {
    background-color: #262626;
    border-top: 2px solid orange;
    height: 685px;
}

.p7txt1 {
    font-size: 40px;
    color: white;
    padding-top: 60px;
    padding-bottom: 50px;
    text-align: center;
}

.fimg {
    height: 45px;
}

.p7list {
    color: white;
    text-align: center;
}

.p7list li {
    list-style-type: none;
    font-size: 18px;
    line-height: 45px;
}

.p7link {
    background-color: black;
    color: #c3b8b8;
    height: 50px;
    width: 200px;
    border-radius: 40px;
    border: 2px solid #EF8701;
    align-items: center;
    margin-top: 20px;
    position: relative;
    top: 100px;
}

.p7txt2 {
    background-color: #EF8701;
    font-size: 15px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: white;
    position: relative;
    top: 100px;
}

.footerimg {
    background-image: url("../images/backgrounds/footer.png");
    background-size: 100% 100%;
    /* background-position: top right; */
    height: 270px;
}

.p7txt3 {
    color: #7f7a7a;
    margin-top: 40px;
    padding-bottom: 50px;
    font-size: 13px;
    position: relative;
    top: 100px;
}

.ftext {
    color: blue;
}

@media(min-width:576px) {
    .p7list {
        gap: 35px;
    }

    .p7link {
        width: 440px;
    }
    .footer{
        height: 600px;
    }
}

@media(min-width:768px) {
    .p7list {
        gap: 82px;
    }

    .p7link {
        width: 640px;
    }
    .footerimg{
        height: 450px;
    }
    .footer{
        height: 690px;
    }
    .p7link,.p7txt2,.p7txt3{
        top: 140px;
    }
}

@media(min-width:992px) {
    .footerimg {
        height: 500px;
    }
    .p7list{
        justify-content: space-around;
    }
    .p7link{
        width: 850px;
    }
    .footer{
        height: 730px;
    }
    .p7link,.p7txt2,.p7txt3{
        top: 150px;
    }
}

/* ///////all 7 section done-//////// */