﻿.rowsip{
    align-items: center;
    justify-content: space-around;
}
.btn{
    display: inline-block;
    background: #ff523b;
    color: #fff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
}
.siparis{
    padding-top: 40px;
}
.siparis1{
    padding-top: 40px;
}
.icerik3 .siparis p{
    text-align: center;
    margin-top: 17px; 
    font-size: 25px; 
    color: rgb(206, 50, 50); 
    font-weight: bold;
}
.icerik4 .siparis1 p{
    margin-top: 17px; 
    font-size: 25px; 
    color: rgb(206, 50, 50); 
    font-weight: bold;
}

/* -----------------Contact Box--------------- */
.container1{
    height: 100vh;
	width: 90%;
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 50px;
    margin-left: 5%;
    align-items: center;
    justify-content: space-around;
    margin-top: -1%;
}
.container1:after{
	content: '';

	height: 100%;
	left: 0;
	top: 0;
	filter: blur(50px);
	z-index: -1;
}
.contact-box{
    font-family: 'Quicksand', sans-serif;
    min-width: 450px;
	max-width: 850px;
	display: grid;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: rgb(216, 212, 194);
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
}
.cb1{
	padding: 25px 40px;
}

.cb1 h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
}
.cb1 h3:after{
	content: '';
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 175px;
    border-radius: 2px;
    background-color: #cc4e2e;
}
.field {
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .3s;
}
.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}
textarea{
	min-height: 150px;
}
.btn{
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #cc532e;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
}
.btn:hover{
    background-color: #275dae;
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}
.alert-php{
    margin-bottom: 20px
}
/*Responsive------*/
#siparis-formu h3{
    font-weight: 500;
}
@media (max-width:575px){
    .contact-box{
        min-width: 400px;
        max-width: 800px;
    }
}
@media (max-width:400px){
    .contact-box{
        min-width: 350px;
        max-width: 750px;
    }
    .contact-box h4{
        font-size: 15px;
    }
    .container1{
        margin-top: -15%;
    }
    .icerik3 .siparis p{
        font-size: 20px; 
        color: rgb(206, 50, 50); 
        font-weight: bold;
        margin-top: -18%;
    }
    #siparis-formu h3{
        font-size: 20px;
    }
    .field {
        font-size: 0.9rem;
    }
}
/* ----------------Contact Box------------------------ */
/* ---------       Contact Box-2        -------------- */
.container2{
    height: 100vh;
	width: 90%;
	position: relative;
	height: 100%;
	display: flex;
	padding: 60px 50px;
    margin-left: -7%;
    justify-content: space-around;
    margin-top: -5%;
}
.container2:after{
	content: '';

	height: 100%;
	left: 0;
	top: 0;
	filter: blur(50px);
	z-index: -1;
}
.contact-box1{
    font-family: 'Quicksand', sans-serif;
    min-width: 450px;
	max-width: 850px;
	display: grid;
	justify-content: center;
	background-color: rgb(216, 212, 194);
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
}
.cb1{
	padding: 25px 40px;
}
.field {
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .3s;
}
.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}
textarea{
	min-height: 150px;
}
.btn{
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #cc532e;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
}
.btn:hover{
    background-color: #275dae;
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}
.alert-php{
    margin-bottom: 20px;
    text-align: center;
}
/*Responsive------*/
#siparis-formu h3{
    font-weight: 500;
}
@media (max-width:575px){
    .contact-box1{
        min-width: 400px;
        max-width: 800px;
    }
    .container2{
        margin-left: 5%;
    }
    .icerik4 .siparis1 p{
        text-align: center;
    }
}
@media (max-width:400px){
    .contact-box1{
        min-width: 350px;
        max-width: 750px;
    }
    .contact-box1 h4{
        font-size: 15px;
    }
    .container2{
        margin-top: -15%;
    }
    .icerik4 .siparis1 p{
        font-size: 20px; 
        color: rgb(206, 50, 50); 
        font-weight: bold;
        margin-top: -8%;
    }
    .field {
        font-size: 0.9rem;
    }
}
/* ----------------Contact Box-2   ----------------------- */