*{
    font-family: "Bai Jamjuree", sans-serif;
}

html
{
    overflow: hidden!important;
}

body
{
    overflow: hidden!important;
}

.mh10p0
{
    min-height:10px;
    padding:0px;
}

.mh10p5
{
    min-height:10px;
    padding:5px;
}

.mh10p10
{
    min-height:10px;
    padding:10px;
}

/* Menu Start */

.menuOuter
{
    width:70px;
    height:100vh;
    background-color:#fff;
    float:right;
    position:relative;
    border-left:1px solid #f5f5f5;
}

.menuTopBtns
{
    width:100%;
    min-height:10px;
    float:left;
    position:absolute;
    left:0px;
    top:0px;
    padding:10px;
}

.menuBottomBtns
{
    width:100%;
    min-height:10px;
    float:left;
    position:absolute;
    left:0px;
    bottom:0px;
    padding:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}

.menuBtn
{
    width:50px;
    height:70px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    cursor:pointer;
    font-weight:500;
    border-top:1px solid #e9e9e9;
    border-bottom:1px solid #e9e9e9;
    margin-bottom:-1px;
    color:#333!important;
    text-decoration: none!important;
}

.menuButtonsOuter
{
    width:450px;
    height:100vh;
    background-color:#fff;
    position:absolute;
    right:70px;
    z-index:44;
    overflow:auto;
    padding:30px;
    transition: 0.3s ease all;
    border-right:1px solid #e9e9e9;
}

.menuButtonsOuter::-webkit-scrollbar 
{
    width: 10px;
}

.menuButtonsOuter::-webkit-scrollbar-track 
{
    background: #f1f1f1; 
}
    
.menuButtonsOuter::-webkit-scrollbar-thumb 
{
    background: #888; 
}

.menuButtonsOuter::-webkit-scrollbar-thumb:hover 
{
    background: #555; 
}

.menuButtonsOuter h3
{
    width:100%;
    font-size:13px;
    font-weight:500;
    text-transform: uppercase;
    font-weight:800;
    color:#333;
    letter-spacing: 1px;
    margin:0px;
    margin-bottom:25px;
}

.menuButtonsLinkOuter
{
    width:100%;
    min-height:20px;
    float:left;
    padding:20px 0px;
    font-size:16px;
    font-weight:400;
    color:#333!important;
    text-decoration: none!important;
    text-transform: uppercase;
    border-top:1px solid #f5f5f5;
    border-bottom:1px solid #f5f5f5;
    margin-bottom:-1px;
    cursor:pointer;
}

.menuTextsOuter
{
    width:100%;
    min-height:10px;
    float:left;
    margin-top:30px;
    font-size:20px;
    font-weight:600;
    color:#333;
    line-height:50px;
    text-transform: uppercase;
    padding:20px 0px;
    border-top:1px solid #f5f5f5;
    border-bottom:1px solid #f5f5f5;
}

.menuTextsButtonsOuter
{
    width:100%;
    min-height:10px;
    float:left;
    margin-top:15px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:15px;
}

.menuTextsButtonsOuter * img
{
    height:40px;
    border-radius:5px;
    border:2px solid #f5f5f5;
}

/* Menu Start */

/* Slider Start */

.contentsOuter
{
    width:calc(100% - 70px);
    height:100vh;
    float:right;
    position:relative;
    overflow: auto;
}

.contentsOuter::-webkit-scrollbar 
{
    width: 4px;
}

.contentsOuter::-webkit-scrollbar-track 
{
    background: #f1f1f1; 
}
    
.contentsOuter::-webkit-scrollbar-thumb 
{
    background: #888; 
}

.contentsOuter::-webkit-scrollbar-thumb:hover 
{
    background: #555; 
}

.sliderBoxesOuter
{
    width:100%;
    min-height:10px;
    float:left;
}

.sliderOuter
{
    width:100%;
    min-height:100vh;
    float:left;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    gap:15px;
}

.sliderOuter video 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: 1;
    float: left;
}

.sliderBg
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: 1;
    float: left;
}

.sliderOuter:before
{
    content:'';
    width:100%;
    height:100%;
    position: absolute;
    left:0px;
    top:0px;
    background-color:rgba(0,0,0,0.7);
    z-index:2;
}

