/*
text color: #484f5b 
bg color: #e6c8c3 , #e5ccc6
sub-text color: #606060
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

img {
    border: 0;
}

:focus {
    outline: 0;
}

.clear {
    clear: both;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1300px;
}

.header .header-top {
    height: 40px;
    display: flex;
    align-items: center;
}

.top-header {
    background-color: #e5ccc6;
}

.top-header .container {
    display: flex;
    align-items: center;
    height: 40px;
}

.header .container {
    display: flex;
    align-items: center;
    height: 118px;
}

.header .navMenu {
    margin-left: auto;
    display: none;
}

.header .m-menu {
    margin-left: auto;
}

.header .navMenu ul {
    display: flex;
    justify-content: space-between;
}

.header .navMenu ul li {
    margin-left: 40px;
}

.header .navMenu ul li a {
    font-size: 16px;
    color: #484f5b;
    font-weight: 400;
}

.header .navMenu ul li a:hover {
    color: #e6c8c3;
}

.header .m-menu img {
    fill: #35332F;
}

.banner {
    /* background-image: url("./images/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%; */
}

.banner .container {}

.banner .banner-box {
    width: 50%;
    display: block;
}

.banner .banner-box img {
    width: 80%;
    /* margin-left:60px; */
}

.banner .container {
    height: 70vh;
    display: flex;
    align-items: center;
}

.banner .banner-box h1 {
    font-size: 65px;
    font-weight: 900;
    color: #484f5b;
    line-height: 90px;
    letter-spacing: 4px;
}

.banner .banner-box h3 {
    margin-top: 55px;
    font-size: 20px;
    font-weight: 400;
    color: #606060;
    line-height: normal;
}

.banner .banner-box a {
    display: inline-block;
    background-color: #e6c8c3;
    margin-top: 60px;
    padding: 15px 22px;
    border-radius: 3px;
    color: #484f5b;
    font-weight: 600;
}

.about {
    padding: 150px 0;
    background-image: url("./images/hakkimizda.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .about .title , .about .sub-title{
    color: #e6e6e6;
}

.about .button-style{
    color: #363636;
} */

.about .about-box {
    width: 50%;
}

.edu-content .item {
    padding: 60px 20px;
}

.edu-content .item .item-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 20px;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* .edu-content .item-box:hover::before , .edu-content .item-box:visited::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}


.edu-content .item-box::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 4px;
    background-color: #e5ccc6;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    visibility: hidden;
    
} */

.edu-content .edu-title {
    display: flex;
    justify-content: center;
}

.edu-content .item .item-box li h1 {
    font-size: 22px;
    font-weight: 900;
    color: #484f5b;
    padding-top: 22px;
    padding-bottom: 10px;
}

.edu-content .item .item-box li h3 {
    font-size: 15px;
    font-weight: 400;
    color: #606060;
    margin-bottom: 20px;
    text-align: center;
    line-height: 30px;
}

.slider {
    padding: 100px 0;
}

.slider .slide-box {
    margin: auto 0;
    width: 50%;
}

.slider .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.slider .slide-box .img-box {
    display: flex;
    justify-content: flex-end;
}

.slider .slide-box .img-box img {
    background-repeat: no-repeat;
    border-radius: 3px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.title {
    font-size: 44px;
    font-weight: 900;
    color: #484f5b;
    line-height: 90px;
    letter-spacing: 6px;
}

.sub-title {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #606060;
    line-height: normal;
}

.button-style {
    display: inline-block;
    background-color: #e6c8c3;
    margin-top: 60px;
    padding: 15px 22px;
    border-radius: 3px;
    color: #484f5b;
    font-weight: 600;
}

.top-header .top-right {
    margin-left: auto;
    display: flex;
    justify-content: space-between;
}

.top-header ul {
    display: flex;
    justify-content: space-between;
}

.top-header .top-left ul li {
    margin-right: 25px;
}

.top-header .top-right ul li {
    margin-left: 5px;
}

.top-header .top-right ul li a {
    color: #363636;
}

.top-header .top-right ul .phone {
    display: inline;
    margin-left: 20px;
    background-color: #363636;
    padding: 9px 10px;
}

.top-header .top-right ul li .phone a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.top-header .top-left ul li i {
    font-size: 12px;
    color: #363636;
    font-weight: 500;
}

.top-header .top-left ul li a {
    color: #484f5b;
    font-size: 12px;
    font-weight: 600;
}

.icons .container {
    padding: 100px 0;
    margin-right: auto;
    margin-left: auto;
}

.icons .container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.icons .container .icon-box {
    width: 33.3%;
    display: flex;
    justify-content: center;
}

.icons .container .icon-box h3 {
    font-size: 18px;
    font-weight: 800;
    color: #484f5b;
    padding-top: 22px;
    padding-bottom: 10px;
}

.icons .container .icon-box span {
    font-size: 15px;
    font-weight: 400;
    color: #606060;
    margin-bottom: 20px;
    text-align: center;
}

.icons .container .icon-box .icon-box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer {
    background-color: #484f5b;
}

.footer .container {
    padding: 100px 15px;
    display: flex;
    align-items: center;
}

.footer .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .footer-contact img {
    height: 53px;
    margin-bottom: 20px;
}

.footer .footer-contact ul li {
    margin-bottom: 20px;
}

.footer .footer-contact ul li p {
    color: #fff;
    line-height: 20px;
}

.footer .footer-contact ul li a {
    margin-bottom: 10px;
    color: #fff;
}

.footer .footer-menu ul li {
    text-align: center;
    line-height: 30px;
}

.footer .footer-menu ul li a {
    color: #fff;
}

.footer .footer-menu ul li a:hover {
    color: #e6c8c3;
}

.footer .footer-icon img {
    width: 80px;
}

.footer .footer-icon {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.footer .footer-icon p {
    text-align: center;
    color: #fff;
    line-height: 20px;
}

.footer .footer-icon ul {
    display: flex;
}

.footer .footer-icon ul li a {
    color: #fff;
    margin-left: 10px;
}

.footer .footer-icon ul li a:hover {
    color: #e6c8c3;
}

.footer .footer-contact ul li a i {
    color: #e6c8c3;
}

.map {
    background-color: #e6c8c3;
}

.map .container {
    padding: 100px 15px;
    display: flex;
    align-items: center;
}

.map .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.map .contact-box {
    width: 50%;
}

.map .contact-box .map-box {
    height: 450px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.map .contact-box .contact {
    padding-top: 30px;
    padding-left: 120px;
}

.map .contact-box .contact h1 {
    color: #484f5b;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
}

.mapClass {
    width: 100%;
    height: 100%;
}

.splide__pagination__page.is-active {
    background-color: #484f5b !important;
}

.slider2 {
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 3px;
    border: 1px solid #e6c8c3;
    margin: 40px 0;
}

.slide-box .title {
    line-height: 60px;
}

.edu-content {
    padding: 100px 0;
    background-color: #f2f6f7;
}

.edu-title {
    display: flex;
    justify-content: center;
}

.edu-title .title {
    font-size: 36px;
    letter-spacing: 2px;
}

.sub-title ul li {
  
    line-height: 35 px;


}
.sub-title ul li a{
    color :#606060;
    line-height: 20px;
}
.contact .button-style{
    padding: 0;
}

.btn{

    display: inline-block;
    background-color: transparent !important;
    margin-top: 60px;
    padding: 15px 22px;
    border-radius: 3px;
    color: #484f5b;
    font-weight: 600;

}
.btn-outline{

    border:1px solid !important;
  
}
.btn-primary-color{
    border-color:#e6c8c3 !important;
}