@font-face {
    font-family: "popis";
    font-weight: normal;
    src: url("font pop/Poppins-Light.ttf") format("truetype")
}

@font-face {
    font-family: "popis";
    font-weight: bold;
    src: url("font pop/Poppins-SemiBold.ttf") format("truetype")
}

/*@font-face {*/
/*    font-family: "popis-bold";*/
/*    font-weight: normal;*/
/*    src: url("font pop/Poppins-ExtraBold.ttf") format("truetype")*/
/*}*/

/*@font-face {*/
/*    font-family: "popis-bold-two";*/
/*    font-weight: normal;*/
/*    src: url("font pop/P") format("truetype")*/
/*}*/

:root{
    --primaryColor : rgb(248, 94, 159);
    --secondaryColor: #5D50C6;
}

*{
    box-sizing: border-box;
    font-family: "popis";
}

body{
    box-shadow:inset 0 7px 153px -56px #39A0FF;
    overflow-x: hidden;
}



a{
    cursor: pointer;
    position: relative;
}

.container{
    margin: 0 auto;
    width: 75%;
    min-height: 10px;
    /*border: 1px solid black;*/
}

section{
    margin-top: 60px;
}

header{
    /*border: 1px solid black;*/
    width: 100%;
    min-height: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*gap: 10%;*/
}

.fa-bars{
    color: var(--secondaryColor);
    margin-right: 70px;
    display: none;
    font-size: 22px;
}

header ul li{
    display: inline-block;
    margin: 0 10px;
    font-weight: bold;
    color: #7c7c7c;
    transition: all 0.3s;
}

header ul li:hover{
    color: black;
}

.header-logo{
    margin: 0;
    font-weight: bold;
    font-size: 25px;
    background: linear-gradient(to right ,#5D50C6, #F85E9F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#header-login{
    /*margin: 13px;*/
    font-weight: bold;
    font-size: 15px;
    width: 150px;
    /*border: 1px solid black;*/
    min-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5px;
}

.button{
    border-radius: 98px;
    /*width: 10px;*/
    color: white;
    background-color: #5D50C6;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 12px;
    box-shadow:0 7px 18px -6px #5D50C6;
    border: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.button::after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: var(--primaryColor);
    top: 0;
    left: -2px;
    /*z-index: 10;*/
    transition: all 0.5s;
    border-radius: 50px;
}

.button:hover{
    box-shadow:0 7px 18px 0 var(--primaryColor);
}

.button:hover::after{
    width: 110%;
    height: 100%;
    /*top: 0;*/
}

.button p{
    margin: 0;
    position: relative;
    z-index: 10;
}


#content-min{
    display: flex;
    justify-content:space-between;
    align-items: center;
}

#left-col{
    width: 36%;
    min-height: 100px;
    /*border: 1px solid black;*/
    padding: 10px;
}

#left-col a{
    box-shadow:0 7px 18px -6px lightgray;
    border-radius: 98px;
    /*width: 10px;*/
    color: var(--primaryColor);
    padding: 10px 20px;
    font-weight: bold;
    font-size: 12px;
}

#left-col a i{
    font-size: 15px;
    margin-left: 8px;
}

#left-col h1{
    font-family: "popis";
    font-weight: bold;
    font-size: 61px;
    /*font-weight: bold;*/
}

#left-col h1 span{
    color: var(--primaryColor);
}

#button-left-col button{
    border-radius: 98px;
    /*width: 10px;*/
    color: black;
    background-color: white;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 12px;
    /*box-shadow:0 7px 18px -6px white;*/
    border: 1px solid gray;
}

#button-left-col button i{
    color: var(--secondaryColor);
    font-size: 15px;
}

.right-col{
    /*width: 45%;*/
    min-height: 453px;
    /*border: 1px solid black;*/
    display: flex;
    justify-content: center;
    align-items: flex-end;
}



