html,
body,
#cover {
    height:100%;
}

#cover {
   background: url('../images/mainBg.jpg') no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
}

.fixed-top {
    max-width: 100%;
    margin: auto;
    transition: 0.2s all linear;
    background-color: #79c0cb;
    
}

h1 {
    margin-top:25%;
    font-family: 'PT Serif', serif; 
    color: #ffffff;
    font-size: 40px;
    font-style: italic;
    margin-bottom: 30px;
}

h2 {
    font-family: 'Anton', sans-serif;
    color: #ffffff;
    font-size: 75px;
    font-weight: 800px;
    margin-bottom: 30px;
}

.btn-primary {
    background-color: #79c0cb;
    border-style: none;
    text-transform: uppercase;
    font-family: 'Geologica', sans-serif;
    font-size: 18px;
    padding: 10px 30px;
    
}

.btn-primary:hover {
    background-color: #ffffff;
    color: #79c0cb;
    
}


a.nav-link {
    font-family: 'Anton', sans-serif;
    font-size: 16px;
    color: #ffffff !important;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    
}

a.nav-link:hover {
    color: #777 !important;
    
}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:15px;
	left:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}



/*Section Hizmetler*/

#services {
    padding: 120px 0;
    
}

.services-top h3 {
    font-family: 'Geologica', sans-serif;
    font-size: 40px;
    font-weight: 700; 
}

.services-top p {
    font-family: 'PT Serif', serif; 
    font-size: 16px;
    font-style: italic;
    color: #000;
    margin-bottom: 70px;   
}

.item-circle {
    border: 4px solid #79c0cb;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 200px;
}

.services-content i {
    color: #79c0cb;
    line-height: 100px;
    
}

.services-content h4 {
    font-family: 'Geologica', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 24px;
}


.services-content p {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #777; 
}




/*Section Turkiye Paketleri*/

#portfolio, #portfolio1, #portfolio2, #portfolio3 {
    background-color: #f7f7f7;
    padding-top: 120px;
    padding-bottom: 70px;
}

.portfolio-top h3 {
    font-family: 'Geologica', sans-serif;
    font-size: 40px;
    font-weight: 700;
    
}

.portfolio-top p {
    font-family: 'PT Serif', serif; 
    font-size: 16px;
    font-style: italic;
    color: #000;
    margin-bottom: 70px;
    
}

.card {
    border-style: none;
    
}

.portfolio-content .row {
    margin-bottom: 50px;
    
}

.portfolio-content .card-title {
    font-family: 'Geologica', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    
}

.portfolio-content .card-subtitle {
    font-family: 'PT Serif', serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 10px;
}




/*Section Kurulumlar*/

#portfolio4 {
    background-color: #fff;
    padding-top: 120px;
    padding-bottom: 70px;
}

.portfolio-content .card-subtitlea, .portfolio-content .card-subtitlei, 
.portfolio-content .card-subtitleb, .portfolio-content .card-subtitlem, 
.portfolio-content .card-subtitlev {
    font-family: 'PT Serif', serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 10px;
}

.portfolio-content .card-subtitles, .portfolio-content .card-subtitled {
    font-family: 'PT Serif', serif;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 10px;
}

.portfolio-content .card-subtitlen {
    font-family: 'PT Serif', serif;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 10px;
}





/*Section Yorumlar*/

#aboutUs {
    padding-top: 120px;
    padding-bottom: 30px;
    
}

.aboutUs-top h3 {
    font-family: 'Geologica', sans-serif;
    font-size: 40px;
    font-weight: 700;
    
}

.aboutUs-top p {
    font-family: 'PT Serif', serif; 
    font-size: 16px;
    font-style: italic;
    color: #000;
    margin-bottom: 70px;
    
}

.aboutUs-content .row {
    margin-bottom: 90px;
    
}

.aboutUs-content h4 {
    font-family: 'Geologica', sans-serif;
    font-size: 18px;
    font-weight: 700;
    
}

.aboutUs-content p {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #777; 
    
}

.aboutUs-content {
    position: relative;
}

.aboutUs-content:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 4px;
    background-color: #f1f1f1;
    left: 50%;
    margin-left: -2px;
    
}

.about-circle {
    position: relative;
    text-align: center;
    
}

.about-circle:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 186px;
    height: 186px;
    background-color: #79c0cb;
    border-radius: 170px;
    border: 7px solid #f1f1f1;
    left: 50%;
    margin-left: -93px;
    
}

.about-circle .yellow-text {
    position: relative;
    z-index: 1;
    padding-top: 55px;
    font-family: 'Geologica', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #f7f7f7;
}



/*Section İletisim*/

#team {
    padding-top: 120px;
    padding-bottom: 70px;
    background-color: #f9f9f9;
    
}

.team-top h3 {
    font-family: 'Geologica', sans-serif;
    font-size: 40px;
    font-weight: 700;
    
}

.team-top p {
    font-family: 'PT Serif', serif; 
    font-size: 16px;
    font-style: italic;
    color: #000;
    margin-bottom: 70px;
    
}

.team-circle {
    margin: 0 auto;
    margin-bottom: 20px;
}

