@font-face {
    font-family: 'Bevan';
    src: url('../fonts/Bevan-Regular.woff2') format('woff2'),
        url('../fonts/Bevan-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.mr-8 {
    margin-right: 8vw;
}

a {
    text-decoration: none;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 2vw 0;
    z-index: 99;
}

.logo {
    width: 19vw;
}

.menu-btn {
    width: 40px;
    display: inline-block;
    float: right;
}

.menu-btn span {
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #f1dec6;
    float: right;
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
    transition: all .3s ease;
}

.menu-btn.open {
    position: relative;
}

.menu-btn.open::after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: -18px;
    left: -5px;
    background: #263d88;
    border-radius: 50%;
}

.menu-btn.open span:first-of-type {
    transform: rotate(45deg);
    top: 9px;
}

.menu-btn.open span {
    width: 75%;
}

.menu-btn.open span:nth-child(2) {
    transform: rotate(-45deg);
}

.menu-btn.open span:last-of-type {
    display: none;
}

.menu-btn span:last-of-type {
    width: 70%;
}

.dropdown-menu {
    display: none;
    z-index: 1;
    font-family: 'Bevan';
    color: #000000;
    background: none;
    border: none;
    overflow: hidden;
}

.dropdown-menu a {
    font-size: 2vw !important;
}

.dropdown svg {
    height: 100%;
    width: 1.5vw;
    position: relative;
    top: -0.5vw;
    animation: rotate2 .5s ease forwards;
}

.dropdown svg.active {
    animation: rotate .5s ease forwards;
}

@keyframes rotate {
    0% {
        rotate: 0;
    }

    100% {
        rotate: 180deg;
    }

}

@keyframes rotate2 {
    0% {
        rotate: 180deg;
    }

    100% {
        rotate: 0;
    }

}

.big-menu {
    position: absolute;
    background: #f1dec6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0%;
    overflow: hidden;
    transition: all .3s ease;
}

.big-menu.open {
    height: 100%;
}

.open-menu {
    overflow-y: hidden;
}

.big-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative;
}

.big-menu ul li a {
    font-size: 4vw;
    color: #1e3470;
    font-family: 'Bevan';
    text-decoration: none;
    text-align: center;
}

.menu-shape:first-of-type {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    transform: rotate(180deg);
    z-index: 3;
}

.menu-shape:last-of-type {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    z-index: 3;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.main-slider {
    background: #4158A6;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.main-slider h1 {
    font-family: 'Bevan';
    line-height: 6vw;
    color: #ffffff;
    font-size: 6vw;
}

.main-slider p {
    font-family: "Itim", cursive;
    color: #f1dec6;
    font-size: 1.6vw;
}

.slide-btn {
    font-family: "Itim", cursive;
    background: #ff8343;
    padding: 15px 50px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 30px;
    text-decoration: none;
    color: #1f336f;
    font-weight: bold;
    font-size: 1.4vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-bottom: 4px solid #23377b;
}

.slide-btn::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #1e3470;
    border-radius: 30px;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .5s ease;
}

.slide-btn:hover::after {
    transform: translate(-50%, -50%) scale(30);
}

.slide-btn:hover {
    color: #fff;
}

.slide-btn span {
    position: relative;
    z-index: 1;
}

.slide-btn-2 {
    font-family: "Itim", cursive;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 1.4vw;
    position: relative;
    text-decoration: none;
}

.slide-btn-2 svg {
    font-size: 1vw;
    margin-left: 10px;
    transition: all .3s ease;
}

.slide-btn-2:hover svg {
    margin-left: 20px;
}

.products .slide-btn {
    font-family: "Itim", cursive;
    background: #bb431e;
    padding: 15px 50px;
    display: inline-block;
    border-radius: 30px;
    margin-right: 30px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4vw;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-bottom: 4px solid #f3c9b3;
}

.magnetic {
    position: relative;
    transition: all .1s ease;
}

.sep {
    margin-top: -2vw;
    margin-bottom: -0.1vw;
    position: relative;
    z-index: 5;
}

.sep img,
.sep-2 img {
    width: 102% !important;
    margin-left: -1vw;
}

.sep-2 {
    margin-top: -0.1vw;
    transform: rotate(180deg);
    margin-bottom: -2vw;
    position: relative;
    z-index: 2;
}

