:root {
    --mainColor: #f85200;
    --secondColor: #0082c8;
    --hoverColor: ;
    --textColor: #f85200;
    --bg: #f7f5e1;
    --border_px: 0.06613756613756613vw;
    --black: #303030;
    --mdFont: "GE Dinar md";
    --lightFont: "GE Dinar light";
    --mainFont: "CoconNextArabic";
}

::selection {
    background-color: #67a1d5;
    color: #fff;
}

/*-------------------------------- Fonts --------------------------------*/
@font-face {
    font-family: "CoconNextArabic";
    src: url("../fonts/CoconNextArabic-Light.woff2") format("woff2"),
        url("../fonts/CoconNextArabic-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GE Dinar light";
    src: url("../fonts/GEDinarOne-Light.woff2") format("woff2"),
        url("../fonts/GEDinarOne-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GE Dinar md";
    src: url("../fonts/GEDinarOne-Medium.woff2") format("woff2"),
        url("../fonts/GEDinarOne-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*-------------------------------- Fonts --------------------------------*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

*,
::before,
::after {
    transition: 0.3s ease;
}

ol,
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--mainFont);
}

body {
    font-family: var(--mainFont);
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
}

.page_content {
    max-width: 1500px;
    margin: 0 auto;
}

.no-p,
.no-m {
    padding: 0;
    margin: 0;
}

ul {
    list-style-type: none;
}

@media (min-width: 1500px) {
    body {
        width: 1400px;
        margin: 0px auto;
    }
}

body {
    background-color: var(--bg);
    position: relative;
}

h1 {
    margin-bottom: 2rem;
    font-weight: bold;
    text-transform: uppercase;
}

p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 35px;
    font-weight: 500;
}

a {
    font-size: 17px;
}

.viewa:hover {
    background: var(--mainColor) !important;
}

.mediaShow {
    display: block !important;
}

.btnView {
    display: inline-block !important;
}

.btnHide {
    display: none !important;
}

.viewHeight {
    height: auto !important;
    overflow: auto !important;
}

.menuRotate {
    transform: rotate(360deg);
    transition: all 1s;
}

/* *************** header  ************************************************************************/
.myheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 110px;
    gap: 24rem;
    z-index: 1;
}

.menuIcon {
    display: none;
}

.homeMenue ul {
    display: flex;
    gap: 2rem;
}

.homeMenue a {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
}

.homeMenue a:hover {
    color: var(--mainColor);
    border-bottom: 3px solid var(--mainColor);
    padding-bottom: 7px;
}

.tri h3 {
    font-size: 30px;
}

/* *************** header  ****************/
/* *************** footer  ****************/
footer.footer.py-5 {
    margin-top: -5rem;
}

footer .row {
    justify-content: space-between;
}

footer a {
    font-weight: bold;
}

.socialIcons ul {
    display: flex;
    gap: 1rem;
}

.copyRight {
    height: 47px;
    background-color: #809f13;
    color: white;
    text-align: center;
}

.copyRight p {
    margin: 0%;
}

.copyRight a {
    color: rgb(0, 217, 255);
}

/* *************** footer  ****************/
/* *************** home   ****************/
.homeslider .slider {
    position: relative;
}

.halfSlider {
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem;
    padding-top: 11rem;
}

.halfSlider img {
    max-width: 500px;
    max-height: 500px;
    object-fit: contain;
}

.halfSlider:nth-child(2) {
    background-color: #fdbe40;
}

.callAction {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    top: 30%;
    left: 50%;
    transform: translate(-52%, 0%);
}

.tri {
    transform: rotate(-2deg);
    width: 17rem;
    height: 17rem;
    background: var(--mainColor);
    -webkit-clip-path: polygon(100% 0, 0 0, 52% 100%);
    clip-path: polygon(100% 0, 0 0, 52% 100%);
    color: white;
    text-align: center;
    padding-top: 3rem;
}

.callAction a.bbt {
    display: flex;
    color: white;
    width: 152px;
    height: 43px;
    border-radius: 20px;
    background: black;
    justify-content: center;
    align-items: center;
}

.homeslider .slick-dots {
    bottom: 55px;
    left: 3px;
}

