@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
:root{
    --gizem: #8e00f9;
    --dyt: #673DE6;
    --akbulut: #edf1fd;
}
::-webkit-scrollbar {
    width:5px;
    height: 4px;
}
::-webkit-scrollbar-track {
    border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: #edf1fd;
    border-radius: 10px;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
::selection{
    background: var(--gizem);
    color:#fff;
}
body{
    background: var(--akbulut) !important;
    min-width: 320px;
    font-family: 'Poppins', sans-serif;
}
/* MESSAGES */
.notifications{
    width: 100%;
    margin: 5px 0;
    border-radius: 10px;
    border:2px solid;
    padding: 10px 15px;
}
.notifications .icon{
    position: relative;
    float: left;
}
.notifications .icon i{
    font-size: 18px;
    padding: 0 10px 0 0;
}
.notifications .message{
    font-size: 15px;
}
.info-message{
    background-color: rgb(182, 227, 247);
    color: rgb(25, 78, 143);
    border-color: rgb(75, 133, 193);
}
.error-message{
    background-color: rgba(248, 215, 218, 1);
    border-color: rgba(220, 53, 69, 1);
    color: rgba(114, 28, 36,1);
}
.success-message{
    background-color: rgba(227, 253, 235, 1);
    border-color: rgba(38, 179, 3, 1);
    color: rgba(60, 118, 61, 1);
}

/* HEADER */
.header-area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    background: transparent;
    justify-content: space-between;
    align-items: center;
    transition: .6s;
    padding: 30px 0;
    z-index: 9;
}
.header-area.sticky{
    position: fixed;
    padding: 10px 0;
    background-image: linear-gradient(225deg, #673DE6 45%, #8d69ff 65%);
    background: -webkit-linear-gradient(to right, #673DE6, #8d69ff);
    background-size: 150% 120%;
    animation: Gradient 3s infinite;
}
/* --- HEADER AREA DESIGN --- */
/* --- HEADER AREA DESIGN --- */
@-webkit-keyframes Gradient {
    0%{
        background-position: 0% 50%;
    }
    50%{
        background-position:100% 50%;
    }
    100%{
        background-position: 0% 50%;
    }
}
.header-area.sticky .logo,
.header-area.sticky .nav-area li a,
.header-area.get.sticky .nav-area li a{
    color: #fff;
}
.header-area .logo-area{
    float: left;
}
.header-area .logo{
    position: relative;
    font-weight: 500;
    color: var(--gizem);
    text-decoration: none;
    font-size: 35px;
    transition: .6s;
    font-family: 'Allura', cursive;
    top: 2px;
}
.header-area .nav-area{
    position: relative;
    display: flex;
    float: right;
    right: 20px;
    margin: 13px;
    align-items: center;
}
.header-area .nav-area li{
    position: relative;
    list-style-type: none;
}
.header-area .nav-area li a,
.header-area .nav-area li span{
    position: relative;
    margin: 0 7px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 0 5px var(--gizem);
    font-weight: 500;
    font-size: 15px;
    transition: .2s;
}
.header-area.get .nav-area li a,
.header-area.get .nav-area li a:hover,
.header-area.get .nav-area li span,
.header-area.get .nav-area li span:hover{
    color: var(--gizem);
    text-shadow: none;
}
.header-area.get.sticky .nav-area li a,
.header-area.get.sticky .nav-area li a:hover,
.header-area.get.sticky .nav-area li span,
.header-area.get.sticky .nav-area li span:hover{
    color: #fff;
    text-shadow: none;
}
.header-area.get .nav-area li a:before,
.header-area.get .nav-area li span:before{
    background: var(--gizem);
}
.header-area .nav-area li a:hover,
.header-area .nav-area li span:hover{
    color: #fff;
}
.header-area.sticky .nav-area li a:hover,
.header-area.sticky .nav-area li span:hover{
    color: #fff;
}
.header-area .nav-area li a:before,
.header-area .nav-area li span:before{
    content: "";
    width: 50%;
    margin: 25px 25% 0 25%;
    justify-content: center;
    position: absolute;
    height: 3px;
    background: #fff;
    transition: all .2s;
    transform: scale(0);
}
.header-area.sticky .nav-area li a:before,
.header-area.sticky .nav-area li span:before{
    background: #fff;
}
.header-area .nav-area li a:hover:before,
.header-area .nav-area li span:hover:before{
    transform: scale(1);
}
.header-area .nav-area li .dropdown-menu{
    border:none;
    margin-top: 50px;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 5px;
    display: block;
    opacity: 0;
    z-index: 999;
    transition: all .3s;
    width: 100%;
    pointer-events: none;
}
.header-area .nav-area li:hover  .dropdown-menu{
    margin-top: 0;
    opacity: 1;
    pointer-events: initial;
}
.header-area .nav-area li .dropdown-menu:before{
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    background-color: #fff;
    top: 0px;
    border-radius: 5px;
    left: 7px;
    transform: rotate(45deg);
}
.header-area .nav-area li .dropdown-menu li a{
    color: #161616;
    text-shadow: none;
    display: inline-block;
    width: 100%;
    line-height: 2.2;
    font-size: 15px;
}
.header-area.get.sticky .nav-area li .dropdown-menu li a{
    color: #161616;
}
.header-area .nav-area li .dropdown-menu li a:before{
    display: none;
}
.header-area .nav-area li .dropdown-menu li a:hover:before{
    display: none;
}
.header-area .nav-area li .dropdown-menu li a i{
    color: var(--gizem);
    font-size: 15px;
    padding-right: 5px;
}
.header-area .nav-area li .dropdown-menu li a:hover{
    color: var(--gizem);
}



/* PORTFOLİO AREA */

.portfolio-area{
    padding: 0 0;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(240deg, #673DE6 35%, #edf1fd 70%);
    background: -webkit-linear-gradient(to right, #673DE6, #edf1fd);
    background-size: 200% 280%;
}
.portfolio-area .img-area{
    position: absolute;
    height: 90vh;
    bottom:0;
}
.portfolio-area .img-area img{
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.portfolio-area .text-area{
    height: 100vh;
    padding: 50% 0;
    align-items: center;
}
.portfolio-area .text-area h1{
    position: relative;
    font-weight: 700;
    color: var(--gizem);
}
.portfolio-area .text-area p{
    font-size: 15px;
    font-weight: 500;
    position: relative;
    margin: 5px 0;
    color: #161616;
}
.portfolio-area .text-area > a{
    position: relative;
    top:25px;
    padding: 12px 20px;
    background: var(--gizem);
    font-size: 14px;
    border-radius: 10px;
    color: #fff;
    text-shadow:  0 0 2px #000;
    transition: all .2s;
    animation: pulse-mor 1.5s infinite;
}
.portfolio-area .text-area > a:hover{
    background: var(--dyt);
    color: #fff;
    text-decoration: none;
}
.portfolio-area .text-area .social-media{
    position: relative;
    margin-top: 150px;
}
.portfolio-area .text-area .social-media .icon{
    width: 70px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .2s;
}
.portfolio-area .text-area .social-media .icon a{
    color: var(--gizem);
    display:inline;
    width: 50px;
    font-size: 20px;
    transition: all .2s;
}
.portfolio-area .text-area .social-media .icon #toggle{
    position: absolute;
    font-size: 12px;
    padding: 2px 7px;
    background: var(--gizem);
    color : #fff;
    margin-top: 90px;
    border-radius: 5px;
    opacity: 0;
    transition: all .2s;
}
.portfolio-area .text-area .social-media .icon #toggle:before{
    content: "";
    width: 15px;
    height: 15px;
    background: var(--gizem);
    position: absolute;
    z-index: -1;
    transform: rotate(45deg);
    top: -5px;
    border-radius: 7px;
}
.portfolio-area .text-area .social-media .icon:hover #toggle{
    opacity: 1;
    margin-top: 60px;
}

/* ONLİNE DİYET */
.diet-area{
    position: relative;
    width: 100%;
    background: var(--akbulut);
    padding: 15px 0;
}
.title{
    position: relative;
    width: 100%;
    text-align: left;
}
.title h1{
    font-size: 35px;
    color: #161616;
    font-weight: 700;
}
.title h1:before{
    position: relative;
    content: "\f10d";
    top: -15px;
    padding: 0 7px 0 0;
    font-size: 40px;
    color: var(--gizem);
    font-family: FontAwesome;
}
.diet-area .diet-box{
    padding: 10px;
    font-size: 14px;
    color: #161616;
    font-weight: 500;
}
.diet-area .diet-box p{
    font-size: 14px;
    color: #161616;
    font-weight: 500;
}
.diet-area .diet-box ul li,
.diet-area .diet-box ol li{
    list-style: none;
    color: #161616;
    font-weight: 500;
    line-height: 1.8;
    font-size: 14px;
}
.diet-area .diet-box ul li:before,
.diet-area .diet-box ol li:before{
    content: "\f006";
    font-family: FontAwesome;
    color: var(--gizem);
    padding: 0 5px 0 0;
}
.diet-area .diet-box img{
    object-fit: cover;
    position: relative;
    width: 100%;
    float: right;
    margin-top: -25px;
}

/* PAKETLER */
.boxes-area{
    width: 100%;
    display: flex;
    justify-content: center;
}
.boxes-area input{
    display: none;
}
.boxes-area label{
    display: inline-grid;
    transition: all .3s;
}
.boxes-area .box{
    position: relative;
    display: inline-block;
    border: 1px solid #afbcce;
    padding: 15px 15px 65px 15px;
    margin: 15px 25px;
    border-radius: 10px;
    min-height: 400px;
    background: var(--akbulut);
    width: 300px;
    transition: all .3s;
    cursor: pointer;
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.2);
}
.boxes-area .box .not{
    position: relative;
    padding: 3px 10px;
    background: var(--gizem);
    border-bottom-right-radius: 20px;
    margin-left: -16px;
    border-top-right-radius: 20px;
    color: #fff;
    font-family: 'Allura', cursive;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.71);
}
.boxes-area .box ul,
.boxes-area .box ol{
    margin: 20px 0 10px 0;
}
.boxes-area .box ul li,
.boxes-area .box ol li{
    list-style: none;
    line-height: 1.8;
    color: #161616;
    font-size: 15px;
    font-weight: 500;
}
.boxes-area .box ul li:before,
.boxes-area .box ol li:before{
    content: "\f006";
    font-family: FontAwesome;
    color: var(--gizem);
    padding: 0 5px 0 0;
}
.boxes-area .box .link{
    position: absolute;
    bottom:30px;
    margin: 25px 0 0 -15px;
    width: 100%;
    text-align: center;
}
.boxes-area .box .link a{
    font-size: 14px;
    padding: 7px 12px;
    background: var(--gizem);
    color: #fff;
    border-radius: 20px;
    transition: all .2s;
    margin: 10px 0;
    animation: pulse-mor 1.5s infinite;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.71);
}
.boxes-area .box .link a:hover{
    background: #9748cd;
    text-decoration: none;
}
.boxes-area input:checked + .box,
.boxes-area input + .box:hover{
    transform: scale(1.05);
    background: var(--gizem);
    border: 1px solid var(--gizem);
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.2);
}
.boxes-area input:checked + .box .not,
.boxes-area .box:hover .not{
    background: #fff;
    color: var(--gizem);
    text-shadow: none;
}
.boxes-area input:checked + .box li,
.boxes-area input:checked + .box li:before,
.boxes-area .box:hover li,
.boxes-area .box:hover li:before{
    color: #fff;
}
.boxes-area input:checked + .box .link a,
.boxes-area input:checked + .box .link a:hover,
.boxes-area .box:hover .link a,
.boxes-area .box:hover .link a:hover{
    background: #fff;
    color: var(--gizem);
    text-shadow: none;
    animation: pulse-white 1.5s infinite;
}