.slide-img {
    margin: 0;
    position: relative;
}

@keyframes fish-anim {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 10px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes bg-anim {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.slide-img img.big-fish {
    position: relative;
    z-index: 2;
    animation: fish-anim 2s linear infinite;
}

.slide-img .circ {
    position: absolute;
    top: -21%;
    left: 19%;
}

.slide-img .circ img {
    width: 140%;
    animation: bg-anim 30s linear infinite;
}

.products {
    background: #ff8343;
}

.products h2 {
    font-family: 'Bevan';
    line-height: 7vw;
    color: #6f2e0c;
    font-size: 8vw;
}

.products p {
    font-family: "Itim", cursive;
    color: #6f2e0c;
    font-size: 2vw;
    margin-left: 15vw;
}

.product-slider {
    margin-top: 50px;
    z-index: 2;
}

.s-p-slide {
    margin: 0 80px;
}

.s-p-slide:nth-child(odd) {
    margin-top: 5vw;
}

.s-p-slide:nth-child(odd) img {
    animation: pBounce 2s linear infinite;
}

.s-p-slide a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.p-img {
    background: url(../img/p-bg-1.svg) no-repeat;
    background-size: 100%;
    height: 33vw;
    width: 100%;
    position: relative;
}

.s-p-slide:nth-child(odd) .p-img {
    background: url(../img/p-bg-2.svg) no-repeat;
}

.p-img img {
    position: absolute;
    left: -8vw;
    top: 9vw;
    width: 56vw;
    animation: pBounce 2.3s linear infinite;
}

@keyframes pBounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}


.slide-path {
    position: absolute;
    top: 40vw;
    left: -145vw;
    width: 470%;
}

.p-name {
    font-family: "Itim", cursive;
    color: #fff;
    font-size: 2vw;
    text-decoration: none;
}

.slogan-area {
    font-family: 'Bevan';
    background: #179BAE;
    color: #1e3470;
    padding: 20vw 0;
    position: relative;
    overflow: hidden;
}

.slogan-area p {
    color: #fff;
    font-family: "Itim", cursive;
    font-size: 35px;
}

.slogan-area .shapes img {
    position: absolute;
    z-index: 4;
}

.slogan-area .shapes img:first-of-type {
    top: 7vw;
    right: -100%;
    width: 20vw;
    mix-blend-mode: overlay;
    transition: all 2.2s ease;
}

.slogan-area .shapes img:first-of-type.active {
    right: 4vw;
}

.slogan-area .shapes img:nth-child(2) {
    bottom: 9vw;
    right: -100%;
    width: 15vw;
    mix-blend-mode: overlay;
    transition: all 1.9s ease;
}

.slogan-area .shapes img:nth-child(2).active {
    right: 17vw;
}

.slogan-area .shapes img:nth-child(3) {
    top: 11vw;
    left: -100%;
    width: 23vw;
    mix-blend-mode: overlay;
    transition: all 2.5s ease;
}

.slogan-area .shapes img:nth-child(3).active {
    left: 1vw;
}

.slogan-area .shapes img:nth-child(4) {
    bottom: -100%;
    left: 20vw;
    width: 15vw;
    mix-blend-mode: overlay;
    transition: all 2s ease;
}

.slogan-area .shapes img:nth-child(4).active {
    bottom: 5vw;
}

.slogan-area .shapes img:nth-child(5) {
    bottom: -100%;
    left: -2vw;
    width: 10vw;
    mix-blend-mode: soft-light;
    transition: all 1.7s ease;
}

.slogan-area .shapes img:nth-child(5).active {
    bottom: -4vw;
}

.slogan-area .shapes img:nth-child(6) {
    bottom: -100%;
    right: -2vw;
    width: 13vw;
    mix-blend-mode: soft-light;
    transition: all 2.7s ease;
}

.slogan-area .shapes img:nth-child(6).active {
    bottom: -5vw;
}

.slogan-area .shapes img:nth-child(7) {
    top: -5vw;
    left: 28vw;
    width: 23vw;
    mix-blend-mode: overlay;
    transition: all 2s ease;
    opacity: 0;
}

.slogan-area .shapes img:nth-child(7).active {
    top: 1vw;
    opacity: 1;
}

footer {
    background: #4158A6;
    padding: 5vw 0 3vw 0;
}

.foot-logo {
    width: 16vw;
}

.foot-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: end;
    margin-right: -2vw;
}

