* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 6px;
}

body {
    width: auto;
}

@font-face {
    font-family: 'Trip Sans';
    src: url('subset-TripSans-Medium.woff2') format('woff2'),
        url('subset-TripSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans';
    src: url('subset-TripSans-Bold.woff2') format('woff2'),
        url('subset-TripSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans';
    src: url('subset-TripSans-Regular.woff2') format('woff2'),
        url('subset-TripSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trip Sans Ultra';
    src: url('subset-TripSans-Ultra.woff2') format('woff2'),
        url('subset-TripSans-Ultra.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.maind {
    width: 100%;
    display: flex;
}

.main-div {
    font-family: 'Trip Sans';
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #fff;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


a {
    text-decoration: none;
    color: #1A202C;
}

a:hover {
    color: #1A202C;
}

ul {
    list-style-type: none;
}


.container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-family: 'Trip Sans';
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #fff;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

nav {
    max-width: 1200px;
    margin: auto;
}

.header {
    background-color: #fff;
    width: 100%;
    z-index: 3;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
    background-color: #f4f4f4;
}

.header .logo {
    font-family: 'Trip Sans';
    display: block;
    float: left;
    font-size: 5rem;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 900;
}

/* menu */

.header .menu {
    font-family: 'Trip Sans';
    font-weight: 900;
    font-size: 3rem;
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
    .header li {
        float: left;
    }

    .header li a {
        padding: 20px 30px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }

    .header .menu-icon {
        display: none;
    }
}


/*-------------------------------------------------------*/

.scla {
    margin-top: 5rem;
    background-color: #F2F1EC;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 38.467%;
}

@media (max-width: 876px) {
    .scla {
        height: 25%;
    }

    .bo-img {
        width: 100%;
    }

    .box {
        width: 830px;
    }

}

@media (max-width: 640px) {
    .bos {
        display: none;
    }

    .scla {
        display: none;
    }

    #card1 {
        display: none;
    }

    .serit {
        display: none;
    }


}


.bos {
    height: 20rem;
}

.box {
    display: flex;
    width: 67.5%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.box img {
    padding: 5rem;
    width: 100%;
    height: 100%;
}

.box-txt {
    width: 32.5%;
    height: 100%;
}

.box-txt2 {
    width: 100%;
    height: 100%;
    font-size: 3rem;
}



.button {
    width: 15rem;
    height: 5rem;
    font-family: 'Trip Sans';
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    background-color: #1A202C;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.button:hover {
    box-shadow: 0px 5px 10px #1A202C;
    (46, 229, 157, 0.4);

}


/*----------------------------------------------*/


/* Design */
*,
*::before,
*::after {
    box-sizing: border-box;
}

.main {
    max-width: 1200px;
    margin: 0 auto;
}

.A1 {
    width: 100%;
    padding-top: 12rem;
    font-family: 'Trip Sans';
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.card img {
    height: 218.61px;
    width: 364.34px;
}

.cards {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cards_item {
    display: flex;
    padding: 5rem 2rem 5rem 2rem;
}

@media (min-width: 640px) {
    .cards_item {
        width: 50%;
    }
    .cards {
        width: 100%;
    }

}

@media (min-width: 876px) {
    .cards_item {
        width: 33.3333%;
    }
}

.card {
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.card_content {
    padding: 1rem;
}

.card_title {
    color: #1A202C;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0px;
}

.card_text {
    color: #1A202C;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

.made_by {
    font-weight: 400;
    font-size: 13px;
    margin-top: 35px;
    text-align: center;
}

/*-----------------------Serit-----------------------------------*/

.serit {
    background-color: #FAF1ED;
    height: 70rem;
    margin: 0px;
    font-family: 'Roboto';
    text-align: center;
    margin-top: 15rem;
}

.flip-box {
    padding-top: 23.66rem;
}



#container {
    color: #999;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    width: 100%;
    bottom: 45%;
    display: block;
}

#flip {
    height: 50px;
    overflow: hidden;
}

#flip>div>div {
    color: #fff;
    padding: 4px 12px;
    height: 50.5px;
    margin-bottom: 45px;
    display: inline-block;
}

#flip div:first-child {
    animation: show 5s linear infinite;
}

#flip div div {
    background: #42c58a;
}

#flip div:first-child div {
    background: #4ec7f3;
}

#flip div:last-child div {
    background: #DC143C;
}

@keyframes show {
    0% {
        margin-top: -270px;
    }

    5% {
        margin-top: -180px;
    }

    33% {
        margin-top: -180px;
    }

    38% {
        margin-top: -90px;
    }

    66% {
        margin-top: -90px;
    }

    71% {
        margin-top: 0px;
    }

    99.99% {
        margin-top: 0px;
    }

    100% {
        margin-top: -270px;
    }
}



/*------------------------Makale---------------------------------*/

#main {
    display: flex;
}
.container {
    max-width: 1200px;
    margin: auto;
}

ul {
    margin: 0;
    padding: 0;
}

.button_1 {
    height: 38px;
    background: #0d9378;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
}

.dark {
    padding: 15px;
    background: #35424a;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-title {
    margin-left: 5rem;
    margin-top: 5rem;
}

/* Sidebar */
aside#sidebar {
    float: right;
    width: 30%;
    margin-top: 60px;
}

aside#sidebar .feedback input,
aside#sidebar .feedback textarea {
    width: 90%;
    padding: 5px;
}

/* Main col */
article#main-col {
    float: left;
    width: 65%;
}

/* Services */
ul#services li {
    list-style: none;
    padding: 20px;
    margin-bottom: 30px;
}

.txxt {
    display: inline-block;
    width: 55%;
}

.sLl {
    width: 290px;
    max-height: 163px;
    float: left;
    padding: 0;
    margin-right: 10px;
}

/* Media Queries */
@media(max-width: 876px) {

    article#main-col,
    aside#sidebar {
        float: none;
        text-align: left;
        width: 100%;
    }

    ul#services li {
        margin-bottom: 25px;
    }

    .sLl {
        max-width: 29%;
    }


}

@media(max-width: 640px) {

    article#main-col p {
        display: none;
    }

    ul#services li {
        height: 102px;
        margin-bottom: 30px;
    }

    .sLl {
        width: 250px;
        height: 100px;
    }
    .txxt h2 {
        font-size: 20px;
    }

}

@media(max-width: 500px) {

    ul#services li {
        margin-bottom: 50px;
    }
    .txxt h2{
        font-size: 16px;
    }
    
}

.wrap {
    margin: 10rem 0 5rem 0;
    text-align: center;
}

/* ---------------------Footer----------------------*/

.footer {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #F7F7F7;
    font-family: 'Trip Sans';
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
}

.footer-divs {
    font-family: 'Trip Sans';
    background-color: #F7F7F7;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
}

.footer-div {
    line-height: 5rem;
    width: 100%;
    float: left;
    display: block;
    margin-right: auto;
    margin-left: auto;
}


.footer-div1 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem; 
    text-align: center;
    background-color: #F7F7F7;
}

footer li{
    display: inline-block;
    margin-right: 1rem;
}
.btn{
    margin-top: 2rem;
    font-weight: 400;
    display: inline-block;
    border: 2px solid black;
    border-radius: 0.4rem;
    cursor: pointer;
    transition: all .5s;
}
.btn-outline{
    color: black;
    border-color: black;
}
.btn-social {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    font-size: 5rem;
    line-height: 2rem;
}
.btn-outline:hover{
    color: #E0E0E0;
    background-color: black;
}