.earth-backgarand{
    border-radius: 50%;
    background-color: #39A0FF;
    width: 400px;
    height: 400px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: flex-end;*/
    position: relative;
    background-image: url("../image/image-2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow:0 7px 153px -56px #39A0FF;
    margin-right: 50px;
}

.earth-backgarand img{
    width: 390px;
    position: absolute;
    bottom: 2px;
    left: -7px;
    z-index: 10;
}


#righ-col-section img{
    width: 340px;
    left: 30px;
}


#plane-one{
    color: var(--primaryColor);
    font-size: 36px;
    /*box-shadow: 0 0 10px 10px gray;*/
    box-shadow: 0 40px 19px -5px gray;
    animation-duration: 5s;
    animation-name: airplan;
    animation-iteration-count: infinite;
    /*transform: rotate(-45deg);*/
    position: absolute;
    /*bottom: 13px;*/
    /*left: 517px;*/
}

#plane-two{
    color: var(--secondaryColor);
    font-size: 36px;
    /*box-shadow: 0 0 10px 10px gray;*/
    box-shadow: -40px 0 19px -5px gray;
    animation-duration: 5s;
    animation-name: airplan-two;
    animation-iteration-count: infinite;
    transform: rotateY(90deg);
    position: absolute;
    animation-delay: 1s;
    bottom: 73px;
    left: 19px;
}

.loc-link,.loc-two-link{
    padding: 14px 30px;
    /*border: 1px solid gray;*/
    z-index: 20;
    border-radius: 30px;
    background-color: white;
    font-size: 14px;
    text-decoration: none;
    color: black;
    font-weight: bold;
    box-shadow: 0 7px 18px -6px black;
}

.connect-link{
    padding: 13px 30px;
    line-height: 1.8;
    background-color: white;
    border-radius: 10px;
    position: absolute;
    right: -100px;
    top: 57px;
    text-decoration: none;
    z-index: 20;
    color: var(--secondaryColor);
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 7px 18px -6px black;
}

.connect-link p{
    color: black;
    font-size: 13px;
    margin: 0;
}

.earth-backgarand a i{
    font-size: 18px;
    color: #FACD49;
}

.loc-link{
    position: absolute;
    bottom: 114px;
    left: -56px;
}

.loc-two-link{
    position: absolute;
    bottom: 46px;
    right: -56px;
}


main footer{
    width: 100%;
    /*border: 1px solid black;*/
    min-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6%;
    margin-top: 50px;
    flex-wrap: wrap;
}

main footer img{
    width: 120px;
    margin-bottom: 30px;
}

#content-section-one{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8%;
    padding-top: 50px;
    flex-wrap: wrap;
}

.benefits{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /*border: 1px solid black;*/
    flex-direction: column;
    width: 18% ;
    min-height: 200px;
}

#benefit-one{
    font-size: 30px;
    margin: 20px 0;
}


.benefits img{
    width: 60px;
}

.pink-title{
    color: var(--primaryColor);
    margin: 0;
    font-size: 13px;
}

.benefits h3{
    font-size: 23px;
    font-weight: bold;
    margin: 20px 0;
}

.paragraph-temp{
    margin-top: 0;
    line-height: 1.5;
}

#head-section-two{
    width: 100%;
    min-height: 100px;
    display: flex;
    justify-content:space-between;
    align-items: center;
    /*gap: 58%;*/
}

/*.pink-title{*/
/*    color: var(--primaryColor);*/
/*    font-size: 15px;*/
/*}*/


.black-title{
    font-size: 30px;
    margin-top: 11px;
    font-weight: bold;
}

.left-input{
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: var(--secondaryColor);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow:0 7px 18px -6px #5D50C6;
    margin-right: 10px;
}

.right-input{
    background-color: #e4e4e4;
    color: var(--secondaryColor);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    /*background-color: var(--secondaryColor);*/
    /*color: white;*/
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow:0 7px 18px -6px #5D50C6;
}

#arrow{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.input-section-two{
    display: flex;
    justify-content: center;
    align-items: center;
    /*gap: 10px;*/
}

.content-section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}



.item-section-two{
    margin:20px 10px  50px 20px;
    width: 30%;
    min-height: 350px;
    /*border: 1px solid var(--primaryColor);*/
    border-radius: 35px;
    line-height: 1.7;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
}

