@import url('https://fonts.googleapis.com/css2?family=Anton&family=Archivo+Black&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


* {
    margin: 0 auto;
    /* box-sizing: border-box; */
}

body {
    /* background-color: rgb(226, 255, 179); */
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* sec-1 */
.sec-1 {
    background-image: url(images/Untitled-2-copy.jpg);
    background-size: cover;
    position: relative;
    padding-bottom: 25px;
    /* height: 695px; */
}

.sec-1 .s1-part {
    text-align: center;
    padding: 138px 0px;

}

.sec-1 h1 {
    font-size: 120px;
    font-family: "Exo 2", sans-serif;
    font-weight: 900;
    color: #ffffff;
    text-shadow: #513a04 2px 2px 5px;

}

.sec-1 .logo {
    margin-top: 18px;
    box-shadow: 0px 0px 44px rgba(255, 123, 0, 0.852);
    border-radius: 29px;
    border: 5px white solid;
}

.phase {
    margin-top: 43px;
    position: relative;
    /* max-width: 500px;
    background-color: red; */
}

.s1-part .phase h3 {
    font-size: 30px;
    position: absolute;
    left: 30%;
}

.s1-part .phase h2 {
    font-size: 25px;
    position: absolute;
    left: 41.26%;
    top: 50px;
    color: white;
    background-color: #300000;
    padding: 16px 20px;
    border-radius: 10px;
    /* border: 2px white solid; */
    margin-top: 16px;
}

.menu {
    /* width: 100%; */
    background-color: #fdb900;
    /* background-color: #300000; */
    color: white;
    padding: 20px 30px 20px 30px;
    text-align: center;
}


.menu ul li {
    width: 295px;
    background-color: #502d29;
    text-decoration: none;
    color: white;
    border: 2px solid white;
    /* padding: 8px 12px; */
    border-radius: 10px;
    margin: 16px;
    font-weight: 600;
    font-size: 20px;
    list-style: none;
    display: inline-block;
    height: 50px;
    flex-wrap: wrap;
    align-content: center;

}

.menu ul li:hover {
    background-color: #421202;
    box-shadow: 0px 0px 10px;
    /* box-shadow: 0px 0px 10px #ff7b00;
    border: 2px solid rgba(255, 255, 255, 0.804); */
    /* background-color: #4872194f;
    box-shadow: 0px 0px 10px rgba(14, 29, 0, 0.858); */
}

.menu a {
    padding: 10px;
    /* background-color: olive; */
    text-decoration: none;
    color: rgba(255, 252, 252, 0.93);
    width: 40px;
}


/* sec-1 end*/

/* sec-2*/
.sec-2 {
    /* height: 700px; */
    /* height: 695px; */
    width: 1400px;
    /* background-color: rgb(215, 101, 101); */
    /* padding: 80px 0px; */

}

.sec-2 .s2-part {
    /* padding: 120px 0px; */
    /* margin: 50px 0px 25px 0px; */
    padding: 50px 0px 25px 0px;
    /* background-color: rgb(198, 56, 56); */
}

.sec-2 .heading {
    /* background-color: #fba629; */
    text-align: center;

}

.sec-2 .heading h1 {
    font-size: 55px;
    margin-bottom: 20px;
    color: #ff9b00;

    /* padding: 50px 0px 20px 0px; */
}

.sec-2 .heading p {
    font-size: 18px;
}

.sec-2 .heading h5 {
    font-size: 22px;
    padding: 20px 0px;
    color: rgb(66, 66, 66);
}

.item {
    /* background-color: rgb(246, 144, 178); */
    display: flex;
    /* padding: 0px 100px; */
    justify-content: space-between;
    padding: 25px 0px;

}

.item .design {
    /* background-color: gray; */
    background: linear-gradient(to bottom,
            /* rgb(255, 225, 0) 0%, */
            #fba629 35%,
            #282828 20%,
            #282828 100%);
    height: 202px;
    /* width: 16%; */
    width: 205px;
    display: inline;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    border: solid 2px rgb(207, 207, 207);
    padding: 20px 0px;
    transition: transform 0.3s ease;
}

.design:hover {
    transform: scale(105%);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.205);

}

.item .design h2 {
    color: #ffffff;
    font-size: 23px;
    /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
}

.item .design .shape {
    background-color: #fff4ab;
    width: 80px;
    height: 80px;
    transform: rotate(45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 40px; */
    margin: 25px auto;
    border-radius: 5px;
    border: solid 2px rgb(0, 0, 0);
}

.item .design .shape img {
    transform: rotate(-45deg);
}

/* sec-2 end*/

/* sec-3*/
.sec-3 {
    /* height: 720px; */
    /* height: 695px; */
    width: 1400px;
    /* background-color: rgb(255, 232, 232); */
    padding: 25px 25px;
}

.sec-3 h1 {
    font-size: 40px;
    margin-bottom: 40px;
    /* padding: 50px 0px 20px 0px; */
    /* font-family: 'Times New Roman', Times, serif; */
    font-family: "Oswald", sans-serif;
    text-align: center;

}

.sec-3 .level {
    display: flex;
    justify-content: center;
    padding: 0px 100px;
    gap: 95px;
    margin: 20px 0px;
    color: white;
}

.sec-3 .level .vector {
    background-color: #d78790;
    width: 50%;
    /* height: 510px; */
    padding: 15px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.sec-3 .vector .r-head {
    background-color: #bd525f;
    width: 100%;
    /* height: 485px; */
    border-radius: 0px 80px 0px 80px;
    padding: 10px 20px;
}

.sec-3 .vector .r-head h5 {
    /* text-decoration: underline; */
    font-size: 30px;
}

.sec-3 .vector .r-head ul {
    list-style: none;
    padding: 0;
}

.sec-3 .r-head ul li {
    padding-bottom: 0;
    font-size: 18px;
}

.sec-3 .r-head ul li i {
    font-size: 11px;
    margin-right: 7px;

}



.sec-3 .level .raster {
    background-color: rgb(250, 234, 157);
    width: 50%;
    padding: 15px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.sec-3 .raster .v-head {
    background-color: rgb(214, 150, 31);
    width: 100%;
    border-radius: 0px 80px 0px 80px;
    padding: 10px 20px;
}

.sec-3 .raster .v-head h5 {
    /* text-decoration: underline; */
    font-size: 30px;
}

.sec-3 .raster .v-head ul {
    list-style: none;
    padding: 0;
}

.sec-3 .v-head ul li {
    font-size: 18px;
    padding-bottom: 0;
}

.sec-3 .v-head ul li i {
    font-size: 11px;
    margin-right: 7px;

}

/* sec-3 end*/

/* sec-4*/
/* .sec-4 {
    background-color: #f3cf06;
    width: 1400px;
    height: 710px;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;

}

.sec-4 .s4-part {
    display: flex;
    width: 100%;
}

.sec-4 .compare {
    background-color: #fcf2d4;
    width: 30%;
    justify-content: center;
    padding: 35px;
    border-radius: 15px 0px 0px 15px;
}

.sec-4 .compare p {
    font-size: 19px;
    padding: 10px 0px;
}

.sec-4 .compare ul li {
    list-style: none;
    padding: 8px 0px;
    font-size: 17px;
    background-color: #ffffff;
}

.sec-4 .compare2 img {
    border-radius: 200px;
    border: solid 5px black;
}

.sec-4 .compare2 {
    background-color: #fcf2d4;
    width: 40%;
    padding: 10px;
    text-align: center;
}

.sec-4 .compare2 p {
    font-size: 17px;
    padding-top: 20px;
}

.sec-4 .compare2 .rv {
    display: flex;
    font-weight: 600;
    font-size: 17px;
    padding-top: 10px;
    color: #300000;
}

.sec-4 .compare3 {
    background-color: #fcf2d4;
    width: 30%;
    justify-content: center;
    padding: 35px;
    border-radius: 0px 15px 15px 0px;
}

.sec-4 .compare3 p {
    font-size: 19px;
    padding: 10px 0px;
}

.sec-4 .compare3 ul li {
    list-style: none;
    padding: 8px 0px;
    font-size: 17px;

} */

/* sec-4 end*/

/* sec-5*/
.sec-5 {
    display: flex;
    justify-content: center;
    /* height: 710px; */
    width: 1400px;
    /* background-color: chocolate; */
    align-items: center;
    padding: 25px 0px 25px 0px;
}

.sec-5 .s5-part {
    width: 100%;
    display: flex;
    /* background-color: red; */
}

.sec-5 .color {
    width: 60%;
    /* background-color: red; */
    padding: 20px;
}

.sec-5 .color ul li {
    font-size: 18px;
}

.sec-5 .color p {
    margin-left: 20px;
    font-size: 18px;
}

.sec-5 .color img {
    margin-top: 40px;
    margin-left: 20px;
}

.sec-5 .color h3 {
    margin: 35px 0px 10px 20px;
    font-size: 30px;
    color: #ff9b00;
}

.sec-5 .color2 {
    width: 40%;
    color: white;
    /* background-color: rgb(212, 255, 0); */
}

.sec-5 .color2 .red {
    text-align: center;
    background-color: #ef4640;
    margin: 0 auto;
    padding: 16px 0px;
    width: 120px;
    height: 90px;
    border-radius: 0px 55px 0px 0px;
}

.sec-5 .color2 h5 {
    font-size: 25px;
}

.sec-5 .color2 p {
    font-size: 16px;
}

.sec-5 .color2 .yellow {
    text-align: center;
    background-color: #f7c450;
    margin: 0px 92px;
    padding: 16px 0px;
    width: 120px;
    height: 90px;
    border-radius: 0px 0px 0px 55px;
}

.sec-5 .color2 .green {
    text-align: center;
    background-color: #4eb456;
    margin: 0 auto;
    padding: 16px 0px;
    width: 120px;
    height: 90px;
    border-radius: 0px 55px 0px 0px;
}

.sec-5 .color2 .blue {
    text-align: center;
    background-color: #184ca1;
    margin: 0px 92px;
    padding: 16px 0px;
    width: 120px;
    height: 90px;
    border-radius: 0px 0px 0px 55px;
}

.sec-5 .color2 .purple {
    text-align: center;
    background-color: #604099;
    margin: 0 auto;
    padding: 16px 0px;
    width: 120px;
    height: 90px;
    border-radius: 0px 55px 0px 0px;
}

.sec-6 {
    /* background-color: orchid; */
    padding: 25px 0px 25px 0px;
    /* height: 710px; */
    width: 1400px;
    align-items: center;
    display: flex;
    /* text-align: center; */
    /* display: flex; */
}

.s6-part {
    /* background-color: firebrick; */
    width: 100%;
}

.sec-6 .s-1 {
    text-align: center;
    line-height: 50px;
}

.sec-6 .s-1 h1 {
    font-size: 45px;
    color: #ff9b00;
}

.sec-6 .s-1 p {
    font-size: 20px;
}

.sec-6 .view {
    /* text-align: center; */
    display: flex;
    gap: 50px;
    /* background-color: #01bd3f; */
    margin-top: 20px;
}

.sec-6 .view .penel {
    width: 80%;
    /* background-color: #000; */
}

.sec-6 .view .v-1 ul {
    /* border: 2px black dashed; */
    padding: 10px;
    /* background-color: #004e92; */
}

.sec-6 .view .v-1 ul li {
    font-size: 18px;
    line-height: 32px;
}

.sec-6 .view .v-1 h3 {
    font-size: 25px;
    color: #ffd000;
}

.sec-6 .view .v-1 h4 {
    font-size: 20px;
    color: #300000;
    text-decoration: underline;
}

.sec-6b {
    /* background-color: rgb(255, 194, 253); */
    /* padding: 80px 100px; */
    /* height: 710px; */
    padding: 50px 0px 50px 0px;
    width: 1400px;
    align-items: center;
    display: flex;
    /* text-align: center; */
    /* display: flex; */
}

.s6-bpart {
    /* background-color: firebrick; */
    width: 100%;
}

.sec-6b .tools {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    gap: 25px;
    /* background-color: #000000; */
    /* margin-top: 50px; */
    /* flex-wrap: wrap; */
    /* display: flex; */
}

.sec-6b .tools .tool-p1 {
    width: 25%;
    /* background-color: #004e92; */
}

.sec-6b .tools .tool-p1 h5 {
    width: 100%;
    background-color: rgb(230, 230, 230);
    padding: 15px 0px;
    transform: rotate(-12deg);
    border-radius: 20px 30px 30px 20px;
    font-size: 17px;
}

.sec-6b .tools .tool-p1 span {
    background-color: #fba629;
    padding: 18px 20px;
    border-radius: 50px;
    border: solid 2px rgb(255, 214, 132);
    margin-right: 15px;
    position: relative;
    box-shadow: 0px 0px 6px 5px rgba(150, 150, 150, 0.827);
}


.sec-6b .tools .tool-p1 {
    width: 25%;
}

.sec-6b .tools .tool-p1 h5 {
    width: 100%;
    background-color: rgb(230, 230, 230);
    padding: 15px 0px;
    transform: rotate(-12deg);
    border-radius: 30px;
    font-size: 20px;
    color: #300000;
    border: dashed 2px;

}

.sec-6b .tools .tool-p1 span {
    background-color: #f4ca35;
    padding: 18px 20px;
    border-radius: 50px;
    border: solid 2px #300000;
    margin-right: 15px;
    position: relative;
    box-shadow: 0px 0px 6px 5px rgba(150, 150, 150, 0.827);
}

.sec-6b .tools .tool-line {
    background-color: #f4ca35;
    padding: 10px;
    border-radius: 0px 0px 60px 0px;
    margin-top: 22px;
    margin-left: 10px;
    height: 150px;
    font-size: 21px;
    box-shadow: 2px 2px 2px rgba(50, 34, 5, 0.636);
    /* box-shadow: -5px 5px 2px rgba(0, 0, 0, 0.468); */
}

/* sec-6 end*/

/* sec-7*/
.sec-7 {
    /* height: 600px; */
    width: 1400px;
    /* background-color: rgb(167, 81, 81); */
    display: flex;
    padding: 50px 0px 60px 0px;
    /* justify-content: center;
    align-items: center; */
}

.sec-7 h3 {
    font-size: 40px;
    margin-bottom: 5px;
    color: #ff9b00;
    text-align: center;
}

.sec-7 .left {
    display: flex;
    gap: 30px;
    margin-top: 25px;
    /* background-color: red; */
}

.sec-7 .left .format-items {
    width: 190px;
    height: 240px;
    background: #300000;
    border-radius: 18px;
    position: relative;
}

/* Folded corner */
.format-items::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    height: 62px;
    background: #ffffff;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/* inner fold shadow */
.format-items::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #ff9b00;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    border-bottom-left-radius: 10px;
}

.sec-7 .left .format-items h5 {
    /* text-align: center; */
    color: #ff9b00;
    font-size: 35px;
    padding: 20px 20px;
}

.sec-7 .left .format-items p {
    padding: 0px 20px;
    color: #ffffff;
    font-size: 20px;
}

/* sec-7 end*/



/* .sec-8 */
.sec-8 {
    /* margin: 0px 100px; */
    /* height: 710px; */
    padding: 25px 0px 25px 0px;
    width: 1400px;
    /* background-color: rgb(255, 153, 0); */
}

.sec-8 .s-d {
    display: flex;

}

.sec-8 .s-d .left-side {
    width: 38%;
    /* background-color: #071024; */
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.sec-8 .s-d .right-side {
    width: 45%;
    margin-top: 35px;
    /* background-color: #004e92; */
}

.sec-8 .left-side .left-item h3 {
    background-color: rgb(210, 210, 210);
    text-align: center;
    padding: 18px;
    border-radius: 40px 40px 0px 0px;
    /* box-shadow: 0px 2px 8px 2px inset; */
    box-shadow: 0px 2px 2px;
    font-size: 22px;

}

.sec-8 .s-d .left-side .left-item {
    background-color: rgb(255, 220, 47);
    width: 90%;
    /* height: 280px; */
    /* padding: 20px; */
    border-radius: 50px 50px 40px 40px;
    margin: 10px 0px;
    box-shadow: 2px -1px 12px inset;
}

.sec-8 .s-d .left-side .left-item .select {
    padding: 20px 30px 10px 40px;
    font-size: 19px;
}

.sec-8 .mid-item {
    width: 10%;
    /* background-color: rgb(214, 150, 31); */
}

.sec-8 .mid-item h2 {
    padding: 20px;
    text-align: center;
    background-color: #300000;
    color: #ff9b00;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-top: 10px;
    font-size: 32px;
    border-radius: 20px;
    border: solid 8px;
}

/* sec-8 end */

/* sec-9*/
.sec-9 {
    /* margin: 30px 100px; */
    /* height: 710px; */
    width: 1400px;
    /* background-color: lawngreen; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0px 25px 0px;
}


.sec-9 h3 {
    font-size: 35px;
    text-align: center;
    color: #ff9b00;
}

.sec-9 p {
    font-size: 20px;
    text-align: center;
    color: #300000;
}

.sec-9 .shapes img {
    margin-right: 20px;
}

.sec-9 .shapes {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #356243;
    border-left: solid 22px #956732;
    border-right: solid 22px #90622f;
    border-top: solid 22px #b08037;
    border-bottom: solid 22px#b08037;
    box-shadow: 0px 0px 60px 30px inset #152b1cde;
    /* width: 100%; */
    padding: 40px;
}

.sec-9 .shapes .sp-1 {
    width: 40%;
    /* background-color: red; */
}

.sec-9 .shapes .sp-1 li {
    font-size: 20px;
}

.sec-9 .shapes .sp-2 {
    width: 40%;
    color: white;
    /* border: dashed 3px ; */
    padding: 20px 20px;
    /* background-color: rgb(221, 255, 0); */
}

.sec-9 .shapes .sp-2 ul {
    font-size: 22px;
}

.sec-9 .shapes .sp-2 li {
    font-size: 20px;
}

.sec-9 .shapes .sp-3 {
    width: 28%;
    margin-top: 60px;
    /* padding-right: 40px; */

    /* background-color: rgb(0, 110, 255); */
}

.sec-9 .shapes .sp-4 {
    width: 30%;
    /* margin-top: 40px; */
    /* background-color: rgb(255, 0, 183); */
}

.sec-9 .shapes .sp-5 {
    width: 30%;
    /* margin-top: 40px; */
    /* background-color: rgb(0, 110, 255); */
}

.sec-9 .shapes .sp-1 ul {
    color: white;

}

.sec-9 .shapes p {
    font-size: 20px;

}


/* sec-9 end */

/* sec-10 */
.sec-10 {
    /* margin: 30px 100px; */
    /* height: 710px; */
    width: 1400px;
    /* background-color: rgb(228, 228, 164); */
    display: flex;
    align-items: center;
    padding: 25px 0px 25px 0px;
}

.sec-10 h3 {
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}

.sec-10 .inner-s10 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: forestgreen */
}

.sec-10 .inner-s10 h3 {
    font-size: 35px;
    color: #ff9b00;
}

.sec-10 .inner-s10 .pen1 {
    width: 20%;
    background-color: #fff8e5;
    border: 5px solid #ff9b00;
    border-radius: 20px;
    padding: 20px;
}

.sec-10 .inner-s10 .pen1 li {
    font-size: 17px;
}

.sec-10 .inner-s10 .pen2 {
    width: 35%;
    /* background-color: #604099; */
}


.sec-10 .inner-s10 .pen3 {
    width: 35%;
    /* background-color: #330b79; */
}

/* sec-10 end */

/* shivani ANCHOR tool */
.anchor {
    width: 1400px;
    /* background-color: rgb(199, 175, 175); */
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 30px 0px;
}



.anchor .anchortool {
    width: 30%;
    background-color: #fff8e5;
    border: 1px solid #ff9b00;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 15px #ff99006b;
    /* border: 5px solid; */
}

.anchortool .anchorimg-1 {
    margin-bottom: 30px;
    /* background-color: brown; */

}

.anchor .delete {
    width: 30%;
    background-color: #fff8e5;
    border: 1px solid #ff9b00;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 15px #ff99006b;
}



.anchor .anchorpoint {
    width: 30%;
    background-color: #fff8e5;
    border: 1px solid #ff9b00;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 15px #ff99006b;
}


.anchor h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

.anchor p {
    font-size: 21px;
    margin-bottom: 40px;
}

.anchor h3 {
    font-size: 28px;
    margin-bottom: 30px;
}


.anchorpoint ul li {
    list-style: none;
    font-size: 21px;

}

.anchorpoint ul li i {
    font-size: 15px;
    color: #ff9b00;
    margin-right: 8px;
}

.anchorpoint img {
    /* background-color: rgb(107, 207, 243); */
    margin-bottom: 30px;
    width: 400px;
}


.curveature {
    width: 1400px;
    /* background-color: yellowgreen; */
    display: flex;
    justify-content: center;
    /* align-items: center; */

    padding: 30px 0px;
}


.curveature .flower {
    width: 50%;
    /* background-color: antiquewhite; */
}

.curveature .curveimg {
    width: 50%;
    /* background-color: rgb(220, 89, 247); */
    display: flex;
    align-items: center;
    text-align: center;
}

.curveature p {
    font-size: 21px;
}

.curveature h2 {
    font-size: 30px;
    margin-bottom: 5px;
}


.curveature h3 {
    font-size: 25px;
    margin-bottom: 20px;
}





.curve {
    width: 1400px;
    /* background-color: rgb(249, 146, 146); */
    display: flex;
    justify-content: center;
    padding: 30px 0px;
    gap: 30px;
}



.curve .knife {
    width: 30%;
    background-color: #fff8e5;
    border: 1px solid #ff9b00;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 15px #ff99006b;
}

.knife ul {
    margin-top: 25px;
}

.knife ul li {
    list-style: none;
    font-size: 21px;
    word-spacing: 4px;
    line-height: 30px;
    /* margin-top: 20px; */
    /* background-color: red; */
}

.knife ul li i {
    font-size: 15px;
    color: #ff9b00;
    margin-right: 8px;
}

.curve .Eraser {
    width: 30%;
    background-color: #fff8e5;
    border: 1px solid #ff9b00;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 15px #ff99006b;
}

/* .Eraser img {
    background-color: aqua;

} */

.curve .Scissor {
    width: 30%;
    background-color: #fff8e5;
    border: 1px solid #ff9b00;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0px 0px 15px #ff99006b;
}


.curve h2 {
    font-size: 30px;
    margin-bottom: 40px;
}

.curve p {
    font-size: 18px;
    margin-bottom: 40px;
    word-spacing: 4px;
    line-height: 30px;
}

.curve h3 {
    font-size: 28px;
    margin-bottom: 30px;
}




.Scissor .sci {
    /* background-color: rgb(107, 207, 243); */
    margin-bottom: 30px;
}

.sci .asset8 {
    /* background-color: rgb(135, 235, 140); */
    margin-bottom: 30px;

}

/* 
.sci .asset7 {
    background-color: rgb(253, 251, 102);
    margin-bottom: 30px;
} */

/* shivani ANCHOR tool end */

/* anjali Line Segment Tool */
.line-tool1 {
    /* background-color: rgb(255, 183, 75); */
    width: 1400px;
    display: flex;
    /* gap: 30px; */
    margin-bottom: 30px;
}

.line-tool1 .line-items {
    /* background-color: #f4ca35; */
    width: 55%;
    padding: 20px;
    /* box-shadow: inset 0px 0px 80px #ff8001; */
    /* border: 3px dotted black; */
    /* border: 5px solid rgba(255, 0, 0, 0.377); */
    margin-right: 80px;
}

.line-items h3 {
    font-size: 25px;
    margin-bottom: 12px;
}

.line-items p {
    font-size: 21px;
    margin-bottom: 17px;
}

.line-items ul {
    list-style: none;
}

.line-items li {
    font-size: 19px;
    margin-bottom: 6px;
}

.line-items i {
    font-size: 13px;
    color: #ff9b00;
}

.line-tool1 .line-item {
    /* background-color: red; */
    width: 30%;
    display: flex;
    align-items: center;

}

.line-item .line-image {
    /* background-color: rgb(255, 120, 70); */
    /* display: flex;
    align-items: end;
    justify-content: center; */
    padding-left: 50px;
}

.line-image img {
    width: 100%;
}

.line-items .shape {
    width: 40%;
    margin-top: 30px;
    margin-left: 30px;
}


.line-tool2 {
    /* background-color: rgb(209, 142, 42); */
    width: 1400px;
    max-width: 1235px;
    display: flex;
    gap: 50px;
    margin-bottom: 30px;
}

.line-tool2 .tool2-items {
    /* background-color: red; */
    width: 50%;
    padding: 20px;
    /* margin-left: 85px; */
}

.tool2-items h3 {
    font-size: 25px;
    margin-bottom: 15px;
    color: #ff9b00;
}

.tool2-items p {
    font-size: 21px;
    margin-bottom: 17px;
}

.tool2-items ul {
    list-style: none;
}

.tool2-items li {
    font-size: 19px;
    margin-bottom: 6px;
}

.tool2-items i {
    font-size: 13px;
    color: #ff9b00;
}

.tool2-items .shape {
    width: 35%;
    margin-top: 30px;
    margin-left: 30px;
}

.tool2-items .shapes {
    width: 60%;
    margin-top: 30px;
    margin-left: 30px;
}


.line-tool3 {
    /* background-color: rgb(205, 131, 20); */
    width: 1400px;
    max-width: 1235px;
    display: flex;
    gap: 50px;
    margin-bottom: 30px;
}

.line-tool3 .tool3-items {
    /* background-color: red; */
    /* border: 1px solid #ff9b00; */
    width: 50%;
    padding: 20px;
    /* box-shadow: 0px 0px 15px #ff9900c3; */
    border-radius: 30px;
}

.tool3-items h3 {
    font-size: 25px;
    margin-bottom: 15px;
    color: #ff9b00;
}

.tool3-items p {
    font-size: 21px;
    margin-bottom: 17px;
}

.tool3-items ul {
    list-style: none;
}

.tool3-items li {
    font-size: 19px;
    margin-bottom: 6px;
}

.tool3-items i {
    font-size: 13px;
    color: #ff9b00;
}

.tool3-items .shape {
    width: 50%;
    margin-top: 30px;
    margin-left: 30px;
}

.tool3-items .shapes {
    width: 25%;
    margin-top: 30px;
    margin-left: 30px;
}


/* <!-- shape builder tool --> */

.shape-builder {
    /* background-color: green; */
    width: 1400px;
    /* max-width: 1200px; */
}

.shape-builder h3 {
    font-size: 28px;
    text-align: center;
}



.shape-builder .first-tool {
    /* background-color: yellow; */
    padding: 0px 30px;
    margin-bottom: 50px;
}

.shape-builder h1 {
    font-size: 30px;
    /* margin-bottom: 20px; */
    color: #ff9b00;
    text-align: center;
}

.shape-builder h3 {
    font-size: 30px;
    margin-bottom: 50px;
    color: #ff9b00;
}

.second .shape-builder-tool {
    /* background-color: rgb(255, 77, 106); */
    width: 1400px;
    max-width: 1300px;
    display: flex;
    /* gap: 30px; */
    padding: 0px 30px;
    margin-bottom: 50px;
}

.shape-builder .second .left-second {
    /* background-color: red; */
    width: 65%;
    display: block;
    text-align: left;
    /* padding: 20px; */
    /* gap: 30; */
}

.shape-builder .second .left-second img {
    width: 92%;
    margin-bottom: 20px;
    text-align: center;
}

.shape-builder .second .right-second {
    /* background-color: rgb(255, 154, 154); */
    width: 30%;
    display: block;
    /* padding: 20px; */
    /* text-align: center; */
}

.shape-builder .second .right-second img {
    width: 100%;
    margin-bottom: 20px;
}


.shape-builder .third {
    /* background-color: rgb(255, 77, 106); */
    width: 1400px;
    max-width: 1300px;
    padding: 0px 30px;
    margin-bottom: 50px;
}

.shape-builder .third img {
    width: 100%;
}

.shape-builder .forth {
    /* background-color: rgb(103, 0, 17); */
    width: 1400px;
    padding: 0px 30px;
    display: flex;
    gap: 40px;
    /* margin-bottom: 50px; */
}

.shape-builder .forth .left-forth {
    width: 35%;
    text-align: center;
    /* background-color: aquamarine; */
}

.shape-builder .forth .left-forth .keyy {
    font-size: 22px;
    font-weight: bolder;
    background-color: rgb(255, 196, 0);
    /* width: 80%; */
    text-align: center;
    padding: 7px 0;
    margin: 15px 50px;
}

.shape-builder .forth .right-forth {
    width: 65%;
    /* background-color: rgb(0, 162, 108); */
    display: block;
}

.shape-builder .forth .right-forth .join-items {
    /* background-color: rgb(255, 149, 0); */
    border: 2px solid rgb(255, 208, 0);
    width: 80%;
    padding: 10px;
    margin-bottom: 25px;
}

.shape-builder .forth .right-forth .join-items p {
    font-size: 24px;
    margin-bottom: 25px;
}

.shape-builder .forth .right-forth .join-items b {
    font-size: 27px;
}

.shape-builder .forth .right-forth .join-items i {
    font-size: 17px;
}



.shape-builder .forth .right-forth .join-items .join-image p {
    font-size: 19px;
    margin-left: 20px;
}

.shape-builder .forth .right-forth .join-items .join-image img {
    width: 40%;
    margin-bottom: 8px;
}


/* anjali Line Segment Tool end */

/* sec-11 */
.sec-11 {
    /* height: 710px; */
    width: 1400px;
    display: flex;
    align-items: center;
    padding: 25px 0px 25px 0px;
    /* background-color: hotpink; */
}

.sec-11 .stroke {
    display: flex;

}

.sec-11 .stroke .s-1 {
    width: 30%;
    background-color: #ff9b00;
    border-radius: 20px;
    border: 5px solid #300000;
    box-shadow: 0px 4px 6px #3000005d;
    padding: 30px;
    margin: 0px 30px;
}

.sec-11 .stroke .s-1 h5 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 10px;
}

.sec-11 .stroke .s-1 p {
    color: white;
}

.sec-11 .s-1 ul {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
}

.sec-11 .s-1 ul li {
    font-size: 18px;
    font-weight: normal;
}

/* sec-11 end */

/* sec-12 */
.sec-12 {
    display: flex;
    align-items: center;
    /* background-color: red; */
    /* height: 710px; */
    padding: 70px 0px 70px 0px;
    width: 1400px;
    gap: 50px;
}

.sec-12 .s12-part {
    width: 100%;
    gap: 50px;
    display: flex;
}

.sec-12 .summer1 {
    width: 50%;
    background-color: rgb(255, 206, 229);
    border: 5px solid palevioletred;
    /* background-color: #ffd18c;
    border: 5px solid #300000; */
    border-radius: 20px;
    padding: 30px;
    font-size: 18px;
    word-spacing: 6px;
    position: relative;
}

.sec-12 .summer1 h1 {
    position: absolute;
    font-size: 18px;
    padding: 10px;
    background-color: palevioletred;
    color: white;
    border-radius: 20px;
    left: 30px;
    top: -20px;
    /* right: 30px; */
}

.sec-12 .summer1 .all {
    display: flex;
    justify-content: center;
}

.sec-12 .summer1 h5 {
    margin: 14px 0px;
    font-size: 20px;
}




/* 
.sec-12 .summer1 {
    width: 50%;
    background-color: rgb(255, 206, 229);
    border: 5px solid palevioletred;
    border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
} */

.panel-right img {
    width: 90%;
}


/* sec-12 end */


/* sec-14 */

.sec-14 {
    /* margin: 0px 100px; */
    width: 1400px;
}

.sec-14 h2,
.sec-14 p,
.sec-14>.gradient-img {
    text-align: center;
    margin-bottom: 10px;
}

.sec-14 h2 {
    font-size: 35px;
    color: #ff9b00;
}

.sec-14 p {
    font-size: 18px;
    padding: 0px 100px;
}

.sec-14 .gradient-img {
    /* margin: 30px 0px; */
    margin-bottom: 60px;
    margin-top: 20px;
}

.sec-14 .vivid-gradient {
    display: flex;
    align-items: center;
    /* height: 710px; */
    width: 1400px;
    /* background-color: gainsboro; */
    padding: 0px 0px 20px 0px;

}

.sec-14 .vivid-gradient .vivid-img {
    width: 100%;
    /* background-color: red; */
    display: flex;
    justify-content: space-around;
}

.sec-14 .vivid-gradient img {
    width: 45%;
    border: solid 10px rgb(255, 246, 217);
    padding: 10px;
    border-radius: 20px;
    /* box-shadow: -2px 6px 5px rgb(194, 194, 194); */


}

.sec-14 .vivid-gradient2 {
    display: flex;
    align-items: center;
    /* height: 710px; */
    width: 1400px;
    /* background-color: rgb(157, 6, 6); */
    padding: 40px 0px 20px 0px;

}

.sec-14 .vivid-gradient2 .vivid-img2 {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.sec-14 .vivid-gradient2 img {
    width: 45%;
    border: solid 10px rgb(223, 176, 19);
    padding: 10px;
    border-radius: 20px;

}

.sec-14 .vivid-gradient2 img {
    width: 45%;
    border: solid 10px rgb(255, 246, 217);
    padding: 10px;
    border-radius: 20px;

}

.sec-14 h3 {
    text-align: center;
}

.sec-14 .digital {
    /* margin: 50px 0px; */
    /* height: 650px; */
    width: 1400px;
    display: flex;
    padding: 25px 0px 25px 0px;
    /* background-color: rgb(83, 226, 209); */
}

.sec-14 .digital .digits {
    display: flex;
    background-color: rgb(255, 255, 255);
    border: 5px solid palevioletred;
    border-radius: 40px;
    align-items: center;
    height: 530px;
    position: relative;
}

.sec-14 .d-1 {
    /* background-color: #184ca1; */
    width: 60%;
    padding-left: 80px;

}

.sec-14 .d-1 h3 {
    padding: 10px 20px;
    background-color: palevioletred;
    color: white;
    border-radius: 20px;
    left: 80px;
    top: -20px;
    position: absolute;
    font-size: 20px;
}

.sec-14 .d-1 h1 {
    /* background-color: gray; */
    font-size: 80px;
    /* margin-top: 70px; */
    font-weight: 700;
}

.sec-14 .d-2 {
    margin-right: 80px;
}

/* sec-14 end */

/* sec-15 */

.sec-15 {
    display: flex;
    /* background-color: #596235; */
    padding: 25px 0px 25px 0px;
}

.sec-15 .groups {
    display: flex;
    width: 1400px;
    /* background-color: #356243; */
    /* height: 710px; */
    align-items: center;
    justify-content: space-between;
}

.sec-15 .groups .group1 {
    width: 28%;

}

.sec-15 .groups .group1 i {
    font-size: 13px;
    margin-right: 8px;
    color: #ffdb39;
}

.sec-15 .groups .group1 h6 {
    margin-bottom: 10px;
    font-size: 18px;
}

.sec-15 .group1 h4 {
    font-size: 24px;
    color: #ff6200;
    margin-bottom: 20px;
}

.sec-15 .group1 .hold {
    margin-bottom: 30px;
}

.sec-15 .group1 p {
    font-size: 18px;
    margin-bottom: 10px;
}

.sec-15 .groups .group2 {
    width: 40.40%;
    /* background-color: rgb(167, 213, 245); */
    /* border: 5px solid #ff9b00; */
}

.sec-15 .groups .group3 {
    width: 19.95%;
    /* background-color: lavender; */
    /* border: 5px solid #ff9b00; */
    text-align: right;
}

/* sec-15 end*/

/* pathfinder */
.pathfinder {
    /* height: 710px; */
    width: 1400px;
    /* background-color: rebeccapurple; */
    align-items: center;
    display: flex;
}

.pathfinder h4 {
    font-size: 35px;
    margin-bottom: 50px;
    color: #ff9b00;
}

.pathfinder .l-r {
    display: flex;
}

.l-r .pathfinder-left {
    width: 50%;
    /* background-color: rgb(0, 73, 49); */
}

.pathfinder-left .pathfinder-panel {
    gap: 30px;
    display: flex;
}

.pathfinder-left .panel-left {
    width: 50%;
}

.panel-left p {
    font-size: 20px;
    margin-bottom: 25px;
}

.panel-left h5 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #ff9b00;
}

.panel-left ul {
    list-style: none;
}

.panel-left li {
    margin-bottom: 10px;
    font-size: 18px;
}

.l-r .pathfinder-right {
    /* background-color: aqua; */
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pathfinder-right img {
    width: 100%;
}

/* pathfinder end*/

/* pathfiner add */
.lg {
    width: 1400px;
    /* height: 768px; */
    /* background-color: red; */
    padding-top: 70px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
}

.lg .lg-part h3 {
    text-align: center;
    width: 10%;
    font-size: 25px;
    margin-bottom: 20px;
    color: white;
    padding: 10px 10px;
    background-color: palevioletred;
    border-radius: 40px;
    /* background-color: red; */
}

.lg .lg-images {
    /* background-color: yellow; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.lg .image-item {
    background-color: rgb(255, 255, 255);
    border: 1px solid palevioletred;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(216, 112, 147, 0.538);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;
    /* margin-bottom: 20px; */
    /* position: relative; */
}

/* .lg .image-item h3 {
    position: absolute;
    padding: 10px 10px;
    background-color: palevioletred;
    color: white;
    border-radius: 20px;
    left: 20px;
    top: -20px;
    position: absolute;
    font-size: 16px;
} */

.lg .image-item img {
    width: 190px;
}

.lg .lg-notes {
    /* background-color: aqua; */
    margin: 0px;
}

.lg .lg-notes h5 {
    font-size: 25px;
    margin: 20px 0px;
    color: rgb(255, 187, 0);
    text-align: center;
}

.lg .lg-notes .lg-notes-item {
    /* background-color: blueviolet; */
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    gap: 40px;
}

.lg .lg-notes .lg-notes-items {
    width: 50%;
    padding: 0px 20px 0px 20px;
    /* background-color: rgba(53, 0, 0, 0.596); */
    display: flex;
    /* justify-content: center;
    align-items: center; */
}

.lg .lg-notes .lg-notes-items ul {
    list-style: none;
    /* background-color: aqua; */
    padding-left: 0px;
}

.lg .lg-notes .lg-notes-items li {
    font-size: 16px;
    padding: 20px 30px 20px 30px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 187, 0, 0.788);
    border-radius: 8px;
    background-color: #fff8e5;
    color: rgba(0, 0, 0, 0.842);
    /* margin-left: 0px; */
}

.lg .lg-notes .lg-notes-items i {
    font-size: 18px;
    color: rgb(255, 187, 0);
}


/* pathfiner add end */


/* type tool */
.type-tool {
    /* background-color: rgb(176, 255, 162); */
    margin-bottom: 40px;
    height: 600px;
    width: 1400px;
    display: flex;
    justify-content: space-between;
}

.type-tool h5 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #ff9b00;
}

.type-tool p {
    font-size: 20px;
}

.type-tool ul {
    list-style: none;
}

.type-tool ul li {
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 30px;
}

.type-tool ul li i {
    font-size: 9px;
    /* align-items: center; */
}

.type-tool .parts {
    background-color: #fff8e5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    border-radius: 20px;
}

.parts .left-part {
    /* background-color: red; */
    width: 35%;
    margin-left: 140px;
}

.parts .left-part p {
    margin-bottom: 20px;
    font-weight: 500;
    color: #300000;
}

.parts .right-part {
    /* background-color: rgb(0, 119, 255); */
    width: 40%;
    display: flex;
    /* align-items: center; */
    justify-content: start;
}

/* type tool end */

/* types of type tool */
.types {
    /* background-color: brown; */
    /* height: 720px; */
    width: 1400px;
    padding: 10px 0px 30px 0px;

}

.types .type-content {
    display: flex;
    flex-wrap: wrap;
    /* background-color: #fffccb; */
}

.types h4 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #ff9b00;
    text-align: center;
}

.types p {
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
}

.types h5 {
    font-size: 21px;
    margin-bottom: 0px;
    /* background-color: red; */
    margin-top: 0px;

}

.types ul {
    list-style: none;
    color: #300000;
    /* margin-bottom: 15px; */
    /* background-color: yellow; */
}

.types li {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.815);
}