.homeslider .slick-dots li button {
    background: var(--mainColor);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid var(--mainColor);
    background-color: transparent;
}

.slick-dots li button::before {
    display: none;
}

.homeslider .slick-dots li.slick-active button {
    border: 2px solid var(--mainColor);
    background-color: var(--mainColor);
}

section.brands {
    text-align: center;
    margin: 4rem 0px;
}

.brands li.cards {
    padding: 2rem;
    width: 370px !important;
    height: 375px;
    border-radius: 20px;
    filter: drop-shadow(0 0 2px rgba(209, 180, 152, 0.78));
    background-color: transparent;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
}

.brands li.cards h3 {
    font-weight: bold;
}

.brands li.cards img {
    height: auto;
    object-fit: contain;
}

.brands li.cards a {
    color: var(--mainColor);
    display: none;
}

.brands li.cards:hover {
    background-color: white;
}

.brands li.cards:hover h3 {
    font-size: 30px;
    margin-top: 1rem;
}

.brands li.cards:hover a {
    display: block !important;
    /* margin-top: 1rem; */
    font-size: 20px;
}

.brands li.cards:hover p {
    display: none !important;
}

button.slick-next.slick-arrow {
    width: 30px;
    height: 30px;
    background: black;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    background: url("../img/icon/right-arrow.png") left no-repeat;
    background-size: 100%;
}

button.slick-prev.slick-arrow {
    width: 30px;
    height: 30px;
    background: black;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    background: url("../img/icon/left-arrow.png") left no-repeat;
    background-size: 100%;
    /* margin-right: 5rem; */
    z-index: 2;
}

.brands .slick-arrow {
    margin-right: 5rem;
    z-index: 2;
}

button.slick-next.slick-arrow::before,
button.slick-prev.slick-arrow::before {
    content: "";
}

.slick-prev {
    right: -40px;
    left: auto;
    top: 9rem;
}

.slick-next {
    right: -40px;
    top: 11rem;
}

section.about {
    display: flex;
    justify-content: space-between;
}

section.about img {
    width: 83rem;
    height: 32rem;
    object-fit: contain;
}

section.about .text {
    width: 70rem;
    margin-left: -8rem;
    padding: 0rem 6rem;
}

section.about .text,
section.about .text h1,
section.about .text h4 {
    text-align: center;
    font-weight: bold;
}

section.about .text h4 {
    margin: 1rem 0px;
}

section.about .text h1 {
    margin-bottom: 3rem;
}

section.about .text p {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
    margin-bottom: 4rem;
    text-align: justify;
}

section.about .text a {
    background: black;
    color: white;
    padding: 12px 30px;
    font-weight: 100;
    border-radius: 20px;
    text-transform: uppercase;
    margin-top: 3rem;
}

/* *************** home   ****************/
/* *************** product   ****************/
.siteName {
    padding-top: 10rem;
    padding-bottom: 7rem;
    margin-bottom: 3rem;
    background: url("../img/image/innerbg.png") bottom no-repeat;
    background-size: 100%;
}

.siteName h1 {
    padding-left: 100px;
}

.inner_content {
    padding-bottom: 5rem;
}

section.products {
    text-align: center;
    margin-bottom: 5rem;
}

section.proList ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 0rem;
    margin-bottom: 2rem;
    height: 320px;
    overflow: hidden;
    transition: height 0.5s ease, overflow 0.5s ease;
    justify-items: center;
    align-items: center;
}

section.products .card {
    width: 270px !important;
    height: 320px;
    border-radius: 20px;
    filter: drop-shadow(0 0 2px rgba(209, 180, 152, 0.78));
    background-color: #ffffff;
    padding: 1rem;
    font-weight: bold;
    gap: 1.5rem;
}

section.products .card a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

section.products .card img {
    width: auto;
    height: auto;
    margin-bottom: -1.5rem;
    max-height: 250px;
    object-fit: contain;
}

section.products .card h4 {
    font-weight: bold;
}

section.products .card p {
    margin: 0;
}

section.products .viewMore {
    color: white;
    background-color: black;
    padding: 5px 15px;
}

section.products .viewMore:hover {
    background-color: var(--mainColor);
}

section.products .btn2 {
    display: none;
}

section.products .card:hover h4 {
    color: red;
}

