@charset "UTF-8";
/* 
    * Kreatiff ajans
    * Telephone - 0 850 307 99 51
    * Author - Serkan MUTU
    * Web - www.krea-tiff.com.tr
    * Style CSS - 2024
    * Version 2.0.1
    * Licensed under MIT

    # - INDEX
    1 - IMPORT CSS FILE
    2 - GENERAL DEFINITIONS
    3 - 
    4 - 
    5 - 
    6 - 
    7 - 
    8 - 
    9 - 
    10 - 

*/

/* 1 - IMPORT CSS FILE
***************************************************************************************************************/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800&display=swap');

/* 2 - GENERAL DEFINITIONS
***************************************************************************************************************/
* {
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    outline: none !important;
}
*:focus {
  outline: none !important;
}
html,
body {
  height: 100%;
  font-size: 14px !important;
}
ul,ol {
    list-style: none;
}
.cur-p {
    cursor: pointer;
}
.show {
    display: block;
    visibility: visible;
}
.active {
    display: block;
    visibility: visible;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
}
strong{
    font-weight: 700;
    margin-left: 5px;
}



/* ROOT
***************************************************************************************************************/
:root {
    --bs-master: rgba(208, 21, 20,1); /*#D01514*/
    --bs-slave: #000; 
    --bs-delay: 0;
    --bs-duration: 800ms;
    --bs-iterations: 1;
  }