.types i {
    font-size: 6px;
}

.types-items {
    background-color: #f4ca35;
    border: 1px solid #300000;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    width: 30%;

}

/* types of type tool end */

/* important text feature */
.text-feature {
    /* background-color: lightblue; */
    /* margin-bottom: 50px; */
    /* height: 710px; */
    width: 1400px;
}

.text-feature .important {
    /* background-color: rgb(0, 123, 255); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-feature .important .left-side {
    width: 50%;
    /* background-color: red; */
}

.text-feature .important .left-side h5 {
    font-size: 30px;
    color: #ff9b00;
    margin-bottom: 0px;
}

.text-feature .important .left-side p {
    font-size: 20px;
    margin-bottom: 25px;
}

.text-feature .important .left-side ul {
    list-style: none;
}

.text-feature .important .left-side li {
    font-size: 19px;
    margin-bottom: 7px;
}

.text-feature .important .left-side i {
    font-size: 15px;
    color: #ff9100;
}

.text-feature .important .right-side {
    width: 55%;
    /* background-color: rgb(17, 255, 0); */
    padding: 10px;
}

.important .right-side .character {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.important .right-side .character img {
    width: 100%;
}

.text-feature .last-image {
    /* background-color: aquamarine; */
    padding: 10px;
}

.text-feature .last-image img {
    /* width: 100%; */
    /* height:"300px"; */
    height: 300px;
}

/* important text feature end */


/* Illustrator shortcut */


.shortcut {
    height: 710px;
    width: 1400px;
    /* background-color: maroon; */
    display: flex;
    /* align-items: center; */
}

.shortcut .shortcut-part {
    /* background-color: navajowhite; */
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.shortcut .shortcut-part h1 {
    width: 100%;
    text-align: center;
    /* background-color: gold; */
    padding-top: 30px;
}

.shortcut .shortcut-part .short-a {
    width: 100%;
    margin: 0px;
    padding: 0;
}

.shortcut .shortcut-part .short-a h4 {
    color: #f5b041;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 40px;
    margin-top: 20px;
}

.shortcut .shortcut-part .short-a p {
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.168);
    padding: 8px 40px;
    font-size: 16px;
}

.shortcut .short-a p:last-child {
    border-bottom: none;
}

.shortcut .shortcut-part .short-1 {
    width: 35%;
    background-color: #000000;
    display: flex;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(255, 145, 0, 0.6);
    margin-bottom: 10px;
    margin-left: 13%;
}

.shortcut .shortcut-part .short-2 {
    width: 50%;
    /* background-color: #2bff00; */

}

.shortcut .short-2 .short-2i {
    display: flex;
    background-color: #000000;
    border-radius: 20px;
    width: 70%;
    /* gap: 40px; */
    box-shadow: 0 0 30px rgba(255, 145, 0, 0.6);
    margin-left: 15px;
}

.shortcut .short-2 .short-2i:first-child {
    margin-bottom: 10px;
}

.shortcut .short-2i .short-2a,
.shortcut .short-2i>.short-2b {
    width: 50%;
}

.shortcut .short-2i .short-2a h3,
.shortcut .short-2i .short-2b>h3 {
    color: #f5b041;
    margin-bottom: 10px;
    margin-left: 40px;
    margin-top: 20px;
}

.shortcut .short-2i .short-2a p,
.shortcut .short-2i .short-2b>p {
    color: white;
    border-bottom: solid 1px rgba(255, 255, 255, 0.168);
    width: 100%;
    /* background-color: red; */
    padding: 8px 40px;
    font-size: 16px;
    box-sizing: border-box;
}

.shortcut .short-2i p:last-child {
    border-bottom: none;
}



.shortcuts-2 {
    height: 710px;
    width: 1400px;
    /* background-color: rgb(76, 86, 76); */
    display: flex;
    align-items: center;
}

.shortcuts-2 h3 {
    color: #f5b041;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: 40px;
    margin-top: 20px;
}

.shortcuts-2 p {
    color: white;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.168); */
    padding: 8px 40px;
    font-size: 16px;
}