.boxes-area .box:hover .explain,
.boxes-area input:checked + .box .explain{
    color: #fff;
}

/* KONULAR ALANI */
.subjects-area{
    width: 100%;
    padding: 40px 0;
    background: var(--akbulut);
}

.explain{
    font-size: 14px;
    color: #515964;
    font-weight:400;
    margin: 10px 0;
}
.subjects-area .sub-box{
    position: relative;
    display: inline-grid;
    border-radius: 15px;
    margin: 12px 0;
    padding: 0;
    height: 270px;
}
.subjects-area .sub-box .img-box{
    position: relative;
    width: 100%;
    height: 200px;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    background: transparent;
    transition: all .2s;
}
.subjects-area .sub-box .img-box img{
    position: relative;
    object-fit: revert;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.2);
}
.subjects-area .sub-box #cat{
    position: absolute;
    z-index: 1;
    font-size: 12px;
    background: var(--gizem);
    padding: 0 7px;
    color: #FFF;
    margin: 7px;
    transform: scale(.5);
    border-radius: 5px;
    transition: all .2s;
    opacity: 0;
}
.subjects-area .sub-box:hover #cat{
    opacity: 1;
    transform: scale(1);
}
.subjects-area .sub-box .text-box{
    position: relative;
    padding: 7px 10px;
    text-align: left;
    border-radius: 15px;
    box-shadow: 0px 12px 30px 0px rgba(0, 0, 0, 0.2);
    height: 80px;
    background: #f8f8ff;
    margin-top: -30px;
    transition: all .2s;
    overflow: hidden;
}
.subjects-area .sub-box .text-box h2{
    font-size: 20px;
    font-weight: 600;
    color : #161616;
    padding: 0;
    margin: 0 0 5px 0;
    transition: all .2s;
}
.subjects-area .sub-box .text-box p{
    font-size: 12px;
    margin: 0 0 5px 0;
    padding: 0;
    color: #afbcce;
}
.subjects-area a:hover{
    text-decoration: none;
}
.subjects-area a:hover .sub-box .img-box{
    transform: scale(1.03);
}
.subjects-area a:hover .sub-box .text-box{
    margin-top: 0;
}
.subjects-area a:hover .sub-box .text-box h2{
    color:  var(--gizem);
}
.subjects-area .more-link{
    position: relative;
    width: 100%;
    margin: 15px 0;
    padding: 7px 0;
    text-align: center;
}
.subjects-area .more-link a{
    position: relative;
    margin: 0;
    padding: 7px 12px;
    font-size: 14px;
    /*background: #7565F7;*/
    /*background: #886EE4;*/
    /*background: #6D5CFA;*/
    color: #fff;
    border-radius: 8px;
    transition: all .2s;
    border: 2px solid var(--gizem);
    background: var(--gizem);
}
.subjects-area .more-link a:hover{
    background: transparent;
    color: var(--gizem);
    animation: 1s pulse-mor infinite;
}