/* *************** product   ****************/

/* *************** product Inside Co-paking  ****************/
.siteName {
    padding-top: 10rem;
    padding-bottom: 7rem;
    margin-bottom: 3rem;
    background: url("../img/image/innerbg.png") bottom no-repeat;
    background-size: 100%;
}

.siteName h1 {
    padding-left: 100px;
}

.inner_content {
    padding-bottom: 5rem;
}

section.productsCoPacking {
    text-align: center;
    margin-bottom: 5rem;
}

section.proList ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem 0rem;
    margin-bottom: 2rem;
    height: 320px;
    overflow: hidden;
    transition: height 0.5s ease, overflow 0.5s ease;
    justify-items: center;
    align-items: center;
}

section.productsCoPacking .card {
    width: 270px !important;
    height: auto;
    border-radius: 20px;
    filter: drop-shadow(0 0 2px rgba(209, 180, 152, 0.78));
    background-color: #ffffff;
    padding: 1rem;
    font-weight: bold;
    gap: 1.5rem;
}

section.productsCoPacking .card a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.productsCoPacking .card img {
    width: auto;
    height: auto;
    /* margin-bottom: -1.5rem; */
    max-height: 250px;
    object-fit: contain;
}

section.productsCoPacking .card h4 {
    font-weight: bold;
}

section.productsCoPacking .card p {
    margin: 0;
}

section.productsCoPacking .viewMore {
    color: white;
    background-color: black;
    padding: 5px 15px;
}

section.productsCoPacking .viewMore:hover {
    background-color: var(--mainColor);
}

section.productsCoPacking .btn2 {
    display: none;
}

section.productsCoPacking .card:hover h4 {
    color: red;
}

/* *************** product  inside co-packing  ****************/
/* *************** About  us   ****************/
section.aboutUs {
    text-align: center;
    background: white;
    padding: 2rem 7rem;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    filter: drop-shadow(0 0 2px rgba(209, 180, 152, 0.78));
}

section.aboutUs p {
    margin-bottom: 2rem;
}

section.aboutUs p:nth-child(4) {
    color: var(--textColor);
}

/* *************** About  us   ****************/
/* *************** Co Packing   ****************/
.CoPacking {
    text-align: center;
    margin-bottom: 7rem;
}

.CoPacking h1 {
    margin-top: 5rem;
}

.CoPacking ul {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
    align-items: center;
    justify-content: space-around;
    background-color: #ffffff;
    padding: 1rem;
    border-radius: 20px;
    filter: drop-shadow(0 0 2px rgba(209, 180, 152, 0.78));
}

section.productsCoPacking.Coproducts ul,
.related ul {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    align-items: center;
    justify-content: space-around;
    justify-items: center;
}

.CoPacking ul li a {
    text-align: -webkit-center;
}

.CoPacking ul li img {
    width: 150px;
    height: 100px;
    object-fit: contain;
}

.Coprand button.slick-prev.slick-arrow {
    margin-top: -5rem;
}

.Coprand button.slick-next.slick-arrow {
    margin-top: -5rem;
}

/* *************** Co Packing   ****************/
/* *************** media  *********************/
.mediaTabs {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.mediaTabs button {
    width: 159px;
    height: 44px;
    border-radius: 10px;
    background-color: var(--mainColor);
    color: white;
    font-size: 19px;
    text-transform: uppercase;
    border: none;
}

.mediaTabs button:hover {
    background-color: white;
    color: black;
}

.mediaTabs button.active {
    background-color: white;
    color: black;
    border: 2px solid;
}

section.CoPacking.Coprand p {
    font-weight: bold;
}

section.images,
section.videos {
    margin-top: 5rem;
}

section.images ul,
section.videos ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    justify-items: center;
    gap: 1rem;
}

section.videos ul video {
    width: 95%;
    height: 250px;
}

section.images ul li img,
section.videos ul li iframe {
    width: 95%;
    height: auto;
    object-fit: contain;
}

section.images ul .mediaCard,
section.videos ul .mediaCard {
    display: none;
}

/* *************** media  *********************/
/* *************** productsDetails  *********************/
.productsDetails {
    margin-bottom: 5rem;
}

