*, :focus {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: Montserrat;
    outline: none;

}

body {
    background: #ebebeb;
    padding: 0px 70px;
}

@font-face {
    font-family: Montserrat;
    src: local(Montserrat-Medium),
    url(./assets/fonts/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: Montserrat;
    src: local(Montserrat-SemiBold),
    url(./assets/fonts/Montserrat-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: Montserrat;
    src: local(Montserrat-Bold),
    url(./assets/fonts/Montserrat-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
}

menu {
    display: flex;
    padding: 20px;
}

menu ul {
    display: flex;
    align-items: center;
    float: right;
    flex: 1;
    justify-content: flex-end;
}

menu ul li {
    margin-left: 35px;

}
.langMenu{
    text-transform: capitalize;
    position: relative;

}
.langMenu ul{
    position: absolute;
    top: 25px;
    border-radius: 10px;
    background: #e3e3e3;
    justify-content: center;
    box-shadow: #cbcbcb 0 0 13px ;
    cursor: pointer;
    padding: 10px;
    width: 150px;
    left:-60px;
    display: flex;
    flex-direction: column;

}
.activeLang{
    background: #46aec2;
    color: #fff;

}
.langMenu ul{
    display: none;
}
.langMenu:hover ul{
    display: block;
}
.langMenu ul li {
    flex: 1;
    margin: 0;
    padding: 3px;
    width: 100%;
    text-align: center;
}
menu ul li a {

    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #30363f
}

.SignBtn {
    color: #46aec2 !important;

    padding: 13px 27px 13px 33px;
    border-radius: 22.5px;
    box-shadow: 10px 10px 19px 0 #cccccc, -10px -10px 19px 0 #ffffff;
    border: solid 1px rgba(255, 255, 255, 0.2);
    background-color: #ebebeb;
}


.sliderSection {
    display: flex;
    padding-top: 60px;
}

.SliderImage, .SliderDesc {
    width: 50%;
}

.SliderDesc h2 {
    font-size: 70px;
    color: #30363f
}

.SliderDesc div.SliderDescription {
    font-size: 23px;
    color: #30363f;
    margin-top: 22px;
    margin-bottom: 55px;
}

.SliderImage img {
    width: 100%
}

.SliderDesc {
    display: flex;
    flex-direction: column;
}

.SliderDesc a {
    margin-right: 20px;
    color: #30363f;
}

.blueSection {
    flex: 1;
    display: flex;
    background: #46aec2;
    border-radius: 50px;
    padding: 50px;
}

.blueSection .imageFa {
    width: 250px;
    height: 250px;
    padding: 3px;
    box-shadow: 10px 15px 30px 0 #338999, -10px -15px 30px 0 #79c4d3,  0 0 5px 0 rgba(175, 175, 175, 0.91);

    overflow: hidden;
    border-radius: 100%;
}

.blueSection .imageFa img {
    width: 100%;
    padding: 40px;
    background-color: #ffffff;
    border-radius: 100%;
    overflow: hidden;

}

.blueSection .vision {
    font-family: Montserrat;
    flex: 1;
    padding: 30px;
    font-size: 35px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.section {
    width: 100%;
    margin-bottom: 60px;
    position: relative;
}

.section .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 40px;
}

.section .title span {
    margin: 0 10px;
    color: #46aec2;
}

.sectionData {
    display: flex;

}

.iconItem {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 240px;
}
.sectionDataIconText{

    justify-content: space-around;
}
.iconFa {
    width: 220px;
    height: 220px;
    background: #e0e0e0;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.iconTitle {
    text-align: left;
    display: block;
    width: 100%;
    color: #30363f;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;

}

.iconDesc {
    font-size: 18px;
    color: #30363f;

}

.iconFa img {
    padding-top: 20px;
    height: 100%
}

.sectionShape .sectionData {
    height: 460px;
    border-radius: 50px;
    box-shadow: 10px 10px 19px 0 #cccccc, -10px -10px 19px 0 #ffffff;
    border: solid 1px rgba(255, 255, 255, 0.2);
    background-color: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    position: relative;
    margin-bottom: 100px;
}

.sectionShape .sectionIcon {
    width: 30%;
    margin-bottom: -113px;
    position: relative;

}

.sectionDesc {
    flex: 1;
    padding: 0 30px;
    margin-left: 10%;
}

.sectionShape .sectionIcon img {
    width: 100%;

}

.sectionDescTitle {
    font-size: 48px;
    font-weight: bold;
    width: 80%;
}

.sectionDescText {
    font-size: 23px;
    font-weight: 500;

    width: 80%;

}

.shape {
    position: absolute;
    z-index: 99999999
}

.shape1 {
    background: #FBA5A4;
    width: 66px;
    height: 43px;
    border-radius: 40px;
    top: 74px;
    left: 60px;

}

.shape2 {
    background: #FBA5A4;
    width: 96px;
    height: 43px;
    border-radius: 40px;
    right: -30px;
    bottom: 60px;
}

.shape3 {
    background: #579CD0;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    right: 40%;
    top: 60px;
}

.shape5 {
    background: url("/assets/shape5.png");
    background-size: 100% 100%;
    width: 73px;
    height: 65px;
    border-radius: 40px;
    right: 40%;
    bottom: 20px;
}

.shape6 {
    background: #3D51B4;
    width: 122px;
    height: 42px;
    border-radius: 40px;
    left: -30px;
    top: 80px;
}

.shape7 {
    background: url("/assets/shape4.png");
    background-size: 100% 100%;
    width: 70px;
    height: 70px;
    border-radius: 40px;
    left: -20px;
    bottom: 80px;
}


.shape8 {
    background: url("/assets/shape8.png");
    background-size: 100% 100%;
    width: 90px;
    height: 70px;
    left: 32%;
    top: 20px;
}

.shape9 {
    background: url("/assets/shape9.png");
    background-size: 100% 100%;
    width: 90px;
    height: 70px;
    right: 40px;
    top: 10px;
}

.shape10 {
    background: #38ABC3;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    left: -20px;
    bottom: 80px;
}

.shape11 {
    background: #66CC35;
    width: 160px;
    height: 40px;
    border-radius: 30px;
    right: 30%;
    top: 80px;
}

.shape12 {
    background: #38abc3;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    right: 20px;
    top: 80px;
}

.shape13 {
    background: url("/assets/shape3.png");
    background-size: 100% 100%;
    width: 80px;
    height: 72px;
    right: -40px;
    bottom: 40px;
}

.sectionSub {
    border-radius: 50px;
    background-color: #6a788e;
    padding: 50px;

    display: flex;
}

.sectionSubDesc {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    width: 40%;
}

.sectionSubInput {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1;
}

.sectionSubInput input {
    width: 281px;
    height: 45px;
    padding-left: 10px;
    margin-right: 20px;
    border-radius: 37px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05), -5px -10px 4px 0 rgba(255, 255, 255, 0.05), inset 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 0.5px;
    border-color: #fff;
    border-image-slice: 1;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(104deg, #ffffff 22%, #ededed 90%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.sectionSubInput span {
    cursor: pointer;
    width: 122px;
    height: 45px;
    margin: 42px 0 35px 15px;
    padding: 13px 32px 13px 33px;
    border-radius: 22.5px;
    box-shadow: 10px 10px 19px 0 #5f6c81, -10px -10px 19px 0 #7a899f;
    background-color: #7a899f;
    color: #fff;
}

footer {
    display: flex;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 20px;
}

.footerInfo {
    display: flex;
    flex: 1;
}

.footerInfo a {
    color: #30363f;
    margin-right: 20px;
}

.footerInfo a img {
    height: 20px;
}

.footerLinks {
    display: flex;
    flex: 1;
    align-items: center;
}

.footerSocial {
    display: flex;
    align-items: center;
}

.footerLogo {
    margin-right: 50px;
}

.menu-mobile {
    display: none;
    position: absolute;
    right: 10px;
    width: 50px;
}

.menu-mobile img {
    width: 100%
}

.title-pricing {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 500;
}

.title-pricing .title {
    margin: auto;
    font-size: 70px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #30363f;
    width: 532px;

}

.pricingPeriod {
    display: flex;
}

.offer {
    color: #46aec2;
}

.pricing-fa {
    display: flex;
}

.price-item {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin: 10px;
    padding-bottom: 30px;
    border-radius: 50px;
    box-shadow: 10px 10px 19px 0 #cccccc, -10px -10px 19px 0 #ffffff;
    background-color: #ebebeb;
}
.price-item-header-data{
}
.price-item-header{
   padding: 40px;
    padding-bottom:35px;
    border-bottom: solid 1px rgb(221, 221, 221);
    margin-bottom: 1px;

}
.price-decs{
    padding-left: 40px;
    line-height: 2;
    padding-top: 25px;
    border-top: solid 1px rgb(255, 255, 255);

}

.price-header {

}
.price-item .price-title {
    font-size: 23px;
    font-weight: 600;
    color: #30363f;
    position: relative;
    margin-bottom: 25px;
}

.price-title img {
    position: absolute;
    right: 10px;
    top: 0;
    width: 80px;
}


.switchDiv{
    padding: 8px;
    background: #cccccc;
    border-radius: 30px;
    width: 90px;
    margin-top: -10px;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
}

.switchAngle{
    border-radius: 100%;
    height: 30px;
    width: 30px;
    float: right;
    /*box-shadow:  -2px -2px 5px 0 #ffffff,2px 2px 5px 0 #cccccc;*/
    border: solid 1px rgba(255, 255, 255, 0.2);
    background-color: #ebebeb;
}
.switchDivActive{
    background: #46aec2;
}
.switchDivActive .switchAngle{
    background: #ebebeb;
    float: left;


}
.pricingPeriod {
    margin-bottom: 55px;
    margin-top: 25px;
    font-weight: 500;

}

.price-number {
    font-size: 30px;
    font-weight: bold;
}

.price-header span {
    font-size: 15px;
    font-weight: 500;
}

.price-decs {
    font-size: 16px;
    font-family: Montserrat;

    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
}

.planLink {
    padding: 15px 20px;
    border-radius: 100px;
    color: #1b1e21;
    background: #e0e0e0;
    box-shadow: 10px 10px 19px 0 #c0c0c0, -10px -10px 19px 0 #ffffff;
    width: 60%;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.planLinkActive {
    background: #46aec2;
    color: #ffff;
}

.sectionJet {
    margin-top: 60px;
    background-color: #579bd0 !important;
    padding: 30px !important;
}

.sectionJet .sectionIcon {
    width: 41%;
}

.sectionJet .sectionDescTitle {
    font-size: 27px !important;
    color: #ffffff !important;
}

.sectionBtn {
    border-radius: 22.5px;
    box-shadow: 10px 10px 19px 0 #4184b9, -10px -10px 19px 0 #62a9e0;
    background-color: #579bd0;
    padding: 13px 30px;
    font-size: 15px;
    font-family: Montserrat;
    color: #fff;
    display: block;
    margin: auto;
    width: 160px;
    margin-top: 20px;
    text-align: center;

}

.sectionContact .sectionDescTitle {
    font-size: 50px !important;
    font-weight: bold !important;
}

.sectionContact .sectionIcon {
    width: 60% !important;
    margin-bottom: 0 !important;
}

.sectionContact {
    height: 320px !important;
}

.ContactUs-fa {
    display: flex;
    margin-top: 160px;
}

.address {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 50px;
}

.ourTeam .title {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: bold;
}

.ourTeamDesc {
    color: #30363f;
    font-family: Montserrat;
    font-size: 23px;
    font-weight: 500;
}

.address-info {
    display: flex;
    margin-top: 120px;
}

.address-infoCol {
    margin-right: 20px;
}

.address-infoCol .title {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: bold;
}

.address-infoColDecs {
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 500;
    color: #30363f;
    margin-top: 10px;
}

.form-contact {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.Application {
    width: 80%;
    display: block;
    margin: auto;
}

.scView {
    margin-bottom: 100px;
}

.scView, .scs, .scInfo {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.scs img {
    display: flex;
    flex: 1;
    width: 174px;
    margin: 20px;
    border-radius: 20px;
    box-shadow: 10px 10px 20px 0 #cccccc, -10px -10px 20px 0 #ffffff;
    background-color: #fff;
    padding: 0.1px;

}

.scInfo {
    flex-direction: column;
    margin: 20px;
}

.scInfo .title {
    font-family: Montserrat;
    font-size: 48px;
    font-weight: bold;
    color: #30363f
}

.scInfo .desc {
    font-family: Montserrat;
    font-size: 23px;
    margin-top: 20px;
    font-weight: 500;
}

.form-contact input, .form-contact textarea {
    background: none;
    height: 50px;
    font-family: Montserrat;
    font-size: 27px;
    font-weight: bold;
    border: none;
    border-bottom: 2px solid #6a788e !important;
    margin-bottom: 20px;
}

.form-contact input::placeholder, .form-contact textarea::placeholder {
    color: #6a788e
}

.form-contact textarea {
    height: 100px;
}

@media only screen and (max-width: 1200px) {

    .menu-mobile {
        display: block;
    }

    body {
        padding: 0 15px;
        overflow-x: hidden;
    }

    .SliderImage, .imageFa {
        display: none;
    }

    .blueSection {
        padding: 10px;
    }

    .section .title {
        margin-bottom: 10px;
        font-size: 2em;

    }

    .blueSection .vision {
        font-size: 25px
    }

    .sliderSection {
        padding-top: 0;
    }

    .SliderImage, .SliderDesc {
        flex: 1;
        text-align: center;
    }

    .SliderDesc h2 {
        font-size: 55px;
    }

    .shape {
        display: none;
    }

    .sectionShape .sectionIcon {
        margin-bottom: 0;
    }
    .sectionData{
        position: relative;
    }
    .sectionShape .sectionIcon  {
        height: 350px;
        position: absolute;
        z-index: 0;
        right: 0;
        bottom: 0;
        opacity: 0.2;
    }
.sectionDesc{
    margin-left: 0;
}
.sectionDescTitle,.sectionDescText{
    position: relative;
z-index: 999;
    width: 100%;
}
    .sectionSubDesc {
        width: 100%;

        font-size: 30px;
        text-align: center;
    }

    .sectionSub {
        flex-direction: column;
    }

    .sectionData {
        flex-direction: column;
        align-items: center;
    }

    .sectionSubInput a {
        margin: 20px 0 0 0;
    }

    menu ul {
        position: fixed;
        width: 80%;
        background: #fff;
        border-right: 2px solid #ccc;
        left: -100%;
        height: 100vh;
        z-index: 9999999;
        flex-direction: column;
        justify-content: end;
        align-items: baseline;
        top: 0;
        transition: linear 0.1s;
    }

    .menuShow {
        left: 0
    }

    menu ul li {
        width: 100%;
        padding: 20px 0;
    }

    menu ul li .SignBtn {
        color: #46aec2 !important;
        padding: 13px 27px 13px 33px;
        border-radius: 22.5px;
        box-shadow: 10px 10px 19px 0 #efebeb, -10px -10px 19px 0 #f9f9f9;
        border: solid 1px rgb(226 226 226 / 20%);
        background-color: #ffffff;
    }

    .sectionShape .sectionData {
        margin-bottom: 0;
        margin-top: 20px;
    }

    .sectionSub {
        padding: 15px;
    }

    .sectionSubInput input {
        width: 100%;
        margin-right: 0;
    }

    .sectionSubInput {
        flex-direction: column;
        justify-content: center;

    }

    .footerInfo a {
        margin-right: 0px;
        margin-top: 10px;
    }

    footer {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 20px;
        justify-content: center;
        align-items: center;
    }
    .footerLogo {
        width: 50px;
        margin: 10px;
    }
    menu ul li{
        margin-left: 0;
        padding-left: 15px;
    }
    .langMenu ul{
        display: block;
        height: auto;
        position: relative;
        width: 90%;
        margin-bottom: 10px;
        box-shadow: none;
        background : none;
        border:none
    }
    .footerInfo, .footerLinks, .footerSocial {
        flex-direction: column;
    }
    .pricing-fa{
        flex-direction: column;
    }
    .scView {
    flex-direction: column;
    }
    .ContactUs-fa{
        flex-direction: column;
        margin-top: 0;
    }
    .address-info {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