/* İNTRO AREA */
.intro-area{
    margin: 20px 0;
    position: relative;
    width: 100%;
    padding: 30px 0 0 0;
    background: var(--akbulut);
}
.intro{
    margin:19px 0 0 0;
    padding: 30px 0;
    background: var(--gizem);
}
.intro-area .intro-title{
    font-size: 30px;
    color:#fff;
    font-family: "Poppins",sans-serif;
    text-shadow: 0 0 4px #000;
    font-weight: 600;
}
.intro-area .intro-explain{
    font-size: 16px;
    color:#fff;
    text-shadow: 0 0 3px #000;
    margin: 10px 0;
}
.intro-area .intro-link{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}
.intro-area .intro-link a{
    padding: 14px 20px;
    background: #fff;
    font-size: 19px;
    font-weight: 500;
    border-radius: 10px;
    transition: all .3s;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    transform: scale(1);
    animation: pulse-white 2s infinite;
}
.intro-area.mor .intro-link a{
    color:var(--gizem);
}
.intro-area .intro-link a:hover{
    text-decoration: none;
    background: #f8f8ff;
}
.custom-shape-divider-top-1611515465 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}
.custom-shape-divider-top-1611515465 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 50px;
}
.custom-shape-divider-top-1611515465 .shape-fill {
    fill: var(--gizem);
}

/* SWİPER AREA */
.swiper-container{
    height: 500px;
    max-width:100%;
}
.swiper-wrapper{
    align-items: center;
}
.swiper-slide{
    position: relative;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.2);
    width: 280px !important;
    height: 460px !important;
    background: #f8f8ff;
    border-radius: 10px;
    transition: all .4s;
    padding: 15px;
}
.swiper-slide .head{
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0 0 5px 0;
}
.swiper-slide .head h2{
    font-size: 28px;
    font-weight: 600;
    font-family: 'Allura', cursive;
    color: var(--gizem);
    padding: 0;
    margin: 0;
}
.swiper-slide .head p{
    color: #afbcce;
    margin: -2px 0 0 0;
    padding: 0 0 2px 0;
    font-size: 12px;
    font-weight: 500;
}
.swiper-slide .head span{
    position: relative;
    top:-7px;
    margin: 0;
    padding: 0;
    color: var(--gizem);
}
.swiper-slide .text{
    position: relative;
    color: #161616;
    height: 345px;
    overflow:hidden ;
    font-size: 13px;
    background: transparent;
    overflow-y: scroll;
    margin-top: -12px;
}
.swiper-slide-active,
.swiper-slide:hover{
    transition: all .4s;
    background: var(--gizem);
}
.swiper-slide-active .head h2,
.swiper-slide:hover .head h2,
.swiper-slide-active .head span,
.swiper-slide:hover .head span,
.swiper-slide-active .head p,
.swiper-slide:hover .head p,
.swiper-slide-active .text,
.swiper-slide:hover .text{
    color: var(--akbulut);;
    text-shadow: 0 0 2px #000;
}

/* KATEGORİELR ALANI */
.categories-area{
    position: relative;
    width: 100%;
    padding: 30px 0;
    background: var(--akbulut);
    margin: 0;
}
.cat-boxes{
    position: relative;
    width: 100%;
}
.cat-boxes .box{
    position: relative;
    width: 100px;
    height: 90px;
    box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 15px;
    margin: 30px 0;
    cursor: pointer;
    transition: all .2s;
}
.cat-boxes .box .icon{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 15px;
    background: #fff;
    transition: all .2s;
}
.cat-boxes .box .icon i{
    font-size: 40px;
    color: var(--gizem);
    transition: all .2s;
    text-shadow: none;
}
.cat-boxes .box .cat-name{
    position: relative;
    text-align: center;
    width: 100%;
    margin:  3px 0;
}
.cat-boxes .box .cat-name span{
    position: relative;
    padding: 2px 7px;
    background: var(--gizem);
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    top:2px;
    opacity: 0;
    transition: all .2s;
}
.cat-boxes .col-6{
    display: flex;
    justify-content: center;
}
.cat-boxes .box .fa-caret-up{
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 15px;
    opacity: 0;
    color: var(--gizem);
    top:8px;
    transition: all .2s;
}
.cat-boxes a:hover{
    text-decoration: none;
}
.cat-boxes .box:hover .icon{
    background: var(--gizem);
}
.cat-boxes .box:hover .icon i{
    color: #fff;
    transform: scale(1.08);
    text-shadow: 0 0 3px #000;
}
.cat-boxes .box:hover .cat-name span{
    opacity: 1;
    top:-6px;
}
.cat-boxes .box:hover .fa-caret-up{
    opacity: 1;
    transition: all .2s;
    top:0px;
}