.productsDetails p span {
    color: var(--textColor);
}

.productsDetails p {
    margin-bottom: 2rem;
}

.products {
    margin-bottom: 0rem;
}

.productsDetails .products p:nth-child(3) {
    background: black;
    color: white;
    width: 7rem;
    text-align: center;
}

.productsDetails p span a,
.pname a,
.pname h1 {
    font-size: 22px;
}

.pname a {
    color: var(--mainColor);
}

section.brand ul img:hover {
    transform: scale(1.5);
}

.productsDetails .products .images {
    float: left;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}

.smallslider img {
    height: 135px;
    width: 90%;
    margin: 3px 0px;
    object-fit: contain;
    cursor: pointer;
}

.smallslider {
    /* width: 11%; */
    width: 90px;
    height: 550px;
    border-radius: 55px;
    filter: drop-shadow(0 0 2px rgba(209, 180, 152, 0.78));
    background-color: #ffffff;
    padding: 4rem 0px;
}

.smallslider li {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.bigslider {
    float: right;
    width: 100%;
    margin-right: 0rem;
}

.bigslider img {
    height: auto;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    max-height: 450px;
    object-fit: contain;
}

.bigslider li {
    /* width: 455px !important; */
    height: 550px;
    border-radius: 100px;
    filter: drop-shadow(0 0 2px rgba(209, 180, 152, 0.78));
    background-color: #ffffff;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.descriptions {
    margin-left: 41rem;
    padding-top: 2rem;
}

.productShare {
    display: flex;
    gap: 1rem;
    justify-content: flex-start;
    align-items: baseline;
}

.productShare ul {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

ul.productSize {
    display: flex;
    gap: 0rem;
    align-items: flex-end;
    flex-direction: row;
}

ul.productSize img {
    border-radius: 5px;
    cursor: pointer;
    width: 88%;
}

ul.productSize img.active {
    border: 0px solid var(--mainColor);
}

ul.productSize input {
    display: none;
}

ul.productSize label {
    display: flex;
    width: 80px;
    height: 31px;
    background: gray;
    font-size: 17px;
    color: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

/* ul.productSize label:nth-child(1) {
    width: 30px;
    height: 70px;
} */

ul.productSize label.active {
    border: 5px solid var(--mainColor);
}

.related h2 {
    background-color: black;
    padding: 5px 15px;
    width: 20rem;
    color: white;
    margin-bottom: 3rem;
    position: relative;
    left: 35%;
    text-align: center;
}

.related h2:hover {
    background-color: var(--mainColor);
}

section.related .card {
    width: 270px !important;
    height: 320px;
    border-radius: 20px;
    filter: drop-shadow(0 0 2px rgba(209, 180, 152, 0.78));
    background-color: #ffffff;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-weight: bold;
    gap: 1.5rem;
}

section.related .card a {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

section.related .card img {
    width: auto;
    height: auto;
    margin-bottom: -1.5rem;
    max-height: 250px;
}

section.related .card h4 {
    font-weight: bold;
}

section.related .card:hover h4 {
    color: red;
}

section.related {
    margin-bottom: 5rem;
}

/* *************** productsDetails  *********************/
/* *************** contact us  *************************/
section.ContactUs_map {
    width: 100%;
    margin-bottom: 38rem;
}

.ContactUs_map .map {
    float: left;
    width: 77%;
    /* width: 938px; */
    height: 520px;
    border-radius: 20px;
    filter: drop-shadow(0 0 2px rgba(209, 180, 152, 0.78));
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.locationInfo {
    /* width: 17%; */
    float: right;
}

.locationInfo > ul > li {
    width: 255px;
    height: 91px;
    border-radius: 20px;
    filter: drop-shadow(0 0 2px rgba(209, 180, 152, 0.78));
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 1rem;
    margin-bottom: 1rem;
}

.locationInfo li p {
    margin: 0;
}

.locationInfo > ul > li:last-child ul {
    display: flex;
    gap: 1rem;
}

input::placeholder,
textarea::placeholder {
    color: rgba(128, 128, 128, 0.55) !important;
}

.ContactUs_message form input {
    width: 684px;
    height: 47px;
    background-color: #ffffff;
    border: 0.95px solid #dedede;
    padding: 1rem;
    margin-bottom: 10px;
}

.ContactUs_message form textarea {
    height: 200px;
    width: 684px;
    background-color: #ffffff;
    border: 0.95px solid #dedede;
    padding: 1rem;
}

.ContactUs_message form input[type="submit"] {
    width: 130px;
    height: 42px;
    background-color: #fccb67;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.mapLocation iframe {
    width: 433px;
    height: 372px;
    border-radius: 20px;
    filter: drop-shadow(0 0 2px rgba(209, 180, 152, 0.78));
}

.ContactUs_message form {
    float: left;
    width: 60%;
    margin-right: 2rem;
}

section.ContactUs_message {
    width: 100%;
    margin-bottom: 8rem;
}

.ContactUs_map .map {
    position: relative;
}

.ContactUs_map .map ul li {
    background: url("../img/image/location.png") center no-repeat;
    background-size: 100%;
    width: 15px;
    height: 30px;
    position: absolute;
    margin-top: 8px;
    z-index: 0;
}

.ContactUs_map .map ul li:hover {
    transform: scale(1.3);
}

.ContactUs_map .map ul li img {
    width: 100% !important;
}

.ContactUs_map .map ul li:nth-child(1) {
    top: 343px;
    left: 746px;
}

/* iraq */
.ContactUs_map .map ul li:nth-child(2) {
    top: 206px;
    left: 525px;
}

.ContactUs_map .map ul li:nth-child(3) {
    top: 218px;
    left: 532px;
}

.ContactUs_map .map ul li:nth-child(4) {
    top: 223px;
    left: 521px;
    z-index: 11;
}

.ContactUs_map .map ul li:nth-child(5) {
    top: 239px;
    left: 546px;
}

.ContactUs_map .map ul li:nth-child(6) {
    top: 226px;
    left: 538px;
}

.ContactUs_map .map ul li:nth-child(7) {
    top: 224px;
    left: 451px;
}

.ContactUs_map .map ul li:nth-child(8) {
    top: 219px;
    left: 401px;
    z-index: 11;
}

.ContactUs_map .map ul li:nth-child(9) {
    top: 268px;
    left: 434px;
    z-index: 11;
}

.ContactUs_map .map ul li:nth-child(10) {
    top: 281px;
    left: 440px;
    z-index: 11;
}

.ContactUs_map .map ul li:nth-child(11) {
    top: 273px;
    left: 518px;
    z-index: 11;
}

.ContactUs_map .map ul li:nth-child(12) {
    top: 228px;
    left: 476px;
    z-index: 11;
}

.ContactUs_map .map ul li:nth-child(13) {
    top: 205px;
    left: 500px;
}

.ContactUs_map .map ul li:nth-child(14) {
    top: 198px;
    left: 189px;
}

.ContactUs_map .map ul li:nth-child(15) {
    top: 108px;
    left: 460px;
}

.ContactUs_map .map ul li:nth-child(16) {
    top: 149px;
    left: 431px;
}

.ContactUs_map .map ul li:nth-child(17) {
    top: 134px;
    left: 408px;
}

.ContactUs_map .map ul li:nth-child(18) {
    top: 211px;
    left: 504px;
}

.ContactUs_map .map ul li a {
    background-color: #000000ad;
    position: absolute;
    top: -42px;
    left: -40px;
    /* width: 100px; */
    width: auto;
    /* height: 35px; */
    height: auto;
    color: white;
    padding: 6px 24px;
    opacity: 0;
    display: none;
    z-index: 111111111111111;
}

.ContactUs_map .map ul li:hover a {
    opacity: 1;
    display: block;
}

/* *************** contact us  *************************/
.logo img {
    /* width: 125px; */
    width: auto;
    max-width: 125px;
}

section.brand ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 5rem;
    justify-items: center;
    align-items: center;
    margin-bottom: 2rem;
}

section.brand ul li,
section.brand ul li > button,
section.brand ul img {
    width: 100%;
}

section.brand ul li > button,
section.brand ul li > button:hover {
    background: transparent;
    border: none;
}

section.brand ul li > button:focus {
    background: transparent;
    border: none;
    box-shadow: none;
}

/*************** slider animation *****************/
.homeslider .slideImageOne img {
    transform: translateX(-200px);
    transition-delay: 0.6s;
    opacity: 0;
}
.homeslider .slideImageTow img {
    transform: translateX(200px);
    transition-delay: 0.6s;
    opacity: 0;
}

.homeslider .slick-active .slideImageOne img,
.homeslider .slick-active .slideImageTow img {
    transform: translateX(0);
    opacity: 1;
}

.homeslider .slick-slider .slick-track,
.homeslider .slick-slider .slick-list {
    transition: 0s;
}

.homeslider .callAction a {
    opacity: 0;
    transform: translateY(-100px);
    transition-delay: 1.2s;
}
.homeslider .slick-active .callAction a {
    opacity: 1;
    transform: translateY(0);
}

.homeslider .tri {
    scale: 0.6;
    transform: rotate(-60deg);
    opacity: 0;
    transition-delay: 0.8s;
}
.homeslider .slick-active .tri {
    scale: 1;
    transform: rotate(0deg);
    opacity: 1;
}
/*************** slider animation *****************/

/*************** loading animation *****************/

/*******************************/
/**********************************/
@import url("https://fonts.googleapis.com/css?family=Muli");
div#block-loadingpage {
    z-index: 999999;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background: #fff;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    opacity: 1;
    left: 0px;
    direction: ltr;
}

div#block-loadingpage .c_flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#block-loadingpage img {
    width: auto;
    height: auto;
    max-width: 200px;
}

div#block-loadingpage .loading-overlay__circle {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;

    transform: rotate(-90deg) translate3d(50%, -50%, 0);
    z-index: 3;
    -webkit-transition-property: opacity, transform;
    -webkit-transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-property: opacity, transform;
    -moz-transition-duration: 1s;
    -moz-transition-timing-function: ease-in-out;
    -ms-transition-property: opacity, transform;
    -ms-transition-duration: 1s;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-property: opacity, transform;
    -o-transition-duration: 1s;
    -o-transition-timing-function: ease-in-out;
    transition-property: opacity, transform;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    border-radius: 50%;
}

div#block-loadingpage .loading-overlay__circle circle {
    fill: none;
    stroke: var(--mainColor);
    stroke-dasharray: 536;
    stroke-dashoffset: 536;
    transition: stroke-dashoffset 2s ease-in-out;
}