.foot-menu li {
    width: 15%;
    float: left;
    text-align: center;
}

.foot-menu li a {
    font-family: "Itim", cursive;
    font-size: 1.3vw;
    color: #fff;
    text-decoration: none;
}

footer .title {
    font-family: "Itim", cursive;
    font-size: 1.7vw;
    color: #fff;
    width: 100%;
    float: left;
}

footer .social-media {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 15px;
    width: 100%;
    float: left;
    border-bottom: 3px solid #fff;
    padding-bottom: 15px;
}

footer .social-media li {
    float: left;
}

footer .social-media li a {
    font-size: 1.7vw;
    color: #fff;
    padding: 0 1vw;
}

footer .social-media li:first-of-type a {
    padding-left: 0;
}

.phone {
    font-family: "Itim", cursive;
    font-size: 2vw;
    color: #fff;
    width: 100%;
    float: left;
    /* margin-top: 15px; */
}

.phone a {
    color: inherit;
    text-decoration: none;
    margin-left: 15px;
}

.about-area {
    background: #F1DEC6;
}

.about-area .title {
    font-family: 'Bevan';
    line-height: 6vw;
    color: #4158A6;
    font-size: 6vw;
}

.about-area p {
    font-family: "Itim", cursive;
    color: #4158A6;
    font-size: 1.3vw;
    margin-top: 2vw;
}

.about-area .slide-btn {
    margin-top: 2vw;
}

.line {
    position: relative;
}