/* ***** İNSTAGRAM AREA ***** */

.insta-area{
    width: 100%;
    padding:20px 0;
    background: var(--gizem);
    min-width: 325px;
    margin-top: -25px;
}
.insta-area .insta-box{
    display: inline-block;
    margin: 10px 0;
    height: 230px;
    border-radius: 5px;
    width: 230px;
}
.insta-area .insta-box .insta-img img{
    width: 100%;
    height: 100%;
    border-radius: 7px;
    object-fit: cover;
    transition: all .3s;
}
.insta-area .insta-box .insta-icon{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    font-size: 0px;
    opacity: 0;
    color: #fff;
    text-shadow: 0 0 5px #000;
    transition: all .3s;
}
.insta-area .insta-box:hover .insta-img img{
    opacity: .7;
}
.insta-area .insta-box:hover .insta-icon{
    font-size: 60px;
    opacity: 1;
    z-index: 1;
}
.insta-area .insta-box:active .insta-icon{
    color:#ff053d;
}

/* AREA */
.area{
    position: relative;
    margin: 120px 0 50px 0;
}
.about-box{
    position: relative;
    margin: 5px 0 40px 0;
}

/* SİDEBAR AREA */
.sidebar-area{
    display: none;
    position: relative;
    z-index: 999;
}
.header-nav{
    display: none;
}
.sidebar{
    position: fixed;
    height: 100%;
    width:300px;
    left:-300px;
    background: #f8f8ff;
    transition: all .5s ease-in-out;
    box-shadow: 0px 52px 100px 0px rgba(0, 0, 0, 0.2);
    overflow-y:scroll;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px ;
    top:0;
}
.sidebar header{
    width: 250px;
    align-items: center;
    margin: 0 20px;
    font-family: 'Allura', cursive;
    font-weight: 600;
    background: #f8f8ff;
    padding:17px 0px;
    font-size: 27px;
    text-align: left;
    z-index: 5;
    border-bottom: 2px solid var(--gizem);
    color: var(--gizem);
    height: 65px;
    position: fixed;
}
.sidebar-cizgi{
    width: 60px;
    height: 3px;
    z-index: 5;
    top:62px;
    left: 19px;
    background: transparent;
    position: absolute;
}
.sidebar-menu{
    top:65px;
    position: relative;
}
.sidebar ul{
    line-height: 50px;
    font-size: 15px;
}
.sidebar ul li{
    list-style-type: none;
    transition: all .2s;
    font-weight: 500;
    margin: 5px 0;
    border-left: 6px solid transparent;
}
.sidebar ul .active,
.sidebar ul li:hover > a,
.sidebar ul li:hover > label{
    color: var(--gizem);
    border-left: 6px solid var(--gizem);
    background-image: linear-gradient(450deg, rgba(103, 61, 230, 0.18) 00%, #edf1fd 55%);
    background: -webkit-linear-gradient(to right, rgba(103, 61, 230, 0.18), #edf1fd);
}
.sidebar ul .active i,
.sidebar ul .active{
    color: var(--gizem);
    transition: all .2s;
}
.sidebar ul li a,
.sidebar ul li label{
    color: black;
    border-radius: 5px;
    transition: all .1s ease;
    width: 100%;
    padding: 0 0 0 15px;
    border-left: 6px solid transparent;
    display: inline-block;
    cursor: pointer;
    background: transparent;
    text-decoration: none;
}
.sidebar ul li a i,
.sidebar ul li label i{
    margin-right: 7px;
    margin-top: 8px;
    /*color: #c2cfe1;*/
    color: var(--gizem)
}
.sidebar ul li:hover i,
.sidebar ul li a:hover i,
.sidebar ul li label:hover i{
    margin-right: 7px;
    color: var(--gizem);
}
.dropdown-label:hover{
    color:#fff;
}
.sidebar input {
    display: none;
}
.sidebar .dropdown-list{
    height: 0;
}
.sidebar .dropdown-list > li{
    list-style-type: none;
    height: 0;
    opacity: 0;
    font-size: 14px;
    visibility: hidden;
    margin-left: 35px;
    transition: all 0s;
}
.sidebar .dropdown-list .drop-active a{
    color: var(--gizem);
    border-left: 6px solid var(--gizem);
    background-image: linear-gradient(450deg, rgba(103, 61, 230, 0.18) 00%, #edf1fd 55%);
    background: -webkit-linear-gradient(to right, rgba(103, 61, 230, 0.18), #edf1fd);
}
.sidebar .dropdown-list > li > a{
    color: #000;
    font-weight: 500;
}
.sidebar .dropdown-list > li > span{
    color: #000;
    font-weight: 500;
}
.sidebar input:checked ~ label{
    color: var(--gizem);
    border-left: 6px solid var(--gizem);
    background-image: linear-gradient(450deg, rgba(103, 61, 230, 0.18) 00%, #edf1fd 55%);
    background: -webkit-linear-gradient(to right, rgba(103, 61, 230, 0.18), #edf1fd);
}
.sidebar input:checked ~ label i{
    color: var(--gizem);
}
.sidebar ul li label{
    margin-bottom: -2px;
}
.sidebar label #label-icon{
    position: relative;
    float: right;
    right: 35px;
    top:12px;
    transition: all .3s;
}
.sidebar input:checked ~ label #label-icon{
    transform: rotate(540deg);
}
.sidebar input:checked ~ .dropdown-list{
    margin: 5px 0 12px 0;
    height: auto;
}
.sidebar input:checked ~ .dropdown-list > li{
    opacity: 1;
    transition: all .3s;
    height: 45px;
    position: relative;
    visibility: visible;
}
#check{
    display: none;
}
label #menu , label #close {
    position: fixed;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    transition: all .5s;
}
label #menu {
    font-size: 26px;
    margin: -17px 0 0 20px;
    padding: 10px 15px 10px 15px;
    transition: all .2s ease;
    color:#fff;
}
.header-area.get label #menu{
    color:var(--gizem);
}
.header-area.sticky label #menu{
    color: #fff;
}
label  #close {
    font-size: 17px;
    color: var(--gizem);
    transition: all .5s ease-in-out;
    top: 22px; left:-230px;
    z-index: 111;
}
label #close:hover{
    color: #000;
}


