

@mixin flexboxCenter{
    display: flex;
    align-items: center;
    justify-content: center;
}
@mixin objectProperty{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@mixin listCover{
    padding: 0;
    margin: 0;
}
@mixin listProperty{
    list-style-type: none;
}
@mixin linkProperty{
    text-decoration: none;
}
@mixin instagram{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

@mixin formfiled{
    border: none;
    outline: none;
    box-shadow: none;
    color: #777;
}

@mixin theamGradent{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff1493+0,facdd1+100 */
background: rgb(255,20,147); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,20,147,1) 0%, rgba(250,205,209,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,20,147,1) 0%,rgba(250,205,209,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,20,147,1) 0%,rgba(250,205,209,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1493', endColorstr='#facdd1',GradientType=1 ); /* IE6-9 */

}
$facefook:#3b5998;
$linkdin:#0A66C2;
$youtube:#CD201F;

h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase !important;
}
p{
    font-family: 'Montserrat', sans-serif !important;
}
a{
    font-family: 'Montserrat', sans-serif !important;  
}
html {
    scroll-behavior: smooth;
}


.ann-site-nav-toggle{
    position: relative !important;
    z-index: 2000 !important;
    i{
        position: absolute !important;
        left: 0;
    }
}
.ann-about-info{
    p{
    text-align: justify;
    color: #000;

    }
}
.ann-about-img{
    border-radius: 0px 50px 0px 50px;
}
.ann-site-logo-wrap{
    position: relative;
    .ann-site-logo{
        position: absolute;
        top: -40px;
    }
}
.ann-site-header{
    .ann-site-logo{
        display: block;
        width: 140px;
        height: 140px;
        background-color: #fff;
        overflow: hidden;
        border-radius: 100%;
        padding: 12px;
        img{
            width: 100% !important;
            height: 100%;
            object-fit: cover;
        }

    }
}
.ann-site-menu-inner{
    position: relative;
    z-index: 2000;
}
.is-show{
    text-align: left !important;
    a{
        text-transform: uppercase;
    }
}
.socialMedia{
    @include flexboxCenter();
    position: absolute;
    right: 0;
    bottom: 50px;
    width: fit-content;
    z-index: 100;
    width: 100%;

    ul{
        @include listCover;
        display: flex;
        li{
            @include listProperty;
            a{
                @include linkProperty;
                @include flexboxCenter;
                width: 37px;
                height: 37px;
                border-radius: 100%;
                background-color: #fff;
                color: #000;
                font-size: 21px;
                margin: 5px;
                svg{
                    fill: #000;
                    width: 13px;
                }
            }
            
            &:hover{
                a{
                    color: #fff;
                    svg{
                        fill: #fff;
                    }
                }
                &:nth-child(1){
                    a{
                        background-color: $facefook;  
                    }
                }
            }

            &:hover{
                &:nth-child(2){
                    a{
                        @include instagram(); 
                    }
                }
            }           


            &:hover{
                &:nth-child(3){
                    a{
                        background-color: $linkdin;
                    }
                }
            }
            
            &:hover{
                &:nth-child(4){
                    a{
                        background-color: $youtube;
                    }
                }
            }   
            
            &:hover{
                &:nth-child(5){
                    a{
                        background-color: #000;
                    }
                }
            }    


        }
    }

}
.gallery_wrapper{
    height: 312px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition-duration: 0.2s;
    img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    &:hover{
        transform: scale(1.2);
        transition-duration: 0.2s;
        position: relative;
        z-index: 10;
    }
}
.portfolio_row{
    padding-top: 30px;
}
.awardSection{
    padding: 30px 0;
    background-color: #ffaeb5;
}
.centerCaption{
    h3{
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        color: #373737;
        font-size: 32px;
        width: 100%;
    }
}
.topPadding{
    padding-top: 30px;
}
.wrapper__img__block{
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 34px 25px 0px 10px #ff1493;
    img{
        width: 100%;
    }
}
.wrapper__content__list{
    width: 100%;
    padding-left: 50px;
    ul{
        @include listCover();
        li{
            @include listProperty();
            position: relative;
            margin-bottom: 10px;
            padding-left: 35px;
            font-size: 16px;
            color: #000;
            font-family: 'Montserrat', sans-serif;
            &:before{
                content: '\f091';
                font-family: 'fontAwesome';
                @include flexboxCenter();
                color: #fff;
                width: 21px;
                height: 21px;
                font-size: 12px;
                border-radius: 100%;
                position: absolute;
                left: 0;
                background-color: #ff1493;
                border: solid 1px #fff;
                box-shadow: 0px 3px 8px -4px #000;
            }
        }
    }
}
.innerbanner{
    @include flexboxCenter;
    height: 200px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
    img{
        width: 100%;
    }

    aside{
        position: absolute;
        width: 100%;
        height: 100%;
        @include flexboxCenter();
        flex-direction: column;
        background-color: hsl(354.44deg 100% 68.24% / 64%);
        h1{
            text-transform: capitalize;
            color: #fff;
            font-size: 40px;
            font-family: 'Montserrat', sans-serif;
            font-weight: 500 !important;
            br{
                display: none;
            }
        }
    }
    .socialMedia{
        display: none;
    }

}
.top-space-none{
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.inner{
    header{
        .container{
            .row{
                .ann-menu-burger-wrap{
                    .ann-js-ann-site-nav-toggle{
                        i{
                            background-color: #fff !important;
                            &::before{
                                content: '';
                                background-color: #fff !important;
                            }
                            &::after{
                                content: '';
                                background-color: #fff !important;  
                            }
                        }

                    }

                    .active{
                        i{
                            &::before{
                                content: '';
                                background-color: #000 !important;
                            }
                            &::after{
                                content: '';
                                background-color: #000 !important;  
                            }
                        }   
                    }
                }
            }
        }
    }

}
.shortfilms{
    padding: 50px 0;
}
.panel{
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    img{
        width: 100%;
    }
    aside{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        @include flexboxCenter();
        span{
            display: block;
            width: fit-content;
            background-color: #fff;
            height: 20px;
            border-radius: 5px;
            i{
                color: $youtube;
                font-size: 30px;
                position: relative;
                top: -5px;
            
            }
        }

    }
}
.video-popup{
    padding: 0;
}
.modal-content{
    button{
        width: 20px;
        height: 20px;
        background-color: #000;
        text-align: center;
        position: absolute;
        right: 0;
        border-radius: 100%;
        opacity: 1;
        top: -19px;
        right: -18px;
    }
}
.modal-header{
    display: none;
}
.modal-body{
    padding: 0 !important;
}

.client_logo {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    height: 70px;
    border-radius: 10px;
    margin-bottom: 30px;
    img{
        width: 100%;
    }
}
.innerpage{
    footer{
        padding: 10px 0;
        background-color: #ff5d6c;
        .socialMedia{
            @include flexboxCenter();
            position: static;
            width: 100%;
        }
    }
}

.shadow-effect {
    @include flexboxCenter();
    flex-direction: column;
    aside{
        width: 70px;
        height: 70px;
        border-radius: 100%;
        background-color: #777;
        @include flexboxCenter();
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
        overflow: hidden;
        img{
            @include objectProperty;
            margin: 0 !important;
        }
    }
h3{
    font-size: 18px;
    margin-bottom: 0 !important;
}
p{
    font-size: 14px;
    text-align: justify;
}

h6{
   font-size: 11px !important;
}

}

.wrapper_grid_and_icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 30px;
    transition-duration: 0.2s;
    background-color: #fff;
    padding: 15px;
    height: 100%;
    box-shadow: 0px 10px 33px -23px #000;
    border-radius: 10px;
    &:hover{
        transform: scale(1.1);
    }

    aside{
        @include flexboxCenter();
        width: 70px;
        height: 70px;
        background-color: #facdd1;
        border-radius: 100%;
        margin-bottom: 20px;
        box-shadow: 0px 5px 29px -9px rgb(125 125 125 / 78%);
        svg{
            width: 40px !important;
            fill: #ff5d6c;
            
        }

    }
    h4{
        text-transform: capitalize;
        font-size: 16px;
        text-align: center;
        color: #000;
    }
    p{
        text-align: justify;
        font-size: 14px;
        color: #777;
    }
}
.margin-bottom{
    margin-bottom: 30px;
}
.flexbox-center{
    @include flexboxCenter();
}
.contact-info{
    width: 100%;
    padding: 15px;
    ul{
        @include listCover;
        h4{
            text-align: center;
            text-transform: uppercase;
            font-weight: bold;
            letter-spacing: 4px;
            margin-bottom: 10px;
        }
        li{
            width: 100%;
            @include listProperty;
            position: relative;
            padding: 5px;
            color: #000;
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            font-weight: bold;
            display: flex;
            justify-content: center;
            span{
                @include flexboxCenter;
                width: 30px;
                height: 30px;
                background-color: #fff;
                color: #ff5d6c;
                border-radius: 100%;
                font-size: 18px;
                margin-bottom: 20px;
                box-shadow: 0px 5px 29px -9px rgba(125, 125, 125, 0.78);
                margin-right: 10px;
            }
        }
    }
}
.flex-box-center-column{
    @include flexboxCenter;
    flex-direction: column;
    width: 100%;
    padding: 0;
}
.sm-none{
    display: block;
}
.sm-block{
    display: none;
}
.carousel-section{
    padding-bottom: 30px;
}
.photo-block{
    width: 100%;
    overflow: hidden;
    
    margin-bottom: 30px;
    img{
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100%;
        border-radius: 20px;
    }
}
.banner_block{
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.contactForm{
    .form-group{
        input{
            @include formfiled;
            &:focus{
                @include formfiled;
            }
        }
        button{}
        select{
            @include formfiled;
        }
        textarea{
            @include formfiled;
        }
        button{
            @include formfiled;
            color: #fff;
            overflow: hidden;
            &::before{
                content: '';
                background-color: #000;
            }
        }
    }
}
.topScroll{
    @include linkProperty;
    @include flexboxCenter;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    background-color: #000;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 15;
    &:hover{
        background-color: #fff;
        color: #000;
    }
}
.btnNone{
    display: none;
}