/* linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%) !important */
/* linear-gradient(rgb(4 15 40 / 83%), rgb(4 15 40 / 83%)),
    url('../img/service/ppc.webp')
      center no-repeat */
h1,
h2,
h3,
h4,
h5,
h6{
    font-family: emoji;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}
.about_content_main_section{
    background: linear-gradient(150deg, rgb(6 66 95 / 78%) 0%, rgb(7 46 79 / 90%) 100%), url(../images/banner.png) center no-repeat !important;
    background-attachment: fixed!important;
}
.skill_main_section .skill_inner_section{
    width: 100%;
    height: 400px;
    /* background: linear-gradient(150deg, rgb(219 138 222 / 92%) 0%, rgb(246 191 159 / 92%) 100%), url('../images/skills/word.png') center no-repeat !important; */
      background: linear-gradient(150deg, rgba(6 66 95 / 78%) 0%, rgb(246 191 159 / 92%) 100%), url('../images/skills/word.png') center no-repeat !important;
    padding: 20px;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px inset;
}
.skill_main_section .two_section{
    width: 100%;
    height: 400px;
    background: linear-gradient(150deg, rgb(6 66 95 / 78%) 0%, rgb(246 191 159 / 92%) 100%), url('../images/skills/power.png') center no-repeat !important;
    padding: 20px;
    transition: 0.5s;
    border-radius: 20px;
}
.skill_main_section .three_section{
    width: 100%;
    height: 400px;
    background: linear-gradient(150deg, rgb(6 66 95 / 78%) 0%, rgb(246 191 159 / 92%) 100%), url('../images/skills/ps.png') center no-repeat !important;
    padding: 20px;
    transition: 0.5s;
    border-radius: 20px;
}
.skill_main_section .four_section{
    width: 100%;
    height: 400px;
    background: linear-gradient(150deg, rgb(6 66 95 / 78%) 0%, rgb(246 191 159 / 92%) 100%), url('../images/skills/ai.png') center no-repeat !important;
    padding: 20px;
    transition: 0.5s;
    border-radius: 20px;
}
.skill_main_section .five_section{
    width: 100%;
    height: 400px;
    background: linear-gradient(150deg, rgb(6 66 95 / 78%) 0%, rgb(246 191 159 / 92%) 100%), url('../images/skills/ae.png') center no-repeat !important;
    padding: 20px;
    transition: 0.5s;
    border-radius: 20px;
}
.skill_main_section .six_section{
    width: 100%;
    height: 400px;
    background: linear-gradient(150deg, rgb(6 66 95 / 78%) 0%, rgb(246 191 159 / 92%) 100%), url('../images/skills/pr.png') center no-repeat !important;
    padding: 20px;
    transition: 0.5s;
    border-radius: 20px;
}
.skill_main_section .seven_section{
    width: 100%;
    height: 400px;
    background: linear-gradient(150deg, rgb(6 66 95 / 78%) 0%, rgb(246 191 159 / 92%) 100%), url('../images/skills/id.png') center no-repeat !important;
    padding: 20px;
    transition: 0.5s;
    border-radius: 20px;
}
/* .skill_main_section .eight_section{
    width: 100%;
    height: 400px;
    background: linear-gradient(150deg, rgb(219 138 222 / 92%) 0%, rgb(246 191 159 / 92%) 100%), url(../images/courses-01.jpg) center no-repeat !important;
    padding: 20px;
    transition: 0.5s;
    border-radius: 20px;
} */

.offset-lg-1{
    margin-left: 5.333333%;
}
section.contact-us #contact button{
    padding: 15px 0px;
    transition: 0.5s;
    width: 100%;
}
.main-gradient-button span{
    background:white;
    padding: 13px 160px;
    border-radius: 5px;
    color: black;
    transition: 0.5s;
}
.main-gradient-button:hover span{
    /* background:linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%); */
    padding: 10px 20px;
    border-radius: 5px;
    color: black!important;
    transition: 0.5s;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header_head_line .text_chenge_section {
    /* font-family: "Dancing Script", cursive; */
    font-family: emoji;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
}

.change_head_option {
    background: linear-gradient(299deg, rgb(6 66 95 / 78%), rgb(7 46 79 / 90%), rgb(6 66 95 / 78%));
    height: 2px !important;
    opacity: 2;
}
.deatils .inner_details_section{
height: 80px;
display: flex;
justify-content: space-evenly;
align-items: center;
box-shadow: 0px 0px 20px 0px #00000087 inset;
border-radius: 10px;
background: linear-gradient(150deg, rgb(6 66 95 / 78%) 0%, rgb(246 191 159 / 92%) 100%)!important;
padding: 20px;
}
.deatils .inner_details_section span{
    font-size: 16px;
}
.inner_details_section_degree {
    box-shadow: 0px 0px 20px 0px #00000087 inset;
border-radius: 10px;
background: linear-gradient(150deg, rgb(6 66 95 / 78%) 0%, rgb(246 191 159 / 92%) 100%)!important;
padding: 20px;
}

.work_main_section .inner_work_section{
    padding: 15px;
    box-shadow: 0px 0px 10px 0px black inset;
    background: linear-gradient(150deg, rgb(6 66 95 / 78%) 0%, rgb(246 191 159 / 92%) 100%)!important;
    border-radius: 20px;
    margin-top: 15px;
}
.work_main_section .inner_work_section .work_inner_img_section{
    border-radius: 20px;
}