.sliderTopLineOuter
{
    width:100%;
    min-height:10px;
    padding:15px 0px;
    float:left;
    padding-left:80px;
    padding-right:20px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:15px;
    position:relative;
    z-index:4;
}

.sliderTopLineLogo
{
    width:100%;
    height:60px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
}

.sliderTopLineLogo img
{
    width:100%;
    height:35px;
    object-fit: contain;
    object-position: center left;
}

.sliderTopLineText
{
    font-size:20px;
    color:#fff;
    letter-spacing: 2px;
    display:none;
}

.sliderBottomContentsOuter
{
    width:100%;
    min-height:10px;
    float:left;
    position:relative;
    z-index:4;
    padding-left:80px;
    padding-right:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:30px;
}

.sliderBottomContentsBigBox
{
    width:450px;
    height:190px;
    float:left;
    border-radius:10px;
    border:1px solid #fff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    font-size:25px;
    font-weight:300;
    color:#fff;
    text-transform: uppercase;
    text-align:center;
    padding:30px;
    gap:15px;
}

.sliderBottomContentsBigBox img
{
    width:40px;
}

.sliderBottomContentsBoxes
{
    flex:1;
    height:190px;
    float:left;
}

.sliderBottomContentsBoxesBox
{
    width:calc((100% / 3) + 1px);
    height:125px;
    border-radius:10px;
    border:1px solid #fff;
    float:left;
    margin-left:-1px;
    padding:20px;
}

.sliderBottomContentsBoxesBox h3
{
    margin:0px;
    font-size:16px;
    color:#fff;
    text-transform: uppercase;
    font-weight:600;
    letter-spacing: 2px;
    margin-bottom:10px;
}

.sliderBottomContentsBoxesBox p
{
    margin:0px;
    font-size:11px;
    color:#fff;
    text-transform: uppercase;
    font-weight:300;
    letter-spacing: 2px;
    line-height:24px;
}

.sliderBottomContentsBoxesBigBox
{
    width:100%;
    height:65px;
    float:left;
    border-radius:10px;
    border:1px solid #fff;
    margin-left:-1px;
    margin-top:-1px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    color:#fff;
    text-transform: uppercase;
    font-weight:400;
    gap:40px;
}

.sliderBottomContentsBoxesBigBoxArrows
{
    flex:1;
    height:40px;
    font-size:20px;
    overflow: hidden;
    display:flex;
    align-items:flex-start;
    justify-content:flex-end;
    flex-wrap: wrap;
    gap:35px;
    padding-top:10px;
}

.sliderBottomContentsBoxesBigBoxArrows:last-child
{
    justify-content:flex-start;
}

.sliderCenterContents
{
    width:100%;
    flex:1;
    position:relative;
    z-index:3;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    padding-left:80px;
    padding-right:30px;
    padding-bottom:80px;
    flex-direction: column;
}

.sliderCenterContents h1
{
    width:55%;
    font-size:50px;
    text-transform: uppercase;
    font-weight: 600;
    color:#fff;
    line-height:80px;
}

.sliderCenterContents p
{
    width:55%;
    font-size:18px;
    font-weight: 500;
    color:#fff;
    line-height:28px;
}

.slider_app_btns_outer
{
    width:100%;
    min-height:10px;
    float:left;
    margin-top:20px;
    margin-bottom:20px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:15px;
}

.slider_app_btns_outer * img
{
    height:50px;
    border-radius:5px;
    border:2px solid #f5f5f5;
}

.slider_button
{
    min-width: 10px;
    min-height: 30px;
    color: #000!important;
    padding: 14px 17px;
    font-weight: 500;
    background-color: var(--main_color);
    border-radius: 5px;
    text-decoration: none !important;
    cursor: pointer;
    font-size: 18px;
}

/* Slider End */

/* About Start */

.aboutLineOuter
{
    width:100%;
    min-height:50px;
    float:left;
    padding:50px;
    padding-left:80px;
    padding-right:20px;
}

.aboutLineInner
{
    width:100%;
    min-height:20px;
    float:left;
}