.line-mask {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #159BAD;
    opacity: 0.65;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.main-about {
    position: relative;
    min-height: 80vh;
}

.about-text {
    position: absolute;
    bottom: 10vw;
    width: 100%;
    padding-right: 15vw;
}

.main-about h1 {
    font-family: 'Bevan';
    line-height: 6vw;
    color: #fff;
    font-size: 8vw;
    margin-bottom: 2vw;
}

.main-about span {
    font-family: "Itim", cursive;
    font-size: 1.2vw;
    color: #fff;
    padding-right: 15vw;
    display: block;
}


.main-about svg {
    width: 2vw;
    margin: 0 auto;
    position: absolute;
    right: 20vw;
    bottom: -12vw;
    z-index: 8;
    transform: scale(-1, 1);

    .draw-arrow {
        stroke-width: 5;
        stroke: #fff;
        fill: none;
        stroke-dasharray: 400;
        stroke-dashoffset: 400;
        animation-duration: 2.0s;
        animation-fill-mode: forwards;
        animation-name: draw;

        &.tail-1 {
            animation-delay: .5s;
        }

        &.tail-2 {
            animation-delay: .7s;
        }
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.about-sec {
    font-family: 'Bevan';
    background: #179BAE;
    color: #1e3470;
    padding: 15vw 0;
    position: relative;
}

.about-content img {
    position: absolute;
    height: 30vw;
    object-fit: cover;
    width: 22vw;
    z-index: 5;
}


.about-content img:nth-child(1) {
    top: 5vw;
    left: 2vw;
}

.about-content img:nth-child(2) {
    right: 2vw;
}

.about-content img:nth-child(2) {
    bottom: 0;
}

.content-box {
    padding: 0 30vw;
    font-size: 1.5vw;
}

.content-box p {
    font-family: "Itim", cursive;
    font-weight: 600;
    font-size: 1.5vw;
    color: #fff;
}

.about-content .draw-arrow {
    position: absolute;
    top: 26vw;
    z-index: 2;
    width: 70vw;
    left: 15vw;
}

.about-content .draw-arrow-2 {
    scale: -1 1;
}

.wrapper {
    height: 100vw;
    position: absolute;
    top: 0;
    width: 100%;
    pointer-events: none;
}

.thumbnail.active {
    rotate: -5deg;
}

.thumbnail.active2 {
    rotate: 5deg;
}

.vm {
    background: #F1DEC6;
    padding: 15vw 0;
    position: relative;
}

.vm-box {
    position: relative;
    background: url(../img/s-bg-2.svg) no-repeat;
    background-position: center;
    float: left;
    height: 100%;
    padding: 8vw;
}

.vm-box p {
    font-family: "Itim", cursive;
    font-size: 1.4vw;
    color: #333;
    line-height: 2vw;
    margin-bottom: .5vw;
    float: left;
    text-align: center;
    margin-top: 1vw;
}

.vm-box span {
    font-family: 'Bevan';
    color: #159BAD;
    float: left;
    font-size: 2vw;
    letter-spacing: 0.2vw;
    width: 100%;
    text-align: center;
}

.env {
    position: relative;
    background: #4157A6;
    padding-top: 20vw;
    padding-bottom: 5vw;
    z-index: 3;
}

.multiply {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0vw;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    opacity: 0.2;
    object-fit: cover;
}

.env span {
    font-family: 'Bevan';
    font-size: 2vw;
    color: #fff;
    letter-spacing: 0.2vw;
    width: 100%;
    display: block;
    text-align: center;
}

.env h1 {
    font-family: 'Bevan';
    font-size: 7vw;
    color: #fff;
    letter-spacing: 0.4vw;
    line-height: 7vw;
}

.env-box span {
    font-family: 'Bevan';
    line-height: 4vw;
    color: #4158A6;
    font-size: 4vw;
    width: 100%;
    padding-bottom: 1vw;
}

.env-content {
    background: #F1DEC6;
}

.env-box,
.inno-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5vw 5vw 5vw 3vw;
}

.env-box p {
    font-family: "Itim", cursive;
    color: #333;
    font-size: 1.3vw;
    text-align: justify;
}

.inno-box p {
    font-family: "Itim", cursive;
    color: #4158A6;
    font-size: 1.5vw;
    font-weight: bold;
}

.inno-box li {
    font-family: "Itim", cursive;
    color: #384368;
    font-size: 1.2vw;
    margin-bottom: 1vw;
}

.inno-box span {
    color: #4158A6;
}

.env-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
}

.env-img img {
    width: 100%;
    object-fit: cover;
}

.products-sec {
    padding: 10vw 0;
    background: #F1DEC6;
}

.p-box {
    text-align: center;
    position: relative;
    display: grid;
}

.p-box img {
    width: 100%;
    z-index: 2;
    transition: all .5s ease;
}

.p-box:hover img {
    scale: 1.2;
}

.p-content {
    background: url(../img/s-bg-2.svg) no-repeat;
    background-size: 100%;
    background-position: center;
    height: 30vw;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.p-content h1 {
    color: #4d4d4d;
    font-family: 'Bevan';
    font-size: 1.5vw;
    width: 100%;
}


.contact span {
    font-family: "Itim", cursive;
    font-size: 1.3vw;
    color: #fff;
}

.map-contact {
    background: #F1DEC6;
}

#harita {
    width: 100%;
    height: 50vw;
}

.contact-us {
    height: 100%;
    display: grid;
    align-items: center;
}

.contact-us h1 {
    font-family: 'Bevan';
    line-height: 5vw;
    color: #4158A6;
    font-size: 5vw;
}

#iletisimForm {
    padding: 0 5vw;
}

#iletisimForm input {
    width: 100%;
    border: 1px solid #4158A6;
    padding: 10px 10px;
    border-radius: 12px;
    background: transparent;
    font-family: "Itim", cursive;
    height: 3vw;
}

textarea {
    resize: vertical;
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 1px solid #4158A6;
    border-radius: 12px;
    font-family: "Itim", cursive;
}

#iletisimForm button {
    margin-top: 10px;
    padding: 15px 60px;
    border-radius: 12px;
    background: #4158A6;
    color: #fff;
    border: none;
    text-transform: uppercase;
    transition: all .3s ease;
    font-family: "Itim", cursive;
}

#iletisimForm button:hover {
    background: #fff;
    color: #4158A6;
}

.form-group {
    display: flex;
    padding-top: 10px;
}

.form-group input:nth-child(2) {
    margin-left: 10px;
}

#iletisimForm h3 {
    color: #283034;
    font-family: "Itim", cursive;
    font-size: 5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}

