
body{
    line-height: 1.4;
    font-family: "Montserrat", serif;
    font-weight: 400;
    background: #103838;
    color: white;
}
.test{
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
}
.section_title.blue_color{
    color: #10383A;
}
.section_title.white{
    color: #ffffff;
}
.section_title.b600{
    font-weight: 600;
    text-align: left;
}
.section_title{
    color: #DBB665;
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 0.9;
    margin-bottom: 2rem;
    text-align: center;
}
.header_icon_flex{
    display: flex;
    align-items: center;
}
.header_icon{
    width: 2.5rem;
}
.header_text{
    width: calc(100% - 2.5rem);
    padding-left: 0.7rem;
}

.container {
    width: 80rem;
}
header{
    padding-top: 1.7rem;
    position: static;
}
.header_phone span {
    display: block;
    text-align: right;
}
.header_phone .header_text > a{
    font-weight: 700;
    letter-spacing: 0.06rem;
}
.menu{
    border-top: 1px solid rgba(216, 181, 109, 0.27);
    border-bottom: 1px solid rgba(216, 181, 109, 0.27);
    padding: 1.15rem 0;
    margin-top: 1.7rem;
    text-align: center;
    font-weight: 600;
}
.menu a{
    display: inline-block;
    margin: 0 1.11rem;
}
.box1_text{
    padding-top: 4.8rem;
    padding-right: 4rem;
}
.btn{
    background: linear-gradient(94deg, #B8943E -7.53%, #E8DBAF 109.22%);
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 1rem 3.2rem;
    position: relative;
    border-radius: 5px;
    color: #10383A!important;
}

.btn:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(94deg, #9E7513 -7.53%, #FFE280 109.22%);
    transition: all 0.35s;
    opacity: 0;
}
.btn span{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn span img{
    width: 1.875rem;
    margin-right: 0.4rem;
}
.btn.blue{
    border: 1px solid #FFF;
    background: linear-gradient(93deg, #103838 3.73%, #417878 98.88%);
    color: white!important;
    font-family: "Cormorant", serif;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0.5rem 0.2rem;
}
.btn.blue:after{
    border: 1px solid #0D2D2D;
    background: linear-gradient(92deg, #0D2D2D 38.83%, #1C5D5D 100%);
}

.btn.send_btn{
    background: #D8B56D;
    color: white!important;
    font-family: "Cormorant", serif;
    font-weight: 600;
    font-size: 1.5rem;
}
.btn.send_btn:after{
    background: linear-gradient(93deg, #ADC5C5 3.73%, #93A7A7 50.35%, #ADC5C5 98.88%);
}
.box1_btn{
    margin-top: 4.9rem;
}
.box1_row, .box1_row > .mob_full{
    position: static;
}

.box1_row .section_title, .box1_row .content, .box1_row .box1_btn{
    position: relative;
    z-index: 2;
}
#box-1{
    position: relative;
}
#box-1 .container{
    min-height: 36.6rem;
    position: relative;
    z-index: 2;
}
.bg_left{
    position: absolute;
    left: 0;
    top: -8.4rem;
    width: 32.313rem;
    pointer-events: none;
}
.bg_right{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40.813rem;
    pointer-events: none;
}

.bg2_left{
    position: absolute;
    left: 0;
    top: -8.4rem;
    width: 42rem;
    pointer-events: none;
}
.bg2_right{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 39.125rem;
    pointer-events: none;
}

.bg3_left{
    position: absolute;
    left: 0;
    top: 0;
    width: 43.375rem;
    pointer-events: none;
}
.bg3_right{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 39.438rem;
    pointer-events: none;
}

.slider{
    pointer-events: none;
    position: absolute;
    bottom: 0;
    width: 54.563rem;
    right: -3.1rem;
}
.slider_items{
    line-height: 0;
}

#box-2{
    margin-top: -0.7rem;
    padding-top: 4.2rem;
    text-align: center;
    padding-bottom: 3.4rem;
    position: relative;
    color: white;
    z-index: 2;
}
#box-2 .container, #box-5 .container{
    position: relative;
    z-index: 1;
}
#box-2:after {
    transform: rotate(-1deg) translateX(-50%);
    position: absolute;
    left: 50%;
    top: -0.6rem;
    width: 2000px;
    bottom: 1.8rem;
    content: "";
    background: linear-gradient(96deg, #222 -1.16%, #103838 106.16%);
    box-shadow: -92px 128px 44px 0px rgba(0, 0, 0, 0.00), -59px 82px 40px 0px rgba(0, 0, 0, 0.01), -33px 46px 34px 0px rgba(0, 0, 0, 0.03), -15px 20px 25px 0px rgba(0, 0, 0, 0.06), -4px 5px 14px 0px rgba(0, 0, 0, 0.07);
}
#box-2 .section_title{
    margin-bottom: 0.9rem;
}
#box-2 .preims .section_title{
    margin-bottom: 2rem;
}
.preims{
    padding-top: 2.6rem;
}
/*.cover_img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: scale-down;*/
/*}*/
.preim_icon{
    width: 4rem;
    height: 4.313rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 0.85rem;
}
.preim_text{
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.25;
}
.box2_content{
    width: 60.2rem;
    margin: 0 auto;
}
.kalkan1{
    position: absolute;
    width: 25.3rem;
    left: -14.1rem;
    bottom: -10.9rem;
}
.kalkan2{
    position: absolute;
    width: 25.4rem;
    right: -11.7rem;
    top: -12.4rem;
}