.shortcuts-2 .shortcuts2-main {
    width: 100%;
    /* background-color: red; */
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    /* box-sizing: border-box; */
}

.shortcuts-2 .shortcuts2-main h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.shortcuts-2 .sana {
    width: 50%;
    /* background-color: rebeccapurple; */

}

.shortcuts-2 .sana .sana-main {
    /* background-color: rgb(240, 220, 140); */
    width: 100%;
    box-sizing: border-box;
}

.shortcuts-2 .sana .sana-main .sana-left {
    display: flex;
    width: 70%;
    margin: 0px 20px 30px 182px;
    background-color: #000000;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(255, 145, 0, 0.6);
}

.shortcuts-2 .sana .sana-left .sana-p1 {
    width: 45%;
    /* background-color: rgb(236, 255, 207); */
}

.shortcuts-2 .sana .sana-left .sana-p2 {
    width: 55%;
    /* background-color: rgb(35, 58, 0); */
}

.shortcuts-2 .sana .sana-main .sana-right {
    display: flex;
    width: 70%;
    margin: 0px 20px 30px 182px;
    background-color: #000000;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(255, 145, 0, 0.6);
}


.shortcuts-2 .sana .sana-right .sana-p1 {
    width: 45%;
    /* background-color: rgb(184, 238, 103); */
}