/*.item-section-two::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 0;*/
/*    transition: all 0.5s;*/
/*    z-index: -1;*/
/*}*/

/*.item-section-two:hover::after{*/
/*    height: 100%;*/
/*}*/


.item-section-two:hover{
    box-shadow: 0 0 30px -10px var(--secondaryColor);
    transform: scale(1.02);
}


.score{
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 6px 15px;
    background-color: rgba(0, 0, 0, 0.30);
    border-radius: 30px;
    color: white;
    transition: all 0.3s;
}

.score:hover{
    background-color: rgba(0, 0, 0, 0.50);
}

.score:hover.score i{
    transform: rotateY(180deg);
}

.score i{
    transition: all 0.8s;
    color: gold;
    margin-right: 5px;
}

.item-section-two h3{
    margin: 10px 0 0 18px ;
}

.item-section-two p{
    font-size: 13px;
    margin: 0 0 0 18px ;
}

.image-item{
    width: 100%;
    height: 220px;
    /*border: 1px solid black;*/
    border-radius: 35px;
    overflow: hidden;
    /*position: relative;*/
    box-shadow:0 7px 18px -6px #5D50C6;

}

.image-item img{
    width: 100%;
    height: 100%;
    /*aspect-ratio: 16/9;*/
    /*object-fit: contain;*/
}

.fotter-item{
    background-color: rgba(239, 239, 239, 0.5);
    width: 100%;
    min-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    /*flex-wrap: wrap;*/
    padding: 0 30px;
}

.fotter-item div:nth-child(1){
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    /*border: 1px solid var(--primaryColor);*/
}

.fotter-item h3{
    font-size: 18px;
    margin: 0;
}

.fotter-item h3 span{
    font-size: 11px;
    margin: 0;
    color: rgba(128, 128, 128, 0.7);
}

.fotter-item p{
    margin: 0;
    color: gray;
}

.input-item{
    border-radius: 98px;
    /*width: 10px;*/
    color: white;
    background-color: #5D50C6;
    padding: 9px 15px;
    font-weight: bold;
    font-size: 12px;
    box-shadow:0 7px 18px -6px #5D50C6;
    border: none;
}

#container-section-three{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /*gap: 10%;*/
    margin-top: 80px;
    position: relative;
}

#left-section-three{
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
    /*border: 1px solid black;*/
}

#left-content-section{
    border-radius: 50%;
    background-color: #FACD49;
    width: 390px;
    height: 390px;
    position: relative;
}

#left-content-section img{
    width: 230px;
    position: absolute;
    bottom: 8px;
    left: 85px;
    z-index: 10;
}


#one-circel{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    left: 490px;
    background: linear-gradient(#ff00b7, #39A0FF);
    filter: blur(5px);
    animation-duration: 30s;
    animation-name: mymov;
    animation-iteration-count: infinite;
}
#two-circel{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: absolute;
    bottom: 100px;
    left: 55px;
    background: linear-gradient(#ff00b7, #39A0FF);
    filter: blur(4px);
    animation-duration: 30s;
    animation-name: two-move;
    animation-iteration-count: infinite;
    z-index: 11;
}
#three-circel{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    top: 115px;
    left: 590px;
    background-color: #FACD49;
    filter: blur(4px);
    animation-duration: 30s;
    animation-name: three-mymov;
    animation-iteration-count: infinite;
    z-index: 11;
}
#for-circel{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 310px;
    left: 480px;
    background-color: #FF5722;
    filter: blur(3px);
    animation-duration: 30s;
    animation-name: for-mymov;
    animation-iteration-count: infinite;
    z-index: 11;
}
#five-circel{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #FF5722;
    position: absolute;
    top: 165px;
    left: 40px;
    filter: blur(3px);
    animation-duration: 30s;
    animation-name: five-mymov;
    animation-iteration-count: infinite;
    z-index: 11;
}

#right-section-three{
    /*border: 1px solid black;*/
    width: 50%;
    min-height: 200px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column ;
}

#head-section-three{
    /*border: 1px solid black;*/
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    flex-direction: column;
}

