.packages {
    background: url(../../../images/background.webp);
    margin-top: 40px !important;

}
.packages-title h3 {
    font-weight: normal !important;
}
.packages-title p {
    line-height: 1;
}
.packages ul {
    -webkit-line-clamp: 19;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}
.packages ul li {
    margin-top: 10px !important;
}
/* Section One */
.part-1 {
    background: url(../../../images/part-1-bg-en.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50% 130%;
}
.packages .part-1 .logo-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary);
}
.packages .part-1 .logo-img i {
    color: #fff !important;
    margin-top: 9px;
    margin-right: 7px;
    font-size: 25px;
}
.packages .part-1 i {
    font-size: 40px;
    color: var(--primary);
}
.middle {
    /* height: 550px; */
}
@media (max-width: 768px) {
    .middle {
        margin-top: 5.5rem!important;
    }
}
.middle .bg-dark {
    background-color: #2e394b !important;
    height: 94%;
    width: 80%;
    z-index: 10;
    position: absolute;
    bottom: -59px;
    right: 5px;
    z-index: 0;
}
.middle .bg-white {
    overflow: hidden;
    height: 100%;
    /* position: absolute; */
    z-index: 11;
    top: -15%;
    box-shadow: -4px -4px 4px -1px #00000040;
    padding: 5px;
    width: 90%;
}
.middle .bg-white h5 {
    margin-left: 20px;
    font-weight: normal !important;
    /* font-family: "Tajawal"; */
}
.middle .bg-white ul {
    list-style-type: none;
}
.middle .bg-white ul li {
    position: relative;
    font-size: 14px;
}
.middle .bg-white ul li::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--primary);
    position: absolute;
    right: -13px;
    bottom: 8px;
}
.part-1 .middle a {
    position: absolute;
    bottom: 10px;
    left: 20px;
    background-color: var(--primary);
    color: #fff;
    border: none;
    width: 100px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.starts {
    color: var(--primary);
}
@media (min-width: 280px) and (max-width: 767px) {
    .part-1 {
        background-size: 100% 100%;
    }
    .middle .bg-dark {
        right: 20px;
    }
    .middle .bg-white {
        width: 85%;
        margin-right: 20px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .middle .bg-dark {
        top: 25px;
        right: 5px;
    }
    .middle .bg-white {
        padding: 5px;
        width: 90%;
        height: 100%;
    }
    .part-1 .middle a {
        bottom: 10px;
        left: 20px;
    }
    .middle .bg-white ul li::before {
        left: -13px;
        top: 10px;
    }
}

/* Section Two */

.shapes {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.shapes span:first-child {
    display: inline-block;
    height: 2px;
    width: 250px;
    background-color: var(--primary2);
    margin-right: 10px;
}
.shapes span:nth-child(2) {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: var(--primary2);
}
.shapes span:nth-child(3) {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #2e394b;
}
.shapes span:nth-child(4) {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: var(--primary2);
}
.shapes span:nth-child(5) {
    display: inline-block;
    height: 2px;
    width: 250px;
    background-color: var(--primary2);
    margin-left: 10px;
}

.part-2 .content .content-right {
    background-color: #2e394b;
    color: var(--white);
    border-radius: 0 120px;
    box-shadow: #fff -12px 12px 0px, #000 -13px 12px 0px 3px;
    padding: 20px;
}
.part-2 .content .content-right h6 {
    font-family: "Tajawal";
}
.content .content-right i {
    font-size: 40px;
    color: var(--primary);
    margin-left: 10px;
}
.content .content-right div:first-child {
    width: 60%;
    margin-right: auto;
}
.content .content-right div:last-child p {
    margin-left: 50px;
}
.content .second-row img {
    width: 100%;
}
.content .second-row ul {
    list-style: none;
    line-height: 2;
    padding: 0;
    margin-left: 20px;
}
.content .second-row ul i {
    background-color: #2e394b;
    color: #fff;
    padding: 5px;
    clip-path: polygon(
        50% 0%,
        90% 20%,
        100% 60%,
        75% 100%,
        25% 100%,
        0% 60%,
        10% 20%
    );
    margin-left: 5px;
}
@media (min-width: 280px) and (max-width: 767px) {
    .part-2 .content .content-right {
        width: 90%;
        margin: auto;
    }
}

/* Start form */
.register-form {
    width: 65%;
    /* height: 500px; */
    background-color: #d1d9e7ba;
}
.register-form .register-content span {
    color: #2e394b;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
}
.register-form .register-content h3 {
    color: #2e394b;
    font-weight: 700;
    line-height: 29px;
}
.register-form form {
    padding: 20px 10px;
    height: 77%;
    margin-top: 40px;
    border-radius: 10px;
    /* background: #2e394b; */
    background: url(../../../images/Rectangle-26.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.register-form form input,
.register-form form select {
    width: 90%;
    padding: 10px 5px;
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    z-index: 2;
}
.register-form form input[type="submit"] {
    width: 30%;
    padding: 5px 1px;
    background-color:#2e394b;
    color: #fff;
}
.register-form form::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: hsl(0deg 0% 0% / 70%);
    /* background: rgb(46 57 75 / 76%); */
    top: 0;
    left: 0;
}
.form .icons .icon i.fa-brands {
    /* font-size: 20px; */
    font-weight: bold;
    /* border-radius: 50%; */
}
/* .form .icons .icon i.fa-facebook-f {
    color: #fff;
    background-color: #4267b2 !important;
}
.form .icons .icon i.fa-twitter {
    color: #fff;
    background-color: #00acee !important;
}
.form .icons .icon i.fa-instagram {
    color: #fff;
    background: radial-gradient(
        circle at 30% 107%,
        #fdf497 0%,
        #fdf497 5%,
        #fd5949 45%,
        #d6249f 60%,
        #285aeb 90%
    );
} */

.icon-package i{
    color: #fff;

}
.icon-package{
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;

justify-content: center;
align-items: center;
}
.icon-package.facebook{
background-color: #4267b2 !important;

}
.icon-package.twitter{
background-color: #00acee  !important;

}
.icon-package.instagram{
background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
); 
}
.icon-package.linkedin{
background-color: #0072b1 !important;

}
/* .form .icons .icon i.fa-linkedin-in {
    color: #fff;
    background-color: #0072b1 !important;
} */
@media (min-width: 280px) and (max-width: 767px) {
    .register-form {
        margin: 0 !important;
        width: 100%;
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
    .register-content {
        width: 90%;
        margin: 0 auto;
    }
    .register-form form {
        margin-top: 0;
        position: relative;
    }
    .register-form .register-content span {
        font-size: 11px;
    }
    .register-form .register-content h3 {
        font-size: 18px;
    }
    .register-form form {
        width: 90%;
        margin-bottom: 20px;
    }
    .register-form form input,
    .register-form form select {
        padding: 8px;
        margin: 10px 0;    }
}
@media (min-width: 768px) {
    .register-form .register-content {
         margin-right: 10%;
        margin-top: 20%;
    }
    .register-form form {
        position: absolute;
        left: 18%;
        width: 36%;
    }
}
@media (min-width: 1025px) {
    .register-form .register-content {
         margin-right: 20%;
        margin-top: 10%;
    }
    .register-form form {
        position: absolute;
        left: 22%;
        width: 30%;
    }
}
@media (min-width: 1441px) {
    .register-form .register-content {
         margin-right: 15%;
        margin-top: 10%;
    }
    .register-form form {
        position: absolute;
        left: 25%;
        width: 20%;
    }
}

.input-group .btn {
    position: relative;
    z-index: 2;
    background-color: #2e394b;
}

.change {
    top: 0px;
    left: -1px;
    padding: 8px;
    border: none;
    border-radius: 6px 0px 0px 6px !important;
    resize: none;
    color: #fff;
    background-color: #2e394b !important;
}
