#services {
    color: #4285F4!important;
    font-weight: 800!important;
}
.header .container-fluid,.header .row {
    height: 100%;
}
.header .bg-white {
    padding: 4px 6px 1px!important;
}
.header .col-md-6 {
    z-index: 9;
    position: relative;
}
.header .header-top {
    margin-top: -60px;
}
.header .ps-5 {
    padding-left: 10rem!important;
}
.header .fs-1 {
    font-size: 45px!important;
}
#top-navbar .child {
    /* transform: rotate(90deg); */
    margin-top: -280px;
}
#top-navbar .firstline {
    border: 1px solid #ccc;
    /* transform: rotate(180deg); */
    height: 62px;
    margin-top: 4px;
    width: 1px;
    opacity: 0.5;
    margin-left: 9px!important;
}
#top-navbar .scroll {
    writing-mode: vertical-lr;
}

.about-background a.button {
    padding: 10px 20px;
    font-size: 16px;
}
.about-background .arrow {
    color: #ffffff!important;
    background-color: #E84336!important;
    border-radius: 6px;
}
.about-background .arrow::after {
    display: inline-block;
    padding-left: 8px;
    content: "\0279E";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
#about-us p, #crafting p, #chooses .carousel-item p, #strategies .owl-slide h6 {
    text-indent: 5rem;
    text-align: justify;
}
#about-us .youtube-about {
    width: 90%;
}
.about-background .arrow:hover::after {
    animation: slide1 1s ease-in-out infinite;
}
@keyframes slide1 {
    0%,
    100% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(10px, 0);
    }
}
.craft-background .top-card {
    height: 200px;
    width: 200px;
    background-color: #F7FAFF;
    z-index: -1;
    /* margin-right: -72px; */
}
.craft-background .btm-card {
    margin-top: -116px;
}
#crafting li {
    list-style: none;
}
#crafting .craft_df {
    margin-top: -30px;
}
#crafting li img {
    width: 13px;
}
#strategies .owl-slide {
    width: 83%!important;
}
#strategies .card {
    box-shadow: -1px 1px 10px #ff000026;
}
#strategies .owl-nav {
    display: none;
}
#strategies .tle {
    color: #202D63;
}
#benefit .benefit-carousel .owl-nav, #benefit .benefit-carousel .owl-dots {
    display: none;
}
#benefit #triangle {
    /* width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 20px solid #f1ad0a;
    border-bottom: 10px solid transparent; */
    position: relative;
    transform: scale(var(--ggs,1));
    width: 12px;
    height: 6px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid #FBBC05;
    transform: rotate(34deg);
}
#benefit #triangle,
#benefit #triangle::before {
      display: block;
      box-sizing: border-box;
      border-right: 3px solid transparent
}
#benefit #triangle::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 16px;
    border-left: 1px solid #FBBC05;
    border-top: 1px solid #FBBC05;
    border-bottom: 3px solid transparent;
    transform: rotate(45deg) skew(10deg,10deg);
    left: -2px;
    bottom: -10px;
}
#benefit #circle {
    height: 15px;
    width: 15px;
    border-color: white;
    border: 1px solid #ffffff;
    background: none;
    border-radius: 50%;
}
#benefit .background {
    background-image: linear-gradient(to bottom, #244189, #1f397c, #1a316f, #152963, #0f2257);
}
#benefit .cirtri {
    gap: 2rem;
}
#benefit .benefit-carousel .card {
    height: 370px;
}
#benefit .benefit-carousel .card:hover {
    transform: scale(1.02);
}
@media (min-width: 1900px) and (max-width: 2000px){
    #industries .dots {
        width: 20%;
        transition: 0.6s;
    }
    #strategies .owl-slide {
        width: 88%!important;
    }
    .header img, svg {
        width: 48%!important;
    }
}
@media (min-width: 1700px) and (max-width: 2000px){
    .header {
        height: 650px!important;
    }
    .header .fs-1 {
        font-size: 76px!important;
    }
    .header h3 {
        font-size: 38px!important;
    }
    .about-background a.button {
        font-size: 25px!important;
    }
    #industries .circle {
        margin: 2rem 1rem!important;
    }
    #benefit .benefit-carousel .card {
        height: 500px;
    }
    #benefit .m-5 {
        margin: 1rem!important;
    }
    #crafting .m-5 {
        margin: 4rem!important;
    }    
    #crafting li {
        font-size: 26px;
        line-height: 2;
    }
    .craft-background .top-card {
        height: 300px;
        width: 300px;
    }
    .craft-background .btm-card {
        margin-top: -179px;
    }
}
@media (max-width: 1024px){
    #about-us .col-md-6, #strategies .col-md-6, .craft-background .col-md-6 {
        width: 100%;
    }
    #about-us .youtube-about {
        width: 70%!important;
        padding-top: 20px;
        padding-bottom: 30px;
    }
    #industries .card h5 {
        padding-top: 1rem;
    }
    #industries .cirtri {
        padding-bottom: 1rem;
    }
    #strategies .round {
        width: 60%!important;
    }
}
@media (min-width: 600px) and (max-width: 990px){
    .header .fs-1 {
        font-size: 36px!important;
    }
    .header .ps-5 {
        padding-left: 5rem!important;
    }
    .header h1 {
        font-size: 2.3rem!important;
    }
    .top-header .child {
        margin-top: -150px!important;
    }
    .header img, svg {
        width: 85%!important;
    }
    .header .ps-4 {
        padding-left: 0rem!important;
    }
    .craft-background .p-5 {
        padding: 1rem!important;
    }  
    .craft-background .youtube-craft {
        width: 70%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #crafting .craft_df {
        margin-top: 0px!important;
    }
    .craft-background .top-card {
        height: 180px;
        width: 180px;
    }
    .craft-background  .m-5 {
        margin: 2rem!important;
    }
    .craft-background .btm-card {
        margin-top: -163px;
    }
    .craft-background .btm-card img {
        width: 35%!important;
    }
    .craft-background .btm-card img {
        width: 50%;
    }
    #strategies .owl-slide .card {
        background-repeat: no-repeat!important;
        background-position: top;
    }
    #strategies .pe-5 {
        padding-right: 0rem!important;
    }
    #strategies .p-5, #benefit .p-5 {
        padding: 1rem!important;
    }
    #strategies .me-5 {
        margin-right: 1rem!important;
    }
    #strategies h1 {
        width: 85%!important;
    }
    #strategies .owl-slide {
        width: 79%!important;
    }
    #strategies .ms-5 {
        margin-left: 1rem!important;
    }
    #strategies .pe-5 {
        padding-right: 0rem!important;
    }
    #strategies .m-3 {
        margin: 0rem!important;
    }
    #benefit .m-5 {
        margin: 1rem!important;
    }
    #benefit .w-50 {
        width: 71%!important;
    }
    #benefit .w-75 {
        width: 90%!important;
    }
    #benefit .cirtri {
        gap: 3rem;
    }
}
@media (max-width: 600px){
    .header {
        height: 650px!important;
        background-repeat: no-repeat!important;
        background-size: cover!important;
    }
    .header .header-img {
        text-align: center;
    }
    .header .container-fluid,.header .row {
        height: 85%;
    }
    .header .w-50 {
        width: 80%!important;
    }
    .header .fs-1 {
        margin-top: 7rem;
        font-size: 40px!important;
    }
    .header .ps-5 {
        padding-left: 1rem!important;
    }
    .header .align-self-end {
        align-self: start!important;
    }
    .header .child .ms-5 {
        margin-left: 0rem!important;
    }
    .header .mt-5 {
        margin-top: 0rem!important;
    }
    .child .ms-5 {
        margin-left: 2rem!important;
        padding-right: 2.5rem!important;
    }
    .child {
        margin-top: -135px!important;
    }
    #about-us .mb-5, #crafting .mb-5 {
        margin-bottom: 1.5rem!important;
    }
    #about-us {
        margin-top: -120px;
    }
    .empowerment-banner .m-4 {
        margin: 0.5rem!important;
    }
    .about-background .my-5 {
        margin-top: 0rem!important;
        margin-bottom: 2rem!important;
    }
    .craft-background h1 {
        font-size: 18px!important;
    }
    .craft-background .top-card {
        height: 150px;
        width: 150px;
    }
    #crafting .craft_df {
        margin-top: -3px;
    }
    .craft-background .pt-5 {
        padding-top: 1rem!important;
    }
    .craft-background .w-25 {
        width: 35%!important;
    }
    .craft-background  .m-5 {
        margin: 2rem!important;
    }
    .craft-background .btm-card {
        margin-top: -132px;
        height: 132px!important;
    }
    #strategies .p-5, #benefit .p-5, #facts .p-5 {
        padding: 1rem!important;
    }
    #strategies h1 {
        width: 100%!important;
    }
    #strategies .me-5 {
        margin-right: 0rem!important;
    }
    #strategies .px-5 {
        padding-right: 0rem!important;
        padding-left: 0rem!important;
    }
    #strategies .nxt .card, #strategies .prev .card {
        display: flex!important;
    }
    #strategies .owl-slide .card {
        background-repeat: no-repeat!important;
        background-blend-mode: lighten;
    }
    #strategies .m-3, #benefit .m-5 {
        margin: 0rem!important;
    }
    #benefit .benefit-carousel .card {
        height: 300px;
        margin-right: 2rem!important;
        margin-left: 2rem!important;
    }
    #benefit .mbl-view {
        display: flex!important;
    }
    #benefit .w-50, #benefit .w-75, #facts .w-75 {
        width: 97%!important;
    }
    #benefit .cirtri {
        gap: 0rem;
    }
    #benefit .justify-content-between {
        justify-content: center!important;
        gap: 6px;
        margin-top: 1rem;
    }
    #strategies .pe-5 {
        padding-right: 0rem!important;
    }
    #strategies .prev .card {
        margin-right: -15px!important;
        z-index: 9!important;
    }
    #strategies .nxt .card {
        margin-left: -15px!important;
        z-index: 9!important;
    }
    #strategies .owl-slide {
        width: 89%!important;
    }
    #strategies h1, #benefit h1 {
        font-size: 20px!important;
    }
}