#check:checked ~ .sidebar{ left:0px; }
#check:checked ~ label  #close { left:240px; }

/* CONTACT AREA */
.contact{
    position: relative;
    width: 100%;
}
.contact .col-12{
    padding: 20px 15px;
}
.contact .col-12 img{
    position: relative;
    width: 100%;
    padding: 0 0 0 25px;
    object-fit: cover;
    margin: 20px 0 0 0;
}
.contact .col-12 #randevu-img{
    width: 85%;
}
.contact .icons{
    position: center;
    width: 100%;
    background: transparent;
    padding: 10px 0;
    text-align: center;
    margin: 50px 0 0 0;
}
.contact .icons i{
    font-size: 20px;
    padding: 5px;
    color: var(--gizem);
    margin: 0 20px;
    transition: all .2s;
}
.contact .icons i:hover{
    color: var(--gizem);
    transform: rotate(360deg);
}
.form{
    position: relative;
    width: 100%;
}
.inputBox{
    position: relative;
    display: block;
    margin: 25px 0;
    width: 100%;
}
.inputBox label{
    font-size: 15px;
    font-weight: 500;
    color: #161616;
}
.inputBox label i{
    color: var(--gizem);
    padding: 0 3px 0 0;
}
.inputBox input,
.inputBox textarea,
.inputBox select{
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #c2cfe1;
    color: #2a2a2a;
    font-size: 14px;
    transition: all .2s;
    background: transparent;
    outline: none;
    border-radius: 7px;
    font-weight: 500;
}
.inputBox select:valid,
.inputBox input:focus,
.inputBox textarea:focus,
.inputBox textarea:valid,
.inputBox input:valid{
    border: 2px solid var(--gizem);
}

.inputBox input::placeholder,
.inputBox textarea::placeholder{
    font-size: 13px;
    color: #afbcce;
}
.inputBox input[type=submit]{
    background: var(--gizem);
    transition: all .2s;
    color: #fff;
    text-shadow: 0 0 4px #000;
    font-size: 15px;
}
.inputBox input[type=submit]:active{
    animation: 2s pulse-mor infinite ;
}
.inputBox select,
.inputBox input[type=date],
.inputBox input[type=datetime-local]{
    cursor: pointer;
    color: #afbcce;
}
.inputBox select:valid,
.inputBox input[type=date]:valid,
.inputBox input[type=datetime-local]:valid,
.inputBox select option{
    color: #2a2a2a;
}


/* ONLİNE DİET PAGE */
.online-link{
    position: relative;
    width: 100%;
    margin: 7px 0;
}
.online-link #online{
    position: relative;
    margin: 5px 0;
    padding: 8px 15px;
    font-size: 15px;
    border-radius: 8px;
    background-color: var(--gizem);
    color: #fff;
    animation: pulse-mor 1.5s infinite;
}
.online-link #online:hover{
    text-decoration: none;
}
.online{
    position: relative;
    width: 100%;
}
.online .online-text,
.online .online-text p{
    color: #161616;
    font-size: 15px;
    margin: 10px 0;
    padding: 5px;
}
.online .online-text ul,
.online .online-text ol{
    margin: 10px 0 20px 25px;
}
.online .online-text ul li,
.online .online-text ol li{
    list-style: none;
    line-height: 2;
}
.online .online-text ul li:before,
.online .online-text ol li:before{
    content: "\f005";
    font-family: FontAwesome;
    padding: 0 5px 0 0;
    color: var(--gizem);
}
.online .images{
    position: relative;
    padding: 20px 0;
}
.online .images img{
    width: 100%;
}
.online .images .one{
    margin: 0 0 30px 0;
}
.online .images .two{
    margin: 70px 0 30px 0;
}
.online .packets{
    margin: 30px 0 50px 0;
}
.online .link{
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
    text-align: center;
}
.online .link a{
    font-size: 15px;
    padding: 10px 20px;
    background: var(--gizem);
    color: #fff;
    text-shadow:  0 0 3px #000;
    animation: 1s pulse-mor infinite;
    border-radius: 8px;
}
.online .link a:hover{
    text-decoration: none;
}

/* İDEA AREA */
.idea img{
    width: 100%;
    padding: 30px;
    margin: 25px 0 0 0;
}
.idea .delete{
    display: none;
}