div#block-loadingpage .loading-overlay__logo-icon {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    display: none;
    transition: 0.4s linear ease-in;
}

div#block-loadingpage .container {
    position: absolute;
    width: 17rem;
    height: 10rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div#block-loadingpage .text {
    color: #000;
    font-size: 6rem;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    bottom: 0;
    -webkit-animation: text 1050ms ease-in infinite;
    animation: text 1050ms ease-in infinite;
    transform: translatez(0);
}
div#block-loadingpage .text-w {
    left: 0rem;
    transform: translate3d(0, -4rem, 0);
    -webkit-animation: text-w 1050ms ease-in infinite;
    animation: text-w 1050ms ease-in infinite;
}
div#block-loadingpage .text-a {
    left: 5.4rem;
    -webkit-animation-delay: 150ms;
    animation-delay: 150ms;
}
div#block-loadingpage .text-v {
    left: 9.6rem;
    -webkit-animation-delay: 230ms;
    animation-delay: 230ms;
}
div#block-loadingpage .text-e {
    left: 13rem;
    -webkit-animation-delay: 310ms;
    animation-delay: 310ms;
}
div#block-loadingpage .text-u {
    left: 17rem;
    -webkit-animation-delay: 390ms;
    animation-delay: 390ms;
}
div#block-loadingpage .text-o {
    left: 22rem;
    -webkit-animation-delay: 470ms;
    animation-delay: 470ms;
}
div#block-loadingpage .text-m {
    left: 27rem;
    -webkit-animation-delay: 552ms;
    animation-delay: 552ms;
}
div#block-loadingpage .text-a2 {
    left: 32rem;
    -webkit-animation-delay: 632ms;
    animation-delay: 632ms;
}
div#block-loadingpage .text-r {
    left: 37rem;
    -webkit-animation-delay: 712ms;
    animation-delay: 712ms;
}
div#block-loadingpage .text-love {
    left: 21rem;
    -webkit-animation-delay: 470ms;
    animation-delay: 470ms;
}
div#block-loadingpage .text-j {
    left: 25rem;
    -webkit-animation-delay: 550ms;
    animation-delay: 550ms;
}
div#block-loadingpage .text-ja {
    left: 29rem;
    -webkit-animation-delay: 630ms;
    animation-delay: 630ms;
}
div#block-loadingpage .text-jaa {
    left: 33rem;
    -webkit-animation-delay: 710ms;
    animation-delay: 710ms;
}
div#block-loadingpage .text-n {
    left: 37rem;
    -webkit-animation-delay: 790ms;
    animation-delay: 790ms;
}

