:root {
    --padding-content-: 0% 10%;
    --primerly-color-: #ff2200;
    --font-family-: poppins;
}

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;

}

html,
body {
    width: 100%;
    height: 100%;
}

main {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
    min-height: 100vh;
    /* background-color: cadetblue; */
}

nav {
    width: 100%;
    height: 10vh;
    /* background-color: blueviolet; */
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: var(--padding-content-)
}

.centrenav {
    display: flex;
    gap: 20px;
}

.centrenav:hover a {
    color: var(--primerly-color-);
}

.rghtnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.rghtnav .cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    border-radius: 70px;
    border: none;
    background-color: var(--primerly-color-);
    color: #fff;
    transition: 0.2s;

}

.arrow {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.arrow i {
    transition: 0.2s;
}

.arrow i:first-child {
    transform: translateX(-10px);
}

.cta:hover .arrow i:first-child {
    transform: translateX(13px);
}

.cta:hover .arrow i:last-child {
    transform: translateX(12px);
}

.cta:hover {
    background-color: black;
}

.section1 {
    display: flex;
    padding: var(--padding-content-);
    width: 100%;
    height: 100vh;
    padding-bottom: 10%;
    /* gap: 30%; */
    /* background-color: aqua; */
}

.section2 {
    /* background-image:url(https://images.unsplash.com/photo-1504384308090-c894fdcc538d?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D) ; */
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 10px;
    /* background-color: blue; */
}

.sectionrght {

    width: 60%;
    height: 100vh;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 30%;
    padding-top: 7%;
    padding-bottom: 30%;
    /* margin-top: 2rem; */


}

.sectionrght button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid#575454;
    background-color: #fff;
    /* gap: 20%; */
}

h1 {
    display: flex;
    /* flex-direction: row; */
    font-size: 85px;
    line-height: 80px;
    font-weight: 600px;
    letter-spacing: -3px 0px;
    text-align: start;



}

.sectionrght button i {
    background-color: #ff2200;
    color: #fff;
    border-radius: 50px;
    padding: 7px;
}

.section-lft {

    width: 40%;
    height: 100%;
    /* padding-top:10% ; */
    /* padding-bottom: 10%; */
    /* background-color: blueviolet; */
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    /* gap: 10px; */

}

.S1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 50%;
    gap: 10px;

}


.S1 img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7px;
    height: 1%;

}

.S1 p {
    display: flex;
    align-items: end;
    justify-content: end;
}

.S2 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 70%;
    height: 30%;
    padding-top: 40%;
    /* background-color: burlywood; */
}

.S3 {
    width: 40%;
    height: 20%;
    /* background-color: cadetblue; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10%;
    padding-top: 20%;
}

.cta {
    width: 140px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 70px;
    border: none;
    background-color: var(--primerly-color-);
    color: #fff;
    transition: 0.2s;

}


.cta:hover {
    background-color: black;
}


.cta {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 90px;
    border: none;
    background-color: var(--primerly-color-);
    color: #fff;
    transition: 0.2s;

}

.section2 img {
    width: 100%;
    height: 80%;
    /* background-position: center; */
    object-fit: cover;
}

.section3 {
    display: flex;
    width: 100%;
    height: 100vh;
    padding-bottom: 50px
        /* background-color: cadetblue; */
}

.section3A {
    display: flex;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    gap: 70px;
    width: 40%;
    height: 100%;
    /* background-color: brown; */
    padding-bottom: 40px;
    padding: var(--padding-content-);

}

.section3A button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    gap: 7px;
    border-radius: 50px;
    border: 1px solid #575454;
    font-weight: 600;
    font-size: 15px;


}

.section3A i {
    color: #fff;
    background-color: #ff2200;
    border-radius: 100px;
    padding: 7px;
}

.section3A h1 {
    font-size: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: -2px;
}

.section3B {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 100%;
    /* background-color: darkgreen; */
    font-size: 30px;
    line-height: 2rem;
    padding-top: 20%;
    padding: var(--padding-content-);

}

.section3B h3 {
    font-size: 30px;
}

.section4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 100%;
    height: 80vh;
    margin-bottom: 70px;
    letter-spacing: -4px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.section4 button {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #ccc4c4;
    font-weight: 500;
    font-size: 15px;

}