#box-3{
    padding-top: 4.5rem;
    padding-bottom: 3.4rem;
    position: relative;
}
#box-3 .container{
    position: relative;
    z-index: 1;
}
.service_item{
    color: #0D2D2D;
    background-color: white;
    height: 100%;
    border-radius: 10px;
    padding: 2.5rem 1.05rem;
    padding-bottom: 0.8rem;
}
.service_image{
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    margin-bottom: 0.7rem;
}
.service_title{
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.9rem;
    line-height: 1;
}
.service_text_box {
    line-height: 1;
}
.service_bottom{
    padding-top: 1rem;
}
#box-3 .section_title{
    margin-bottom: 2.5rem;
}
.box4_form{
    border-radius: 10px;
    background: linear-gradient(92deg, #0D2D2D 38.83%, #1C5D5D 100%);
    position: relative;
    color: white;
}
.policy{
    font-size: 0.85rem;
}
.policy a{
    color: white;
    display: inline-block;
    border-bottom: 1px solid;
}
.policy a:hover{
    color: white;
    border-color: transparent;
}
.form_left_img{
    position: absolute;
    bottom: 0;
    left: -0.1px;
    width: 20.75rem;
}
.form_right_img{
    position: absolute;
    bottom: -0.6rem;
    right: -13.1rem;
    width: 23.025rem;
}
.box4_form_box {
    padding: 1.35rem 0;
    padding-right: 6.6rem;
}
#box-4{
    padding-top: 3.4rem;
    position: relative;
    padding-bottom: 3.4rem;
}
#box-4 .container{
    position: relative;
    z-index: 1;
}
#box-4:after{
    position: absolute;
    content: "";
    left: 50%;
    top: 0.6rem;
    width: 2000px;
    bottom: 1.9rem;
    background: linear-gradient(137deg, #9DC2C2 -5.4%, #6CA9A9 99.56%);
    box-shadow: -92px 128px 44px 0px rgba(0, 0, 0, 0.00), -59px 82px 40px 0px rgba(0, 0, 0, 0.01), -33px 46px 34px 0px rgba(0, 0, 0, 0.03), -15px 20px 25px 0px rgba(0, 0, 0, 0.06), -4px 5px 14px 0px rgba(0, 0, 0, 0.07);
    transform: rotate(-1deg) translateX(-50%);
}
.section_text{
    font-size: 1.25rem;
    margin-top: -1.1rem;
    margin-bottom: 0.5rem;
}
.form-control{
    border: 1px solid white;
    width: 100%;
    padding: 0.9rem 1.1rem;
    font-family: "Cormorant", serif;
    border-radius: 5px;
    background: #FFF;
    font-size: 1.5rem;
}
.form-control:focus{
    border-color: #D8B56D;
}
.form-control::placeholder{
    color: #C4C4C4;
}
.form-group {
    margin-bottom: 0.7rem;
}
.team {
    padding-top: 5rem;
    color: black;
}
.team .section_title.sm{
    color: black;
}
.section_title.sm {
    font-size: 2.5rem;
    margin-top: -1.3rem;
}
.team_item{
    background: white;
    color: black;
    border-radius: 20px;
    padding: 2.45rem 0;
    padding-bottom: 1.5rem;
    margin-bottom: 1.4rem;
}
.team_img{
    border-radius: 10px;
    overflow: hidden;
    margin-left: 2.4rem;
}
.team_name{
    font-family: "Cormorant", serif;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 1;
    width: 45%;
}
.team_position{
    font-style: italic;
    width: 52.8%;
    color: rgba(0,0,0,0.7);
}
.team_position a{
    color: rgba(0,0,0,0.7);
}
.team_position a:hover{
    color: #DEB873;
}
.team_position p{
    margin: 0;
}
.team_position p:last-child {
    margin-top: 1rem;
}
.team_text{
    padding-right: 2.4rem;
    margin-top: -0.4rem;
}
.team_top_flex{
    margin-bottom: 1rem;
}
.team_text .content{

}
.team_text .content *{
    line-height: 1;
    margin-bottom: 0.7rem;
}
.team_text .content ul li{
    margin-bottom: 0;
}
.team_text .content ul{
    margin-left: 0.7rem;
}
#box-5 {
    padding-top: 3.1rem;
    position: relative;
}
#box-5 .section_text{
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 2.4rem;
}
.scale_img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.b_preim_item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    background: linear-gradient(92deg, #0D2D2D 38.83%, #1C5D5D 100%);
    color: white;
    padding: 2rem 1.8rem;
}

