.max-w-1000{
    max-width: 1000px;
}
.header-link{
    color: black;
}
.header-link:hover{
    color: black;
}
.btn-header{
    border-radius: 10px;
    background: black;
    color: white; 
    transition: all .7s;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
   
}
.btn-header:hover{
    color: white;
    border-color: #5a5a5a;
    background-color:#5a5a5a  ;
}
/*header end*/


   
.visa-title{
    font-size: 65px;
    color:#204426; ;
    font-weight: 400;
    line-height: 100px;
}
.button-info{
    cursor: pointer;
    background-image: linear-gradient(90deg, rgba(0,112,58,1) 0%, rgba(0,181,69,1) 100%);
    color: white;
    border-color: transparent;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border: 1px solid white;
    pointer-events: auto;
    border-radius: 100px;

}
.button-info:hover  {
    background-image: linear-gradient(90deg, rgba(0,181,69,1)  0%, rgba(0,112,58,1) 100%);
    border: 1px solid white;
    border-color: white;
    color: white;
    background-color: white;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
} 
.btn-chances{
    color: white;
    text-decoration: none;
    font-weight: 400;
}
.btn-chances:hover{
    color: white;
}
.click>img{
    text-decoration: none;
    border-radius: 100px;
    color: black;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.click:hover{
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.talents img{
    color: #6b6b6b; 
   
}
.text-talents{
    font-size: 18px;
    font-weight: 400;
}
.modal-header{
    border-bottom: none;
}
.main-name{
    font-size: 36px;
    font-weight: 700;
    color: black;
    text-align: center;
}
.get-visa{
    color: #202f44;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
}
.form-base{
    border-radius: 5px;  
    line-height: 56px;
    background-color: #f7f7f7;
}
.form-feedback{
    color: #202f44;
    border: 1px solid #ffffff;
    background-color: #f7f7f7;
    border-radius: 5px;
    border:#ffffff ;
    outline: none;
}
.form-feedback:hover{
    border:#ffffff ;
}
.button-submit{
    text-align: center;
    color: #ffffff;
    background-color: #00b545;
    border-radius: 5px;
    border: #00b545;
}
.button-submit:hover{
    background-color: #202f44;
    color: #ffffff;
    border: #202f44;

}
.form-text{
    text-align: center;
    font-size: 15px;
}
/*section 0-1 title end*/


.big-benefits{
    color: rgb(32, 68, 38);
    font-weight: 300;
    font-size: 72px;
}
.small-benefits{
    font-weight: 400;
    color: rgb(32, 68, 38);
    font-size: 18px;
    line-height: 30px;
}
.card-benefits{
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
    font-family: 'Roboto',Arial,sans-serif;
}
.body-benefits{
    color: rgb(32, 68, 38);
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}
.line-benefit{
    background: #e3fae8;
    width: 1px;
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
/*section main benefits end*/


.big-criteria{
    color: #204426;
    font-size: 95px;
    line-height: 1;
    font-weight: 300;
}
.small-criteria{
    color: #00703a;
    font-size: 16px;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 2;
    font-weight: 400;
}

.tab input,
.tab-content{
    display: none;
}
.tab:nth-child(1) .tab-content {
    display: block;
}
.tab{
    background: #f7f7f7;
    color: black;
    border-radius: 18px;
    margin-bottom: 12px;
    transition: max-height ease-in-out 0.6s,opacity ease-in-out 0.3s;
}
.icon{
    position: absolute;
    top: 60%;
    right: 18px;
    width: 24px;
    height: 30px;
    display: inline-block;
    padding: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity ease-in-out 0.2s;
}
.icon-hover {
    opacity: 0
}

.icon:hover {
    opacity: 0
}

.icon-hover:hover  {
    opacity: 1
}


.circle {
    background-color: #eee;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 100px   
}

.lines {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.3s;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
.lines{
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

 .lines::before {
    content: " ";
    width: 25px;
    height: 30px;
    position: absolute;
    left: 0;
    background-image: url(/dream.html/img/faq-circle.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}


.tab-title{
    padding: 30px 25px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    border-radius: 18px;
    display: flex;
}
.tab-content{
    padding: 19px 19px;
   
}
.tab :checked + .tab-title {
    content: '+';
   
}
.tab :checked +  .tab-title::after{
    content: '-';
    color: #f7f7f7;
}
.tab :checked ~ .tab-content{
    display: block;
    
}



.wrapper input,
.text-content{
    display: none;
}

.wrapper{
    background: #f7f7f7;
    color: black;
    border-radius: 18px;
    margin-bottom: 12px;
    transition: max-height ease-in-out 0.6s,opacity ease-in-out 0.3s;
}
.triangle{
    position: absolute;
    top: 60%;
    right: 18px;
    width: 24px;
    height: 30px;
    display: inline-block;
    padding: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity ease-in-out 0.2s;
}
.triangle-hover {
    opacity: 0
}

.triangle:hover {
    opacity: 0
}

.triangle-hover:hover  {
    opacity: 1
}


.ring {
    background-color: #eee;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 100px   
}

.liness {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.3s;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}
.liness{
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.liness::before {
    content: " ";
    width: 25px;
    height: 30px;
    position: absolute;
    left: 0;
    background-image: url(/dream.html/img/faq-circle.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.header{
    padding: 30px 25px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    border-radius: 18px;
    display: flex;
}
.text-content{
    padding: 19px 19px;
}
.wrapper :checked + .header {
    content: '+';
   
}
.wrapper :checked +  .header::after{
    content: '-';
    color: #f7f7f7;
}
.wrapper :checked ~ .text-content {
    display: block;
    
}
 

/*section criteria in details end*/


.backround-foot{
    background: linear-gradient(222deg, rgba(1, 55, 0) 0%, rgba(15, 117, 33, 74%) 52.6%, rgba(0, 47, 2) 100%);
}
.newsletter{
    color: white;
}
.form-label{
    color: rgb(207, 207, 207);
    background-color: rgb(9, 48, 16);
    border-radius: 12px;
    border-color: rgb(0 0 0 / 0%) ;
    outline: none;
}
.form-label:hover{
    color: rgb(207, 207, 207);
    background-color: rgb(9, 48, 16);
    border-color:  rgb(0 0 0 / 0%);
}
.nav-item{
    color: white;
}
.nav-underline-footer{
    color: white;
}
.footer-link{
    color: white;
}
.footer-link:hover{
    color: white;
}
.btn-footer{
    border-radius: 12px;
    background: white;
    color: black; 

    transition: all .7s;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    line-height: 37px;
}
.btn-footer:hover{
    color: black;
    border-color: white;
    background-color:white;
}
.text-footer{
    color: white;
    font-size: 14px;
    line-height: 22px;
}
.text-advice{
    font-size: 12px;
    color: #6b6b6b;
    line-height: 22px;
}
.faq-text{
    color: white;
}
.title-text{
    color: white;
    text-align: end;
}
.applications{
    list-style: none;
}
.advice-faq{
    color:#75b973f5 ;
    font-size: 14px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 400;
}
.indicator{
    width: 1%;
    height: 4px;
    background: #199c68;
    position: fixed;
    top: 0;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    z-index: 9999;
}
@media screen and (min-width: 1201px) {
    ::-webkit-scrollbar-thumb {
        background: #00b545;
        border-radius: 0;
    }

    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background: 7A8DA2;
    }
}