.shortcuts-2 .sana .sana-right .sana-p2 {
    width: 55%;
    /* background-color: rgb(107, 173, 9); */
}



.shortcuts-2 .shivani {
    width: 50%;
    /* background-color: rgb(153, 51, 150); */
}

.shortcuts-2 .shivani .shivani-main {
    /* background-color: rgb(140, 240, 147); */
    width: 100%;
    box-sizing: border-box;
}

.shortcuts-2 .shivani .shivani-main .shivani-left {
    display: flex;
    width: 70%;
    margin: 0px 20px 30px 10px;
    background-color: #000000;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(255, 145, 0, 0.6);
}

.shortcuts-2 .shivani .shivani-left .shivani-p1 {
    width: 45%;
    /* background-color: rgb(132, 152, 102); */
}

.shortcuts-2 .shivani .shivani-left .shivani-p2 {
    width: 55%;
    /* background-color: rgb(35, 58, 0); */
}


.shortcuts-2 .shivani .shivani-main .shivani-right {
    display: flex;
    width: 70%;
    margin: 0px 20px 30px 10px;
    background-color: #000000;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(255, 145, 0, 0.6);

}


.shortcuts-2 .shivani .shivani-right .shivani-p1 {
    width: 45%;
    /* background-color: rgb(184, 238, 103); */
}

.shortcuts-2 .shivani .shivani-right .shivani-p2 {
    width: 55%;
    /* background-color: rgb(107, 173, 9); */
}















/* Illustrator shortcut end */


/* creating Cumpass*/

.creating {
    /* background-color: burlywood; */
    display: flex;
    /* height: 710px; */
    width: 1400px;

}

.creating .creationg-img {
    width: 50%;
    /* background-color: rgb(36, 58, 78); */
    display: flex;
    /* padding-top: 100px; */
}

.creationg-img img {
    width: 90%;
}

.creating .creationg-item {
    width: 50%;
    /* background-color: rgb(148, 174, 197); */
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
}

.creationg-item h4 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #ff9b00;
}

.creationg-item p {
    font-size: 20px;
    line-height: 28px;
}

/* creating Cumpass end */

/* Basic Transformations */

.basic {
    /* background-color: rgb(255, 209, 201); */
    display: flex;
    height: 710px;
    width: 1400px;
    align-items: center;


}

.basic .basic-part {
    background-color: #fff8e5;
    display: flex;
    align-items: center;
    width: 90%;
    height: 80%;
    border-radius: 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.189);

}

.basic .base1 {
    width: 40%;
    margin-right: 20px;
    /* background-color: #0088d1; */
}

.basic .base1 h4 {
    font-size: 30px;
    color: #ff9b00;
}

.basic .base1 ul {
    font-size: 20px;
    font-weight: 600;
    padding: 20px 0px;
    color: #300000;
}

.basic .base1 ul li {
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    color: black;
    /* font-weight: 600; */
}

.basic .base2 {
    width: 30%;
    /* background-color: #2e6f73; */
    margin-right: 70px;
}

/* Basic Transformations end */

/* Shape Builder Tool,Clipping Masks,Compound Path  */
.clip {
    height: 710px;
    width: 1400px;
    /* background-color: gainsboro; */
}

.clip .clip-part {
    display: flex;
    flex-wrap: wrap;
}

.clip .clip1 {
    /* background-color: #0088d1; */
    width: 30%;
    padding: 10px;
    border: solid 1px #ff9b00;
    border-radius: 20px;
    box-shadow: 0px 0px 12px #ff8000a2;
}

.clip .clip1 h4 {
    margin-bottom: 20px;
    font-size: 25px;
    color: #ff9b00;
}

.clip .clip1 ul {
    font-weight: 500;
    font-size: 20px;
    color: #300000;
    margin-top: 10px;
    margin-bottom: 15px;
}

.clip .clip1 ul li {
    font-size: 16px;
    font-weight: normal;
}

.clip .master {
    width: 95%;
    box-shadow: 0px 0px 12px #ff8000a2;
    padding: 20px;
    border-radius: 20px;
    border: solid 1px #ff9b00;
    margin-top: 30px;
}

.clip .master ul {
    font-size: 20px;
    font-weight: 600;
    color: #300000;
}

.clip .master ul i {
    font-size: 12px;
    color: #f4a300;
}

.clip .master ul li {
    font-size: 18px;
    font-weight: normal;
}

/* Shape Builder Tool,Clipping Masks,Compound Path end */

/* Logo & Branding Design */
.wrapper {
    height: 710px;
    width: 1400px;
    display: flex;
    align-items: center;
}

.wrapper h2,
.wrapper h4,
.wrapper p,
.wrapper>h5 {
    text-align: center;
    margin-top: 20px;
}

.wrapper h2 {
    font-size: 40px;
    margin-bottom: 30px;
    color: #ff9b00;
}

.wrapper h4 {
    font-size: 30px;
}

.wrapper h5 {
    font-size: 25px;
    color: #ff9b00;
    margin: 20px 0px;
    text-align: center;

}

.wrapper p {
    font-size: 18px;
}

/* Top Line */
.line {
    position: relative;
    height: 2px;
    background: #bbb;
    margin-bottom: 80px;
    margin-top: 35px;
}

/* Notes Section */
.notes {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: -60px;
}

/* Single Note */
.note {
    width: 18%;
    text-align: center;
    position: relative;
}

.notes .note p {
    font-size: 20px;
}

/* Hanging circle */
.hook {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #a92424;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 43px;
}

/* String */
.string {
    width: 2px;
    height: 40px;
    background: #bbb;
    position: absolute;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 43px;
}

/* Colored Card */
.card {
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
    transform: rotate(-3deg);
    padding: 9px;
    border-radius: 10px;
}