/* S.S.S AREA */
.sss{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.sss input{
    display: none;
}
.sss .question{
    position: relative;
    display: inline-grid;
    margin: 20px;
    width: 45%;
    align-items: center;
}
.sss .question label{
    position: relative;
    width: 100%;
    height: 100%;
    transition: background-color 1s;
    cursor: pointer;
    padding: 15px 15px 7px 15px;
    border-radius: 10px;
    border: 1px solid #c2cfe1;
}
.sss .question label h1{
    font-size: 20px;
    color: #161616;
    padding: 0;
    margin: 0;
    font-weight: 600;
}
.sss .question label h1:before{
    content: "\f128";
    font-family: FontAwesome;
    color: var(--gizem);
    padding: 0 5px 0 0;
    font-size: 24px;
}
.sss .question label h1 i{
    float: right;
    margin-top: 3px;
    position: relative;
    right: 15px;
    color: var(--gizem);
    transition: all .2s;
}
.sss .question label .answer{
    list-style-type: none;
    color: #161616;
    font-size: 14px;
    overflow: hidden;
    transition: max-height .7s;
    margin: 7px 0 0 0;
    max-height: 0;
}
.sss .question input:checked ~ label{
    background: var(--gizem);
    transition: background-color 1s;
}
.sss .question input:checked ~ label .answer{
    position: relative;
    color: #fff;
    text-shadow: 0 0 2px #000;
    visibility: visible;
    max-height: 250px;
    transition: max-height .7s;
    overflow: hidden;
}
.sss .question input:checked ~ label h1:before{
    color: #fff;
}
.sss .question input:checked ~ label h1 i{
    transform: rotate(315deg);
    color: #fff;
}
.sss .question input:checked ~ label h1{
    color: #fff;
    text-shadow: 0 0 2px #000;
}

/* YAZI DEVAMI ALANI */
.continue{
    position: relative;
    width: 100%;
}
.continue .info{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 0 25px 0;
}
.continue .info .box{
    position: relative;
    display: inline-grid;
    width: 150px;
    padding: 8px 8px;
    text-align: center;
    border: 2px solid #c2cfe1;
    border-radius: 12px;
    margin: 5px 5px 0 0;
    transition: background-color .2s;
}
.continue .info .box i{
    color: var(--gizem);
    transition: color .2s;
}
.continue .info .box p{
    color: #95a2b4;
    margin: 0;
    transition: color .2s;
    font-size: 12px;
}
.continue .info .box:hover,
.continue .info .box.active{
    border: 2px solid var(--gizem);
    background-color: var(--gizem);
}
.continue .info .box:hover i,
.continue .info .box.active i,
.continue .info .box:hover p,
.continue .info .box.active p{
    color: #edf1fd;
}
.continue .img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}
.continue .write p,
.continue .write{
    position: relative;
    margin: 15px 0;
    font-size: 15px;
    color: #161616;
}
.continue .write h1{
    font-size: 28px;
    color: #161616;
    font-weight: 700;
    margin: 17px 0 7px 0 ;
}
.continue .write h2,
.continue .write h3,
.continue .write h4,
.continue .write h5,
.continue .write h6{
    font-size: 25px;
    color: #161616;
    font-weight: 700;
    margin: 17px 0 7px 0 ;
}
.continue .write h1:before,
.continue .write h2:before,
.continue .write h3:before,
.continue .write h4:before,
.continue .write h5:before,
.continue .write h6:before{
    position: relative;
    content: "\f10d";
    top: -10px;
    padding: 0 7px 0 0;
    font-size: 24px;
    color: var(--gizem);
    font-family: FontAwesome;
}
.continue .write img{
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    margin: 5px 0;
}
.continue .write ul,
.continue .write ol{
    position: relative;
    padding:5px 0 10px 25px;
}
.continue .write ul li,
.continue .write ol li{
    line-height: 2;
    color: #161616;
    font-size: 15px;
    list-style: none;
}
.continue .write ul li:before{
    content: "\f005";
    font-family: FontAwesome;
    color: var(--gizem);
    padding: 0 5px 0 0;
}
.continue .write ol li:before{
    content: "\f0da";
    font-family: FontAwesome;
    color: var(--gizem);
    padding: 0 5px 0 0;
}
.end{
    position: relative;
    margin: 50px 0 0 0;
    width: 100%;
    text-align: center;
}
.end hr{
    height: 2px;
    background-color: #c2cfe1;
    border:none;
}
.end span{
    position: relative;
    padding: 15px;
    background-color: #edf1fd;
    font-size: 20px;
    top: -33px;
    color:  var(--gizem);
    font-family: 'Allura', cursive;
}
/* CONTİNUE LİST AREA */
.list-box{
    width: 100%;
    float: right;
    padding: 0 10px;
    justify-content: center;
    align-content: center;
    margin: 0 0 30px 0;
}
.list-box .title h2{
    width: 100%;
    font-size: 25px;
    color: #000;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
}
.list-box .title h2:before{
    position: relative;
    content: "\f10d";
    top: -10px;
    padding: 0 7px 0 0;
    font-size: 24px;
    color: var(--gizem);
    font-family: FontAwesome;
}
.list-box ul{
    margin: 20px 0;
    list-style-type: none;
}
.list-box ul .list-two a{
    border-left: 1px dashed #c2cfe1;
    padding: 5px 10px;
    transition: all .2s;
    color: #232323;
    font-size: 14px;
    width: 100%;
    display: inline-block;
}
.list-box ul .dot i{
    position: relative;
    font-size: 13px;
    margin-left: -5px;
    color: #c2cfe1;
    background-color: #edf1fd;
    transition: all .2s;
}
.list-box ul #dot-date{
    position: absolute;
    font-size: 11px;
    color: #8a8a8a;
    margin: -18px 0 0 12px;
}
.list-box ul #dottes:hover .dot i{
    color: var(--gizem);
    transition: all .2s;
}
.list-box ul #dottes:hover li a{
    color: var(--gizem);
}
.list-box ul li a:hover{
    text-decoration: none;
    color: var(--gizem);
    transition: all .3s;
}
.list-box ul li a i{
    color: var(--gizem);
    padding-right: 2px;
}

/* COMMENT AREA */
.comments-area{
    position: relative;
    width:100%;
    margin: 50px 0;
}
.title-com{
    position: relative;
    width: 100%;
    text-align: left;
}
.title-com h2{
    font-size: 30px;
    color: #161616;
    font-weight: 700;
}
.title-com h2:before{
    position: relative;
    content: "\f27b";
    top: -15px;
    padding: 0 7px 0 0;
    font-size: 30px;
    color: var(--gizem);
    font-family: FontAwesome;
}
.comments-list{
    position: relative;
    width: 100%;
    margin: 50px 0;
}
.comments-list .comment-box{
    width: 100%;
    padding: 10px;
    border-radius: 12px;
    border: 2px solid #c2cfe1;
    margin: 15px 0;
    min-height: 80px;
}
.comments-list .comment-box .comment-img{
    width:60px;
    float: left;
    position: relative;
    border-radius: 50%;
    background-color: transparent;
    bordeR:none;
}
.comments-list .comment-box .comment-img img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    background-color: transparent;
    bordeR:none;
}
.comments-list .comment-box .comment-text{
    position: relative;
    background-color: transparent;
}
.comments-list .comment-box .comment-text p{
    margin: 0;
    padding: 0;
}
.comments-list .comment-box .comment-text #info{
    position: relative;
    font-size: 13px;
    left: 10px;
    color: var(--gizem);
}
.comments-list .comment-box .comment-text #info span{
    color: #afbcce;
    margin-left: 10px;
}
.comments-list .comment-box .comment-text #comment{
    position: relative;
    left: 10px;
    font-size: 15px;
    color: #161616;
    padding: 0 5px 0 0;
}

/* SUGGEST AREA */
.suggest-area{
    position: relative;
    width: 100%;
    margin: 20px 0 50px 0;
}
.suggest-box{
    width: 100%;
    height: 250px;
    display: inline-block;
    border-radius: 12px;
    border: 2px solid #c2cfe1;
    padding: 13px 10px;
    margin: 10px 0;
    transition: all .5s !important;
}
.suggest-box img{
    width: 100%;
    height: 160px;
    border-radius: 12px;
    object-fit: cover;
}
.suggest-box .sug-text{
    position: relative;
    width: 100%;
    margin: 5px 0;
}
.suggest-box .sug-text h1{
    font-size: 17px;
    font-weight: 600;
    transition: all .5s;
    color: #161661;
}
.suggest-box .sug-text p{
    margin: 0;
    transition: all .5s;
    padding: 0;
    font-size: 12px;
    color: #afbcce;
}
.suggest-box:hover{
    box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.2);
    border: 2px solid var(--gizem);
    background-color: var(--gizem);
    transition: all .5s;
}
.suggest-box:hover .sug-text h1,
.suggest-box:hover .sug-text p{
    color: #fff;
    text-shadow: 0 0 2px  #000;
}
.title-sug{
    position: relative;
    width: 100%;
    text-align: left;
}
.title-sug h2{
    font-size: 30px;
    color: #161616;
    font-weight: 700;
}
.title-sug h2:before{
    position: relative;
    content: "\f10d";
    top: -15px;
    padding: 0 7px 0 0;
    font-size: 30px;
    color: var(--gizem);
    font-family: FontAwesome;
}