.aboutLineInner h4
{
    width:100%;
    float:left;
    font-size:20px;
    font-weight:400;
    color:#333;
    margin:0px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.aboutLineInner h3
{
    width:100%;
    float:left;
    font-size:38px;
    font-weight:600;
    color:#333;
    margin:0px;
    text-transform: uppercase;
    margin-bottom:30px;
}

.aboutLineInner p
{
    width:100%!important;
    float:left;
    font-size:15px;
    font-weight:400;
    color:#333;
    margin:0px;
    margin-bottom:15px;
}

/* About End */

/* How Works Start */

.howWorkLineOuter
{
    width:100%;
    min-height:10px;
    float:left;
    background-color:#f5f5f5;
    padding:50px;
    padding-left:80px;
    padding-right:20px;
    position:relative;
}

.howWorkLineOuter video
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: 1;
    float: left;
    opacity: 0.1;
}

.howWorkLineInner
{
    width:100%;
    min-height:10px;
    float:left;
    position:relative;
    z-index:3;
}

.howWorkLineInner h4
{
    width:100%;
    float:left;
    font-size:20px;
    font-weight:400;
    color:#333;
    margin:0px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.howWorkLineInner h3
{
    width:100%;
    float:left;
    font-size:38px;
    font-weight:600;
    color:#333;
    margin:0px;
    text-transform: uppercase;
    margin-bottom:30px;
}

.howWorkBoxesOuter
{
    width:100%;
    min-height:10px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
}

.howWorkBox
{
    flex:1;
    min-height:20px;
    background-color:#fff;
    float:left;
    padding:20px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    gap:10px;
}

.howWorkIcon
{
    width:80px;
    height:80px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:10px;
    font-size:40px;
    color:#3d4d6a;
}

.howWorkIcon img
{
    width:80px;
    height:80px;
    object-fit: contain;
    object-position: center;
}   

.howWorkBoxesOuter h3
{
    width:100%;
    text-align:center;
    font-size:20px;
    font-weight:600;
    color:#333;
    margin:0px;
    text-transform: uppercase;
}

.howWorkBoxesOuter p
{
    width:100%;
    text-align:center;
    font-size:15px;
    font-weight:500;
    color:#333;
    margin:0px;
}

/* How Works End */

/* App İmages Start */

.appImagesOuter
{
    width:100%;
    min-height:10px;
    float:left;
    background: radial-gradient(circle at 10% 20%, rgba(0, 149, 218, 0.85) 9.9%, rgb(56, 80, 114) 100.3%);
    padding:50px;
    padding-left:80px;
    padding-right:20px;
    position:relative;
    overflow:hidden;
}

.appImagesOuter video
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: 1;
    float: left;
    opacity: 0.3;
}

.appImagesOuter:before
{   
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    z-index:2;
    background-color:rgba(0, 0, 0, 0.471);
}

.appImagesInner
{
    width:100%;
    min-height:10px;
    float:left;
    position:relative;
    z-index:5;
}