.career-btn {
    width: 100%;
    color: #4158a6;
    text-decoration: none;
    font-family: "Itim", cursive;
    font-size: 1.3vw;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea,
select {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.5em !important;
    font-family: "Itim", cursive;
    font-size: 16px !important;
    font-weight: 300;
    color: #333;
    background-image: none;
    border-bottom: 1px solid #4158A6;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    outline: none;
}

input[type="submit"] {
    background: #4157A6;
    padding: 1vw 2vw;
    border-radius: 1vw;
    color: #fff;
    text-decoration: none;
    font-family: "Itim", cursive;
    transition: all .3s ease;
    border: none;
}

input[type="submit"]:hover {
    background: #fff;
    color: #4157A6;
}

.form-section {
    margin-top: 10vw;
}

.form-section h1 {
    font-family: "Itim", cursive;
    font-size: 3vw;
    color: #4158a6;
}

.ikForm h3 {
    font-family: "Itim", cursive;
    font-size: 2vw;
    color: #333;
}

.career-content {
    background: #F1DEC6;
    padding: 5vw 5vw 3vw 5vw;
}

.career-box p {
    font-family: "Itim", cursive;
    color: #333;
    font-size: 1.5vw;
}

.career-box p span {
    color: #4158a6;
}

.c-content {
    display: flex;
    align-items: center;
    margin-bottom: 1.5vw;
}

.c-content a {
    font-family: "Itim", cursive;
    color: #333;
    font-size: 1.2vw;
    padding-left: .5vw;
    text-decoration: none;
    line-height: 1.2vw;
}

.c-content svg {
    margin-top: 0.1vw;
    color: #4158a6;
}

.p-detail {
    position: relative;
    background: #F1DEC6;
    padding-bottom: 5vw;
}

.detail-box {
    background: url(../img/s-bg-2.svg) no-repeat;
    background-size: 100%;
    width: 60vw;
    background-position: bottom;
}

.detail-box img {
    width: 100%;
    position: relative;
    z-index: 3;
    bottom: 5vw;
}

.d-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 5vw;
}

.detail-table {
    background: #FFF9F3;
    border-radius: 40px;
}

.d-header {
    height: 5vw;
    background: #4157A6;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
}

.d-header span {
    font-family: "Itim", cursive;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5vw;
}

.d-content {
    padding: 3vw;
}

.d-row {
    margin-bottom: 1vw;
    background: #ECE7E1;
    border-radius: 40px;
    display: flex;
    height: 3vw;
    justify-content: center;
    align-items: center;
    padding: 0 2vw;
}

.d-row span {
    font-family: "Itim", cursive;
    font-size: 1.2vw;
}

.d-row span:nth-child(2) {
    float: right;
}

.fr {
    float: right;
}

.copyright {
    display: flex;
    justify-content: space-between;
    margin-top: 3vw;
    align-items: center;
}

.copyright span {
    font-family: "Itim", cursive;
    color: #fff;
    font-size: 1.2vw;
}

.p-detail h1 {
    font-family: 'Bevan';
    color: #4158a6;
    font-size: 6vw;
    text-align: center;
}

.p-detail p {
    font-family: "Itim", cursive;
    font-size: 1.5vw;
    text-align: center;
}

.fillets-box {
    text-align: center;
    padding-bottom: 3vw;
    font-family: "Itim", cursive;
    font-size: 1.5vw;
}

.fillets-box span {
    color: #4157A6;
    font-weight: 800;
}

.lang {
    margin-left: 2vw;
    margin-top: -0.2vw;
}

.lang img {
    width: 2vw;
    margin-right: .2vw;
}

