.Header
{
    position: absolute;
}
.Home
{
    height: 98vh;
    inset: 0;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
    color:white;
    overflow: hidden;
    transition: var(--ts-slow);
    

    margin:10px;
    border-radius: 15px;
    position: relative;
}
.HomeSwipper
{
    width: 100%;
    margin: 0;
    width: -webkit-fill-available;
    z-index: 0 !important;
}
.HomeSwipper swiper-slide
{
    background-position: top;
    background-size: cover;
    height: 100vh;
    padding-inline: var(--main-padding);
    width: -webkit-fill-available !important;
    display: grid;
    align-items: center;
}
.HomeSwipper swiper-slide::before
{
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.8575805322128851) 0%, rgba(0, 0, 0, 0.5270483193277311) 100%);
}
.Slider
{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.SliderRight
{
    width: 550px;
}
.SliderRight img
{
    width: 100%;
}
.HomeTextIcon
{
    position: absolute;
    font-size: 250px;
    top: -20px;
    left: -50px;
    color: var(--main-color1-op);
    font-weight: bold;
    font-family: "Asap", sans-serif;
}
.Slider h4
{
    margin: 0;
    font-family: 'Red Hat Display';
    font-weight: 500;
    background: var(--gradient3);
    width: fit-content;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Slider h1
{
    font-size: 40px;
    margin-bottom: 10px;
    position: relative;
    font-family: "Poppins";
    font-weight: 500;
}
.BlokMetin
{
    font-size: 15px;
    font-weight: 500;   
    font-family: "Poppins";
    color: rgba(0, 0, 0, 0.5);
}
.BlokMetin span
{
    font-size: 20px;
    font-weight: 600;   
    font-family: "Poppins"; 
    color: black;
}
.Block1Left
{
    max-width: 60%;
    display: grid;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.Slider h3
{
    color: #ffffff;
    margin: 0;
    font-family: 'Poppins';
    font-weight: 300;
    opacity: 0.75;
    max-width: 600px;
    line-height: 25px;
    font-size: 15px;
    position: relative;
}
.HomeContactButton
{
    margin-top: 50px;
    padding: 10px;
    background: var(--main-color1);
    width: fit-content;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    transition: var(--ts-slow);
    display: flex;
    align-content: center;
    align-items: center;
    box-shadow: rgba(0,0,0, 0.5) 0px 4px 12px;
    text-decoration: none;
    color: white;
    font-family: Red Hat Display;
    font-weight: 500;
}
.HomeIcon
{
    width: 25px;
    margin-left: 10px;
    height: 25px;
    display: block;
    transition: var(--ts-slow);
    position: relative;
}
.Slider a:hover .HomeIcon
{
    padding-left: 15px;
}
.Slider a::after
{
    position: absolute;
    right: -80px;
    content: "";
    width: 65px;
    height: 65px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 1;
    transition: var(--ts-slow);
    transform: rotate(45deg);
}
.Slider a:hover::after
{
    right: -35px;
}
.HomeRight img
{
    width: 100%;
    filter: drop-shadow(10px 10px 0px var(--main-color1));
    border-top-left-radius: 50px;
}
.Block0
{
    margin-inline: var(--main-margin);
    background-color: var(--main-color1);
    padding-inline: var(--content-padding);
    padding-block: calc(var(--main-padding-block) * 1.3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--main-border-radius);
    top: -120px;
    position: relative;
    overflow: hidden;
    background: var(--gradient1);
}
.Block0:hover .BlockBackImage
{
    transform: scale(1.1);
}
.BlockBackImage 
{
    position: absolute;
    object-fit: cover;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    object-position: 1px -90px;
    transition: var(--ts-slow);
}
.Block0 h3
{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 36px;
    color:white;
}
.Block1
{
    display: flex;
    gap:50px;
    justify-content: space-between;
    margin-inline: var(--main-margin);
    margin-block: var(--content-padding);
}
.Block1Right img
{
    width: 100%;
    height: auto;
    border-radius: var(--main-border-radius);
    transition: var(--ts-slow);
    position: relative;
}
.Block1Right img:first-child
{
    transform: scale(1.2);
}
.Block1Right img:first-child::after
{
    content: '';
    position: absolute;
    background-color: red;
    inset: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    top: 0;
    color: red;
    z-index: 2;
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
}
.Block1Right:hover img:first-child
{
    transform: scale(1);
}
.Block1LoadWidget *
{
    margin: 0;
    font-family: 'Red Hat Display';
}
.Block1LoadWidgetItem
{
    display: grid;
    gap: 10px;
    margin-bottom: 25px;
    margin-top: 50px;
}
.Block1LoadWidgetItemLeft
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Block1LoadWidgetItemLeft span
{
    font-weight: 500;
}
.Block1LoadWidgetPercent
{
    width: 100%;
    height: 5px;
    border-radius: 15px;
    background-color: rgba(0,0,0,0.05);
    position: relative;
}
.Block1LoadWidgetPercent::before
{
    position: absolute;
    content: "";
    background:var(--gradient1);
    left: 0;
    height: 5px;
    transition: var(--ts-hard-slow);
    border-radius: 15px;
    width: var(--LoadWidget1Percent);
}
#LoadWidget2::before
{
    background: var(--main-color1);
    width: var(--LoadWidget2Percent);
}
.Block2
{
    justify-content: space-between;
    padding: var(--main-margin);
    background-color: white;

}
.Block2Bottom
{
    display: flex;
    margin-top: 25px;
}
.Block2BottomAtr
{
    display: flex;
    align-items: center;
}
.Block2BottomAtr span:first-child
{
    background-color: var(--main-color1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 18px;
    color: white;
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
    font-weight: 200;
    font-family: 'Lexend';
}
.Block2BottomItem
{
    width: 25%;
    min-width: 25%;
}
.Block2BottomItem h3
{
    font-family: Lexend;
    font-weight: 500;
}
.Block2BottomItem p
{
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-size: 19px;
    opacity: 0.75;
    letter-spacing: 0.5px;
    line-height: 29px;
    padding-right: 25px;
}
.Block2BottomAtr span:last-child
{
    display: block;
    width: 0;
    height: 4px;
    background-color: var(--main-color1);
    transition: var(--ts-hard-slow);
}
.Block3
{
    display: flex;
    gap:50px;
    justify-content: space-between;
    margin-inline: var(--main-margin);
    margin-block: var(--content-padding);
    align-items: center;
}
.Block3Top
{
    padding-top: 50px;
}
.Block3Top,.Block3Bottom
{
    display: grid;
    width: -webkit-fill-available;
    gap: 10px;
    margin-bottom: 10px;
    gap: 10px;
    align-items: start;
    align-content: start;
}
.Block3In
{
    width: 50%;
    background-color: white;
    padding: 50px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 10px;
    width: -webkit-fill-available;
    transition: var(--ts-slow);
    position: relative;
    overflow: hidden;
    height: 235px;
}
.Block3In *
{
    transition: var(--ts-slow);
}
.Block3In:hover
{
    background: var(--gradient1);
    cursor: pointer;
    transform: scale(1.15);
    z-index: 2;
}
.Block3In::before
{
    transition: var(--ts-slow);
}
.Block3In:hover::before
{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(/static/images/home/block3inback.png);
    background-size: cover;
    cursor: pointer;
    transform: scale(1.2);
}
.Block3In:hover *
{
    color: white !important;
}
.Block3In:hover i
{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Block3In h2
{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
}
.Block3In h4
{
    font-family: 'Red Hat Display';
    font-weight: 400;
    font-size: 15px;
    opacity: 0.75;
    letter-spacing: 0.2px;
    margin: 0;
}
.Block3Left,.Block3Right
{
    width: 50%;
}
.Block3Left p
{
    font-family: 'Poppins';
    font-weight: 400;
    opacity: 0.75;
    line-height: 25px;
    max-width: 95%;
}

.Block3Right
{
    display: flex;
    gap: 10px;
}
.Block3Right i
{
    font-size: 45px;
    background: var(--gradient1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Block3Top div:first-child,.Block3Bottom div:last-child
{
    background-color: var(--main-color1);
    color: white;
}
.Block3Top div:first-child *,.Block3Bottom div:last-child *
{
    color: white;
}
.Block3Top div:first-child i,.Block3Bottom div:last-child i
{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Block4
{
    gap: 50px;
    justify-content: space-between;
    padding: var(--main-padding);
    background-image: url(/static/images/home/aboutusback1.png);
    background-color: #ffffff78;
    padding-block: 0px;
    display: flex;
    align-items: flex-end;
    padding-right: 0;
    background-attachment: fixed;
    margin-bottom: 100px;
    margin-top: 200px;
    padding-block: 100px;
}
.Block4 p
{
    text-align: center;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
}
.Block4 p span
{
    color: var(--green-color);
}
:root
{
    --LoadWidget1Percent:0;
    --LoadWidget2Percent:0;
}
@media screen and (min-width:1480px)
{
	.PagePhotos1 .PagePhotoDiv 
	{
		margin-left: 10px;
	}
	.burger
	{
		display: none !important;
	}
	.DesktopMenu
	{
		display: flex;
	}
	#DesktopLanguageArea
	{
		display: block;
	}
	#MobileLanguageArea
	{
		display: none;
	}
}
@media screen and (min-width:1350px) and (max-width: 1600px)
{
    .HomeRight img
    {
        width: 85%;
    }
}
@media screen and (min-width:1100px) and (max-width: 1450px)
{
    .HomeRight img
    {
        width: 85%;
    }
    .Slider h1
    {
        font-size: 40px;
    }
}
@media screen and (min-width:700px) and (max-width: 1099px)
{
    .Slider
    {
        width: -webkit-fill-available;
    }
    .Slider h1
    {
        font-size: 30px;
    }
    .HomeRight
    {
        display: none;
    }
    .Block2Bottom,.Block3,.Block4
    {
        flex-wrap: wrap;
    }
    .Block2BottomItem
    {
        width: 50%;
    }
    .Block3Left
    {
        width: max-content;
    }
    .Block3 .BlockTitle br
    {
        display: none;
    }
    .Block3Left 
    {
        max-width: max-content;
    }
    .Block3Right
    {
        width: max-content;
    }
    .Block4Left,.Block4Right
    {
        width: max-content !important;
    }
    .Block1Right
    {
        display: grid;
        gap: 10px;
    }
    .Block1Right img
    {
        max-width: 300px !important;
        transform: scale(1) !important;
    }

}
.FaqArea
{
    padding-inline: var(--main-padding);
    display: flex;
    justify-content: space-between;
    gap: 100px;
    padding-block: var(--content-padding);
}
.Faqs
{
    
}
.FaqAreaRight
{
    min-width: 500px;
}
.Faq
{
	position: relative;
	padding: 25px;
	background: white;
    border-radius: 5px;
    margin-bottom: 15px;
}
.Faq:hover
{
	cursor: pointer;
}
.QuestionArea
{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.QuestionArea h3
{
	font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
    color: black;

}
.QuestionArea img
{
    padding: 5px;
    transition: 0.2s;
}
.AnswerArea
{
	height: 0px;
	overflow: hidden;
	transition: 0.2s;
}
.AnswerArea p
{
	font-family: 'Poppins';
    color: black;
    opacity: 0.75;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
}
@media screen and (min-width:200px) and (max-width: 699px)
{
    .Home
    {
        display: flex;
        overflow: hidden;
        height: auto;
    }
    .Slider,.HomeRight
    {
        width: 100%;
    }
    .Slider
    {
        flex-wrap: wrap;
    }
    .HomeTextIcon
    {
        left: 15px;
        font-size: 175px;
    }
    .HomeSwipper swiper-slide
    {
        padding-top: 225px;
    }
    .HomeRight
    {
        display: none;
    }
    .Slider h1
    {
        font-size: 21px;
    }
    .Slider h3
    {
        font-size: 15px;
    }
    .Slider p
    {
        font-family: Poppins;
        font-size: 14px;
    }
    .Block0
    {
        display: block;
        top: 0px;
        margin: 10px;
    }
    .BlockBackImage
    {
        height: 100%;
        object-position: center;
    }
    .Block0 h3
    {
        font-size: 30px;
    }
    .Block1,.Block3
    {
        flex-wrap: wrap;
        padding-block: var(--mobile-padding);
    }
    .Block1Right
    {
        display: flex;
        gap: 10px;
        align-items: center;
        width: 100%;
    }
    .Block1Right img
    {
        transform: scale(1) !important;
        width: 100%;
    }
    .Block1Left
    {
        max-width: 100%;
    }
    .Block2
    {
        padding-block: var(--mobile-padding);
    }
    .Block2Bottom
    {
        display: block;
    }
    .Block2BottomItem
    {
        width: -webkit-fill-available;
        background: var(--main-color1);
        color: white;
        border-radius: 20px;
        border-top-left-radius: 5px;
        margin-bottom: 10px;
        position: relative;
        padding: 25px;
        padding-inline: 50px;
        padding-bottom: 50px;
        margin-bottom: 100px;
    }
    .Block2BottomItem::after
    {
        content: "";
        width: 5px;
        height: 50px;
        background-color: #0000005e;
        display: block;
        position: absolute;
        bottom: -75px;
        border-radius: 10px;
    }
    .Block2BottomItem:last-child
    {
        margin-bottom: 0;
    }
    .Block2BottomItem:last-child::after{
        display: none;
    }
    .Block2BottomAtr span:last-child
    {
        display: none;
    }
    .Block3Left
    {
        width: 100%;
    }
    .Block3Right
    {
        width: 100%;
    }
    .Block3Right,.Block3Left
    {
        display: block;
    }
    .Block2BottomItem h3
    {
        margin-top: 50px;
        margin-bottom: 0;
        font-weight: 500;
        letter-spacing: 0.2px;
        font-size: 22px;
    }
    .Block2BottomAtr span:first-child
    {
        background: white;
        color: var(--main-color1);
        font-weight: 500;
        position: absolute;
        top: -7px;
        left: -7px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .Block4
    {
        flex-wrap: wrap;
        padding: 0;
    }
    .Block4Left
    {
        width: -webkit-fill-available;
    }
    .Block4Right
    {
        width: -webkit-fill-available !important;
        margin: var(--main-margin);
        padding: 20px;
    }
    .SliderRight
    {
        width: 100%;
        padding-top: 120px;
    }
    .Block0 .ButtonStyle1, .Block3Left .ButtonStyle2
    {
        width: -webkit-fill-available;
    }
    .Block4 p
    {
        font-size: 25px;
        padding: 30px;
    }
    .FaqArea
    {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 25px;
    }
    .Faqs,.FaqAreaRight
    {
        width: 100%;
        min-width: auto;
    }
}