.b_preim_item .btn:after{
    border: none;
    background: linear-gradient(93deg, #ADC5C5 3.73%, #93A7A7 50.35%, #ADC5C5 98.88%);
}
.b_preim_icon{
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
}
.b_preim_title{
    font-family: "Cormorant", serif;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0.3rem;
}
.b_preim_sub_title{
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 1.8rem;
}
.b_preim_text_box{
    line-height: 1.25;
    margin-bottom: 2rem;
}
#box-6 {
    padding-top: 3.4rem;
}

.spec_item{
    color: white;
}
.spec_img{
    border-radius: 10px;
    background: linear-gradient(145deg, #417878 3.51%, #10383A 109.39%);
    overflow: hidden;
    height: 17rem;
}
.spec_text{
    border-radius: 10px;
    border: 1px solid #ADC5C5;
    background: #082B2B;
    height: 12.5rem;
}

.spec_sub_text{
    border-radius: 10px;
    background: #11474A;
    height: 8rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.56rem 0.8rem;
    align-items: center;
    margin: -1px;
}
.spec_title{
    font-size: 1.55rem;
    font-family: "Cormorant", serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.8rem;
}
.spec_text_box{
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.3;
}
.spec_bottom{
    display: block;
    border-radius: 5px;
    border: 1px solid #ADC5C5;
    background: linear-gradient(145deg, #417878 3.51%, #10383A 109.39%);
    margin-top: 0.5rem;
    font-size: 1.5rem;
    text-align: center;
    font-family: "Cormorant", serif;
    font-weight: 600;
    padding: 0.85rem 0.5rem;
    color: white!important;
    position: relative;
    overflow: hidden;
}
.spec_bottom:hover:after{
    opacity: 1;
}
.spec_bottom:after{
    border: 1px solid #0D2D2D;
    background: linear-gradient(92deg, #0D2D2D 38.83%, #1C5D5D 100%);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    transition: all 0.35s;
    opacity: 0;
}
.spec_bottom span{
    position: relative;
    z-index: 2;
}
.spec_address{
    font-size: 0.875rem;
    padding: 1.1rem 1.2rem;
    line-height: 1.2;
}
.spec_btn{
    margin-top: 0.8rem;
}
.spec_btn .btn{
    padding-left: 2rem;
    padding-right: 2rem;
    border: 1px solid #ADC5C5
}
#box-7 {
    padding-top: 4.7rem;
}
.video_slider iframe{
    height: 25rem !important;
    border-radius: 10px;
}
.video_item{
    overflow: hidden;
    display: block;
    height: 26.3rem;
    border-radius: 10px;
}
#box-8 {
    padding-top: 3rem;
    padding-bottom: 5.3rem;
}
.rev_item{
    border-radius: 10px;
    background: #FFF;
    color: black;
    padding: 1.7rem 1.7rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.rev_name{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.rev_date {
    margin-bottom: 0.4rem;
}
.rev_text {
    font-weight: 500;
    line-height: 1.3;
    height: 84px;
    overflow: hidden;
}
.rev_text.factive{
    height: auto;
}
.rev_text *{
    margin-bottom: 0.4rem;
}
.rev_bottom{
    padding-top: 0.5rem;
}
.rev_bottom a{
    color: #949494;
}
.rev_bottom a:hover{
    color: black;
}
.reviews_slider .slick-list, .video_slider .slick-list{
    display: flex;
    margin: 0 -10px;
    overflow: unset;
}
.reviews_slider .slick-track, .video_slider .slick-track{
    display: flex;
}
.reviews_slider .slick-slide > div, .video_slider .slick-slide > div{
    height: 100%;
}
.result{
    font-size: 0.9rem;
}
.slick-slide:not(.slick-active) a{
    pointer-events: none;
}
.reviews_slider .mb_30, .video_slider .mb_30{
    -ms-flex: none;
    flex: none;
    max-width: unset;
    margin: 0;
    height: 100%;
}
#box-9 {
    /*padding-top: 2rem;*/
    padding-top: 5rem;
    padding-bottom: 4.8rem;
    position: relative;
}
#box-9 .container{
    position: relative;
    z-index: 1;
}
#box-9:after{
    width: 2000px;
    transform: translate(-50%) rotate(-1deg);
    background: rgba(0, 0, 0, 0.80);
    box-shadow: -92.645px 128.897px 44.308px 0px rgba(0, 0, 0, 0.00), -59.413px 82.574px 40.28px 0px rgba(0, 0, 0, 0.01), -33.231px 46.322px 34.238px 0px rgba(0, 0, 0, 0.03), -15.105px 20.14px 25.175px 0px rgba(0, 0, 0, 0.06), -4.028px 5.035px 14.098px 0px rgba(0, 0, 0, 0.07);
    position: absolute;
    left: 50%;
    top: 0.9rem;
    bottom: 0.6rem;
    content: "";
}
#box-9 .section_text{
    font-size: 1.5rem;
}
#box-9 .top_text{
    font-size: 1.25rem;
    padding-top: 1.5rem;
    margin-bottom: 2.7rem;
}
.program_row .mb_30{
    margin-bottom: 6rem;
}
.program_row .mb_30:nth-child(even) .program_item{
    background: white;
}
.program_item{
    position: relative;
    background: #E8E8E8;
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.9rem 0.7rem;
    text-align: center;
    color: black;
}
.program_item .btn{
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100% + 1.2rem);
    padding: 0.78rem 0;
}
.program_title{
    min-height: 3.8rem;
}
.program_title, .program_bottom{
    color: #103838;
    font-family: "Cormorant", serif;
    font-size: 3rem;
    line-height: 1;
    font-weight: 600;
}
.program_title.sm{
    font-size: 2.25rem;
    margin-bottom: 0.6rem;
    min-height: unset;
}
.program_item .content{
    font-weight: 500;
}
.program_text{
    margin-top: 1.1rem;
    margin-bottom: 2.6rem;
}
.program_body.content *{
    margin-bottom: 1.1rem;
}
.program_item .content{
    padding: 0 0.8rem;
}
.program_top_height {
    min-height: 13.6rem;
}
.program_bottom{
    margin-top: 1.5rem;
    line-height: 0.9;
    margin-bottom: -0.4rem;
}
.section_text.box9_bottom{
    text-align: center;
    margin-top: 1.6rem;
}
.box9_form {
    padding-top: 3.3rem;
}
.box9_form_box{
    border-radius: 10px;
    background: linear-gradient(92deg, #0D2D2D 38.83%, #1C5D5D 100%);
    color: white;
    position: relative;
}
.form9{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33.875rem;
}
.box9_form .section_title{
    margin-bottom: 3.1rem;
    color: white;
}
.box9_form_box_content .section_title{
    font-size: 2rem;
    margin-bottom: 0.3rem;
    text-align: left;
}
.box9_form_box_content {
    font-weight: 300;
    padding: 1rem 0;
    padding-right: 6rem;
    padding-bottom: 2.8rem;
}
.box9_form_box_content .content *{

}
.box9_form_box_content .btn{
    margin-top: 0.7rem;
    padding: 0.7rem 0;
    height: 3.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#box-10{
    padding-top: 5rem;
}
#box-10 .section_text{
    text-align: center;
    font-size: 1.5rem;
    margin-top: -0.4rem;
    line-height: 1.3;
    margin-bottom: 2.1rem;
}
.box10_btn {
    text-align: center;
}
.box10_btn .btn{
    width: 39.3rem;
}
.part_slider{
    background: rgba(217, 217, 217, 0.10);
    padding: 1.5rem 0;
}
.part_slider .slick-list{
    overflow: unset;
}
.part_item{
    height: 8rem;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.part_item img{
    max-width: 90%;
    max-height: 90%;
    object-fit: scale-down;
}
#box-11{
    padding-top: 4.1rem;
}
#box-12{
    background: #314D4D;
    margin-top: 5.1rem;
    padding-top: 2.3rem;
    padding-bottom: 4.7rem;
}
.map{
    overflow: hidden;
    height: 17.9rem;
    border-radius: 15px;
    margin-left: -1.7rem;
}
.map iframe{
    width: 100%!important;
    height: 100%!important;
}
#box-12 .section_title{
    margin-bottom: 3.8rem;
}
.cont_title{
    font-size: 2rem;
    font-weight: 700;
}
.cont_work ul{
    list-style-type: none;
    margin: 0;
}
.cont_work ul li{
    margin-bottom: 0.3rem;
}
.phone_list{
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: 0.08rem;
    margin-bottom: 1.5rem;
}
.cont_work{
    margin-bottom: 1.8rem;
}
.socials a{
    display: inline-block;
    margin-right: 0.5rem;
    width: 1.875rem;
}
.socials a:hover{
    opacity: 0.5;
}
.socials a.youtube{
    width: 2.313rem;
}
.socials a img{
    width: 100%;
}
.cont_address{
    font-size: 1.25rem;
    margin-top: 1.2rem;
}
.footer_logo{
    display: block;
    width: 12.125rem;
}
footer {
    padding-top: 2.6rem;
}
.slogan{
    color: #DEB873;
    font-size: 0.625rem;
    text-align: center;
    width: 12.2rem;
}
.f_item ul li {
    margin-bottom: 1.35rem;
}
.f_item ul{
    margin: 0;
    list-style-type: none;
}
.f_title{
    color: #FFE8B9;
    font-weight: 700;
    margin-bottom: 1.7rem;
    font-size: 1.25rem;
}
.f_item.last{
    padding-right: 5.6rem;
}
.f_item{
    position: relative;
}
.f_item .header_icon_flex{
    position: relative;
}
.f_item .header_icon{
    position: absolute;
    right: 105%;
    top: 0.4rem;
}
.f_item .header_text {
    width: 100%;
    padding-left: 0;
}
.f_item .header_text > a{
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.09rem;
}
.f_item .header_text span{
    text-align: center;
}
.f_item .header_text span a{
    text-align: center;
}

.footer_btn{
    min-width: unset;
    padding: 0.95rem 0;
    margin-top: 1rem;
}
.footer_bottom{
    border-top: 1px solid rgba(255,255,255,0.3);
    margin-top: 3.6rem;
    padding: 1.7rem 0;
}
.footer_bottom a{
    opacity: 0.5;
}
.footer_bottom a:hover{
    opacity: 1;
}
.page{
    padding: 4rem 0;
}
.page .content li:after{
    color: white;
    background: white;
}

#box-10 .btn, footer .btn, .box9_form_box_content .btn{
    font-family: Cormorant, sans-serif!important;
    font-weight: 700!important;
    font-size: 1.5rem;
}
footer .socials a{
    filter: brightness(1) invert(0);
}
#spec-7 .spec_img{
    padding-top: 2rem;
}