@media (max-width: 760px) {

    .m-reverse {
        flex-direction: column-reverse;
    }

    .mm0 {
        margin-top: 0 !important;
    }

    .mtc {
        text-align: center !important;
    }

    header {
        padding: 5vw 0;
    }

    .logo {
        width: 35vw;
    }

    .menu-btn span {
        width: 70%;
        height: 3px;
    }

    .menu-btn span:last-of-type {
        width: 50%;
    }

    .dropdown svg {
        width: 7vw;
    }

    .dropdown li {
        font-size: 7vw;
    }

    .big-menu ul li a {
        font-size: 7vw;
    }
    .dropdown li {
        font-size: 4.2vw;
        font-family: "Itim", cursive;
    }

    .lang img {
        width: 5vw;
    }

    .lang {
        margin-left: 6vw;
        margin-top: -0.5vw;
    }

    .main-slider h1 {
        line-height: 13vw;
        font-size: 13vw;
        text-align: center;
        padding-top: 15vw;
    }

    .main-about h1 {
        text-align: start;
    }

    .slide-btns {
        justify-content: center;
    }

    .slide-btn {
        font-size: 4vw;
    }

    .slide-btn-2 {
        font-size: 4vw;
    }

    .slide-btn-2 svg {
        font-size: 2vw;
        margin-left: 1vw;
    }

    .slide-img {
        top: 10vw;
    }

    .menu-btn {
        width: 11vw;
    }

    .sep {
        margin-top: -4.3vw;
        margin-bottom: -0.8vw;
        margin-left: -10vw;
    }

    .sep img {
        width: 130% !important;
    }

    .products h2 {
        font-size: 13vw;
    }

    .products p {
        font-size: 4vw;
    }

    .slide-path {
        top: 70vw;
    }

    .p-img {
        height: 80vw;
        background-position-x: center !important;
        width: 80%;
    }

    .p-img img {
        left: -15vw;
        top: 15vw;
        width: 120vw;
    }

    .p-name {
        font-size: 10vw;
        padding-top: 5vw;
    }

    .products .slide-btn {
        font-size: 3vw;
        margin-right: 0;
    }

    .sep-2 {
        margin-bottom: -4vw;
        margin-top: -.8vw;
        margin-right: -5vw;
    }

    .sep-2 img {
        width: 130% !important;
    }

    .about-area .title {
        font-size: 13vw;
    }

    .about-area p {
        font-size: 4vw;
        margin-top: 5vw;
    }

    .s-p-slide {
        margin: 0;
    }

    .foot-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .foot-menu li a {
        font-size: 6vw;
        text-align: center;
    }

    .foot-menu li {
        margin-bottom: 1vw;
        width: 100%;
        text-align: center;
    }

    .foot-logo {
        width: 50vw;
        margin-bottom: 2vw;
    }

    .phone {
        font-size: 4vw;
        margin-top: 1vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .copyright {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .copyright span {
        font-family: "Itim", cursive;
        color: #fff;
        font-size: 3.5vw;
    }

    .brandygo-logo img {
        width: 25vw;
    }

    .brandygo-logo {
        margin-top: 3vw;
    }

    .main-about {
        min-height: 50vh;
    }

    .main-about span {
        font-size: 3vw;
    }

    .about-content .draw-arrow {
        display: none;
    }

    .content-box {
        padding: 0 10vw 0 40vw;
    }

    .content-box p {
        font-size: 3vw;
    }


    .about-content img:nth-child(1) {
        left: 8vw;
        top: 15vw;
    }

    .about-content img:nth-child(2) {
        right: unset;
        left: 9vw;
        bottom: -10vw !important;
    }

    .about-sec {
        padding: 10vw 0;
    }

    .about-sec-last {
        padding: 10vw 0 18vw 0;
    }

    .vm-box {
        padding: 20vw;
        display: block;
    }

    .vm-box span {
        font-size: 7vw;
    }

    .vm-box p {
        font-size: 4vw;
        line-height: 5vw;
    }

    .vm-last {
        margin-top: 5vw;
    }

    .env {
        padding-top: 40vw;
    }

    .env h1 {
        font-size: 10vw;
        line-height: 10vw;
    }

    .env-box span {
        line-height: 7vw;
        font-size: 7vw;
    }

    .env-box p {
        font-size: 4vw;
    }

    .inno-box p {
        font-size: 4vw;
    }

    .inno-box li {
        font-size: 3.5vw;
    }

    .p-content {
        height: 100vw;
    }

    .p-content h1 {
        font-size: 6vw;
    }

    .detail-box {
        width: 90vw;
    }

    .fillets-box {
        font-size: 3.5vw;
    }

    .d-header {
        height: 10vw;
    }

    .d-header span {
        font-size: 4vw;
    }

    .d-row {
        justify-content: space-between;
        height: 6vw;
        margin-bottom: 2vw;
    }

    .d-row span {
        font-size: 3vw;
    }

    .detail-table {
        margin-bottom: 5vw;
    }

    .p-detail h1 {
        font-size: 8vw;
    }

    .p-detail p {
        font-size: 3.5vw;
    }

    .career-box p {
        font-size: 4vw;
    }

    .career-btn {
        font-size: 4vw;
    }

    .career-box {
        margin-bottom: 5vw;
    }

    .form-section h1 {
        font-size: 5vw;
    }

    .ikForm h3 {
        font-size: 4vw;
    }

    .career-content {
        padding: 10vw 5vw 10vw 5vw;
    }

    .contact span {
        font-size: 3.5vw;
    }

    #harita {
        height: 80vw;
    }

    .contact-us {
        margin-top: 5vw;
        padding-bottom: 10vw;
    }

    .contact-us h1 {
        font-size: 7vw;
        line-height: 7vw;
    }

    .c-content a {
        font-size: 4vw;
        line-height: 5vw;
        padding-left: 2vw;
    }

    .pm {
        flex-direction: column;
    }

    .c-content {
        margin-bottom: 3vw;
    }

    #iletisimForm input {
        height: 10vw;
    }

    .product-slider {
        margin-bottom: 8vw;
    }

    .svg-inline--fa {
        height: 1.5em;
    }

    .phone a {
        margin-left: 2vw;
    }

    .menu-btn.open::after {
        width: 11vw;
        height: 11vw;
        top: -3vw;
        left: 1.5vw;
    }

    

    .env-box, .inno-box {
        padding: 10vw 5vw 5vw 3vw;
    }

    .d-content {
        padding: 3vw 6vw;
    }

    .env span {
        font-size: 4vw;
        padding-bottom: 2vw;
    }

}