div#block-loadingpage .coast {
    position: absolute;
    left: 1.3rem;
    bottom: 1.7rem;
    width: 6.2rem;
    height: 2.2rem;
    display: inline-block;
    -webkit-animation: coast 2100ms linear infinite;
    animation: coast 2100ms linear infinite;
    transform: translateZ(0);
}

div#block-loadingpage .wave-rel-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 3rem;
    perspective-origin: 0%, 50%;
}

div#block-loadingpage .wave {
    position: absolute;
    width: 6.2rem;
    height: 2.2rem;
    border-radius: 1.1rem;
    /* background: radial-gradient(
        ellipse at center,
        #74f1fc 0%,
        #32e6ff 73%,
        #15c7fa 100%
    ); */
    background: var(--mainColor);
    display: inline-block;
    -webkit-animation: wave 2100ms linear infinite;
    animation: wave 2100ms linear infinite;
    will-change: width;
    transform: translateZ(0) scale(0);
}

div#block-loadingpage .delay {
    -webkit-animation-delay: 1050ms;
    animation-delay: 1050ms;
}

@-webkit-keyframes text {
    0% {
        transform: translate3d(0, 0, 0);
    }
    30% {
        transform: translate3d(0, 0, 0);
    }
    45% {
        transform: translate3d(0, -4rem, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes text {
    0% {
        transform: translate3d(0, 0, 0);
    }
    30% {
        transform: translate3d(0, 0, 0);
    }
    45% {
        transform: translate3d(0, -4rem, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes text-w {
    0% {
        transform: translate3d(0, -4rem, 0);
    }
    38% {
        transform: translate3d(0, -4rem, 0);
    }
    69% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, -4rem, 0);
    }
}
@keyframes text-w {
    0% {
        transform: translate3d(0, -4rem, 0);
    }
    38% {
        transform: translate3d(0, -4rem, 0);
    }
    69% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, -4rem, 0);
    }
}
@-webkit-keyframes coast {
    0% {
        transform: translate3d(0, 0, 0);
    }
    23% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(16rem, 0, 0);
    }
    100% {
        transform: translate3d(16rem, 0, 0);
    }
}
@keyframes coast {
    0% {
        transform: translate3d(0, 0, 0);
    }
    23% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(16rem, 0, 0);
    }
    100% {
        transform: translate3d(16rem, 0, 0);
    }
}
@-webkit-keyframes wave {
    0% {
        transform: scale(0);
        width: 2.2rem;
    }
    10% {
        transform: scale(1);
    }
    23% {
        width: 2.2rem;
    }
    32% {
        width: 6.1rem;
    }
    42% {
        width: 5rem;
        transform: rotateY(0deg) scale(1, 1);
    }
    51% {
        transform: rotateY(90deg) scale(0.6, 0.2);
    }
    52% {
        transform: rotateY(90deg) scale(0);
    }
    100% {
        transform: rotateY(90deg) scale(0);
    }
}
@keyframes wave {
    0% {
        transform: scale(0);
        width: 2.2rem;
    }
    10% {
        transform: scale(1);
    }
    23% {
        width: 2.2rem;
    }
    32% {
        width: 6.1rem;
    }
    42% {
        width: 5rem;
        transform: rotateY(0deg) scale(1, 1);
    }
    51% {
        transform: rotateY(90deg) scale(0.6, 0.2);
    }
    52% {
        transform: rotateY(90deg) scale(0);
    }
    100% {
        transform: rotateY(90deg) scale(0);
    }
}
/*************** loading animation *****************/
