/* 
Theme Name : Griffin
Theme URI : http://example.com/
Author : Mahan Bayat Mokhtari
Author URI : http://example.com/
Description : cool
Version : 1.0
Text Domain : griffintheme
*/
.svg {
    width: 40px;
    height: 40px;
}

body {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    /* overflow-x: hidden; */
}



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

p {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
}

button {
    cursor: pointer;
    transition: all 0.5s 0.1s linear, box-shadow 0.1s 0s linear;

}

button:active {
    /* background-color: red; */
    box-shadow: 1px 1px 10px 10px aqua;
}


/* section1 styles */
.section1 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    background: linear-gradient(black 40%, white);
    /* height: 820px; */
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.section1-step1 {
    background-image: url('http://localhost/Griffin/wp-content/uploads/2025/12/griffinSection1BG.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px;
    min-width: 360px;
}

.section1-step1-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;

}



.section1-info {
    width: 50%;
}

.section1-info-ltr {
    animation-name: section1-info-shine-ltr;
    animation-duration: 1.5s;
    animation-timing-function: linear;
}

.section1-info-rtl {
    animation-name: section1-info-shine-rtl;
    animation-duration: 1.5s;
    animation-timing-function: linear;
}

.section1-h1 {
    font-size: 50px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.section1-p {
    font-size: 18px;
    font-weight: 500;
    color: #BFD5FF;
    line-height: 25px;
    margin-bottom: 20px;
}

.section1-btn-div {
    width: 250px;
    margin: 0px auto;

}

.section1-btn {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    background: linear-gradient(90deg, #13befe, #9c33ff);
    border: none;
    width: 250px;
    height: 40px;
    border-radius: 10px;
    animation-name: section1-btn-div-shine;
    animation-duration: 1.5s;
    animation-delay: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.section1-btn:hover {
    transform: scale(1.1);
}

.section1-img {
    width: 70%;
}

.headerIMG {
    width: 100%;
    height: 90%;
    animation-name: headerIMGshine;
    animation-duration: 1.5s;
    animation-delay: 0.2s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

/* section1 step2 */
.section1-step2 {
    margin: 70px auto 20px auto;
}

.section1-step2-h2 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    width: 50%;
    margin: 10px auto;
}

.section2-step2-imgbox {
    width: 60%;
    margin: 10px auto 10px auto;
    transform: translateY(50px);
}

.section-1-step2-img {
    width: 100%;
    border-radius: 20px;
}

.section-1-step2-img-animation {
    animation-name: section-1-step2-img-shine;
    animation-timing-function: linear;
    animation-duration: 2.5s;
    animation-delay: 0s;
}


/* section2 */
.section-2 {
    width: 100%;
}

.section2-step1 {
    width: 600px;
    margin: 70px auto 20px auto;
}

.section2-h2 {
    font-weight: 900;
    text-align: center;
    font-size: 40px;
    /* width: 400px; */
    margin-right: auto;
    margin-left: auto;
}

.section2-p {
    font-weight: 600;
    text-align: center;
    line-height: 25px;
    margin-top: 20px;
    padding: 20px;
}

.section2-step2-btnbox {
    /* width: 600px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.section2-step2-btn {
    width: 250px;
    height: 40px;
    font-weight: 500;
    background: linear-gradient(90deg, #13befe, #9c33ff);
    color: #FFFFFF;
    border: none;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
}

.section2-step2-btn:hover {
    transform: scale(1.1);
}

.section3 {
    width: 90%;
    background: linear-gradient(white 5%, black);
    margin: 30px auto 10px auto;
    padding: 30px 20px 30px 20px;
    border-radius: 20px;
}

.section3-H3 {
    font-size: 35px;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px black;
    margin-bottom: 30px;
}

.product-field-h4 {
    font-size: 25px;
    font-weight: 600;
}

.product-field-column2 {
    margin-top:-30px;
    font-size: 17px;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    height: 100%;
}

.Products-fields {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
}

.product-field-ltr,
.product-field-rtl {
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 20px 20px 20px 20px;
    width: 360px;
    /* height: 220px; */
    height: 290px;
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 1px 1px 129px 5px black;
    cursor: pointer;
    position: relative;
    transition: all 0.5s 0.1s linear;
}



.product-field-ltr::after {
    content: "see about?";
    width: 90px;
    height: 25px;
    position: absolute;
    bottom: -34px;
    right: -7px;
    background-color: #FFFF;
    border-radius: 0px 999px;
    padding: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s 0.1s linear;
}

.product-field-rtl::after {
    content: "مشاهده بیشتر";
    width: 110px;
    height: 25px;
    position: absolute;
    bottom: -32px;
    left: 14px;
    background-color: #FFFF;
    border-radius: 0px 999px;
    padding: 5px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s 0.1s linear;
}

.product-field-ltr:hover {
    box-shadow: 2px 2px 33px 0px black;
    transform: translateY(-10px);
}

.product-field-rtl:hover {
    box-shadow: 2px 2px 33px 0px black;
    transform: translateY(-10px);
}

.product-field-ltr:hover::after {
    visibility: visible;
    opacity: 1;
}

.product-field-rtl:hover::after {
    visibility: visible;
    opacity: 1;
}

.product-field-column1-rtl,
.product-field-column1-ltr {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-field-column1-rtl::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(#18b8ff, #ac23ff);
    left: -11px;
    top: 2px;
}

.product-field-column1-ltr::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background: linear-gradient(#18b8ff, #ac23ff);
    left: 55px;
    top: 2px;
}

.product-field-h4 {
    color: black;
}

.product-field-p {
    font-size: 15px;
    line-height: 19px;
    color: black;
}

.product-field-iconbox {
    width: 50px;
    height: 50px;
}

.product-field-iconbox img {
    width: 100%;
    height: 100%;
}

/* section 4 */

.section4 {
    width: 90%;
    margin: 30px auto 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.section4-info {
    width: 50%;
}

.section4-info-p {
    text-indent: 10px;
    word-spacing: 2px;
    padding: 10px;
    margin: 0px;
    line-height: 1.6;
}

.section4-info-secend-p {
    text-indent: 10px;
    word-spacing: 2px;
    padding: 10px;
    margin: 0px;
    text-align: center;

    line-height: 1.6;
    /* font-size: 20px; */
    /* font-weight: 600; */
}

.section4-info-btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section4-info-btn {
    margin-top: 20px;
    width: 250px;
    height: 40px;
    font-weight: 500;
    background: linear-gradient(90deg, #13befe, #9c33ff);
    color: #FFFFFF;
    border: none;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
}

.section4-info-btn:hover {
    transform: scale(1.1);
}

.section4-img {
    width: 40%;
}

.section4-img img {
    width: 100%;
    height: 100%;
}

/* section 5 */

.section6 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section6-row1 {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin: 80px auto 50px auto;
    position: relative;
}

.section6-row1::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #13befe, #9c33ff);
    filter: blur(20px);
    width: 85%;
    height: 30px;
    top: 185px;

}

.section6-grifin-honors-99,
.section6-grifin-honors-98 {
    position: relative;
    cursor: grab;
    width: 150px;
    height: 200px;
    transition: all 1s 0.1s linear;
}

.section6-grifin-honors-99 img,
.section6-grifin-honors-98 img {
    width: 100%;
    height: 100%;
}

.section6-grifin-honors-99:hover {
    transform: translateY(-15px);
}

.section6-grifin-honors-98:hover {
    transform: translateY(-15px);
}

.section6-grifin-honors-99-title , .section6-grifin-honors-98-title {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 130px;
    height: 47px;
    background: linear-gradient(to right, rgba(92, 72, 238, 0.6), rgba(15, 30, 106, 0.4));
    backdrop-filter: blur(30px);
    color: white;
    border-radius: 20px;
    top: -59px;
    right: 5px;
    /* line-height: 40px; */
    text-align: center;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s 0.1s linear;
}

.section6-grifin-honors-99:hover .section6-grifin-honors-99-title,
.section6-grifin-honors-98:hover .section6-grifin-honors-98-title {
    visibility: visible;
    opacity: 1;

}

.section6-row2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transform: translateY(-30px);
    margin-bottom: -25px;
}

.section6-first-h2 {
    text-align: center;
}

.section6-second-h2 {
    text-align: center;

}

/* section 6 */
.section5 {
    width: 90%;
    margin: 30px auto 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.section5-info {
    width: 40%;
}
.section5-info-h3 {
    margin:10px
}
.section5-info-p {
    word-spacing: 2px;
    padding: 10px;
    margin: 0px;
    line-height: 1.6;
}




.section5-img {
    width: 40%;
    height: 440px;
}

.section5-img img {
    width: 100%;
    height: 100%;
}

.section5-info-uls-griffin-defrences {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.section5-info-uls-griffin-defrences {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.section5-info-uls-griffin-defrences-li {
    list-style-type: none;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.section5-info-uls-griffin-defrences-li-icon {
    height: 30px;
}

/* footer */



/* .footerColumn3  */
/* keyFrames */


@keyframes section1-info-shine-ltr {
    0% {
        transform: translate(-120%);
    }

    100% {
        transform: translate(0);
    }
}

/* for rtl */
@keyframes section1-info-shine-rtl {
    0% {
        transform: translate(120%);
    }

    100% {
        transform: translate(0);
    }
}

@keyframes headerIMGshine {
    0% {
        /* transform: rotateX(90deg); */
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
    }

    100% {
        /* transform: rotateX(0deg); */
        transform: scale(1);
        opacity: 1;
        visibility: visible;

    }
}

@keyframes section1-btn-div-shine {
    0% {
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
    }

    100% {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }
}

@keyframes section-1-step2-img-shine {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    25% {
        opacity: 0.25;
        transform: translateY(75px);

    }

    50% {
        opacity: 0.50;
        transform: translateY(50px);

    }

    75% {
        opacity: 0.75;
        transform: translateY(25px);

    }

    100% {
        opacity: 1;
        transform: translateY(0px);

    }
}







/* responsive */
/* header */
@media (max-width : 1312px) {

    /* for section3 */
    .product-field-ltr {
        width: 45%;
    }

    .product-field-rtl {
        width: 45%;

    }

}




@media (max-width : 1033px) {

    /* for section2 */
    .section2-step2-imgbox {
        width: 70%;
    }
}

@media (max-width : 892px) {
    .product-field-rtl {
        width: 100%;
    }

    .product-field-ltr {
        width: 100%;
    }
}


@media (max-width : 750px) {
    /* for section 5 */

    .section1-step2-h2 {
        width: 70%;
    }

    .section5 {
        flex-direction: column;
    }

    .section5-img,
    .section5-info {
        width: 90%;
    }

    /* for section 1 */
    .section1-h1 {
        font-size: 35px;

    }


    /* for footer */



}

@media (max-width : 657px) {

    /* for section 4 */
    .section4 {
        flex-direction: column-reverse;
    }

    .section4-info {
        width: 100%;

    }

    .section4-img {
        width: 100%;
        height: 360px;
    }

    /* for section 1 */
    .section1-step1 {
        flex-direction: column-reverse;

    }

    /* for section 2 */
    .section2-step1 {
        width: 350px;
    }

    /* for section 1 */
    .section1 {
        padding: 30px 0px 0px 0px;
    }

    .section1-info {
        width: 100%;
    }

    .section1-btn-box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section1-info .section1-h1,
    .section1-info .section1-p {
        text-align: center;
    }


    /* for section 3 */
    .section3 .Products-fields {
        justify-content: center;
    }

}
.product-field-h4 {
    font-size: 21px;
}
@media (max-width : 530px) {

    /* for section 2 */
    .section2-step2-imgbox {
        font-size: 30px;
        width: 90%;
    }

    /* for footer */
}



@media (max-width : 440px) {
    .section2-h2 {
        font-size: 25px;
    }

    .section2-p {
        font-size: 14px;
    }
    .section1-step2-h2 {
        width: 80%;

    }

    /* for section 3 */
    .secttion3 {
        padding: 30px 20px 30px 20px;
    }

    .section3 .product-field {
        height: 300px;
    }
    
    .section5-info-uls-griffin-defrences {
        grid-template-columns: repeat(1, 1fr);
    }

}
@media (max-width : 390px) {
    .product-field-p {
        font-size: 14px;
    }

}