@media only screen and (min-width: 761px) and (max-width: 768px) {

    .m-reverse {
        flex-direction: column-reverse;
    }

    .mm0 {
        margin-top: 0 !important;
    }

    .mtc {
        text-align: center !important;
    }

    header {
        padding: 5vw 0;
    }

    .logo {
        width: 35vw;
    }

    .menu-btn span {
        width: 70%;
        height: 3px;
    }

    .menu-btn span:last-of-type {
        width: 50%;
    }

    .dropdown svg {
        width: 7vw;
    }

    .dropdown li {
        font-size: 7vw;
    }

    .big-menu ul li a {
        font-size: 4.5vw;
    }
    

    .lang img {
        width: 5vw;
    }

    .dropdown li {
        font-size: 3vw;
        font-family: "Itim", cursive;
    }

    .lang {
        margin-left: 6vw;
        margin-top: -0.5vw;
    }

    .main-slider h1 {
        line-height: 13vw;
        font-size: 13vw;
        text-align: center;
        padding-top: 15vw;
    }

    .main-about h1 {
        text-align: start;
    }

    .slide-btns {
        justify-content: center;
    }

    .slide-btn {
        font-size: 4vw;
    }

    .slide-btn-2 {
        font-size: 4vw;
    }

    .slide-btn-2 svg {
        font-size: 2vw;
        margin-left: 1vw;
    }

    .slide-img {
        top: 10vw;
    }

    .menu-btn {
        width: 11vw;
    }

    .sep {
        margin-top: -4.3vw;
        margin-bottom: -0.8vw;
        margin-left: -10vw;
    }

    .sep img {
        width: 130% !important;
    }

    .products h2 {
        font-size: 13vw;
    }

    .products p {
        font-size: 4vw;
    }

    .slide-path {
        top: 70vw;
    }

    .p-img {
        height: 80vw;
        background-position-x: center !important;
        width: 80%;
    }

    .p-img img {
        left: -15vw;
        top: 15vw;
        width: 120vw;
    }

    .p-name {
        font-size: 10vw;
        padding-top: 5vw;
    }

    .products .slide-btn {
        font-size: 3vw;
        margin-right: 0;
    }

    .sep-2 {
        margin-bottom: -4vw;
        margin-top: -.8vw;
        margin-right: -5vw;
    }

    .sep-2 img {
        width: 130% !important;
    }

    .about-area .title {
        font-size: 13vw;
    }

    .about-area p {
        font-size: 4vw;
        margin-top: 5vw;
    }

    .s-p-slide {
        margin: 0;
    }

    .foot-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .foot-menu li a {
        font-size: 6vw;
        text-align: center;
    }

    .foot-menu li {
        margin-bottom: 1vw;
        width: 100%;
        text-align: center;
    }

    .foot-logo {
        width: 50vw;
        margin-bottom: 2vw;
    }

    .phone {
        font-size: 4vw;
        margin-top: 1vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .copyright {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .copyright span {
        font-family: "Itim", cursive;
        color: #fff;
        font-size: 3.5vw;
    }

    .brandygo-logo img {
        width: 25vw;
    }

    .brandygo-logo {
        margin-top: 3vw;
    }

    .main-about {
        min-height: 90vh;
    }

    .main-about span {
        font-size: 3vw;
    }

    .about-content .draw-arrow {
        display: none;
    }

    .content-box {
        padding: 0 10vw 0 40vw;
    }

    .content-box p {
        font-size: 3vw;
    }


    .about-content img:nth-child(1) {
        left: 8vw;
        top: 15vw;
    }

    .about-content img:nth-child(2) {
        right: unset;
        left: 9vw;
        bottom: -10vw !important;
    }

    .about-sec {
        padding: 10vw 0;
    }

    .about-sec-last {
        padding: 10vw 0 18vw 0;
    }

    .vm-box {
        padding: 20vw;
        display: block;
    }

    .vm-box span {
        font-size: 7vw;
    }

    .vm-box p {
        font-size: 4vw;
        line-height: 5vw;
    }

    .vm-last {
        margin-top: 5vw;
    }

    .env {
        padding-top: 40vw;
    }

    .env h1 {
        font-size: 10vw;
        line-height: 10vw;
    }

    .env-box span {
        line-height: 7vw;
        font-size: 7vw;
    }

    .env-box p {
        font-size: 4vw;
    }

    .inno-box p {
        font-size: 4vw;
    }

    .inno-box li {
        font-size: 3.5vw;
    }

    .p-content {
        height: 100vw;
    }

    .p-content h1 {
        font-size: 6vw;
    }

    .detail-box {
        width: 90vw;
    }

    .fillets-box {
        font-size: 3.5vw;
    }

    .d-header {
        height: 10vw;
    }

    .d-header span {
        font-size: 4vw;
    }

    .d-row {
        justify-content: space-between;
        height: 6vw;
        margin-bottom: 2vw;
    }

    .d-row span {
        font-size: 3vw;
    }

    .detail-table {
        margin-bottom: 5vw;
    }

    .p-detail h1 {
        font-size: 8vw;
    }

    .p-detail p {
        font-size: 3.5vw;
    }

    .career-box p {
        font-size: 4vw;
    }

    .career-btn {
        font-size: 4vw;
    }

    .career-box {
        margin-bottom: 5vw;
    }

    .form-section h1 {
        font-size: 5vw;
    }

    .ikForm h3 {
        font-size: 4vw;
    }

    .career-content {
        padding: 10vw 5vw 10vw 5vw;
    }

    .contact span {
        font-size: 3.5vw;
    }

    #harita {
        height: 80vw;
    }

    .contact-us {
        margin-top: 5vw;
        padding-bottom: 10vw;
    }

    .contact-us h1 {
        font-size: 7vw;
        line-height: 7vw;
    }

    .c-content a {
        font-size: 4vw;
        line-height: 5vw;
        padding-left: 2vw;
    }

    .pm {
        flex-direction: column;
    }

    .c-content {
        margin-bottom: 3vw;
    }

    #iletisimForm input {
        height: 10vw;
    }

    .product-slider {
        margin-bottom: 8vw;
    }

    .svg-inline--fa {
        height: 1.5em;
    }

    .phone a {
        margin-left: 2vw;
    }

    .menu-btn.open::after {
        width: 12vw;
        height: 12vw;
        top: -4.2vw;
        left: 1vw;
    }

    

    .env-box, .inno-box {
        padding: 10vw 5vw 5vw 3vw;
    }

    .d-content {
        padding: 3vw 6vw;
    }

    .env span {
        font-size: 4vw;
        padding-bottom: 2vw;
    }

}