.section4 i {
    color: #fff;
    background-color: #ff2200;
    border-radius: 100px;
    padding: 7px;

}

.box {
    width: 80%;
    height: 40%;
    /* background-color: yellow; */
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.box-top {
    width: 200%;
    height: 40%;
    /* background-color: coral; */
    overflow: hidden;
    animation: sideTop 20s linear infinite;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;

}

.box-btm {
    width: 200%;
    height: 40%;
    /* background-color: aqua; */
    overflow: hidden;
    animation: sidebtm 20s linear infinite;
    display: flex;
    gap: 20px;
    transform: translate(-50%);
}

.box-top img {
    padding: 15px;
    border: 1px solid #575454;
}

.box-btm img {
    padding: 15px;
    border: 1px solid #575454;
}

@keyframes sideTop {
    0% {
        transform: translate(0%);

    }

    100% {
        transform: translate(-50%);

    }

}

@keyframes sidebtm {
    0% {
        transform: translate(-50%);


    }

    100% {
        transform: translate(0%);
    }

}

.section5 {
    width: 100%;
    min-height: 40vh;
    /* background-color: brown; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;


}

.section5 button {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #ccc4c4;
    font-weight: 500;
    font-size: 15px;
}

.section5 i {
    color: #fff;
    background-color: #ff2200;
    border-radius: 100px;
    padding: 7px;

}

.content {
    width: 100%;
    min-height: 100vh;
    /* background-color: blueviolet; */
    padding: var(--padding-content-);

}

.content1 {
    width: 100%;
    height: initial;
    /* background-color: brown; */
}

.B1 {
    width: 100%;
    height: 20vh;
    /* background-color: brown; */
    /* font-weight: 100; */
    transition: 0.2s;
    overflow: hidden;
}

.B1:hover {
    height: 80vh;
}

.top-b1 {
    width: 100%;
    height: 20vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #575454;
}

.btm-b1 {
    width: 100%;
    height: 60vh;
    /* background-color: red;    */
    display: flex;
}

.B1 i {
    background-color: rgb(212, 202, 202);
    color: #575454;
    border-radius: 50px;
    font-size: 30px;
}

.B1 h1 {
    font-weight: 400;
}

.btm-rght {
    width: 50%;
    height: 100%;
    /* background-color: aquamarine; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    text-align: start;
    gap: 20px;
    margin-left: 60px;
}

.btm-lft {
    width: 50%;
    height: 100%;
    /* background-color: chocolate; */
    object-fit: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btm-lft img {
    width: 60%;
    height: 60%;
}

.section6 {
    width: 100%;
    min-height: 100vh;
    /* background-color: chartreuse; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    padding: 10px 20px;
}

.section6 button {
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    display: flex; 
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 200;
}

.section6 button i {
    color: #fff;
    background-color: #ff2200;
    border-radius: 50px;
    padding: 5px;
}

.picture {
    width: 100%;
    height: 70%;
    /* background-color: brown; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 40px; */
    padding-top: 20px;
}

.photo1 {
    width: 50%;
    height: 100%;
    /* background-color: aqua; */
    object-fit: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
}

.photo1 img {
    width: 600px;
    height: 420px;
}

.photo1 img:hover {
    scale: 1.1;
    transition: 0.5s;
}

.photo2 {
    width: 50%;
    height: 100%;
    /* background-color: blue; */
    object-fit: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 130px;
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
}

.photo2 img {
    width: 450px;
    height: 350px;
}

.photo2 img:hover {
    scale: 1.1;
    transition: 0.5s;

}

.picture1 {
    width: 100%;
    height: 60vh;
    /* background-color: coral; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden;
    /* padding-top: 20px; */
}

.pic {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px;

}

.pic img {
    width: 400px;
    height: 350px;
    object-fit: cover;
    overflow: hidden;
}

.pic img:hover {
    scale: 1.1;
    transition: 0.5s;
}

.picture2 {
    width: 100%;
    height: 70%;
    /* background-color: brown; */
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    /* margin: 40px; */
    padding-top: 20px;
}

.photo3 {
    width: 50%;
    height: 100%;
    /* background-color: aqua; */
    object-fit: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
}

.photo3 img {
    width: 600px;
    height: 420px;
}

.photo3 img:hover {
    scale: 1.1;
    transition: 0.5s;
}

.photo4 {
    width: 50%;
    height: 100%;
    /* background-color: blue; */
    object-fit: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 130px;
    transition: 0.2s;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
}

.photo4 img {
    width: 450px;
    height: 350px;
}

.photo4 img:hover {
    scale: 1.1;
    transition: 0.5s;
}

.section7{
    width: 100%;
    min-height: 100vh;
    /* background-color: cornflowerblue; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.section7 button{
    border-radius: 50px;
    padding: 10px 20px;
    border:none;
    font-weight:300;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.section7 .btn i{
    border-radius: 50px;
    padding: 5px;
    background-color: #ff2200;
    color: #fff;
}
.c1{
    width: 100%;
    height: 90%;
    /* background-color: blueviolet; */
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.card{
    width: 30%;
    height: 80vh;
    /* background-color: chocolate; */
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    text-align: start;
    margin-top: 20px;
    margin-left: 30px;
    gap: 15px;
    padding-top: 20px;
    border: 1px solid #575454;
    padding-left: 30px;

}
.card h1{
font-size: 40px;
}
.card-a{
    width: 100%;
    height: 40%;
    padding-bottom: 0;
    /* background-color: aqua; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    border-top: 1px solid #575454;
    gap: 10px;
}
.cta1{
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 70px;
    /* border-bottom: 1px solid #575454; */
    background-color: white;
    color: black;
    transition: 0.2s;

}

.cta1:hover {
    background-color:var(--primerly-color-);
    color: #fff;
}


.cta1{
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 90px;
    /* border-bottom: 1px solid #575454; */
    background-color:rgb(226, 218, 218);
    color:black;
    transition: 0.2s;
    width: 350px;


}
.kuch{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.kuch i {
    transition: 0.2s;
}

.kuch i:first-child {
    transform: translateX(-10px);
}

.cta1:hover .kuch i:first-child {
    transform: translateX(13px);
}

.cta1:hover .kuch i:last-child {
    transform: translateX(12px);
}

.cta1:hover {
    background-color:var(--primerly-color-);
}
.section7 .green{
    background-color: green;
    border-radius: 50px;
    color: #fff;
    border: none;
    width: 70px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section7 .green:hover{
    scale:1.1;
    transition: 0.2s;
}
.nab{
    width: 100%;
    height: 15%;
    /* background-color: aqua; */
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    gap: 10px;
}
.card-a h3{
    color: #575454;
}

.section8{
    width: 100%;
    height: 80vh;
     padding: var(--padding-content-);
    background-color: rgb(247, 242, 243);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
}
.section8 button{
    border-radius: 50px;
    padding: 10px 20px;
    border:1px solid #575454;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content:center ;
    font-size: 20px;
}
.section8 .cid i{
    color: #fff;
    background-color: #ff2200;
    border-radius: 50px;
    border: none;
    padding: 5px;
}
.section8 h1{
    text-align: center
}

.footer{
  background:#f5f5f5;
  padding:60px 80px 20px;
  color:#111;
}

/* Layout */
.footer-container{
  display:flex;
  justify-content:space-between;
  gap:60px;
  flex-wrap:wrap;
}

/* Left */
.logo{
  font-size:28px;
  margin-bottom:15px;
}

.footer-left p{
  max-width:320px;
  line-height:1.6;
}

/* Links + Social */
.footer-links ul,
.footer-social ul{
  list-style:none;
}

.footer-links li,
.footer-social li{
  margin-bottom:14px;
}

.footer a{
  text-decoration:none;
  color:#111;
  font-size:18px;
}

.footer a:hover{
  opacity:0.6;
}

/* Social lines */
.footer-social li{
  padding-bottom:8px;
  border-bottom:1px solid #ddd;
  width:200px;
}

/* Bottom bar */
.footer-bottom{
  margin-top:50px;
  padding-top:20px;
  border-top:1px solid #ddd;
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  font-size:14px;
  color:#555;
}

/* Responsive */
@media(max-width:768px){
  .footer-container{
    flex-direction:column;
    gap:30px;
  }

  .footer-bottom{
    flex-direction:column;
    gap:10px;
    text-align:center;
  }
}
💡 How to use

Paste HTML before closing </body>