/* about-page 22*/
.about-p-container {padding: 0 3%;}
.about-video {
    position: relative;
}
.about-img {
    height: 789px;
    overflow: hidden;
    position: relative;
    border-radius: 120px 0px 120px 0px;
}
.about-img::after {
    content:'';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -21.29%, rgba(0, 0, 0, 0.4) 96.35%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 120px 0 120px 0;
}
@media(max-width:768px) {
    .about-img::after {
        content:'';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) -21.29%, rgba(0, 0, 0, 0.4) 96.35%);
        border-radius: 60px 0 60px 0;
    }
}

.about-page-h-icon {
    z-index: 99 !important;
    position: absolute;
    border: none;
    border-radius: 50px;
    margin: 0 auto;
    width: 84px;
    cursor: pointer;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6%;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg width='84' height='84' viewBox='0 0 84 84' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='42' cy='42' r='41' stroke='white' stroke-width='2'/%3E%3Cpath d='M26.5 36.5L41 51L55.5 36.5' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    opacity: 0.6;
}
.about-img img {
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.about-footer {
    position: relative;
}
.about-banner-text h1,.about-banner-text h2 {
    height: 190px;
    width: 580px;
    color: #F2FAFF;
    letter-spacing: 0;
    line-height: 117px;
    position: absolute;
    top: 45%;
    right: 0%;
    left: 0%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 80px;
    line-height: 117Ð·Ñ‡;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}
.about-video-box iframe {
    height: 789px;
    width: 100%;
    border-radius: 28px;
    background: linear-gradient(
            271.11deg,
            rgba(7, 7, 59, 0) 0%,
            rgba(53, 53, 53, 0.6) 100%
    );
    border: none;
}

.about-video-box {
    margin: 63px 49px 120px 49px;
}
.about-middle {
    margin: 112px 0 43px;
}
.about-middle-detail {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    margin: -23px auto 42px;
}

.about-middle-image {
    flex: 1 1 74%;
    height: 683px;
    border-radius: 120px 0 0 0;
}

.about-middle-image:after{
    content:'';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -21.29%, rgba(0, 0, 0, 0.4) 96.35%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    border-radius: 120px 0 0 0;
}

@media(max-width:768px) {
    .about-middle-image:after{
        content:'';
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) -21.29%, rgba(0, 0, 0, 0.4) 96.35%);
        height: 54vw;
        border-radius: 60px;
    }
}

.middle-detail-text {
    height: fit-content;
    height: 100%;
    flex: 1 1 36%;
    border-radius: 120px 0 120px 0px;
    background: #000000;
    box-shadow: 4px 8px 24px 9px rgb(12 26 60 / 22%);
    padding: 93px 8% 0% 4%;
    margin-left: -10%;
    z-index: 1;
}
.about-middle-image img {
    /* height: 100%; */
    width: 100%;
    border-radius: 120px 0px 120px 0px;
    object-fit: cover;
}
.middle-detail-text h1 {
    height: 80px;
    width: 518px;
    color: #ffffff;
    font-size: 60px;
    letter-spacing: 0;
    line-height: 80px;
    text-align: right;
}

.about-middle .smart-page .middle-detail-text h1 {
    height: 80px;
    width: 518px;
    color: #ffffff;
    font-size: 60px;
    letter-spacing: 0;
    line-height: 80px;
    text-align: right;
    font-weight: 700 !important;
}
.middle-detail-text span {
    font-size: 16px;
    line-height: 23px;
    color: #FE9D01;
    font-weight: 400;
    padding: 31px 0 34px;
    display: block;
}
.middle-detail-text p {
    height: 256px;
    width: 507px;
    color: #ffffff;
    /* font-size: 20px; */
    letter-spacing: 0;
    /* line-height: 32px; */
    /* text-align: right; */
    /* font-weight: 400; */
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    /* text-align: right; */
    font-weight: 400;
}
.logo-icon {
    height: 96px;
    width: 96px;
    margin-left: auto;
}

.logo-icon img {
    width: 100%;
    height: 100%;
}
.middle-detail-text::after {
    content: "";
    background-image: url(https://www.electra-air.co.il/wp-content/themes/dt-the7-child/assets/images/bg-series-bg.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: -31px;
    right: 60px;
    height: 622px;
    width: 621.75px;
    opacity: 0.4;
    z-index: -1;
    display: none;
}
/*
.page-id-46431 .footer-contact-form {
  display: none;
}*/
.about-middle .smart-page .middle-detail-text::after {
    content: "";
    background-image: none !important;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: -34px;
    right: 12px;
    height: 622px;
    width: 621.75px;
    opacity: 0.6;
    z-index: -1;
}
.about-details-box {
    display: flex;
    margin-bottom: 120px;
    align-items: center;
}
.about-details-img {
    flex: 1 1 58%;
    overflow: hidden;
}
.about-details-box:nth-child(odd) .about-details-img {
    border-radius: 120px 0 120px 0;
}
.about-details-box:nth-child(even) .about-details-img {
    border-radius: 0px 120px 0px 120px;
}

.about-details-img img {
    width: 100%;
}

.about-details-text {
    flex: 1 1 42%;
    padding: 0% 10% 0 5%;
}
.about-details-text h3 {
    color: #000000;
    letter-spacing: 0;
    text-align: right;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 22px;
}
.about-details-text p {
    color: #000000;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 30px;
}
.about-details-btn {
    font-size: 24px;
    font-weight: 700;
    line-height: 54px;
    transition: 300ms ease-out;
    background-color: #000000;
    color: #ffffff!important;
    text-align: center;
    border-radius: 100px;
    cursor: pointer;
    text-decoration: none !important;
    border:none;
    padding: 8px 41%;
    white-space: nowrap;
    margin-top: 14px;
}
.about-details-btn:hover {
    background-color: #FE9D01;
    color: #000000 !important;
}
.about-value {
    display: flex;
    width: 100%;
    padding-bottom: 150px;
    justify-content: space-between;
    background-color: #FFFAF1;
    /* align-items: center; */
}
.about-value-box {
    display: flex;
    align-items: center;
    margin-bottom: 51px;
}
.about-value-box:last-child {
    margin-bottom: 0;
}
.about-value-img-box {
    height: 70px;
    width: 70px;
    margin-left: 8%;
}
.about-value-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.about-text-details p {
    height: 180px;
    width: 423px;
    color: #000000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: right;
    font-weight: 400;
    z-index: 8;
    position: relative;
}
.about-text-details {flex: 1 1 47%;padding: 14% 10% 16% 0;/* z-index: 20; */position: relative;}
.about-value-list {
    flex: 1 1 53%;
    padding: 5% 0% 0 9%;
}
.about-text-details:after {
    content: "";
    background-image: url(/wp-content/themes/dt-the7-child/assets/images/bg-series-bg.svg) !important;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 15%;
    right: 14%;
    height: 70%;
    width: 70%;
    opacity: 1;
    z-index: 0;
    background-size: contain;
}

.about-text-details .h1 {
    color: #000000;
    font-size: 60px;
    letter-spacing: 0;
    line-height: 60px;
    text-align: right;
    font-weight: 700;
    z-index: 8;
    position: relative;
}
.about-value-text p {
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: right;
    font-weight: 400;
}

.about-value-text h5 {
    color: #000000;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 400;
    text-align: right;
}
section.breadcrumb-section {

}