.team-content h4 {
    font-family: 'Geologica', sans-serif;
    font-size: 20px;
    font-weight: 700;
    
}

.team-content h5 {
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #777;
    
}

.social-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.social-icon {
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
}

.social-icon .fa {
    border: 3px solid #000;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 44px; 
    margin-top: 10px;
    color: #000;
}

.team-content p {
    margin: 50px auto;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    color: #777;
    
}



/*Section Platformlar*/

#partner {
    padding: 60px 0;
    
}


/*Section Açıklama*/

#contact {
    background: url('../images/contactBg.jpg') no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    padding: 120px 0;
    
}

.contact-top h3 {
    font-family: 'Geologica', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    
}

.contact-top p {
    font-family: 'PT Serif', serif; 
    font-size: 20px;
    font-style: italic;
    color: #fff;
   
    
}

#name, #email, #subject {
    width: 90%;
    height: 50px;
    margin-bottom: 26px;
    border-style: none;
    border-radius: 3px;
    padding-left: 20px;
    margin-left: 5%;
    
    
}

textarea {
    width: 90%;
    height: 203px;
    border-style: none;
    border-radius: 3px;
    padding-left: 20px;
    padding-top: 15px;
    margin-left: 5%;
    
}

.golden-form-element {
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    font-weight: 700;
    
}

.btn-primaryw {
    background-color: #79c0cb;
    border-style: none;
    text-transform: uppercase;
    font-family: 'Geologica', sans-serif;
    font-size: 18px;
    padding: 10px 30px;
    color: #fff;
    margin-top: 20px;
    
}

.btn-primaryw:hover {
    background-color: #ffffff;
    color: #79c0cb;
    
}

.btn-primarye {
    background-color: #79c0cb;
    border-style: none;
    text-transform: uppercase;
    font-family: 'Geologica', sans-serif;
    font-size: 18px;
    padding: 10px 30px;
    color: #fff;
    margin-top: 20px;
    
}

.btn-primarye:hover {
    background-color: #ffffff;
    color: #79c0cb;
    
}


.btn-primaryk {
    background-color: #79c0cb;
    border-style: none;
    text-transform: uppercase;
    font-family: 'Geologica', sans-serif;
    font-size: 18px;
    padding: 10px 30px;
    color: #fff;
    margin-top: 20px;
    
}

.btn-primaryk:hover {
    background-color: #ffffff;
    color: #79c0cb;
    
}


/*Section Footer*/

#footer {
    padding: 20px 0;
    background-color: #79c0cb;
   
}

#footer p {
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    
}

.company-social-icons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    
}

.company-social-icon {
    display: inline;
    padding-left: 9px;
    padding-right: 9px;
    
}

.company-social-icon .fa {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #fff;
    line-height: 40px;
    color: #79c0cb;

    
}


/*Relative*/

.fixed-top.change-fix-top {
    margin-top: 0;
    background-color: #79c0cb;
    max-width: 2160px;
    
}


/*Media Queries*/



@media (max-width: 992px) {

#footer p {
    font-size: 10px;
    line-height: 30px;
    
}

.company-social-icon {
    padding-left: 5px;
    padding-right: 5px;;
    
}

.company-social-icon .fa {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
 
}

    

    
.navbar-light .navbar-toggler {
    border: 1px solid #fff;
    
    }
    
h1 {
    margin-top:250px;
    margin-top:250px;
    font-size: 25px;
    margin-bottom: 30px;
}

h2 {
    font-size: 55px;
    font-weight: 800px;
    margin-bottom: 30px;
}


}





@media (max-width: 768px) { 
    
h1 {
    margin-top:250px;
    font-size: 20px;
    margin-bottom: 20px;
}

h2 {
    font-size: 48px;
    font-weight: 800px;
    margin-bottom: 20px;
}
    
.card {
    padding-left: 15%;
    padding-right: 15%;
        
    }
    
.aboutUs-content img, .about-circle {
    display:none;
    
}
    
.aboutUs-content:before {
    content: " ";
    width: 0;
    
}
    
    
#aboutUs {
    padding-bottom: 0;
    
}
    
.social-icon .fa {
    margin-top: 5px;
    margin-bottom: 30px;
}
    
#partner .col-md-3 {
    margin: 20px 0;    
        
}
    
#contact .btn {
    margin-top: 15px;
        
}
    
#footer .col-md-4 {
    text-align: center;

}
    
.portfolio-content .card-subtitles, .portfolio-content .card-subtitlen, .portfolio-content .card-subtitled {
    font-size: 16px;
}
    
    
.portfolio-content .card-subtitlea, .portfolio-content .card-subtitlei, .portfolio-content .card-subtitles, .portfolio-content .card-subtitleb {
    margin-bottom: 120px;
}
    
    
.portfolio-content .card-subtitlem, .portfolio-content .card-subtitlev, .portfolio-content .card-subtitlen {
    margin-bottom: 120px;
}
    
.company-social-icons {
    margin-bottom: 50px;
    
}


}


@media (max-width: 576px) {
    
h1 {
    margin-top:250px;
    font-size: 15px;
}

h2 {
    font-size: 35px;
}

}