/* SEARCH AREA */

.header-area.get.sticky .search-area .search-icon:before,
.header-area.get.sticky .search-area .search-icon:after{
    color: #fff;
}
.header-area.get .search-area .search-icon:before,
.header-area.get .search-area .search-icon:after{
    color: #161616;
}
.search-area{
    position: relative;
    z-index: 99;
    right: -10px;
    top: -1px;
}
.search-icon:before,
.search-icon:after{
    position: absolute;
    float: right;
    right: 0;
    margin-top: 7px;
    padding: 5px 8px;
    cursor: pointer;
    font-size: 17px;
    color: #fff;
    transition: all .4s;
}
.search-icon:before{
    content: "\f002";
    font-family: FontAwesome;
}
.search-icon:after{
    content: "\f00d";
    font-family: FontAwesome;
    opacity: 0;
}
.search-area input:checked ~ .search-icon:before{
    opacity: 0;
}
.search-area input:checked ~ .search-icon:after{
    opacity: 1;
}
.search-area #ara-chechk{
    display: none;
}
.search-input{
    position: absolute;
    top: 12px;
    right: -10px;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.47);
    padding: 8px;
    background: #f8f8ff;
    border-radius: 7px;
    width: 300px;
    height: 55px;
    transition: all .3s;
    opacity: 0;
    z-index: 9999999;
    pointer-events: none;
}
.search-input:before{
    content: "";
    width: 25px;
    height: 25px;
    background: #f8f8ff;
    position: absolute;
    transform: rotate(45deg);
    float: right;
    border-radius: 5px;
    right: 12px;
    top:-4px;
    z-index: -1;
}
.search-input .search-border{
    padding: 5px;
    border:1px solid #c2cfe1;
    border-radius: 5px;
    height: 100%;
    z-index: 9999999;
}
.search-input input{
    border:none;
    background: transparent;
    outline: none;
    font-weight: 500;
    color: #161616;
    height: 100%;
    z-index: 9999999;
    font-size: 14px;
    width: 237px;
}
.search-input input::placeholder{
    color: #afbcce;
}
.search-input #button{
    height: 38px;
    width: 38px;
    top:9px;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    outline: none;
    border:none;
    right: 9px;
    align-items: center;
    position: absolute;
    cursor: pointer;
    transition: all .2s;
    color:#fff;
    background: var(--gizem);
}
.search-input #button:before{
    content: "\f002";
    font-family: FontAwesome;
}
.search-input #button:active{
    transform: scale(.9);
}
.search-area input:checked ~ .search-input{
    margin-top: 50px;
    opacity: 1;
    pointer-events: visible;
}
.search-title{
    position: relative;
    width: 100%;
    text-align: left;
    color: #161616;
    font-weight: 600;
    font-size: 27px;
}
.search-title span{
    color: var(--gizem);
}
.search-title:before{
    position: relative;
    content: "\f002";
    top: -15px;
    padding: 0 7px 0 0;
    font-size: 27px;
    color: var(--gizem);
    font-family: FontAwesome;
}
/* FOOTER AREA */
footer{
    position: relative;
    width: 100%;
    min-width: 320px;
    background: var(--akbulut);
    padding: 20px 0 0 0;
    text-align: center;
    margin: 0;
    bottom: 0;
}
.footer-bottom{
    position: relative;
    width: 100%;
    margin-top: 28px;
    padding: 10px 0;
    text-shadow: 0 0 2px #000;
    background: var(--gizem);
}
.footer-bottom h1{
    font-size: 38px;
    font-family: 'Allura', cursive;
    color: #fff;
}
.footer-bottom .copyright{
    font-size: 15px;
    color: #fff;
}
.footer-bottom .copyright p,
.footer-bottom .copyright a{
    font-size: 13px;
    color: #d0eded;
    margin-top: 5px;
}
.footer-bottom .copyright a:hover{
    color:#fff;
    text-decoration: -moz-visitedhyperlinktext;
}
.footer-bottom .social{
    position: relative;
    margin: 12px 0;
}
.footer-bottom .social a i{
    position: relative;
    display: inline-block;
    margin: 0 20px;
    font-size: 17px;
    color: #fff;
}



/* ***** PULSE EFFECTS ***** */