.appImagesInner h4
{
    width:100%;
    float:left;
    font-size:20px;
    font-weight:400;
    color:#fff;
    margin:0px;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.appImagesInner h3
{
    width:100%;
    float:left;
    font-size:38px;
    font-weight:600;
    color:#fff;
    margin:0px;
    text-transform: uppercase;
    margin-bottom:30px;
}

.appImagesButtonsOuter
{
    width:100%;
    min-height:10px;
    float:left;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-wrap: wrap;
    gap:10px;
}

.appImagesButton
{
    min-width:10px;
    height:40px;
    float:left;
    background-color:#fff;
    padding:0px 20px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:15px;
    font-weight:500;
    color:#333;
    cursor:pointer;
    opacity: 0.5;
}

.mixitup-control-active
{
    opacity: 1;
}   

.projectImagesListOuter
{
    width:100%;
    min-height:10px;
    float:left;
    margin-top:30px;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-wrap: wrap;
    gap:15px;
}

.projectImageBox
{
    width:calc((100% / 6) - (75px / 6));
    aspect-ratio: 2/3;
    min-height:20px;
    position:relative;
    overflow:hidden;
}

.projectImageBox img
{
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    object-fit: cover;
    object-position:center top;
}

/* App İmages End */

/* SSS Start */

.sssContentsOuter
{
    width:100%;
    min-height:10px;
    float:left;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    gap:25px;
}

.sssBoxesOuter
{
    flex:1;
    min-height:20px;
    float:left;
}

.sssContentVideoOuter
{
    width:40%;
    height:800px;
    float:left;
    border-radius:10px;
    overflow:hidden;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

.sssContentVideoOuter video 
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    z-index: 1;
    float: left;
}

.sssContentVideoOuter:before
{
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    background-color:rgba(0,0,0,0.4);
    z-index:2;
}

.sssContentVideoOuter img
{
    width:40%;
    position:relative;
    z-index:3;
    opacity: 0.9;
}

.sssLineOuter
{
    width:100%;
    min-height:10px;
    float:left;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    padding:5px 0px;
    border-top:1px solid #dadada;
    border-bottom:1px solid #dadada;
    margin-bottom:-1px;
    cursor:pointer;
}

.sssLineBtn
{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

.sssLineText
{
    flex:1;
    min-height:10px;
    float:left;
    font-size:15px;
    font-weight:600;
    color:#333;
    margin-top:-1px;
}

.sssContentLine
{
    width:100%;
    min-height:10px;
    float:left;
    border-top:1px solid #dadada;
    border-bottom:1px solid #dadada;
    margin-bottom:-1px;
    padding:15px 0px;
    padding-bottom:20px;
}

/* SSS End */

/* Footer Start */

.footerOuter
{
    width:100%;
    min-height:10px;
    float:left;
    background-color:#222222;
    padding:40px;
    padding-left:80px;
    padding-right:20px;
}

.footerBottomLineOuter
{
    width:100%;
    min-height:10px;
    float:left;
    border-radius:10px;
    border:1px solid #dadada;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:10px 15px;
    margin-bottom:-10px;
}

.footerBottomLineCenterBtn
{
    min-width:10px;
    height:30px;
    float:left;
    font-size:16px;
    font-weight:400;
    color:#fff;
    text-transform: uppercase;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
    line-height:25px;
    padding-bottom:2px;
    cursor:pointer;
}

.footerBottomLineMiniTexts
{
    flex:1;
    min-height:10px;
    float:left;
    font-size:11px;
    font-weight:400;
    color:#ffffff98;
}

.footerBottomLineMiniTexts:last-child
{
    text-align:right;
}

.footerBottomLineMiniTexts a
{
    color:#fff;
}

.footerSocialsOuter
{
    width:100%;
    min-height:10px;
    float:left;
    margin-bottom:20px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    gap:10px;
    flex-wrap: wrap;
}

.footerSocialsOuter span
{
    font-size:25px;
    font-weight:900;
    text-transform: uppercase;
    color:#fff;
    letter-spacing: 2px;
    float:left;
}

.footerSocialsCircle
{
    width:34px;
    height:34px;
    float:left;
    background-color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:35px;
    cursor:pointer;
    font-size:16px;
    padding-top:2px;
    cursor:pointer;
    color:#222222!important;
    text-decoration: none!important;
}

.footerBoxesOuter
{
    width:100%;
    min-height:10px;
    float:left;
    margin-bottom:20px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:30px;
}

.footerBoxesInner
{
    flex:1;
    min-height:10px;
    float:left;
}

.footerBoxesInner h3
{
    width:100%;
    min-height:10px;
    float:left;
    margin:0px;
    font-weight:500;
    letter-spacing: 2px;
    color:#fff;
    opacity: 0.5;
    font-size:11px;
    text-transform: uppercase;
    margin-bottom:17px;
}

.footerBoxesContent
{
    width:100%;
    min-height:10px;
    float:left;
    font-size:11px;
    padding:14px 0px;
    color:#ffffffb0;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-top:1px solid #3a3a3a;
    border-bottom:1px solid #3a3a3a;
    margin-top:-1px;
    cursor:pointer;
    transition:0.3s ease all;
    text-decoration: none!important;
}

.footerBoxesContent:hover
{
    color:#fff;
}

.footerInputOuter
{
    width:100%;
    min-height:10px;
    float:left;
}

.footerInputOuter input
{
    width:100%;
    height:45px;
    background-color:transparent;
    border:0px;
    border-top:1px solid #636363;
    border-bottom:1px solid #636363;
    outline:0px;
    color:#fff;
    padding:0px 10px;
    padding-bottom:2px;
}

.footerInputOuter textarea
{
    width:100%;
    height:85px;
    background-color:transparent;
    border:0px;
    border-top:1px solid #636363;
    border-bottom:1px solid #636363;
    outline:0px;
    color:#fff;
    padding:10px;
    resize: none;
}

.footerInputBox
{
    padding:0px;
    padding-right:15px;
    margin-bottom:15px;
}

.footerInputOuter button
{
    float:right;
    border:1px solid #636363;
    background-color:transparent;
    padding:10px 15px;
    color:#ffffffa6;
    padding-bottom:11px;
    text-transform: uppercase;
    letter-spacing: 2px;;
}

.notificationTitle
{
    width: calc(100% - 15px);    
    padding: 10px;
    background-color: #fff;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 11px;
    font-weight: 500;
    color: #333;
}

/* Footer End */

/* Custom Slider Start */

.customModalOuter
{
    width:100%;
    height:100vh;
    position:fixed;
    left:0px;
    top:0px;
    background-color:rgba(0,0,0,0.5);
    z-index:99;
    display:flex;
    align-items:center;
    justify-content:center;
    float:left;
}

.customModalCloseBtn
{
    width:50px;
    height:50px;
    background-color:rgba(0,0,0,0.5);
    position:absolute;
    right:0px;
    top:0px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:25px;
    color:#fff;
    float:left;
}

.customModalContentsOuter
{
    width:60%;
    min-height:50px;
    background-color:#fff;
    overflow:hidden;
    border-radius:10px;
    float:left;
}

.customModalContentsTitle
{
    width:100%;
    height:50px;
    border-bottom:1px solid #dadada;
    float:left;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding-left:15px;
    font-weight:600;
    color:#333;
    font-size:16px;
}

.customModalContentsTexts
{
    width:100%;
    min-height:50px;
    max-height:calc(100vh - 350px);
    float:left;
    padding:15px;
    overflow:auto;
}

.customModalContentsTexts::-webkit-scrollbar 
{
    width: 10px;
}

.customModalContentsTexts::-webkit-scrollbar-track 
{
    background: #f1f1f1; 
}
    
.customModalContentsTexts::-webkit-scrollbar-thumb 
{
    background: #888; 
}

.customModalContentsTexts::-webkit-scrollbar-thumb:hover 
{
    background: #555; 
}

/* Custom Slider End */

/* Mobile Start */

@media only screen and (max-width: 950px) 
{
    .sliderBottomContentsOuter
    {
        display:none;
    }

    .sliderCenterContents h1
    {
        width:100%;
        font-size: 26px;
        line-height: 49px;
    }
    
    .sliderTopLineText
    {
        font-size:15px;
    }

    .sliderCenterContents p
    {
        width:100%;
        font-size: 16px;
        line-height: 29px;
    }

    .slider_app_btns_outer
    {
        flex-direction: column;
    }

    .slider_app_btns_outer * img
    {
        width:60%;
        height:auto;
    }

    .sliderTopLineOuter
    {
        padding-left:20px;
    }

    .sliderCenterContents
    {
        padding-left:20px;
    }

    .aboutLineOuter
    {
        padding-left:20px;
    }

    .howWorkLineOuter
    {
        padding-left:20px;
    }

    .howWorkBoxesOuter
    {
        flex-direction: column;
    }

    .appImagesOuter
    {
        padding-left:20px;
    }

    .projectImageBox
    {
        width: 100%;
    }

    .sssContentsOuter
    {
        flex-direction: column;
    }

    .sssContentVideoOuter
    {
        width:100%;
    }

    .footerOuter
    {
        padding-left:20px;
    }

    .footerBoxesOuter
    {
        flex-direction: column;
    }

    .footerBottomLineOuter
    {
        display:block;
    }

    .footerBottomLineMiniTexts
    {
        width:100%;
        min-height:40px;
        text-align:center!important;
        line-height:40px;
        padding:10px 0px;
        line-height:20px;
    }

    .footerBottomLineCenterBtn
    {
        width:100%;
        height:50px;
        gap:10px;
        font-size:14px;
    }

    .footerBottomLineCenterBtn i
    {
        display:none;
    }

    .menuButtonsOuter
    {
        width:calc(100vw - 70px);
    }

    .customModalContentsOuter
    {
        width:80%;
    }

    .appImagesButton
    {
        padding: 0px 10px;
        font-size: 13px;
    }

    .sliderOuter
    {
        min-height:10px;
        padding-bottom:30px;
    }

    .menuTopBtns
    {
        position:relative;
        padding-bottom:0px;
    }

    .menuBottomBtns
    {
        position:relative;
        padding-top:0px;
    }
}

/* Mobile End */