#footer-section-three{
    /*border: 1px solid black;*/
    width: 80%;
    min-height: 100px;
    display: flex;
    justify-content: space-between;
    align-items:stretch;
    gap: 10%;
    flex-wrap: wrap;
}

.item-footer-three{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width:45%;
    min-height: 110px;
    border: 1px solid lightgray;
    margin-bottom: 20px;
    border-radius: 20px;
    gap: 10px;
    padding: 25px 0 ;
}

.item-footer-three h3{
    margin: 0;
    font-size: 22px;
    color: var(--primaryColor);
}

.item-footer-three p{
    margin: 0;
    font-size: 13px;
    color: gray;
}

#header-section-for{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#list-section-for ul li{
    display: inline-block;
    margin: 0 10px;
    color: gray;
    font-weight: bold;
    transition: all 0.3s;
}

#list-section-for ul i{
    display: none;
}

#list-section-for ul li:hover{
    color: black;
}

#list-section-for ul li:nth-child(5){
    color: var(--primaryColor);
}

#container-section-five{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#left-col-section-five{
    width: 42%;
    /*border: 1px solid gray;*/
}

#content-section-five{
    /*border: 1px solid black;*/
    width: 50%;
    line-height: 1.5;
}

#footer-section-five{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10%;
    /*border: 1px solid gray;*/
}

.item-footer-five{
    width: 20%;
    /*border: 1px solid violet;*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.item-footer-five h3{
    color: var(--primaryColor);
    font-size: 30px;
    margin: 0 0 15px 0;
}

#content-section-six{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#left-col-section-six{
    /*border: 1px solid black;*/
    width: 40%;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

#image-section-six{
    margin-top: 30px;
    width: 380px;
    height: 220px;
    /*border: 1px solid gray;*/
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgb(93, 80, 198) 0 10px 18px -6px;
}

#image-section-six img{
    width: 100%;
    height: 100%;
}

#right-col-section-six{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /*border: 1px solid black;*/
    min-height: 200px;
}

.item-section-six{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.icon-section-six{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /*border: 1px solid gray;*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ececec;
}

.icon-section-six h4{
    font-size: 25px;
    margin: 0;
}

.item-section-six:nth-child(1), .item-section-six:nth-child(2){
    border-bottom: 1px solid lightgray;
}

.icon-section-six i{
    font-size: 40px;
    background: linear-gradient(var(--secondaryColor), var(--primaryColor));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;

}

.content-icon-servic{
    width: 80%;
}

#container-section-seven{
    width: 100%;
    min-height: 300px;
    background-color: #FACD49;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#container-section-seven h2{
    font-size: 40px;
    margin: 0;
    color: white;
}

#content-section-seven{
    width: 42%;
    /*border: 1px solid black;*/
    text-align: center;
    line-height: 1.6;
    margin: 30px 0 ;
}

#content-section-seven h5{
    margin: 0;
    color: gray;
}

#container-section-seven form{
    width: 40%;
    background-color: white;
    border-radius: 10px;
}

#container-section-seven input{
    padding: 15px;
    border-radius: 10px;
    border: none;
    width: calc(100% - 50px);
}

#container-section-seven input:focus{
    outline: none;
}

#container-section-seven button{
    padding: 10px;
    border-radius: 10px;
    background-color: var(--secondaryColor);
    border: none;
    color: white;
    box-shadow: rgb(93, 80, 198) 0 10px 18px -6px;
}

#footer-container{
    border-top: 1px solid lightgray;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 380px;
    margin-top: 100px;
}

#footer-content{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /*flex-wrap: wrap;*/
    /*width: 100%;*/
    gap: 30px;
}

#footer-left{
    width: 20%;
}

.footer-logo{
    margin: 0;
    font-weight: bold;
    font-size: 25px;
    background: linear-gradient(to right ,#5D50C6, #F85E9F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.footer-item p{
    color: gray;
}

#copy-right{
    border-top: 1px solid lightgray;
    width: 100%;
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#copy-right p{

}

#copy-right a{
    color: #39A0FF;
}











