/* =================================
------------------------------------
Version: 1.0
------------------------------------ 
====================================*/


/*----------------------------------------*/


/* Template default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    font-family: 'Josefin Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 30px;
}

p {
    font-size: 18px;
    line-height: 1.8;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}


/*------------------------
Common Elements
--------------------------*/


/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
}

.loader {
    width: 30px;
    height: 30px;
    border: 3px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    border-left-color: transparent;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}


/*---------------------
Social section
-----------------------*/

.social-section {
    background: #f9f9f9;
    padding: 80px 0;
}

.social-section .social-links {
    display: inline-block;
    background: #f9f9f9;
    position: relative;
    z-index: 5;
}

.social-section .social-links a {
    color: #484848;
    font-size: 36px;
    margin-right: 40px;
}

.social-section .social-link-warp {
    position: relative;
}

.social-section .social-link-warp h2 {
    display: inline-block;
    float: right;
    font-weight: 400;
    padding-left: 30px;
    background: #f9f9f9;
    position: relative;
    z-index: 5;
}

.social-section .social-link-warp:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    left: 23%;
    top: 50%;
    margin-top: 1px;
    background: #cbcbcb;
}


/*---------------------
Review section
-----------------------*/

.review-slider {
    padding-left: 150px;
}

.review-slider .owl-dots {
    position: absolute;
    left: 50px;
    top: 70px;
}

.review-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #40424a;
    border-radius: 50px;
    background: #cacaca;
    margin-bottom: 15px;
}

.review-slider .owl-dots .owl-dot.active {
    background: #40424a;
}

.single-review .qut {
    font-size: 120px;
    line-height: 0;
    margin-top: 60px;
}

.single-review p {
    margin-bottom: 40px;
}

.single-review h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.single-review h4 {
    font-size: 16px;
}

.title {
    font-size: 58px;
}

.portfolio-text {
    line-height: normal;
    margin: auto;
    font-size: 14px;
}

.portfolio-warap-card {
    border-radius: 12px;
}

.portfolio-card {
    height: 250px;
    border-radius: 12px 12px 0px 0px;
    overflow: hidden;
}


/* Small devices (landscape phones, 576px and up) */

@media (max-width: 576px) {
    .portfolio-card {
        height: 145px !important;
        border-radius: 12px;
        overflow: inherit;
        height: auto;
    }
    .portfolio-img-wrap {
        height: 145px !important;
        overflow: hidden;
        border-radius: 12px;
    }
}

@media (max-width: 992px) {
    .portfolio-card {
        height: 250px;
        border-radius: 12px 12px 0px 0px;
        overflow: hidden;
    }
    .portfolio-img-wrap {
        height: 250px;
        overflow: hidden;
        border-radius: 12px;
    }
}

.slogan {
    font-family: 'Pacifico', cursive;
    font-size: 14px;
}

.content-warp {
    display: flex;
    align-items: center;
}

.privacy-from {
    border-radius: 12px;
}

.privacy-content {
    width: inherit;
    position: absolute;
    right: 25px;
    border-radius: 12px;
    background-color: white;
    z-index: 1;
}

p.privacy-text.my-1 {
    line-height: 22px;
    font-size: 16px;
}

.about {
    column-count: 2;
}

@media (max-width: 576px) {
    h2 {
        font-size: 2rem;
    }
    .title {
        font-size: 2.5rem;
    }
    .about {
        column-count: 1;
    }
}

@media (max-width: 768px) {
    .privacy-content {
        border-radius: 12px;
        background-color: white;
        z-index: 1;
        position: initial;
        width: 100%;
    }
}

.alert.alert-success {
    position: fixed;
    top: 12px;
    right: 12px;
    background-color: #386e44;
    color: #fff;
    z-index: 9999;
}

.alert.alert-danger {
    position: fixed;
    top: 12px;
    right: 12px;
    background-color: #b40606;
    color: #fff;
    z-index: 9999;
}

.footer-loader {
    width: 143px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 10px 1px #ccc;
    /* border-radius: 9px; */
}

.footer-loader img {
    border-radius: 6px;
    box-shadow: 1px 1px 10px 1px #ccc;
}