.pulse:hover, .pulse:focus {
    animation: pulse 1s;
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--gizem);
    }
}
@keyframes pulse-mor {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(173, 76, 231, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 25px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}
@keyframes pulse-white {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(226, 228, 234, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 25px rgba(255, 82, 82, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
    }
}
@media screen and (max-width: 1200px){
    .header-area .nav-area{
        display: none;
    }
    .header-area{
        min-width: 320px;
        padding: 30px 0;
    }
    .header-area .logo-area{
        display: inline;
        text-align: center;
        width: 100%;
    }
    .header-area .logo {
        color: #fff;
        width: 320px;
        font-size: 28px;
        font-weight: 500;
    }
    .header-area.get .logo{
        color:var(--gizem);
    }
    .header-area.get.sticky .logo{
        color: #fff;
    }
    .portfolio-area .text-area .icon #toggle{
        margin-left:30px;
    }
    .subjects-area .sub-box{
        height: 230px;
    }
    .subjects-area .sub-box .img-box{
        height: 160px;
    }
    .subjects-area .sub-box .img-box img{
        object-fit: initial;
    }
    .subjects-area .sub-box .text-box{
        height: 75px;
    }
    .subjects-area .sub-box .text-box h2{
        font-size: 18px;
    }
    .subjects-area .sub-box .text-box p{
        font-size: 12px;
    }
    .sidebar-area{
        display: block;
    }
    .sidebar-area #menu{
        color: var(--gizem);
    }
    .continue .img img{
        height: 320px;
        object-fit: cover;
    }
    .search-icon:before,
    .search-icon:after {
        margin-top:0;
        right: 0;
    }
    .boxes-area .box{
        margin: 15px 15px;
    }
}
@media screen and (max-width: 992px){
    .portfolio-area{
        height: auto;
        background-image: linear-gradient(243deg, #673DE6 45%, #edf1fd 65%);
        background: -webkit-linear-gradient(to right, #673DE6, #edf1fd);
        background-size: 270% 280%;
    }
    .portfolio-area .text-area{
        position: relative;
        display: block;
        height: auto;
        min-height: 360px;
        text-align: center;
        padding: 100px 0 0 0;
    }
    .portfolio-area .text-area > a{
        top:35px;
    }
    .portfolio-area .text-area .social-media{
        margin: 70px 0 0 0;
        position: relative;
    }
    .portfolio-area .img-area{
        position: relative;
        display: block;
        height: 462px;
    }
    .portfolio-area .img-area img{
        position: relative;
        object-fit: scale-down;
        width: 100%;
        height: 100%;
    }
    .boxes-area{
        display: inline-grid;
    }
    .boxes-area .box{
        display: inline-grid;
        margin: 15px 10px;
        min-height: 400px;
        width: 300px;
    }
    .boxes-area .box ul li{
        font-size: 14px;
    }
    .subjects-area .sub-box{
        height: 290px;
    }
    .subjects-area .sub-box .img-box{
        height: 220px;
    }
    .subjects-area .sub-box .img-box img{
        object-fit: revert;
    }
    .intro-area .intro-title{
        font-size: 26px;
    }
    .intro-area .intro-explain{
        font-size: 14px;
    }
    .insta-area .insta-box{
        height: 170px;
        width: 170px;
    }
    .online .images{
        display: none;
    }
    .sss .question{
        margin: 20px 0;
        width: 100%;
    }
    .search-area{
        margin-top: 5px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 767.5px){
    .portfolio-area{
        background-image: linear-gradient(243deg, #673DE6 45%, #edf1fd 65%);
        background: -webkit-linear-gradient(to right, #673DE6, #edf1fd);
        background-size: 340% 280%;
    }
    .portfolio-area .text-area h1{
        font-size: 30px;
        color: #fff;
        text-shadow: 0 0 7px var(--gizem);
    }
    .portfolio-area .text-area p{
        font-size: 14px;
        color: #161616;
    }
    .boxes-area{
        display: inline-grid;
    }
    .boxes-area .box{
        display: inline-grid;
        margin: 15px 10px;
        min-height: 400px;
        width: 300px;
    }
    .boxes-area .box ul li{
        font-size: 15px;
    }
    .diet-area .diet-box img{
        object-fit: scale-down;
        position: relative;
        width: 100%;
        height: 250px;
    }
    .subjects-area .sub-box{
        height: 250px;
    }
    .subjects-area .sub-box .img-box{
        height: 180px;
    }
    .intro-area .intro-title{
        text-align: center;
        font-size: 28px;
    }
    .intro-area .intro-explain{
        font-size: 15px;
        text-align: center;
    }
    .intro-area .intro-link{
        margin: 10px 0;
    }
    .cat-boxes .box .cat-name span{
        opacity: 1;
        top:-6px;
    }
    .cat-boxes .box .fa-caret-up{
        opacity: 1;
        top:1px;
    }
    .insta-area .insta-box{
        height: 270px;
        width: 270px;
    }
    .continue .img img{
        width: 100%;
        height: 370px;
        object-fit: cover;
    }
    .online-link{
        text-align: center;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 620px){
    .subjects-area .sub-box{
        height: 220px;
    }
    .subjects-area .sub-box .img-box{
        height: 150px;
    }
    .explain{
        width: 100%;
        text-align: center;
    }
    .intro-area .intro-title{
        font-size: 22px;
    }
    .intro-area .intro-explain{
        font-size: 14px;
    }
    .intro-area .intro-link{
        margin: 10px 0;
    }
    .intro-area .intro-link a{
        padding: 12px 15px;
        font-size: 17px;
    }
    .continue .img img{
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
    .boxes-area .box ol,
    .boxes-area .box ul{
        text-align: left;
    }
}
@media screen and (max-width: 576px){
    .subjects-area .sub-box{
        height: 260px;
    }
    .subjects-area .sub-box .img-box{
        height: 190px;
    }
    .subjects-area .sub-box .img-box img{
        object-fit: revert;
    }
    .insta-area .insta-box{
        height: 200px;
        width: 200px;
    }
    .sss .question label h1{
        font-size: 17px;
    }
    .sss .question label h1:before{
        font-size: 20px;
    }
    .continue .img img{
        width: 100%;
        height: 290px;
        object-fit: cover;
    }
    .sidebar-area #menu{
        color: #fff;
    }
    .sidebar header{
        font-size: 24px;
        font-weight:500;
    }
}
@media screen and (max-width: 480px){
    .title h1{
        font-size: 32px;
    }
    .title h1:before{
        font-size: 34px;
    }
    .intro-area .intro-link{
        padding: 0 0;
    }
    .insta-area .insta-box{
        display: block;
        height: 150px;
        width: 150px;
    }
    .continue .info .box.active{
        display: none;
    }
    .continue .img img{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .portfolio-area{
        background-image: linear-gradient(255deg, #673DE6 35%, #edf1fd 70%);
        background: -webkit-linear-gradient(to right, #673DE6, #edf1fd);
        background-size: 200% 280%;
    }
    .portfolio-area .text-area h1{
        text-shadow: none;
    }
    .portfolio-area .text-area p{
        color:#f8f8ff;
        text-shadow: none;
    }
    .portfolio-area .text-area > a{
        text-shadow: none;
        animation: 1.5s pulse-white infinite;
    }
    .portfolio-area .text-area .social-media a i{
        color: #fff;
    }
    .portfolio-area .img-area img{
        margin-top: 6px;
    }
}
@media screen and (max-width: 360px){
    .portfolio-area .img-area img{
        margin-top: 6px;
    }
    .subjects-area .sub-box{
        height: 230px;
    }
    .subjects-area .sub-box .img-box{
        height: 160px;
    }
    .subjects-area .sub-box .img-box img{
        object-fit: revert;
    }
    .insta-area .insta-box .insta-img img{
        width: 130px;
        height: 130px;
    }
    .sidebar-area #menu{
        margin-left: 5px;
    }
}
@media screen and (max-width: 330px){

}