/* Inner White Square */
.card-inner {
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* Different Colors */
.note:nth-child(1) .card {
    background: #300000;
}

.note:nth-child(2) .card {
    background: #f4a300;
    transform: rotate(3deg);
}

.note:nth-child(3) .card {
    background: #300000;
    transform: rotate(-2deg);
}

.note:nth-child(4) .card {
    background: #f4a300;
    transform: rotate(2deg);
}

.note:nth-child(5) .card {
    background: #300000;
    transform: rotate(-2deg);
}

.note h3 {
    margin: 10px 0 10px;
}

.notes h6 {
    padding-left: 36px;
    margin-top: 20px;
    font-size: 18px;
}

.note p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

/* Logo & Branding Design end */

/* Grid Systems */
.presentation-box {
    background: white;
    /* height: 710px; */
    width: 1400px;
    /* margin: 40px 100px;
    max-width: 1300px;
    width: 100%; */
    padding: 40px;

}

.presentation-part {
    background: white;
    max-width: 1200px;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Header Section */
.title-area {
    text-align: center;
    margin-bottom: 40px;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
}

.title-area h1 {
    color: #ff9b00;
    margin: 0;
    font-size: 32px;
}

.subtitle {
    color: #777;
    font-style: italic;
    margin-top: 10px;
}

/* Section Headings */
h2 {
    font-size: 20px;
    color: #ff9b00;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

/* Flexbox Layout (No Media Queries) */
.grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    /* Yeh cards ko automatic niche shift karega */
    gap: 15px;
    margin-bottom: 40px;
}

/* Benefit Cards */
.benefit-box {
    flex: 1 1 200px;
    /* Minimum 200px width, baaki adjust hoga */
    background: #fff8e1;
    border: 1px solid #300000;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    font-weight: 600;
    color: #300000;
    transition: all 0.3s ease;
}

/* .benefit-box:hover {
    background: #eb25a9;
    color: white;
    transform: scale(1.05);
} */

/* Type Cards */
.type-box {
    flex: 1 1 250px;
    background: linear-gradient(45deg, #ffc979, #ff9b00);
    color: white;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Footer Message */
.tip-box {
    background: #fff8e1;
    border-left: 6px solid #ffc107;
    padding: 15px 25px;
    border-radius: 4px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}


/* Grid Systems end */

/* icon & logo */
.ic-lg {
    display: flex;
    width: 1400px;
    /* height: 710px; */
    align-items: center;
    gap: 40px;
    /* flex-wrap: wrap; */
    /* padding: 0px 30px 0px 50px; */
    /* background-color: #c1c1c1; */
    padding: 45px 0px 45px 0px;
}

.ic-lg .ic-lgpart {
    display: flex;
}

/* Sabse bada container */
.ic-head {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 50%;
    background-color: #fff8e1;
    border-radius: 20px;
    margin: 0px 20px;
    padding: 20px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.158);
}

.ic-head .h-part {
    /* background-color: #184ca1; */
    width: 100%;
    text-align: center;
}

.ic-head .h-part h3 {
    font-size: 25px;
    color: #ff9b00;
}

.ic-head .h-part p {
    font-size: 20px;
    margin-bottom: 10px;
}

.ic-head .combine {
    width: 100%;
    display: flex;
    /* gap: 10px; */
    justify-content: space-evenly;
}

.ic-head .ic-1 {
    width: 40%;
    background-color: #ff9b00;
    border: 2px solid #ff6a00;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px #ff6a00a5;

}

.ic-head .ic-2 {
    width: 40%;
    background-color: #ff9b00;
    border: 2px solid #ff6a00;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px #ff6a00a5;
}

/* Main arrow shape - Ab '.ic-main' hai */
.ic-main {
    display: flex;
    align-items: center;
    /* background-color: #7ad100;
    box-shadow: 2px 2px 5px inset rgb(1, 87, 1); */
    /* margin: 20px 0px; */
    /* Red color */
    color: white;
    /* padding: 15px 30px; */
    /* position: relative; */
    /* border-radius: 50px; */

}



.ic-cnt h4 {
    margin: 0;
    font-size: 17px;
    color: rgb(24, 0, 0);
    /* text-transform: uppercase; */
    /* opacity: 0.8; */
}


.ic-main2 {
    display: flex;
    align-items: center;
    /* background-color: #0088d1;
    box-shadow: 2px 2px 5px inset rgb(30, 1, 87);
    margin: 20px 0px; */
    /* Red color */
    color: white;
    /* padding: 15px 30px;
    position: relative;
    border-radius: 50px; */
}


/* Left side content wrapper */
.ic-cnt {
    flex: 1;
}

.ic-cnt h4 {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    opacity: 0.8;
}



/* Specific keypoint text */
.logo-cnt {
    font-size: 18px;
    font-weight: bold;
    /* margin-top: 2px; */
    line-height: 40px;
}

.logo-cnt i {
    font-size: 15px;
    margin-right: 6px;
}

/* Right side numbering */
.number {
    font-size: 2rem;
    font-weight: bold;
    margin-right: 40px;
    opacity: 0.7;
}

/* icon & logo end */

/* Brand Presentation */
.brand-wrapper {
    display: flex;
    /* grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); */
    gap: 10px;
    width: 1400px;
    padding: 25px 0px 50px 0px;
    /* height: 710px; */
    justify-content: center;
    align-items: center;
    /* background-color: #184ca1; */
    /* margin: 25px 0px; */
}

.brand-part {
    display: flex;
}

/* Common Card Style */
.mockup,
.export {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    border: 2px solid #ff9b00;
    /* position: relative; */
    transition: 0.3s ease;
    width: 40%;
}

/* Decorative Top Accent */
.mockup::before,
.export::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 20px;
    width: 70px;
    height: 4px;
    background: #ff9b00;
    border-radius: 10px;
}

/* Hover Effect */
.mockup:hover,
.export:hover {
    box-shadow: 0 15px 30px #ffae3e4f;
    transform: translateY(-6px);
}

/* Heading */
.mockup h2,
.export h2 {
    margin-top: 0;
    color: #300000;
    font-size: 40px;
}

/* Subtitle */
.subtitle {
    color: #555;
    font-size: 20px;
    margin-bottom: 15px;
}

/* List */
ul {
    padding-left: 18px;
    margin-bottom: 15px;
}

ul li {
    margin-bottom: 8px;
    font-size: 18px;
}

/* Highlight Box */
.highlight {
    border: 1px dashed #300000;
    padding: 10px;
    border-radius: 8px;
    font-size: 18px;
    background: #ffb700;
    color: #300000;
    font-weight: 500;
}

/* Brand Presentation end */


/* anjali part2 */

.advanced-slide {
    /* background-color: rgb(97, 23, 64); */
    /* margin-bottom: 70px; */
    width: 1400px;
    /* background-color: plum; */
}

.advanced-slide h3 {
    /* margin-bottom: 80px; */
    font-size: 30px;
    color: #ff9b00;
    text-align: center;
}

.first-adv {
    /* background-color: #01bd3f; */
    /* height: 710px; */
    width: 1400px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    padding-top: 20px;
    gap: 60px;
    /* margin-bottom: 50px; */
}

.first-adv .first-item {
    /* background-color: red; */
    width: 50%;
}

.first-adv .half-circle {
    /* width: 100%; */
    height: 80px;
    background-color: rgb(63, 0, 0);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    text-align: center;
    align-items: end;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.first-adv .half-circle h4 {
    font-size: 25px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}


.first-adv .square {
    background-color: rgb(255, 153, 0);
    padding: 20px 30px 10px 30px;
    /* width: 100%; */
    /* height: 550px; */
    /* box-shadow: inset black; */
}

/* .first-adv .square2 {
    background-color: rgb(255, 153, 0);
    padding-bottom: 30px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
} */

.first-adv .square p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    color: #242424;
}

.first-adv .content-item h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

.first-adv .content-item li {
    font-size: 16px;
    margin-bottom: 6px;
}

.first-adv .content-item i {
    font-size: 8px;
}

.first-adv .content-items {
    width: 250px;
    height: 150px;
    background-color: rgba(63, 0, 0, 0.247);
    padding: 30px 80px;
    /* border: 3px solid black; */
    /* clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 0% 100%, 0% 70%, 0% 30%); */
    /* clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 0% 70%, 0% 30%); */
    /* border-radius: 55% 45% 60% 40% / 50% 60% 40% 50%; */
    border-radius: 55% 45% 60% 40% / 50% 60% 40% 50%;
    margin-top: 30px;
    margin-left: 0px;
}

/* .first-adv .square2 .content-items {
    width: 80%;
    background-color: rgba(63, 0, 0, 0.247);
    padding: 70px 30px;
    border: 3px solid black;
    border-radius: 55% 45% 60% 40% / 50% 60% 40% 50%;
    margin-top: 40px;
} */

.first-adv .content-items h5 {
    margin-left: 25px;
    font-size: 19px;
    margin-bottom: 10px;
}

.first-adv .content-items li {
    font-size: 17px;
    margin-bottom: px;
}

.first-adv .content-items i {
    font-size: 12px;
}

.first-adv ul {
    list-style: none;
}

.first-adv .content .light {
    font-size: 18px;
    margin-top: 20px;
    /* background-color: #b0b8ff; */
}


/* second */

.second-adv {
    /* background-color: #3cff00; */
    /* height: 710px; */
    padding: 30px 0px 0px 0px;
    width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    /* margin-bottom: 50px; */
}

.second-adv .second-item {
    /* background-color: red; */
    width: 50%;
}

.second-adv .half-circle {
    /* width: 100%; */
    height: 100px;
    background-color: rgb(63, 0, 0);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    text-align: center;
    align-items: end;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.second-adv .half-circle h4 {
    font-size: 25px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}


.second-adv .square {
    background-color: rgb(255, 153, 0);
    padding: 20px 30px 10px 30px;
    /* width: 100%; */
    height: 500px;
    /* box-shadow: inset black; */
}



.second-adv .square p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    color: #242424;
}

.second-adv .content-item h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

.second-adv .content-item li {
    font-size: 16px;
    margin-bottom: 6px;
}

.second-adv .content-item i {
    font-size: 8px;
}

.second-adv .content-items {
    width: 250px;
    height: 150px;
    background-color: rgba(63, 0, 0, 0.247);
    padding: 30px 80px;
    /* border: 3px solid black; */
    border-radius: 55% 45% 60% 40% / 50% 60% 40% 50%;
    margin-top: 30px;
    margin-left: 0px;
}



.second-adv .content-items h5 {
    margin-left: 25px;
    font-size: 19px;
    margin-bottom: 10px;
}

.second-adv .content-items li {
    font-size: 17px;
    margin-bottom: px;
}

.second-adv .content-items i {
    font-size: 12px;
}

.second-adv ul {
    list-style: none;
}

.second-adv .content .light {
    font-size: 17px;
    margin-top: 20px;
    /* background-color: #b0b8ff; */
}


/* third */

.third-adv {
    /* background-color: #5500ff; */
    height: 710px;
    width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    /* margin-bottom: 50px; */
}

.third-adv .third-item {
    /* background-color: red; */
    width: 50%;
}

.third-adv .half-circle {
    /* width: 100%; */
    height: 100px;
    background-color: rgb(63, 0, 0);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    text-align: center;
    align-items: end;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.third-adv .half-circle h4 {
    font-size: 25px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}


.third-adv .square {
    background-color: rgb(255, 153, 0);
    padding: 20px 30px 10px 30px;
    /* width: 100%; */
    height: 510px;
    /* box-shadow: inset black; */
}



.third-adv .square p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    color: #242424;
}

.third-adv .content-item h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

.third-adv .content-item li {
    font-size: 16px;
    margin-bottom: 6px;
}

.third-adv .content-item i {
    font-size: 8px;
}

.third-adv .content-items {
    width: 250px;
    height: 150px;
    background-color: rgba(63, 0, 0, 0.247);
    padding: 30px 80px;
    /* border: 3px solid black; */
    border-radius: 55% 45% 60% 40% / 50% 60% 40% 50%;
    margin-top: 30px;
    margin-left: 0px;
}



.third-adv .content-items h5 {
    margin-left: 25px;
    font-size: 19px;
    margin-bottom: 10px;
}

.third-adv .content-items li {
    font-size: 17px;
    margin-bottom: px;
}

.third-adv .content-items i {
    font-size: 12px;
}

.third-adv ul {
    list-style: none;
}

.third-adv .content .light {
    font-size: 18px;
    margin-top: 20px;
    color: rgb(86, 1, 1);
    /* background-color: #b0b8ff; */
}



/* forth */

.forth-adv {
    margin-bottom: 100px;
    /* background-color: #00ddff; */
    width: 1400px;
    height: 710px;
    padding-top: 30px;
}

.forth-adv .half-circle {
    /* width: 100%; */
    height: 150px;
    background-color: rgb(63, 0, 0);
    border-top-left-radius: 500px;
    border-top-right-radius: 500px;
    text-align: center;
    align-items: end;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.forth-adv .half-circle h4 {
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}


.forth-adv .square {
    background-color: rgb(255, 153, 0);
    padding-top: 30px;
    height: 450px;
    /* box-shadow: inset black; */
}

.forth-adv .square p {
    font-size: 20px;
    text-align: center;
}

.forth-adv .content {
    /* background-color: #26ffd0; */
    gap: 30px;
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 50px 40px;
}

.forth-adv .content-item {
    width: 40%;
    background-color: rgba(63, 0, 0, 0.342);
    padding: 40px;
    border: 8px solid black;
    border-radius: 10px;
    /* display: block;
    justify-content: center; */
}

.forth-adv .content-item h5 {
    font-size: 21px;
    margin-bottom: 25px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.forth-adv .content-item li {
    font-size: 17px;
    margin-bottom: 1px;
    color: rgb(238, 238, 238);
}



.forth-adv .content-items {
    width: 30%;
    background-color: rgb(63, 0, 0);
    border-radius: 10px;
    padding: 40px;
    border: 8px solid black;
    /* display: block;
    justify-content: center;
    align-items: center; */
}

.forth-adv .content-items h5 {
    font-size: 21px;
    margin-bottom: 25px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.forth-adv .content-items li {
    font-size: 17px;
    margin-bottom: 10px;
    color: rgb(219, 219, 219);
}

.forth-adv .content-items i {
    font-size: 10px;
}

.forth-adv ul {
    list-style: none;
}

.forth-adv li {
    font-size: 17px;

}

.forth-adv i {
    font-size: 6px;
    color: #ffffff;
}



/* <!-- smile-3 --> */

.smile-3 {
    /* background: #0707070b; */
    width: 1200px;
    padding: 20px 0px;
    /* margin-bottom: 120px; */
    /* padding: 15px; */
    color: rgb(255, 255, 255);
    /* border-radius: 5px; */
    border: 1px solid rgb(255, 174, 0);
    box-shadow: 0px 0px 10px rgba(255, 157, 0, 0.6);
    border-radius: 50px 0 50px 0;
    text-align: left;
}

.smile-3 p {
    font-size: 18px;
    color: #000000;
    margin: 5px 30px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 166, 0, 0.6);
    /* background-color: #01bd3f; */
}

.smile-3 .last {
    border: none;
}


/* <!-- 🏢 Slide: Print & Production --> */

.first-print {
    /* background-color: red; */
    width: 1400px;
    height: 710px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 
.first-printt {
    background-color: #fff;
} */


.print-production-title {
    /* background-color: rgb(187, 1, 104); */
    margin-bottom: 50px;
    text-align: center;
}

.print-production-title h3 {
    /* margin-bottom: 40px; */
    font-family: "Ubuntu", sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #181818;
}


.first-production {
    /* background-color: #9d98a7; */
    width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 20px 0; */
    gap: 30px;
    /* margin-bottom: 40px; */
}

.first-production .three-items {
    background: linear-gradient(#ffe62c, #ff8800);
    width: 33.3%;
    height: 420px;
    border: 1px solid rgba(255, 255, 255, 0.363);
    border-radius: 10px;
    padding: 20px;
}

.first-production .three-items h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 00;
    margin-bottom: 18px;
}

.first-production .three-items p {
    font-size: 16px;
    color: rgb(40, 40, 40);
    margin-bottom: 15px;
}

.first-production .three-items h5 {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 12px;
    margin-top: 15px;
}

.first-production ul {
    list-style: none;
}

.first-production li {
    font-size: 15px;
    margin-bottom: 5px;
    color: #323232;
}

.first-production i {
    font-size: 6px;
}

.first-production .last {
    color: #000000;
    margin-top: 80px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.177);
    height: 48px;
    border-radius: 5px;
    /* border: 1px solid rgba(255, 255, 255, 0.041); */
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.first-production .last i {
    margin-right: 10px;
    font-size: 20px;
    color: rgb(0, 0, 0);
}



.second-print {
    /* background-color: rgb(255, 173, 173); */
    width: 1400px;
    height: 710px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}


.second-production {
    /* background-color: #ac78ff; */
    width: 1400px;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    /* gap: 30px; */
    margin-bottom: 70px;
}

.second-production ul {
    list-style: none;
}

.second-production .two-items {
    background: linear-gradient(#ffe62c, #ff8400);
    width: 33.3%;
    height: 350px;
    border: 1px solid rgba(255, 255, 255, 0.363);
    border-radius: 10px;
    padding: 20px;
    margin-left: 176px;

}

.second-production .two-items h4 {
    font-size: 22px;
    color: black;
    font-weight: 500;
    margin-bottom: 18px;
}

.second-production .two-items p {
    font-size: 16px;
    color: rgb(40, 40, 40);
    margin-bottom: 15px;
}

.second-production .two-items h5 {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 12px;
    margin-top: 15px;
}



.second-production .two-items2 {
    background: linear-gradient(#ffe62c, #ff8400);
    width: 33.3%;
    height: 350px;
    border: 1px solid rgba(255, 255, 255, 0.363);
    border-radius: 10px;
    padding: 20px;
    margin-right: 176px;
}

.second-production .two-items2 h4 {
    font-size: 22px;
    color: black;
    font-weight: 500;
    margin-bottom: 18px;
}

.second-production .two-items2 p {
    font-size: 16px;
    color: rgb(40, 40, 40);
    margin-bottom: 15px;
}

.second-production .two-items2 h5 {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 12px;
    margin-top: 15px;
}




.second-production ul {
    list-style: none;
}

.second-production li {
    font-size: 15px;
    margin-bottom: 5px;
    color: #232323;
}

.second-production i {
    font-size: 6px;
}

.second-production .two-items2 .last {
    color: #000000;
    margin-top: 66px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.177);
    height: 48px;
    border-radius: 5px;
    /* border: 1px solid rgba(255, 255, 255, 0.041); */
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-production .two-items .last {
    color: #000000;
    margin-top: 92px;
    /* width: 300px; */
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.177);
    height: 48px;
    border-radius: 5px;
    /* border: 1px solid rgba(255, 255, 255, 0.041); */
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
}

.second-production .last i {
    margin-right: 10px;
    font-size: 20px;
    color: rgb(0, 0, 0);

}



/* <!-- smile-4 --> */

.smile-4 {
    /* background: #0707070b; */
    width: 1200px;
    padding: 20px 0px;
    /* margin-bottom: 120px; */
    /* padding: 15px; */
    color: rgb(255, 255, 255);
    /* border-radius: 5px; */
    border: 1px solid rgb(255, 174, 0);
    box-shadow: 0px 0px 10px rgba(255, 157, 0, 0.6);
    border-radius: 50px 0 50px 0;
    text-align: left;
}

.smile-4 p {
    font-size: 18px;
    color: #000000;
    margin: 5px 30px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 166, 0, 0.6);
    /* background-color: #01bd3f; */
}

.smile-4 .last {
    border: none;
}


/* <!-- 🎓 Slide: Final Projects --> */

.final {
    width: 1400px;
    height: 710px;
    /* background-color: #ff8f8f; */
    margin-bottom: 50px;
}

.final-title {
    /* background-color: rgb(187, 1, 104); */
    margin-bottom: 20px;
}

.final-title h3 {
    font-size: 35px;
    color: #ff9b00;
    text-align: center;
}


.final-project {
    /* background-color: #757cde; */
    width: 1400px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    gap: 50px;
    /* margin-bottom: 70px; */
}

.final-project .final-items {
    width: 50%;
    /* background-color: purple; */
    display: block;
    justify-content: center;
    align-items: center;
}

.final-project .final-items .project-item {
    padding: 10px 15px;
    background-color: #fff8e1;
    border: 1px solid #3000001e;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.final-items .project-item h4 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #300000;
}

.final-project ul {
    list-style: none;
}

.final-items .project-item li {
    font-size: 15px;
    margin-bottom: 10px;
    color: rgb(99, 98, 98);
}

.final-items .project-item i {
    font-size: 12.5px;
    color: #300000;
}



/* <!-- smile-5 --> */

.smile-5 {
    /* background: #0707070b; */
    width: 1200px;
    padding: 20px 0px;
    margin-bottom: 70px;
    /* padding: 15px; */
    color: rgb(255, 255, 255);
    /* border-radius: 5px; */
    border: 1px solid rgb(255, 174, 0);
    box-shadow: 0px 0px 10px rgba(255, 157, 0, 0.6);
    border-radius: 50px 0 50px 0;
    text-align: left;
}

.smile-5 p {
    font-size: 18px;
    color: #000000;
    margin: 5px 30px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 166, 0, 0.6);
    /* background-color: #01bd3f; */
}

.smile-5 .last {
    border: none;
}


/* <!-- ✅ Slide: Course Wrap-Up & Takeaways --> */


.wrap-up {
    /* background-color: brown; */
    width: 1400px;
    height: 710px;
    margin-bottom: 50px;
}

.course-title {
    /* background-color: rgb(187, 1, 104); */
    margin-bottom: 25px;
}

.course-title h3 {
    font-size: 35px;
    color: #181818;
    text-align: center;
    color: #ff9b00;
}


.last-slide {
    /* background-color: rgb(255, 230, 0); */
    width: 1400px;
    /* padding-left: 50px;
    padding-right: 50px; */
    /* margin-bottom: 100px; */

}

.last-slide .course-items {
    width: 60%;
    /* height: 190px; */
    /* margin-top: 20px; */
    margin-bottom: 20px;
    padding: 15px 20px;
    clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
    border-radius: 20px;
}

.last-slide .course-items h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: white;
}

.last-slide .course-items ul {
    list-style: none;
}

.last-slide .course-items li {
    font-size: 15px;
    margin-bottom: 8px;
    color: rgb(226, 226, 226);
}

.last-slide .course-items i {
    font-size: 11px;
    color: rgb(255, 217, 0);
}

.last-slide .one {
    /* background-color: #ff9b00; */
    background-image: linear-gradient(to right, #300000, #ff7700);
}

.last-slide .two {
    background-image: linear-gradient(to right, #ff4400, #ffcc00);
    /* background-color: rgb(0, 195, 255); */
}

.last-slide .three {
    /* background-color: rgb(0, 70, 9); */
    background-image: linear-gradient(to right, #8a2c00, #ffbb00);
    padding-bottom: 40px;

}


/* <!-- smile-6 --> */

.smile-6 {
    /* background: #0707070b; */
    width: 1200px;
    padding: 20px 0px;
    margin-bottom: 120px;
    /* padding: 15px; */
    color: rgb(255, 255, 255);
    /* border-radius: 5px; */
    border: 1px solid rgb(255, 174, 0);
    box-shadow: 0px 0px 10px rgba(255, 157, 0, 0.6);
    border-radius: 50px 0 50px 0;
    text-align: left;
}

.smile-6 p {
    font-size: 18px;
    color: #000000;
    margin: 5px 30px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 166, 0, 0.6);
    /* background-color: #01bd3f; */
}

.smile-6 .last {
    border: none;
}



/* .first-adv {
    background-color: #01bd3f;
    height: 710px;
    width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.first-adv .first-item {
    width: 50%;
}

.first-adv .half-circle {
    height: 100px;
    background-color: rgb(63, 0, 0);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    text-align: center;
    align-items: end;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.first-adv .half-circle h4 {
    font-size: 25px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


.first-adv .square {
    background-color: rgb(255, 153, 0);
    padding: 40px 40px;
}



.first-adv .content-item h5 {
    font-size: 22px;
    margin-bottom: 15px;
}

.first-adv .content-item li {
    font-size: 17px;
    margin-bottom: 6px;
}

.first-adv .content-item i {
    font-size: 8px;
}

.first-adv .content-items {
    width: 80%;
    background-color: rgba(63, 0, 0, 0.247);
    padding: 70px 30px;
    border: 3px solid black;
    border-radius: 55% 45% 60% 40% / 50% 60% 40% 50%;
    margin-top: 30px;
}

.first-adv .square2 .content-items {
    width: 80%;
    background-color: rgba(63, 0, 0, 0.247);
    padding: 70px 30px;
    border: 3px solid black;
    border-radius: 55% 45% 60% 40% / 50% 60% 40% 50%;
    margin-top: 40px;
}

.first-adv .content-items h5 {
    margin-left: 25px;
    font-size: 18px;
    margin-bottom: 10px;
}

.first-adv .content-items li {
    font-size: 16px;
    margin-bottom: px;
}

.first-adv .content-items i {
    font-size: 6px;
}

.first-adv ul {
    list-style: none;
} */

/* anjali part2 end */




.slide-professional {
    /* background-color: rgb(0, 191, 255); */
    width: 1400px;
    justify-content: center;
    display: flex;
}

/* 
.professional {
    background-color: rgb(70, 112, 70);
    width: 1400px;
    height: 768px;
    margin-bottom: 120px;
    padding-top: 50px;
} */
.slide-professional .professional h2 {
    font-size: 30px;
    text-align: center;
    color: #ff9b00;
}

.professional .artboard {
    /* background-color: red; */
    /* margin: 0 100px; */
    text-align: center;
    background-color: #443a00;
    border: 1px solid #ffd000;
    border-radius: 8px;
    /* padding: 32px; */
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    /* justify-content: center; */
    width: 1100px;
}

.artboard .art {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffd000;
    color: #000000;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.professional h2 {
    margin-bottom: 80px;
    font-family: "Ubuntu", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #181818;
}

/* .professional h4 {
    font-size: 25px;
    margin-bottom: 10px;
} */

.professional p {
    font-size: 17px;
    margin-bottom: 45px;
    margin-top: 50px;
    color: #f3f6f4b2;
    /* width: 1400px; */
    /* background-color: #1600bc; */
}

.devide {
    /* background-color: rgb(170, 35, 125); */
    width: 100%;
    display: flex;
    /* padding: 0 100px; */
    text-align: left;
    /* gap: 1px; */
}

.devide .left-devide {
    width: 50%;
    padding: 17px 0px 0px 80px;
    /* background-color: aqua; */

}

.devide .right-devide {
    width: 50%;
    padding: 17px 0px 0px 80px;
    /* background-color: rgb(81, 255, 0); */

}

.devide hr {
    height: 200px;
    border: 1px solid #f3f6f40e;
    /* color: red; */
}

.devide i {
    font-size: 17px;
    color: #ffd000;
}

.professional h5 {
    font-size: 19px;
    margin-bottom: 25px;
    /* margin-top: 30px; */
    color: #e1eff9;
    font-weight: 500;
}

.professional ul {
    list-style: none;
    /* background-color: azure; */
}

.professional li {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(223, 223, 223);
}

.professional .oh {
    display: flex;
    justify-content: center;
    /* background-color: rgb(79, 83, 2); */
    width: 100%;
}

.arrow i {
    font-size: 18px;
    /* color: rgb(255, 255, 56); */
}

.professional .arrow {
    margin-top: 45px;
    /* margin: 45px 300px 0 300px; */
    /* display: block; */
    width: 80%;
    padding: 14px 28px;
    background-color: #e2bf2238;
    color: #ffd000;
    border: 1px solid #e2bf2238;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s;
}





/* <!-- Global Colors --> */


.global-color {
    margin: 80px 0px 40px 0px;
    width: 1100px;
    text-align: center;
    /* background: conic-gradient(#6c63ff, #a29bfe, #6c63ff); */
    background-color: #967d00;
    border: 1px solid #e5ff00;
    border-radius: 8px;
    /* padding: 32px; */
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
    /* border-color: #7b74ff27; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
}


.global-color .color {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff200;
    color: #000000;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.global-color p {
    font-size: 17px;
    margin-bottom: 45px;
    margin-top: 45px;
    color: #e3e3e3;
}

.global-color .global {
    /* background-color: rgb(255, 0, 0); */
    display: flex;
    width: 100%;
    /* padding: 0 100px; */
    text-align: left;
    /* gap: 1px; */
}

.global .global-left {
    width: 50%;
    padding: 17px 0px 0px 80px;
    /* background-color: aqua; */

}

.global .global-right {
    width: 50%;
    padding: 17px 0px 0px 80px;
    /* background-color: rgb(81, 255, 0); */

}

.global hr {
    height: 200px;
    border: 1px solid #f3f6f43d;
    /* color: red; */
}

.global i {
    font-size: 12px;
    color: #fff200;
}

.global-color h5 {
    font-size: 19px;
    margin-bottom: 25px;
    /* margin-top: 30px; */
    color: #ffffff;
    font-weight: 500;
}

.global-color ul {
    list-style: none;
}

.global-color li {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(227, 227, 227);
}

.global-color .oh {
    display: flex;
    justify-content: center;
    width: 100%;
}

.global-color .arrow i {
    font-size: 18px;
    color: rgb(255, 230, 0);
}

.global-color .arrow {
    margin-top: 45px;
    /* margin: 45px 300px 0 300px; */
    /* display: block; */
    width: 80%;
    padding: 14px 28px;
    background-color: #c8a7009f;
    color: #fff200;
    border: 1px solid #fffb0036;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}



/* <!-- Asset Export Panel -->  */

.asset {
    margin: 80px 0px 40px 0px;
    width: 1100px;
    text-align: center;
    background-color: #443a00;
    border: 1px solid #ffd000;
    border-radius: 8px;
    /* padding: 32px; */
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
    /* border-color: #dd247728;  */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
}


.asset .asset-text {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffd000;
    color: #000000;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.asset p {
    font-size: 17px;
    margin-bottom: 45px;
    margin-top: 45px;
    color: #f3f6f4b2;
}

.asset .expert {
    /* background-color: rgb(255, 0, 0); */
    display: flex;
    width: 100%;
    /* padding: 0 100px; */
    text-align: left;
    /* gap: 1px; */
}

.asset .expert .expert-left {
    width: 50%;
    padding: 17px 0px 0px 80px;
    /* background-color: aqua; */

}

.asset .expert .expert-right {
    width: 50%;
    padding: 17px 0px 0px 80px;
    /* background-color: rgb(81, 255, 0); */

}

.asset .expert hr {
    height: 200px;
    border: 1px solid #ffffff25;
    /* color: red; */
}

.asset .expert i {
    font-size: 10px;
    color: #ffd000;
}

.asset h5 {
    font-size: 19px;
    margin-bottom: 25px;
    /* margin-top: 30px; */
    color: #ffffff;
    font-weight: 500;
}

.asset ul {
    list-style: none;
}

.asset li {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(223, 223, 223);
}

.asset .oh {
    display: flex;
    justify-content: center;
    width: 100%;
}

.asset .arrow i {
    font-size: 18px;
    color: #ffd000;
}

.asset .arrow {
    margin-top: 45px;
    /* margin: 45px 300px 0 300px; */
    /* display: block; */
    width: 80%;
    padding: 14px 28px;
    background-color: #e2bf2238;
    color: #ffd000;
    border: 1px solid #e2bf2238;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


/* <!-- Keyboard Shortcuts & Customization --> */


.keyboard {
    margin: 80px 0px 40px 0px;
    width: 1100px;
    height: 450px;
    text-align: center;
    backdrop-filter: blur(10px);
    /* border-radius: 20px; */
    background-color: #967d00;
    border: 1px solid #e5ff00;
    border-radius: 8px;
    /* padding: 32px; */
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
    /* border-color: 1px solid rgba(0, 255, 17, 0.301); */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
}


.keyboard .keyboard-text {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff200;
    color: #000000;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.keyboard p {
    font-size: 17px;
    margin-bottom: 45px;
    margin-top: 45px;
    color: #e3e3e3;
}

.keyboard .shortcut {
    /* background-color: rgb(255, 0, 0); */
    display: flex;
    width: 100%;
    /* padding: 0 100px; */
    text-align: left;
    /* gap: 1px; */
}

.keyboard .shortcut .shortcut-left {
    width: 50%;
    padding: 17px 0px 0px 80px;
    /* background-color: aqua; */

}

.keyboard .shortcut .shortcut-right {
    width: 50%;
    padding: 17px 0px 0px 80px;
    /* background-color: rgb(81, 255, 0); */

}

.keyboard .shortcut hr {
    height: 230px;
    border: 1px solid #f3f6f43d;
    /* color: red; */
}

.keyboard .shortcut i {
    font-size: 10px;
    color: #fff200;
}

.keyboard h5 {
    font-size: 19px;
    margin-bottom: 25px;
    /* margin-top: 30px; */
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.keyboard ul {
    list-style: none;
}

.keyboard li {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(227, 227, 227);
}

.keyboard .oh {
    display: flex;
    justify-content: center;
    width: 100%;
}

.keyboard .arrow i {
    font-size: 18px;
    color: rgb(255, 230, 0);
}

.keyboard .arrow {
    margin-top: 45px;
    /* margin: 45px 300px 0 300px; */
    /* display: block; */
    width: 80%;
    padding: 14px 28px;
    background-color: rgba(200, 167, 0, 0.624);
    color: rgb(255, 242, 0);
    border: 1px solid rgba(255, 251, 0, 0.21);
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


/* <!-- Actions Panel --> */

.action {
    margin: 80px 0px 40px 0px;
    width: 1100px;
    text-align: center;
    /* background-color: rgb(22, 49, 24); */
    background-color: #443a00;
    border: 1px solid #ffd000;
    border-radius: 8px;
    /* padding: 32px; */
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
}


.action .action-text {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffd000;
    color: #000000;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.action p {
    font-size: 17px;
    margin-bottom: 45px;
    margin-top: 45px;
    color: #f3f6f4b2;
}

.action .apanel {
    /* background-color: rgb(255, 0, 0); */
    display: flex;
    width: 100%;
    /* padding: 0 100px; */
    text-align: left;
    /* gap: 1px; */
}

.action .apanel .apanel-left {
    width: 50%;
    padding: 17px 0px 0px 80px;
    /* background-color: aqua; */

}

.action .apanel .apanel-right {
    width: 50%;
    padding: 17px 0px 0px 80px;
    /* background-color: rgb(81, 255, 0); */

}

.action .apanel hr {
    height: 200px;
    border: 1px solid #ffffff18;
    /* color: red; */
}

.action .apanel i {
    font-size: 10px;
    color: #ffd000;
}

.action h5 {
    font-size: 19px;
    margin-bottom: 25px;
    /* margin-top: 30px; */
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.action ul {
    list-style: none;
}

.action li {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(223, 223, 223);
}

.action .oh {
    display: flex;
    justify-content: center;
    width: 100%;
}

.action .arrow i {
    font-size: 18px;
    color: #ffd000;
}

.action .arrow {
    margin-top: 45px;
    /* margin: 45px 300px 0 300px; */
    /* display: block; */
    width: 80%;
    padding: 14px 28px;
    background-color: #e2bf2238;
    color: #ffd000;
    border: 1px solid #e2bf2238;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s;
}


/* <!-- Creative Cloud Libraries --> */


.creative-cloud {
    margin: 80px 0 50px 0px;
    width: 1100px;
    text-align: center;
    background-color: #967d00;
    border: 1px solid #e5ff00;
    border-radius: 8px;
    /* padding: 32px; */
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    position: relative;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    justify-content: center;
}


.creative-cloud .creative-text {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff200;
    color: #000000;
    padding: 6px 20px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.creative-cloud p {
    font-size: 17px;
    margin-bottom: 45px;
    margin-top: 45px;
    color: #e3e3e3;
}

.creative-cloud .liberaries {
    /* background-color: rgb(255, 0, 0); */
    display: flex;
    width: 100%;
    /* padding: 0 100px; */
    text-align: left;
    /* gap: 1px; */
}

.creative-cloud .liberaries .liberaries-left {
    width: 50%;
    padding: 17px 0px 0px 80px;
    /* background-color: aqua; */

}

.creative-cloud .liberaries .liberaries-right {
    width: 50%;
    padding: 17px 0px 0px 80px;
    /* background-color: rgb(81, 255, 0); */
}



.creative-cloud .liberaries i {
    font-size: 10px;
    color: #ffe600;
}

.creative-cloud h5 {
    font-size: 19px;
    margin-bottom: 25px;
    /* margin-top: 30px; */
    color: rgb(255, 255, 255);
    font-weight: 500;
}

.creative-cloud hr {
    height: 200px;
    border: 1px solid #f3f6f43d;
    /* color: red; */
}

.creative-cloud ul {
    list-style: none;
}

.creative-cloud li {
    font-size: 16px;
    margin-bottom: 10px;
    color: rgb(227, 227, 227);
}

.creative-cloud .oh {
    display: flex;
    justify-content: center;
    width: 100%;
}

.creative-cloud .arrow i {
    font-size: 18px;
    color: #fff200;
}

.creative-cloud .arrow {
    margin-top: 45px;
    /* margin: 45px 300px 0 300px; */
    /* display: block; */
    width: 80%;
    padding: 14px 28px;
    background-color: rgba(200, 167, 0, 0.624);
    color: rgb(255, 242, 0);
    border: 1px solid rgba(255, 251, 0, 0.21);
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


/* <!-- smile-2 --> */

.smile-2 {
    /* background: #0707070b; */
    width: 1200px;
    padding: 20px 0px;
    margin-bottom: 120px;
    /* padding: 15px; */
    color: rgb(255, 255, 255);
    /* border-radius: 5px; */
    border: 1px solid rgb(255, 174, 0);
    box-shadow: 0px 0px 10px rgba(255, 157, 0, 0.6);
    border-radius: 50px 0 50px 0;
    text-align: left;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.smile-2 p {
    font-size: 18px;
    color: #000000;
    margin: 5px 30px;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.864);
    /* background-color: #01bd3f; */
}

.smile-2 .last {
    border: none;
}

/* shivani part */

.p1 {
    width: 1400px;
    height: 710px;
    /* background-color: #0de4e4; */
}

.p1 .First {
    width: 80%;
    background-color: #ff9b00;
    padding: 50px 70px;
    position: relative;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    border: 12px solid #300000;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    margin: 0 auto;

}

.stop h1 {
    font-size: 30px;
    font-weight: 900;
    color: #1f1f1f;
    margin-bottom: 10px;
}

.stop h3 {
    font-size: 30px;
    font-weight: 900;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 30px;
}


.stop p {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    color: rgba(26, 74, 46, 0.8);
}

.First .collect {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.collect .panel {
    background: rgba(255, 255, 255, 0.45);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 40px;
}

.collect li::before {
    content: "→";
    margin-right: 12px;
}

.collect h2 {
    color: #1f1f1f;
    font-size: 20px;
    margin-top: 0;
    border-bottom: 3px solid #1f1f1f;
    display: inline-block;
    margin-bottom: 20px;
}

.collect ul {
    list-style: none;

}

.collect li {
    padding: 10px 0;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}



.First .last {
    width: 60%;
    background: #1f1f1f;
    color: white;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-right: 500px;
}



.Second {
    width: 1400px;
    /* height: 710px; */
    text-align: center;
    padding: 50px 0px 25px 0px;
    position: relative;
    /* background: linear-gradient(to right, #e3eaf2, #cfd8e3); */
    /* margin-top: 100px; */

}


.stop1 h3 {
    font-size: 40px;
    font-weight: 900;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 50px;
}


.Second .banners {
    width: 100%;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* background-color: #00c6ff; */
    /* gap: 20px; */
}


.banners .bpurple {
    width: 260px;
    padding: 30px 20px 60px;
    color: white;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background-color: #ff9b00;
    margin-right: 10px;
}


.banners .bblue {
    width: 260px;
    padding: 30px 20px 60px;
    color: white;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background-color: rgb(87, 172, 252);
}




.banners .borange {
    width: 260px;
    padding: 30px 20px 60px;
    color: white;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    margin-left: 10px;
    background-color: #ff9b00;
}


.banners h3 {
    margin-bottom: 15px;
    font-size: 25px;
}

.banners li::before {
    content: "→";
    margin-right: 12px;
}


.banners ul {
    padding: 0;
    list-style: none;
    font-size: 20px;
}

.banners ul li {
    margin: 30px 0;
}



.Third {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 710px;
    width: 1400px;
    /* background-color: #00c6ff; */
}

/* LEFT CIRCLE */
.Third .circle {
    width: 400px;
    height: 400px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 20px;

}

.circle h2 {
    font-size: 30px;
    padding-top: 130px;
}

.circle p {
    font-size: 20px;
    color: #555;
}

/* RIGHT BOX AREA */
.Third .steps {
    width: 700px;
}

.steps .step1 {
    width: 700px;
    padding: 20px 40px;
    color: white;
    margin-bottom: 15px;
    position: relative;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    background-color: #ff9b00;
}


.steps .step2 {
    width: 700px;
    padding: 20px 40px;
    color: rgb(248, 248, 248);
    margin-bottom: 15px;
    position: relative;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    background-color: #ff9b00;
}


.steps .step3 {
    width: 700px;
    padding: 20px 40px;
    color: white;
    /* margin: 10px 0; */
    position: relative;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    background-color: #ff9b00;
}


.steps li::before {
    content: "→";
    margin-right: 12px;
}

.steps h3 {
    margin: 5px;
    color: brown;
}

.steps li {
    margin: 10px 0;
    font-size: 20px;
}

.steps ul {
    /* margin: 10px 0; */
    list-style: none;
}

.p2 {
    width: 1400px;
    height: 710px;
    /* background-color: #e3fafa; */
}



.p2 .same {
    width: 80%;
    background-color: #fce39e;
    padding: 50px 70px;
    position: relative;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    border: 12px solid #ffa011;
    box-sizing: border-box;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    /* margin-top: 100px; */
    /* margin-left: 250px; */
    border-radius: 30px;
    margin: 0 auto;
}

.stop3 h1 {
    font-size: 30px;
    font-weight: 900;
    color: #1f1f1f;
}

.stop3 h3 {
    font-size: 40px;
    font-weight: 900;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 50px;
}


.stop3 p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    color: rgba(26, 74, 46, 0.8);
}

.same .maincon {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.maincon .box {
    background: rgba(255, 255, 255, 0.45);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 40px;
}

.box h2 {
    color: #1f1f1f;
    font-size: 20px;
    margin-top: 0;
    border-bottom: 3px solid #1f1f1f;
    display: inline-block;
    margin-bottom: 20px;
}

.box li::before {
    content: "→";
    margin-right: 12px;
}


.box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box li {
    padding: 10px 0;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}


.same .line {
    /* width: 100%; */
    background: #f3f3f3;
    color: rgb(7, 7, 7);
    padding: 10px 0 50px 0;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}


.Wrap {
    width: 1400px;
    /* background-color: #000; */
}



.Wrap .asking {
    background: rgb(248, 198, 33);
    /* width: 100%; */
    border-radius: 20px;
    font-family: Arial, Helvetica, sans-serif;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    margin-top: 200px;
    line-height: 30px;
    padding: 10px 0px 10px 10%;
    /* margin-left: 55px; */
}

.asking p {
    font-size: 20px;
    color: white;
}

.asking h4 {
    font-size: 20px;
}

.can {
    /* background-color: #e4e4e4; */
    padding: 25px 0px 50px 0px;
    width: 1400px;
    /* height: 710px; */
}

.stop5 h1 {
    font-size: 40px;
    font-weight: 900;
    color: #1f1f1f;
    text-align: center;

    margin-bottom: 40px;

}

.stop5 p {
    font-size: 20px;
    text-align: center;
    color: rgb(2, 2, 2);
    margin-bottom: 80px;
}


.squares {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;

}






.squares .d1 {
    width: 300px;
    height: 300px;
    background: white;
    border-top: 10px solid rgb(255, 217, 0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    /* margin-left: 200px; */
}


.squares .d2 {
    width: 300px;
    height: 300px;
    background: white;
    border-top: 10px solid rgb(255, 217, 0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}



.squares .d3 {
    width: 300px;
    height: 300px;
    background: white;
    border-top: 10px solid rgb(255, 217, 0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    /* margin-right: 200px; */
}


.squares h4 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.squares li {
    margin: 15px 0;
    font-size: 20px;
}

.squares ul {
    list-style: none;
}

.squares li::before {
    content: "→";
    margin-right: 12px;
}




.Fifth {
    width: 1400px;
    height: 710px;
    /* background-color: #e7e7e7; */
    margin-top: 100PX;
    margin: 0 auto;
}

.stop6 h1 {
    font-size: 30px;
    text-align: center;
    color: #d42b2b;
    margin-bottom: 40px;
}

.stop6 p {
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 40px;
}


.Fifth .Whole {
    width: 700px;
}

.Whole .stepa {
    width: 700px;
    padding: 25px 40px;
    color: white;
    margin: 10px 0;
    position: relative;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    background-color: #f4ca35;
}

.Whole .stepb {
    width: 700px;
    padding: 25px 40px;
    color: white;
    margin: 10px 0;
    position: relative;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
    background-color: #ff9b00;
}


.Whole h3 {
    margin: 5px;
    color: brown;
}

.Whole li {
    margin: 10px 0;
    font-size: 20px;
}

.Whole li::before {
    content: "→";
    margin-right: 12px;
}


.p4 {
    width: 1400px;
    height: 710px;
    /* background-color: #35d3d3; */
}

.p4 .space {
    width: 70%;
    background-color: #EAFA8E;
    padding: 50px 70px;
    position: relative;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    border: 12px solid #1f1f1f;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    margin-top: 100px;
    margin-left: 250px;
    margin: 0 auto;
}



.stop7 h3 {
    font-size: 40px;
    font-weight: 900;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 50px;
}


.stop7 p {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: rgba(26, 74, 46, 0.8);
}

.space .mainb {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.mainb .sub {
    background: rgba(255, 255, 255, 0.45);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    /* border: 1px solid rgba(255, 255, 255, 0.3); */
    margin-bottom: 40px;
}

.sub h2 {
    color: #1f1f1f;
    font-size: 20px;
    margin-top: 0;
    border-bottom: 3px solid #1f1f1f;
    display: inline-block;
    margin-bottom: 20px;
}

.sub ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sub li {
    padding: 10px 0;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.sub li::before {
    content: "→";
    margin-right: 12px;
}


.master {
    width: 1400px;
    /* height: 768px; */
    /* background-color: #000; */
}


.master .logo {
    background: rgb(248, 198, 33);
    /* width:100%; */
    border-radius: 20px;
    font-family: Arial, Helvetica, sans-serif;
    clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
    padding: 10px 0px 10px 10%;
    margin-top: 50px;
    line-height: 30px;
    /* margin-left: 55px; */

}

.logo p {
    font-size: 20px;
    color: white;
}

.logo h4 {
    font-size: 20px;
}


.slide {
    width: 1400px;
    /* height: 710px; */
    text-align: center;
    padding: 25px 0px 25px 0px;
    margin-top: 50px;
    /* background-color: aquamarine; */
}


.stop4 h3 {
    font-size: 40px;
    font-weight: 900;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 15px;
}

.stop4 h4 {
    font-size: 25px;
    margin-bottom: 10px;
}


.stop4 p {
    font-size: 20px;
    margin-bottom: 25px;
}

.slide .Features {
    width: 100%;
    display: flex;
    justify-content: center;

}


.Features .like {
    width: 260px;
    background-color: #000;
    padding: 30px 20px 60px;
    color: white;
    /* position: relative; */
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    margin-right: 0px;
    background-color: #f4ca35;
}

.Features .orange {
    width: 260px;
    background-color: #000;
    padding: 30px 20px 60px;
    color: white;
    /* position: relative; */
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #ff9800, #ff5722);

}


/* Text */
.Features h3 {
    margin-bottom: 15px;
    font-size: 25px;
    color: brown;
}

.Features ul {
    list-style: none;
    font-size: 20px;
}

.Features ul li {
    margin: 10px 0;
}

.Features li::before {
    content: "→";
    /* margin-right: 12px; */
}



.p3 {
    width: 1400px;
    height: 710px;
    /* background-color: #e3fafa; */
}


.p3 .Forth {
    width: 70%;
    background-color: #f8c75e;
    padding: 50px 70px;
    position: relative;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    border: 12px solid #1f1f1f;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    /* margin-top: 100px; */
    /* margin-left: 250px; */
    margin: 0 auto;
}



.stop8 h3 {
    font-size: 40px;
    font-weight: 900;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 50px;
}


.stop8 p {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    color: rgba(26, 74, 46, 0.8);
}

.methods {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.methods .meth {
    background: rgba(255, 255, 255, 0.45);
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 40px;
}

.meth h4 {
    color: #1f1f1f;
    font-size: 20px;
    margin-top: 0;
    border-bottom: 3px solid #1f1f1f;
    display: inline-block;
    margin-bottom: 20px;
}

.meth ul {
    list-style: none;

}

.meth li::before {
    content: "→";
    margin-right: 12px;
}

.meth li {
    padding: 10px 0;
    font-weight: 600;
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}


.Forth .para {
    width: 50%;
    background: #000000;
    color: rgb(255, 255, 255);
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-right: 600px;
}

/* shivani part end*/


/* Preferences*/

.pref {
    /* background-color: rgb(255, 35, 35); */
    width: 1400px;
    /* height: 700px; */
    /* padding: 60px; */
}

.pref h1 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #ff9b00;
    /* background-color: goldenrod; */
    width: 100%;
    padding-left: 20px;
    /* margin-bottom: 0px; */
}

.pref p {
    font-size: 20px;
    margin-bottom: 0px;
    padding-left: 20px;
}

.pref .pref-image {
    /* background-color: rgb(206, 255, 116); */
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: end;
    text-align: center;
    margin-bottom: 20px;

}

.pref .pref-image img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(117, 117, 117);
}

.pref .pref-items {
    /* width: 100%; */
    /* background-color: yellow; */
    display: flex;
    gap: 30px;
}

.pref .pref-content {
    /* background-color: pink; */
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    /* align-items: center; */
}

.pref .pref-content h2 {
    font-size: 22px;
    color: rgb(105, 51, 1);
}

.pref .pref-content ul {
    list-style: none;
    padding-left: 0px;
}

.pref .pref-content li {
    font-size: 18px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
}

.pref .pref-content i {
    font-size: 12px;
    color: rgb(105, 51, 1);
}

.pref-content .pref-content-items {
    width: 40%;
    height: auto;
    /* background-color: rgba(255, 111, 0, 0.412); */
    background-color: #ff990067;
    margin: 20px;
    padding: 10px 15px;
    border: 1px solid #ff9900;
    border-radius: 8px;
}

.pref-2 {
    /* background-color: rgb(255, 75, 105); */
    width: 1400px;
    padding-bottom: 30px;
    /* height: 700px; */
}

.pref-2 .pref-content-items {
    width: 43%;
    height: 175px;
    /* background-color: rgba(255, 111, 0, 0.412); */
    background-color: #ff990067;
    margin: 20px;
    padding: 10px 15px;
    border: 1px solid #ff9900;
    border-radius: 8px;
}

.pref-2 .prefe-items-2 {
    /* background-color: rgb(223, 189, 255); */
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.pref-2 .prefe-items-2 .pref-content-items {
    width: 28%;
    height: 175px;
    background-color: rgba(255, 111, 0, 0.412);
    background-color: #ff990067;
    margin: 20px;
    padding: 10px 15px;
    border: 1px solid #ff9900;
    border-radius: 8px;
}

.pref-2 .prefe-items-2 h2 {
    font-size: 22px;
    color: rgb(105, 51, 1);
}

.pref-2 .prefe-items-2 ul {
    list-style: none;
    padding-left: 0px;
}

.pref-2 .prefe-items-2 li {
    font-size: 18px;
    margin-bottom: 10px;
    color: rgb(0, 0, 0);
}

.pref-2 .prefe-items-2 i {
    font-size: 12px;
    color: rgb(105, 51, 1);
}

.pref-2 p {
    font-size: 22px;
    margin-left: 30px;
}

.pref-2 p b {
    color: rgb(0, 0, 0);
}


/* Preferences end */

/* print design */
.chocolate {
    width: 1400px;
    display: block;
    flex-wrap: wrap;
    text-align: center;
    padding: 10px 0px 30px 0px;
}

.chocolate h1 {
    margin-bottom: 20px;
}

.label {
    width: 1400px;
    display: block;
    flex-wrap: wrap;
    text-align: center;
    padding: 10px 0px 30px 0px;
    /* background-color: #000; */
}

.label h1 {
    margin-bottom: 20px;
}

/* print design end */

/* home button */
/* .home-btn{
    background-color: red;
} */
.home-btn a {
    background-color: #300000;
    /* background-color: #000; */
    /* padding: 20px; */
    position: fixed;
    bottom: 50px;
    right: 20px;
    border-radius: 50px;
    height: 55px;
    width: 55px;
    align-content: center;
    text-align: center;
    color: white;
}

/* home button end */